- added some php.ini keys as they where used for attacking my server (the later
was intended to include a remote text file
'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru',
'call_user_func', 'set_time_limit', 'urldecode',
'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru',
'call_user_func', 'set_time_limit', 'urldecode',
+ // php.ini variables
+ 'disable_functions', 'safe_mode', 'allow_url_include', 'auto_prepend_file',
+
// Typical PHP script remote-inclusions and typical include file names
'.inc.php', '.lib.php', '.class.php', 'config.php', '.inc', '_php',
'php_', 'class_', '_class.php', 'db_mysql.inc',
// Typical PHP script remote-inclusions and typical include file names
'.inc.php', '.lib.php', '.class.php', 'config.php', '.inc', '_php',
'php_', 'class_', '_class.php', 'db_mysql.inc',