Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Invisionfree forum codes


  • Please log in to reply

#1
nao_shines

nao_shines

    Member

  • Member
  • PipPip
  • 12 posts
I'm having a problem with my forum, EVERY code I try like Award or Money codes...they just DON'T work. Is there a reason why??
  • 0

Advertisements


#2
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
Need to post code that is a problem or, better yet, post a link(s) to the problem page(s).
  • 0

#3
nao_shines

nao_shines

    Member

  • Topic Starter
  • Member
  • PipPip
  • 12 posts
Well for example, the Awards code...This is the original code:

<script>
//GK awards script for the ipb 1.3
//this Pwnage award script by godkillah of phantom-designs.net
//pwned ya beta!!! :)
var victim=[]
//victim[0]=["name", "award", "image"]
victim[0]=["duveaux", "best admin award", "http://www.phantomde...erver1/pd.gif"]
victim[1]=["slaytanist", "great m8 award", "http://www.phantomde...erver1/pd.gif"]
victim[2]=["beta", "getting pwned award", "http://www.phantomde...erver1/pd.gif"]
victim[3]=["retrodude", "being awsome award", "http://www.phantomde...erver1/pd.gif"]
victim[4]=["swordbeta", "being cool award", "http://www.phantomde...erver1/pd.gif"]
victim[5]=["pd members", "being active award", "http://www.phantomde...erver1/pd.gif"]
victim[6]=["godkillah", "being the best award", "http://www.phantomde...erver1/pd.gif"]
victim[7]=["godkillah", "coding freak award", "http://www.phantomde...erver1/pd.gif"]
victim[8]=["godkillah", "most awsome being award", "http://www.phantomde...erver1/pd.gif"]
victim[9]=["godkillah", "being on pd award", "http://www.phantomde...erver1/pd.gif"]
victim[10]=["godkillah", "making this code award", "http://www.phantomde...erver1/pd.gif"]

document.write("<scr"+"ipt src='http://h1.ripside.net/godkillah/awards.js'></scr"+"ipt>")
</script>


So I changed it to this:

<script>
//GK awards script for the ipb 1.3
//this Pwnage award script by godkillah of phantom-designs.net
//pwned ya beta!!! :)
var victim=[]
//victim[0]=["name", "award", "image"]
victim[0]=["Chantal", "Best Admin Award", "http://i4.photobucke...bestadmin.gif"]
victim[1]=["slaytanist", "great m8 award", "http://www.phantomde...erver1/pd.gif"]
victim[2]=["beta", "getting pwned award", "http://www.phantomde...erver1/pd.gif"]
victim[3]=["retrodude", "being awsome award", "http://www.phantomde...erver1/pd.gif"]
victim[4]=["swordbeta", "being cool award", "http://www.phantomde...erver1/pd.gif"]
victim[5]=["pd members", "being active award", "http://www.phantomde...erver1/pd.gif"]
victim[6]=["godkillah", "being the best award", "http://www.phantomde...erver1/pd.gif"]
victim[7]=["godkillah", "coding freak award", "http://www.phantomde...erver1/pd.gif"]
victim[8]=["godkillah", "most awsome being award", "http://www.phantomde...erver1/pd.gif"]
victim[9]=["godkillah", "being on pd award", "http://www.phantomde...erver1/pd.gif"]
victim[10]=["godkillah", "making this code award", "http://www.phantomde...erver1/pd.gif"]

document.write("<scr"+"ipt src='http://h1.ripside.net/godkillah/awards.js'></scr"+"ipt>")
</script>

I only changed 'victim[0]'...but in my post or profile, nothing changed...
  • 0

#4
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
You must maintain this coding:
v//victim[0]=["name", "award", "image"]
So, this""http://i4.photobucke...estadmin.gif"]" is this:

victim[0]=["name", "award", "http://i4.photobucket.com/albums/y140/nekonushi/Aoi%20forum/bestadmin.gif"]
Or, if you are not adding anything, try:
victim[0]=["", "", "http://i4.photobucket.com/albums/y140/nekonushi/Aoi%20forum/bestadmin.gif"]
Hope I got that right.
  • 0

#5
nao_shines

nao_shines

    Member

  • Topic Starter
  • Member
  • PipPip
  • 12 posts
I don't get it....I'm sorry!
  • 0

#6
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
Look very closely to the differences.

Correct:

//victim[0]=["name", "award", "image"]
victim[0]=["duveaux", "best admin award", "http://www.phantomde...erver1/pd.gif"]

Incorrect:

//victim[0]=["name", "award", "image"]
"http://i4.photobucke...bestadmin.gif"]
  • 0

#7
nao_shines

nao_shines

    Member

  • Topic Starter
  • Member
  • PipPip
  • 12 posts
That's what I did though isn't it?

//victim[0]=["name", "award", "image"]
victim[0]=["Chantal", "Best Admin Award", "http://i4.photobucke...bestadmin.gif"]
  • 0

#8
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
You left out this part: "victim[0]=["add a name", "add type of award",... "


Like this:

victim[0]=["add a name", "add type of award","http://i4.photobucke...bestadmin.gif"]

All one line.

Edited by Major Payne, 16 February 2009 - 05:20 PM.

  • 0

#9
nao_shines

nao_shines

    Member

  • Topic Starter
  • Member
  • PipPip
  • 12 posts
:) So it should be like this?

//victim[0]=["Chantal", "Best Admin Award", "http://i4.photobucke...bestadmin.gif"]
victim[0]=["Chantal", "Best Admin Award", "http://i4.photobucke...bestadmin.gif"]
  • 0

#10
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
If the double lines are a typo, then it looks right to me. I do have concerns with the fact that "victim[0]=["Chantal", "Best Admin Award"," may all have to be in lowercase. Plus, the URL you are using just picks up an image. I'm not sure what/why the others use the same "http://www.phantomde...server1/pd.gif" url.
  • 0

#11
nao_shines

nao_shines

    Member

  • Topic Starter
  • Member
  • PipPip
  • 12 posts
Hmm....this is my code now:

<script>
//GK awards script for the ipb 1.3
//this Pwnage award script by godkillah of phantom-designs.net
//pwned ya beta!!! tongue.gif
var victim=[]
//victim[0]=["chantal", "best admin award", "http://i4.photobucke...bestadmin.gif"]
victim[0]=["chantal", "best admin award", "http://i4.photobucke...bestadmin.gif"]
victim[1]=["slaytanist", "great m8 award", "http://www.phantomde...erver1/pd.gif"]

document.write("<scr"+"ipt src='http://h1.ripside.net/godkillah/awards.js'></scr"+"ipt>")
</script>

Nothing changed...
  • 0

#12
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
"http://i4.photobucke...bestadmin.gif"]
victim[0]=["chantal", "best admin award", "http://i4.photobucke...bestadmin.gif"]

Why both?

Pwnage award script by godkillah
Related problem?

Edited by Major Payne, 17 February 2009 - 09:20 PM.

  • 0

#13
nao_shines

nao_shines

    Member

  • Topic Starter
  • Member
  • PipPip
  • 12 posts
Well it seems like not only this one, but all the other Award codes don't work for me...I guess I won't use Awards :)
Thanks for your help!
  • 0

#14
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
You're welcome. Sorry I couldn't help you further. If none of the scripts are working for you, maybe contact InvisionFree's Support and see what they have to offer. Might be some info in their knowledge base.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP