Advance Rare Values V1
Features:
- SQL injection protection [mysql_real_escape_string()]
- Auto DB table creator
- Rare values editing and deleting for staff(Set to rank 3 and higher by default)
- Automatically updates the rare status upon update(Sets rare status to 'Added' upon adding)
- A very advance and detailed rare valuesPHP Code:$OldPrice = $array['price'];
$NewPrice = $_POST['rare_price'];
$OldStatus = $array['status'];
if ($OldPrice == $NewPrice)
{
$status = $OldStatus;
}
elseif ($OldPrice > $NewPrice)
{
$status = down;
}
elseif ($OldPrice < $NewPrice)
{
$status = up;
}
- Rare values extra details previewer
- Furni Owners information
- Information about the room with that furni
- Enable/Disable feature(Config style)
Required database structure:
Other previews:
NOTE:
- PLEASE TAKE NOTE THAT I DID NOT PROVIDE AND DO THE WEEKLY RARE REQUEST PAGE, YOU'LL HAVE TO DO IT BY YOURSELF IF YOU WANT IT
- Rare images must be located in /htdocs/app/tpl/skins/Habbo/images/rare/{IMAGE}[160 images included in the download]
- Room status images must be located in /htdocs/app/tpl/skins/Habbo/images/room/{IMAGE}[All 5 images needed included in the download]
- Rare status images(add.gif, up.gif, down.gif)[Provided] must be located in /htdocs/app/tpl/skins/Habbo/images/ and must have the extension of .gif
- Gold Bar & Platinum Bar picture provided
- When you're adding a new rare, just type in the image name and extension in the image column(Example, throne.jpg)
- I created this on Predator's Phoenix 3.7.1 server
- Furni count, Room count, Rooms list, Owner count & Owners list will not properly work if you do not have the same database structure & RevCMS
- This rare values is coded for and on RevCMS but you can easily edit the script to suit your CMS, just replace the '{lastSignedIn}' with your CMS's code and extract the values code to your CMS's empty page
Bugs:
They're are no bugs, I've resolved the previous one
Credits:
- kyle30000 from Ragezone.com(As stated in the readme file) for giving me the basic script of this rare values, but if you compare both of it you wouldn't really realize that it's a modified version of his script
kyle30000's values script
EDIT
I've repaired the bugs and updated the download link, who ever that downloaded the previous one please re-download it thanks
DOWNLOAD:
Advance Rare Values V2 by SlonCHL























