SMF For Free Support Forum
Signup For Free Forum
September 02, 2010, 11:50:24 pm
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Welcome to SMF For Free. The best free SMF Host
Home
Help
Search
Arcade
Gallery
Login
Register
SMF For Free Support Forum
>
SMF For Free Support
>
SMF For Free Codes and Support
(Moderator:
Agent Moose
) >
These codes for crowns dont work :(
Pages: [
1
]
« previous
next »
Print
Author
Topic: These codes for crowns dont work :( (Read 506 times)
0 Members and 1 Guest are viewing this topic.
Didnt--Do--It5
SMF For Free Full Member
Offline
Posts: 229
I KILL YOU IN 1 POKE!
These codes for crowns dont work :(
«
on:
July 08, 2009, 12:02:12 pm »
Why wont this code for crowns work?
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Ste7720","Ste7720","Yellow","<img
src='
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png
' />"];
vfour[vfour.length] = ["Heavenlyrune","Heavenlyrune","Green","<img src='
http://i341.photobucket.com/albums/o395/jennawutz/crowns/green.png
' />"];
vfour[vfour.length] = ["Isael2","Isael2","Yellow","<img src='
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png
' />"];
for(f=0;f<vfour.length;f++){
$("a[href*='u=']").each(function() {
if(this.innerHTML.match(vfour[f][0])){
this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>");
};});};}
name_across_board();
</script>
Logged
Join my site -
http://unlocked-gamers.tk/
Free Hacks, Cheats, Gamesaves, Movies/Music
For Every Game System Out there.
All of the Best - Unlocked-Gamers
Didnt--Do--It5
SMF For Free Full Member
Offline
Posts: 229
I KILL YOU IN 1 POKE!
Re: These codes for crowns dont work :(
«
Reply #1 on:
July 08, 2009, 12:26:32 pm »
Why wont this code for crowns work?
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Ste7720","Ste7720","Yellow","<img
src='
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png
' />"];
vfour[vfour.length] = ["Heavenlyrune","Heavenlyrune","Green","<img src='
http://i341.photobucket.com/albums/o395/jennawutz/crowns/green.png
' />"];
vfour[vfour.length] = ["Isael2","Isael2","Yellow","<img src='
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png
' />"];
for(f=0;f<vfour.length;f++){
$("a[href*='u=']").each(function() {
if(this.innerHTML.match(vfour[f][0])){
this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>");
};});};}
name_across_board();
</script>
Logged
Join my site -
http://unlocked-gamers.tk/
Free Hacks, Cheats, Gamesaves, Movies/Music
For Every Game System Out there.
All of the Best - Unlocked-Gamers
Seldom Fail
Helpers
Offline
Posts: 1812
Please feel free to email me ;)
Re: These codes for crowns dont work :(
«
Reply #2 on:
July 08, 2009, 12:27:28 pm »
Please use code tags. It is the
#
on your toolbar when posting.
One second while I put this code in my test forum.
Where did you place the code?
Logged
Brotherisms
Funny. Weird. Awesome.
My Blog
Seldom Fail
Helpers
Offline
Posts: 1812
Please feel free to email me ;)
Re: These codes for crowns dont work :(
«
Reply #3 on:
July 08, 2009, 12:31:35 pm »
You already posted this in General Support. And it's a code related problem.. not stylesheet.
One second I'm putting the code in my test forum... will have an answer for you soon.
Logged
Brotherisms
Funny. Weird. Awesome.
My Blog
Didnt--Do--It5
SMF For Free Full Member
Offline
Posts: 229
I KILL YOU IN 1 POKE!
Re: These codes for crowns dont work :(
«
Reply #4 on:
July 08, 2009, 12:33:20 pm »
Thanks IDK why it wont work.
Logged
Join my site -
http://unlocked-gamers.tk/
Free Hacks, Cheats, Gamesaves, Movies/Music
For Every Game System Out there.
All of the Best - Unlocked-Gamers
Seldom Fail
Helpers
Offline
Posts: 1812
Please feel free to email me ;)
Re: These codes for crowns dont work :(
«
Reply #5 on:
July 08, 2009, 12:39:39 pm »
You had a spacing issue in the first part of the code.
Try this. It will work:
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Ste7720","Ste7720","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"];
vfour[vfour.length] = ["Heavenlyrune","Heavenlyrune","green","<img src='http://i341.photobucket.com/albums/o395/jennawutz/crowns/green.png' />"];
vfour[vfour.length] = ["Isael2","Isael2","Yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"];
for(f=0;f<vfour.length;f++){
$("a[href*='u=']").each(function() {
if(this.innerHTML.match(vfour[f][0])){
this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>");
};});};}
name_across_board();
</script>
Logged
Brotherisms
Funny. Weird. Awesome.
My Blog
Didnt--Do--It5
SMF For Free Full Member
Offline
Posts: 229
I KILL YOU IN 1 POKE!
Re: These codes for crowns dont work :(
«
Reply #6 on:
July 08, 2009, 12:39:51 pm »
I have placed the code in footers, I have the headers code correctly though.
Logged
Join my site -
http://unlocked-gamers.tk/
Free Hacks, Cheats, Gamesaves, Movies/Music
For Every Game System Out there.
All of the Best - Unlocked-Gamers
Seldom Fail
Helpers
Offline
Posts: 1812
Please feel free to email me ;)
Re: These codes for crowns dont work :(
«
Reply #7 on:
July 08, 2009, 12:39:59 pm »
http://www.smfsupport.com/support/general_support/i_need_help-t27717.0.html
Logged
Brotherisms
Funny. Weird. Awesome.
My Blog
Didnt--Do--It5
SMF For Free Full Member
Offline
Posts: 229
I KILL YOU IN 1 POKE!
Re: These codes for crowns dont work :(
«
Reply #8 on:
July 08, 2009, 12:42:18 pm »
Thanks for it has worked
Logged
Join my site -
http://unlocked-gamers.tk/
Free Hacks, Cheats, Gamesaves, Movies/Music
For Every Game System Out there.
All of the Best - Unlocked-Gamers
simply sibyl
Global Moderator
Offline
Posts: 13750
Re: These codes for crowns dont work :(
«
Reply #9 on:
July 08, 2009, 12:44:53 pm »
moved and both topics merged - please don't make duplicate topics for the same issue
Logged
Please Read ----->
Tips for Using Support
Support FAQ
|
Guides & Tutorials
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
SMF For Free Site
-----------------------------
=> Announcements
=> General Discussion
=> Suggestions
-----------------------------
SMF For Free Support
-----------------------------
=> General Support
=> Guides and Tutorials
=> Stylesheet Codes
=> Stylesheet Requests and Support
=> SMF For Free Codes and Support
===> Code Requests
=> Bugs
=> Report Terms of Service Violations
-----------------------------
General Stuff
-----------------------------
=> General Chat
=> Advertise Your Board/Blog
=> Programming
===> HTML
===> JavaScript
===> C,C++
===> Java
===> .Net
===> PHP
===> Visual Basic
=> Gaming
===> PC Games
===> Nintendo
===> Playstation
===> Xbox / Xbox 360
=> Graphics
===> Living Avatars
Loading...