hmm, ok my tempspider table was crashed ! after a repair, it quite cool !
I've applied the patch, but it's not exactly the same code u gave :
Quote:
}
else {
//include "$relative_script_path/libs/auth.php";
$run_mode = 'http';
$br = "<br />\n";
$hr = "<hr />\n";
$s_yes = "<img src='yes.gif' width='10' height='10' border='0' align='middle' alt='' />";
$s_no = "<img src='no.gif' width='10' height='10' border='0' align='middle' alt='' />";
$s_link = " <a href='@url' target='_blank'>@url</a> ";
$relative_script_path = '..';
}
include "$relative_script_path/includes/config.php";
include "$relative_script_path/libs/auth.php";
include "$relative_script_path/admin/robot_functions.php";
include "$relative_script_path/admin/debug_functions.php";
// header of page
|
Other point, i have searched in all files in my folder phpdig, and did not found the following :
Quote:
if (!get_magic_quotes_runtime()) {
$varname = addslashes($varname);
}
|
is it normal ?
anyway, thanks for help, again !