I've just set up RevCMS using the Mango theme but I need help with the client when I click Enter Hotel it's says 403 Error
http://hobbalite.info/client.swf
Info Bus Work's for Tehe :P Try Fixing the room_modeldata or it might be an Images within the c_images, But if i'm not mistaking normally their is an SWF file for the Info Bus aren't i wrong??
Well has soon i saw that Images with that Code i mean Yeah that is what is causing the problem.
Sick of fixing all sql injections in PhoenixPHP? Here's a little tip to fix (almost) all holes!
step 1: open global.php
step 2 add under "$users = new Users();"
foreach($_GET as $key => $value){...
Well your Problem is This Code Right here
foreach($_GET as $key => $value){
$_GET[$key]=mysql_real_escape_string(stripslashes(trim(htmlspecialchars($value))));
}
foreach($_POST as $key => $value){
$_POST[$key]=mysql_real_escape_string(stripslashes(trim(htmlspecialchars($value))));
}...
Okay I try to edit the Arrow Command's in XoaEMU. But it always Duplicating the ID's Why?
a Little Video to show
Arrow Video
#region Old Arrow Link
case "arrowone":
{
if (_Rank >= 6)...