Ok,
UserSystem v1.0.3 has now been released and as well as cleaning up some vars better, its also loaded with some new features including VIP management, send furni, profiles, memberlist etc etc etc
I've replaced htmlspecialchars with a clean function
Hope thats sufficient OoPHP Code:<?php
function clean($str)
{
$st = strip_tags(addslashes(stripslashes(htmlspecialchars($str))));
return $st;
}
?>
Anyways, heres link
http://www.habbo-center.com/scripts/
Please post any feedback





Reply With Quote







