SMF For Free Support Forum
Signup For Free Forum
September 07, 2008, 04:14:04 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

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  

Pages: [1] 2
  Print  
Author Topic: [Guide] Adding the Runescape Admin Crown  (Read 16689 times)
0 Members and 1 Guest are viewing this topic.
revolation
SMF For Free Member
*
Offline Offline

Posts: 44


MoparScape Expert-Message me for help.


View Profile
« on: July 05, 2007, 01:47:31 pm »

Credit goes to Agent Moose for his Change Username Across Board Code

Purpose of Code: To add the Administration Crown next to your name.

Example: 


INSTRUCTIONS:

Put this in your HEADER if you do not already have it:

Code:
<script src="/jquery.js"></script>


This code goes in your FOOTER:
Instructions for editing it are under the code.

Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"];
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>


If you are doing it for more then one person add more of these right under the existing one:

Code:
vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"];

Change OLD NAME to the current username

Change NEW NAME to the name you want it to change TO
If you want you can use-
                 bold:  <b>NEW NAME</b>
                italic:   <i>NEW NAME</i>
           underline:  <u>NEW NAME</u>

Change COLOR to the color you want their name to be
Change IMAGE URL to the images url (the direct link to the image)



Some Crown Links you can use:
NOTE:   Use the Graphics Board for requesting other crowns


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_silver.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/thco-owner.png


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/thmod.png


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/rainbowmodor1.jpg


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/modcrownaw2.png


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/supermodat5.png


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/11iek2d.png


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/34q2ywz.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/12234013pa5.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/council-crown.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/highvoicescrown2zr6.png


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/imagesvx4.jpg


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png


http://i307.photobucket.com/albums/nn311/PhotoKillz/m7xeep.gif


http://i292.photobucket.com/albums/mm14/Rockstarog123/premium2.png


http://i25.tinypic.com/af8unp.png


http://i28.tinypic.com/2hz1wuq.png


http://i27.tinypic.com/2cgk1f8.png


http://i32.tinypic.com/24148xi.png


http://i28.tinypic.com/20p2buw.png


http://i29.tinypic.com/200r537.png


http://i29.tinypic.com/2i1fc6p.png


http://i32.tinypic.com/2lmnh9g.png


http://i27.tinypic.com/2wmgnya.png


http://i31.tinypic.com/28838tu.png


http://i26.tinypic.com/qyct2f.png


http://i30.tinypic.com/2d9phg2.png


http://i31.tinypic.com/2djcg2f.png


http://i27.tinypic.com/243m7v7.png


http://i26.tinypic.com/20shgg6.png


http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png


http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png


http://i32.tinypic.com/v5v6s7.jpg


http://i27.tinypic.com/apd65w.jpg

http://i263.photobucket.com/albums/ii128/3lf_of_M3lee/crwn1copy.png

http://i263.photobucket.com/albums/ii128/3lf_of_M3lee/crwn2copy.png

http://i263.photobucket.com/albums/ii128/3lf_of_M3lee/crwn3copy.png

http://i263.photobucket.com/albums/ii128/3lf_of_M3lee/crwn4copy.png

http://i263.photobucket.com/albums/ii128/3lf_of_M3lee/crwn5copy.png **WHITE**

http://i263.photobucket.com/albums/ii128/3lf_of_M3lee/crwn6copy.png


http://i37.tinypic.com/10msg8p.jpg


http://i30.tinypic.com/2e0irsw.jpg


http://i10.tinypic.com/6jvd2df.jpg


http://i17.tinypic.com/6jo8c5t.jpg


http://www.gottapixel.net/forum/images/usergroup/admincrown.gif


This code can be used for other things.  Such as when it is a members birthday.
You could put a little birthday cake next to their name


http://i102.photobucket.com/albums/m105/mysmileyplace/birthdaycake.gif

If you have crowns you would like added to this list please post them  and we will add them to the list.
« Last Edit: August 26, 2008, 10:12:07 am by simply sibyl » Logged

Revolation Scape, was a Spec. Now, its a Legend. Join Today!

REVOLATION SCAPE

I dont do this alot, but if you are stuck on a code.then just give me admin on your Forum temporarily, and i will do it for you.(Message me for this)
magebow99
SMF For Free Newbie
*
Offline Offline

Posts: 8


View Profile
« Reply #1 on: July 09, 2008, 10:35:14 am »

If you are doing it for more then one person add more of these right under the existing one:

Code:
vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"];

ok i got the rest its just thi bit. i did it underneat
Quote
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"];
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>
after the </script> that is and it only works for me not for any 1 else?

this is wot i got any1 can help?

