PDA

View Full Version : Little Peoples by names


Javazoid
01-31-2003, 09:19 PM
If there a hack that gives you little people by your names like http://war3pub.net/forums/index.php at the bottom? i LOVE that soo much but i cannot find it. can someone make one or point me to where it is? i believe i saw it on a vbulletin a while ago

Martin64
01-31-2003, 09:41 PM
I don't remember seing a hack like that, but what you could do is to install Afterburners Colored Online User Hack, and just tweaking it a wee bit. That should do wonders. :)

https://vborg.vbsupport.ru/showthread.php?s=&threadid=32149

If you can't figure out how to do it, report back and I'll help you.

Javazoid
01-31-2003, 10:01 PM
i don't know much about php so help would be appreciated. I think this would be a very good hack.

Could you tell me what to edit in Afterburners Colored Online User Hack?

Administrator: "green person"
Supermoderator: "red person"
Moderator: "yellow person"
Member: "grey person"

i just think that this would be very popular and a lot of people would use it. could you help me out?

Martin64
01-31-2003, 10:53 PM
Changes to the hack instructions:

FIND:

$username = "<b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/greenperson.gif> <b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin

FIND:

$username = "<b><font color=darkred>$loggedin[username]</font></b>"; // Color for Supermod

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/redperson.gif> <b><font color=darkred>$loggedin[username]</font></b>"; // Color for Supermod

FIND:

$username = "<b><font color=green>$loggedin[username]</font></b>"; // Color for Mod

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/yellowperson.gif> <b><font color=green>$loggedin[username]</font></b>"; // Color for Mod

FIND:

$username = "<font color=blue>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/greyperson.gif> <font color=blue>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of

FIND:

$username = "<b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/greenperson.gif> <b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin

FIND:

$username = "<b><font color=darkred>$loggedin[username]</font></b>"; // Color for Supermod

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/redperson.gif> <b><font color=darkred>$loggedin[username]</font></b>"; // Color for Supermod

FIND:

$username = "<b><font color=green>$loggedin[username]</font></b>"; // Color for Mod

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/yellowperson.gif> <b><font color=green>$loggedin[username]</font></b>"; // Color for Mod

FIND:

$username = "<font color=blue>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/greyperson.gif> <font color=blue>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of

I hope that helps :)

Javazoid
02-01-2003, 01:59 PM
wow thank you soo much, you can see it in action at http://www.wcgateway.com/forums , i love it!

but how do you get rid of that black square around the little people?

Rose
02-01-2003, 03:01 PM
Originally posted by Javazoid
wow thank you soo much, you can see it in action at http://www.wcgateway.com/forums , i love it!

but how do you get rid of that black square around the little people?

To the "<img src="blah blah.jpg" border="0">" ((Add the 'border' bit.))

Martin64
02-01-2003, 08:25 PM
Ah yes, forgot about the border.

You're welcome. :)