well. it is pretty simple. but it's been usefull.
I got tired of having only 5 ranks with the "stars" hack. SOooooooooooooo.
___________________________
# Start Normal Members
if ($thisprofile[8] eq "Administrator") {
$ThisStatus = "






Administrator";
}
elsif ($thisprofile[8] eq "Moderator") {
$ThisStatus = "




Moderator";
}
else {
if ($thisprofile[7] > 10) {
$ThisStatus = "
Raw Recruit";
}
if ($thisprofile[7] > 20) {
$ThisStatus = "

Trainie";
}
if ($thisprofile[7] > 40) {
$ThisStatus = "


Grunt";
}
if ($thisprofile[7] > 60) {
$ThisStatus = "



Soldier";
}
if ($thisprofile[7] > 80) {
$ThisStatus = "

Commander";
}
if ($thisprofile[7] > 100) {
$ThisStatus = "


Captain";
}
if ($thisprofile[7] > 140) {
$ThisStatus = "



General";
}
if ($thisprofile[7] > 200) {
$ThisStatus = "

Rear Admiral";
}
if ($thisprofile[7] > 240) {
$ThisStatus = "


Admiral";
}
if ($thisprofile[7] > 300) {
$ThisStatus = "



Demigod";
}
if ($thisprofile[7] > 1000) {
$ThisStatus = "





WAY to much free time on my hands";
}
# End Normal Members
# Special Members
if ($thisline[2] eq "Shotzie") {
$ThisStatus = "





Metshrine Staff";
}
if ($thisline[2] eq "Metshrine Staff") {
$ThisStatus = "





Metshrine Staff";
}
if ($thisline[2] eq "Mike") {
$ThisStatus = "





Metshrine Staff";
}
if ($thisline[2] eq "jbx") {
$ThisStatus = "





Metshrine Staff";
}
if ($thisline[2] eq "Pyros") {
$ThisStatus = "





Metshrine Staff";
}
if ($thisline[2] eq "iceberg007") {
$ThisStatus = "





Ftp Mirror";
}
if ($thisline[2] eq "dancing devil") {
$ThisStatus = "





Flash Director";
}
if ($thisline[2] eq "AlcoholicA") {
$ThisStatus = "





Beerman";
}
if ($thisline[2] eq "NewstedRules") {
$ThisStatus = "





spanky";
}
if ($thisline[2] eq "Cowboy_from_hell") {
$ThisStatus = "





CD-R Trader";
}
# End Special Members
I did this.
![[Linked Image]](https://ubbdev.com/ubb/smile.gif)
what do you guys think?