Moderator: Integra Moderator
"twitchy";p="14471" wrote:Ive got one <img>
it actually only affects my album (so far ) wehn i try to access it it says
Hacking attempt... Details Logged
plz help
"jwernerny";p="15144" wrote:"twitchy";p="14471" wrote:it actually only affects my album (so far ) wehn i try to access it it says
Hacking attempt... Details Logged
I seem to be in the same boat. (http://www.snowtire.info/forum/album.php) I've gone back through the fixes and I have the latest. Any other suggestions? Is it possible that in the initial flurry of patches I still have an old one that should be unpatched?
// Hack Fixes 280806 //if(strstr($phpbb_root_path, '"')){ die('Hacking attempt... Details Logged'); exit;}if($phpbb_root_path[0] != '.' && $phpbb_root_path[1] != '/' || $phpbb_root_path[0] != '.' && $phpbb_root_path[1] != '.'){ $phpbb_root_path = './'; die('Hacking attempt... Details Logged'); exit;}// Hack Fixes 280806 //
"jwernerny";p="15152" wrote:"jwernerny";p="15144" wrote:"twitchy";p="14471" wrote:it actually only affects my album (so far ) wehn i try to access it it says
Hacking attempt... Details Logged
I seem to be in the same boat. (http://www.snowtire.info/forum/album.php) I've gone back through the fixes and I have the latest. Any other suggestions? Is it possible that in the initial flurry of patches I still have an old one that should be unpatched?
Found it. It looks like I left in a couple of the early patches. If you are having the same problem, look to see if you still have lines that look like below and remove them. The 2nd post in this topic doesn't have them and they just cause problems.
- Code: Select all
// Hack Fixes 280806 //if(strstr($phpbb_root_path, '"')){ die('Hacking attempt... Details Logged'); exit;}if($phpbb_root_path[0] != '.' && $phpbb_root_path[1] != '/' || $phpbb_root_path[0] != '.' && $phpbb_root_path[1] != '.'){ $phpbb_root_path = './'; die('Hacking attempt... Details Logged'); exit;}// Hack Fixes 280806 //
- John (Who is learning more about PHP then he really wanted to.)
// Security update 02 September 2006 B starts // Find]) || (int)isset($HTTP_GET_VARS[STYLE_URL]) ) { (int)$style = urldecode( (isset($HTTP_POST_VARS[STYLE_URL])) ? $HTTP_POST_VARS[STYLE_URL] : (int)$HTTP_GET_VARS[STYLE_URL] ); if($style == 0) { die('Hacking attempt'); exit; } if ( $theme = setup_style((int)$style) ) { setcookie($board_config['cookie_name'] . '_style', $style, time() + 31536000, $board_config['cookie_path'], $board_config['cookie_domain'], $board_config['cookie_secure']); return; } } if ( isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_style']) ) { $style = $HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_style']; if ( $theme = setup_style((int)$style) ) { return; } } // Security update 02 September 2006 B ends //
"rockeiro";p="16877" wrote:I have no php.ini file. How could this be?
if ( !defined('IN_PHPBB') ){ die("Hacking attempt");}
if( !defined('IN_PHPBB') ) { die('Hacking attempt'); exit; }
if ( !defined( 'IN_PORTAL' ) ) { die( "Hacking attempt" ); }
if( !defined('IN_PHPBB') ) { die('Hacking attempt'); exit; } else { if( !defined('IN_PORTAL') ) { die('Hacking attempt'); exit; } }
Registered users: App360MonitorBot, Bing [Bot]