Staff page - ranks

ProLegitZ

Jacob is here bitch !
May 11, 2012
606
56
So, i want the ranks NOT circled to be gone,
anyhelp?

Image:
16h7uqf.png
 

Sean

‫‫‫‫‫‫  ‫  Don't Worry, Be Happy
Dec 12, 2011
1,121
405
Tell me the list of rank numbers and what 2 rank numbers it is you want on this page. So I can give you the code to add
 

ProLegitZ

Jacob is here bitch !
May 11, 2012
606
56
Tell me the list of rank numbers and what 2 rank numbers it is you want on this page. So I can give you the code to add
its 3, but so many ranks,
3,4,5
on the 2nd row

Wait up, I just went to and its XAMPP, your hotel is XAMPP??
On this thread?
OFT = infraction

Yes it is, eh idgaf, if we get hacked i got db, cms & im friends with owner of hosts.
 

Sean

‫‫‫‫‫‫  ‫  Don't Worry, Be Happy
Dec 12, 2011
1,121
405
Right then, on the staff.php find this
PHP:
    $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 4 ORDER BY id DESC");

and replace with this

PHP:
    $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 3 AND id < 6 ORDER BY id DESC");
 

ProLegitZ

Jacob is here bitch !
May 11, 2012
606
56
Right then, on the staff.php find this
PHP:
    $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 4 ORDER BY id DESC");

and replace with this

PHP:
    $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 3 AND id < 6 ORDER BY id DESC");
Thanks

MOD close thread
 

Users who are viewing this thread

Top