(Shango) Staff Pack

Sulake

never le nkemise
Jun 10, 2012
174
19
Staff Pack
Hello Devbest, Today I will be releasing 3 staff pages.I made the pages into separate sections of the staff team, Like Managers-Administrators-Moderators.I made the pages like this because making all the staff ranks on one staff page would be to difficult,to show their avatar, name, and motto.So I made it into 3 pages,Each having 4 boxes,holding 4 ranks.The format being in:Name-Motto-Staff Bio-Avatar.The first page shows the two Founders, and the two Managers.The second page shows four administrators,and the last page shows four moderators.I made it where you have to edit the texts,and certain php things yourself, but it's easy, I show you how on here.
--------------------------------------------
How To Edit Staff Boxes
Inside Every Content Box Is This Code
PHP:
Username:Kylee<br>
Motto: Blank<br>
Staff Bio:<p>Kylee Manages the Hotel And Makes Sure Rules Are Followed,And Organizes Events,And Also Is Helpful On The Client.<p>
<?php
$query = mysql_query("SELECT * FROM users WHERE username='Chris' ORDER BY RAND() LIMIT 1") or die(mysql_error());
$username = mysql_fetch_assoc($query) or die(mysql_error());
echo '<img src="http://www.habbo.com/habbo-imaging/avatarimage?figure=' . $username['look'] . '"';
echo "</br> </br>";
echo "<b><i>" . $Username['username'] . "</b></i>";
?>

First You need To Edit The Username Ex:Username:Chris Then You Need To Edit The Motto Ex:Fish Then You Edit The Staff Bio Ex:Bla ble bla,Then finally you edit the choose user in the other code.
PHP:
<?php
$query = mysql_query("SELECT * FROM users WHERE username='Chris' ORDER BY RAND() LIMIT 1") or die(mysql_error());
$username = mysql_fetch_assoc($query) or die(mysql_error());
echo '<img src="http://www.habbo.com/habbo-imaging/avatarimage?figure=' . $username['look'] . '"';
echo "</br> </br>";
echo "<b><i>" . $Username['username'] . "</b></i>";
?>
Look For Chris In The Second Code.That Is Where The Username Of The Staff Member Goes.

Page Releases
Picture-Managers

Download the Pages
 

Users who are viewing this thread

Top