Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Highlight ur chars in rankings muweb

Junior Spellweaver
Joined
Jun 5, 2005
Messages
110
Reaction score
1
Hello al, this "script" for highlight nicks yours characters in rankings when you login in muweb site. See:
Search for in modules/rankings/docharacter.php:

$rank2 = $rank+1;

After that add:

if(($_SESSION['user']) == $row[8]) {$font = "green";}
else {$font = "#CCCCCC";}

Then search for string where display nick in rankings, also:

<td align=left><div class='link_rankings'>$status[0] <a href=index.php?op=character&character=$row[0]>$row[0]</a></div></td>

and replace with:

<td align=left><div class='link_rankings'>$status[0] <a href=index.php?op=character&character=$row[0]><font color=$font>$row[0]</font></a></div></td>

You can change colors with change variable $font
 
Banned
Banned
Joined
Feb 21, 2007
Messages
360
Reaction score
28
Re: [Release] Highlight ur chars in rankings muweb

not bad...8/10
 
Newbie Spellweaver
Joined
Apr 29, 2007
Messages
43
Reaction score
1
Re: [Release] Highlight ur chars in rankings muweb

Is very good. 9/10
 
Experienced Elementalist
Joined
Dec 30, 2006
Messages
230
Reaction score
0
Re: [Release] Highlight ur chars in rankings muweb

That Is Very Cool Good Work 8/10.
 
Mythic Archon
Loyal Member
Joined
Oct 31, 2007
Messages
762
Reaction score
14
Re: [Release] Highlight ur chars in rankings muweb

Can show screen of this ?

Anyone tested? Did it work ?
 
Junior Spellweaver
Joined
Jun 5, 2005
Messages
110
Reaction score
1
Re: [Release] Highlight ur chars in rankings muweb

It's work 100%I not use default template of MuWeb so i cant do screen.
If u logged on site, YOURS characters be green in rankings, else default color
 
Experienced Elementalist
Joined
Oct 1, 2006
Messages
287
Reaction score
0
Re: [Release] Highlight ur chars in rankings muweb

nice , simple script ;)
 
Member
Joined
Jan 10, 2007
Messages
530
Reaction score
12
Re: [Release] Highlight ur chars in rankings muweb

thanx and nice !
 
Back
Top