addme, on Jan 31 2007, 04:46 PM, said:
Hi Alex,
As you've seen I've removed the phpbb2 from server.
I'm puting it back, following again the steps in the installation guide.
And I will let it online till you'll have a look.
Thanks a lot.
I've seen that you have registered to my site I appreciate your interes.
Hi i'm having similar problems with "Hacking attempt" when logging in or linking from my catalogue.
Background info (hopefully some of this may be of use)
Im running this on apache on windows server, contribs installed (that i think maybe relevant ) include ultimate seo url, Fast Easy Checkout, the phpbb2.022 is a clean board, no mods or any changes made yet.
I found that by playing around in includes/common (by putting some characters in) that the error seems to be related to this bit of code (i put 11 in front of the "hacking attempt" bit and that showed up on the page")
}
$check_osc_sid = $db->sql_fetchrow($result);
if( empty( $check_osc_sid ))
{
die("Hacking attempt");
}
$time = time();
if( $time < $check_osc_sid['expiry'])
{
ive tried this with both cookies enabled/disabled without any luck
Hopefully the above will give some clue as to what maybe going wrong
Many thanks
Kevin