Quote
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["bugs ownz","вυgѕ σωηz","red","<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>
vfour[vfour.length] = ["daffy ownz","daffy ownz","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"];
Logged
simply sibyl
not a dude
Global Moderator
*
Offline Offline

Posts: 8032


Don't PM me for Support


View Profile WWW
« Reply #2 on: July 09, 2008, 10:44:47 am »

awhh you need to put the additonal ones directly under the existing one in the code.. not after the code.

do it this way... this should work:

Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["bugs ownz","вυgѕ σωηz","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"];
vfour[vfour.length] = ["daffy ownz","daffy ownz","red","<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

Stitch
SMF For Free Full Member
*
Offline Offline

Posts: 149


VMK will always remain in my heart.


View Profile WWW
« Reply #3 on: July 31, 2008, 10:47:11 am »

is there a way to edit the code so you dont need a picture?
Logged

simply sibyl
not a dude
Global Moderator
*
Offline Offline

Posts: 8032


Don't PM me for Support


View Profile WWW
« Reply #4 on: July 31, 2008, 10:50:56 am »

is there a way to edit the code so you dont need a picture?

This uses Moose's "Change Username Across Board" code.
You can use that code just to color names, change names, etc.  You dont have to use an image.
The code is here:
http://www.smfsupport.com/support/smf_for_free_codes/change_username_across_board_v4-t5590.0.html
Logged

Agent Z ™
SMF For Free Sponsors
*
Offline Offline

Posts: 410



View Profile
« Reply #5 on: July 31, 2008, 11:03:18 am »

guide here to make 2 icons:
http://www.smfsupport.com/support/smf_for_free_codes/guide_how_to_make_doubled_sided_image_names_guide-t19685.0.html
« Last Edit: July 31, 2008, 11:04:57 am by Agent Z ™ » Logged

Agent Z

Ready to help Smiley
Agent Z ™
SMF For Free Sponsors
*
Offline Offline

Posts: 410



View Profile
« Reply #6 on: August 02, 2008, 05:46:18 am »

Its not working for me:

Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["laugh","laughs","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif
' />"];
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

Agent Z

Ready to help Smiley
~Coder Tyler~
SMF For Free Newbie
*
Offline Offline

Posts: 4


View Profile
« Reply #7 on: August 07, 2008, 11:44:42 am »

Forum Url: http://www.serverjoescape.smfforfree4.com
I have tried, But it doesn't show up into my name.. It is weird because a few months ago I have tried this Tutorial and it worked. But now it isn't. Anybody's help will be greatly appreciated.
« Last Edit: August 07, 2008, 11:49:29 am by ~Coder Tyler~ » Logged
simply sibyl
not a dude
Global Moderator
*
Offline Offline

Posts: 8032


Don't PM me for Support


View Profile WWW
« Reply #8 on: August 07, 2008, 11:52:40 am »

Forum Url: http://www.serverjoescape.smfforfree4.com
I have tried, But it doesn't show up into my name.. It is weird because a few months ago I have tried this Tutorial and it worked. But now it isn't. Anybody's help will be greatly appreciated.

I believe Moose made some changes awhile ago .  Try this:

Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Coder Tyler","Coder Tyler","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif'  />"];
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

~Coder Tyler~
SMF For Free Newbie
*
Offline Offline

Posts: 4


View Profile
« Reply #9 on: August 07, 2008, 07:37:15 pm »

Sorry, It still didn't work.. Is my website not working anymore or did someone hack it and mess it all up or something.. Just please help me.

EDIT: Just fixed it! Thank you a ton!! smitten
« Last Edit: August 07, 2008, 07:44:45 pm by ~Coder Tyler~ » Logged
Lucas A33
SMF For Free Full Member
*
Offline Offline

Posts: 129


View Profile
« Reply #10 on: August 23, 2008, 12:40:03 pm »

Make sure your names our your USERNAMES, Not Display Names!!!!
Logged

eddie
SMF For Free Member
*
Offline Offline

Posts: 37



View Profile
« Reply #11 on: August 25, 2008, 05:31:28 am »

umm how i make an admin crown is there any progra or something?
Logged

LaundryLady
Global Moderator
*
Offline Offline

Posts: 3042



View Profile WWW
« Reply #12 on: August 25, 2008, 10:32:01 am »

Try using Gimp or Photoshop.  The graphics gurus might be able to point you to a tutorial on them.
Logged

eddie
SMF For Free Member
*
Offline Offline

Posts: 37



View Profile
« Reply #13 on: August 26, 2008, 03:54:55 am »

ok i made a laser with effect lab pro is cool xD
Logged

Colonel Pepsi
SMF For Free Full Member
*
Offline Offline

Posts: 130

If you have more images for my site, PM me.


View Profile WWW
« Reply #14 on: August 28, 2008, 08:54:20 am »

how do i add more than one image?
Logged



Pages: [1] 2
  Print  
 
Jump to:  

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.381 seconds with 17 queries.