The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Need Help With This Vote Script (Urgent!)

2 posters

Go down

Need Help With This Vote Script (Urgent!) Empty Need Help With This Vote Script (Urgent!)

Post by musicconvict April 21st 2008, 4:24 am

I Recently saw this vote script and i would also like it, i wonder how it would be put in the portal because it wouldnt show up when i tried

Code:
<script>



//specify message to alert
var alertmessage="Please Vote! \n <a href="http://www.gamesites200.com/psp/in.php?id=2338" class="postlink" target="_blank">Vote Here</a>"

///No editing required beyond here/////

//Alert only once per browser session (0=no, 1=yes)
var once_per_session=1


function get_cookie(Name) {
  var search = Name + "="
  var returnvalue = "";
  if (document·cookie.length > 0) {
    offset = document·cookie.indexOf(search)
    if (offset != -1) { // if cookie exists
      offset += search.length
      // set index of beginning of value
      end = document·cookie.indexOf(";", offset);
      // set index of end of cookie value
      if (end == -1)
        end = document·cookie.length;
      returnvalue=unescape(document·cookie.substring(offset, end))
      }
  }
  return returnvalue;
}

function alertornot(){
if (get_cookie('alerted')==''){
loadalert()
document·cookie="alerted=yes"
}
}

function loadalert(){
alert(alertmessage)
}

if (once_per_session==0)
loadalert()
else
alertornot()

</script>


Last edited by musicconvict on April 26th 2008, 3:31 am; edited 3 times in total (Reason for editing : i need more details)
musicconvict
musicconvict
New Member

Male Posts : 10
Reputation : 0
Language : English
Location : America

Back to top Go down

Need Help With This Vote Script (Urgent!) Empty Re: Need Help With This Vote Script (Urgent!)

Post by mhedge April 21st 2008, 9:33 am

try this..

1.) register to http://www.badwaresite.www to have an account.

2.) after the registeration login.

3.) then you will be redirected to home.

4.) find the "CLICK HERE TO VIEW YOUR FILES" thing in that page, then you will be redirected to main files.

5.) then inside that page find the image in header that says "CREATE TEXT FILE".

6.) paste that javascript you have then hit save.

7.) after hitting save you will be redirected to your file ( your saved file/s ).

8.) below the name of the file you saved you can see a link/url.

9.) copy the link/url.

10.) put it here
inside this -----> <script src="THE_LINK/URL_HERE"></script>

just replace the THE_LINK/URL_HERE with the link.

then put that inside the site description..
your done!!

you can add more codes there just click the "edit text"
and just add and space between codes.. ok?

preview my forum i added the animated title bar the status bar: MY FORUM
avatar
mhedge
New Member

Posts : 1
Reputation : 0
Language : english

Back to top Go down

Need Help With This Vote Script (Urgent!) Empty Re: Need Help With This Vote Script (Urgent!)

Post by musicconvict April 26th 2008, 3:31 am

it doesnt work need help!!!!!!
musicconvict
musicconvict
New Member

Male Posts : 10
Reputation : 0
Language : English
Location : America

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum