Hey i have been hearing people talk about this Ranking Mod were you level up and you become a different rank well i have a mod i have made and i think its just the thing. yes this is the whorehouse mod edited, it could do with a little tweaking but here it is.
Print Screen:
Create a file called Ranks.php
<?php
include "globals.php";
if($ir['jail'] or $ir['hospital']) { die("<font color='red'>This page cannot be accessed while in jail or hospital.</font>"); }
?>
[img=pics/cities/eyes.jpg]
<?php
print "
<u><h3><font color=white>Level Ranks</h3>
[b]<font color=white>Welcome To Level Ranks here you will see your ranks and what they will become as you level up,
to become a different rank when you reach the certain level ask a staff member to change your rank.</h2>
<table border='1' width'90%' bordercolor='#939393'><th>Rank</th><th>Name</th><th>Level</th></tr><tr>
<td><center><a href='.php'>[img=rank1.png]</td><td><center>Private</td><td><center>1</td></tr><tr>
<td><center><a href='.php'>[img=rank2.png]</td><td><center>Corporal</td><td><center>100</td></tr><tr>
<td><center><a href='.php'>[img=rank3.png]</td><td><center>Sergeant</td><td><center>125</td></tr><tr>
<td><center><a href='.php'>[img=rank4.png]</td><td><center>Sergeant Major</td><td><center>150</td></tr><tr>
<td><center><a href='.php'>[img=rank5.png]</td><td><center>Second Lieutenant<td><center>175</td></tr><tr>
<td><center><a href='.php'>[img=rank6.png]</td><td><center>First Lieutenant<td><center>200</td></tr><tr>
<td><center><a href='.php'>[img=rank7.png]</td><td><center>Captain<td><center>225</td></tr><tr>
<td><center><a href='.php'>[img=rank8.png]</td><td><center>Major<td><center>250</td></tr><tr>
<td><center><a href='.php'>[img=rank9.png]</td><td><center>Lieutenant Colonel<td><center>275</td></tr><tr>
<td><center><a href='.php'>[img=rank10.png]</td><td><center>Colonel<td><center>300</td></tr><tr>
<td><center><a href='.php'>[img=rank11.png]</td><td><center>Brigadier General<td><center>325</td></tr><tr>
<td><center><a href='.php'>[img=rank12.png]</td><td><center>Major General<td><center>350</td></tr><tr>
<td><center><a href='.php'>[img=rank13.png]</td><td><center>Lieutenant General<td><center>375</td></tr><tr>
<td><center><a href='.php'>[img=rank14.png]</td><td><center>General<td><center>400</td></tr><tr>
<td><center><a href='.php'>[img=rank15.png]</td><td><center>General of the Army<td><center>500</td></tr><tr>
<td><center><a href='.php'>[img=rank16.png]</td><td><center>General of the Armies<td><center>750</td></tr><tr>
<td><center><a href='.php'>[img=rank17.png]</td><td><center>General Of Wars<td><center>1000</td></tr><tr></table>";
if(isset ($_GET['spend'])) {
srand ((double) microtime( )*1000000);
$random_number = rand(1,1000);
}
if($_GET['spend'] == 'male')
{
if($ir['money'] <20000)
{
print "
[b]Sorry, you don't have enough money[/b]";
}
else if($ir['energy'] <6)
{
print "
[b]Sorry, you dont have enough energy[/b]";
}
else if ($random_number < 750)
{
mysql_query("UPDATE users SET money=money-20000,energy=energy-10,brave=maxbrave WHERE userid=$userid",$c);
print "
[b]You have paid $20,000 to get plowed by a man whore, this raised your brave to 100%[/b]";
}
else if ($random_number > 750)
{
mysql_query("UPDATE users SET money=money-20000 WHERE userid=$userid",$c);
print "
[b]he took a look at you and ran, with your money in hand!";
}
}
else if($_GET['spend'] == 'school')
{
if($ir['money'] <20000)
{
print "
[b]Sorry, you don't have enough money[/b]";
}
else if($ir['energy'] <10)
{
print "
[b]Sorry, you don't have enough energy[/b]";
}
else if ($random_number < 600)
{
mysql_query("UPDATE users SET money=money-20000,energy=maxenergy WHERE userid=$userid",$c);
print "
[b]You have paid $20,000 for 2 hours with a hot school girl too bad you only lasted 5 minutes, it doesn't matter it raised your energy by 5 points[/b]";
}
else if ($random_number > 600)
{
mysql_query("UPDATE users SET money=money-20000,hospital=hospital+5,`hospreason` = 'tried to get freaky with a hot school girl but got beat down.' WHERE userid=$userid",$c);
print "
[b]<font color='red'>you pay for fun. you undress yourself, she ties you down, and beat you. you stuck in the hospital for 5 minutes.</font>"; // here
}
}
else if($_GET['spend'] == 'nurse')
{
if($ir['money'] <20000)
{
print "
[b]Sorry Sir, you don't have enough money[/b]";
}
else if($ir['energy'] <10)
{
print "
[b]Sorry Sir, you don't have enough energy[/b]";
}
else if ($random_number < 750)
{
mysql_query("UPDATE users SET money=money-20000,energy=energy-10,brave=maxbrave WHERE userid=$userid",$c);
print "
[b]You have paid $20,000 for 2 hours with a naughty nurse too bad you only lasted 5 minutes, it doesn't matter it raised your brave to 100%[/b]";
}
else if ($random_number > 750)
{
mysql_query("UPDATE users SET money=money-20000 WHERE userid=$userid",$c);
print "
[b]<font color='red'>sorry she took your money, and you didn't get any</font>";
}
}
else if($_GET['spend'] == 'tran')
{
if($ir['money'] <20000)
{
print "
[b]Sorry you don't have enough money[/b]";
}
else if($ir['energy'] <10)
{
print "
[b]Sorry you don't have enough energy[/b]";
}
else
{
mysql_query("UPDATE users SET money=money-20000,energy=energy-10,brave=maxbrave,hp=hp-9 WHERE userid=$userid",$c);
print "
[b]You paided $20,000 to bang a transvestite ";
print "and enjoyed your time and filled your brave to 100% but lost 9 HP points because you were the female.[/b]";
}
}
else if($_GET['spend'] == 'whoreout')
{
if($ir['energy'] <10)
{
print "
[b]Sorry, you don't have enough energy[/b]";
}
else if ($random_number < 500)
{
mysql_query("UPDATE users SET money=money+1000 WHERE userid=$userid",$c);
print "
[b]You Walk up to a woman and ask her if she is lonely, she says yes. you tell her that for 1,000 you will make her happy for one night, she pays you have earned 2,000.[/b]";
}
else if ($random_number > 500)
{
mysql_query("UPDATE users SET money=money-500,jail=jail+5,`jail_reason` = 'tried to whore himself out but was turned down' WHERE userid=$userid",$c);
print "
[b]<font color='red'>You Walk up to a woman and ask her if she is lonely, she says no. she says that if you dont give her 500 she will call the cops. you give her the money but she calls the cops anyways.</font>";
}
}
else if($_GET['spend'] == 'whoreout2')
{
if($ir['energy'] <10)
{
print "
[b]Sorry, you don't have enough energy[/b]";
}
else if ($random_number < 400)
{
mysql_query("UPDATE users SET money=money+1500 WHERE userid=$userid",$c);
print "
[b]You Walk up to a woman and ask her if she is lonely, she says yes. you tell her that for 1,500 you will make happy for one night, she pays you have earned 1,500.[/b]";
}
else if ($random_number > 400)
{
mysql_query("UPDATE users SET money=money+1500,hospital=hospital+5,`hospreason` = 'Whored himself out and caught crabs' WHERE userid=$userid",$c);
print "
[b]<font color='red'>You Walk up to a woman and ask her if she is lonely, she says yes. you tell her that for 1,500 you will make her happy for one night, she pays you have earned 1,500. the bad news is that she has crabs and now you do too.[/b]</font>
";
}
}
$h->endpage();
?>
Then Save These Images as rank1., rank2., rank3., rank4., rank5.. ect and upload them to your cpanel
Rank1.:
Rank2:
Rank3:
Rank4:
Rank5:
Rank6:
Rank7:
Rank8:
Rank9:
Rank10:
Rank11:
Rank12:
Rank13:
Rank14:
Rank15:
Rank16:
Rank17:
And thats all!!! i will also post updates on this when i have finished as i am putting add on's on this.