Quote:
Originally Posted by Opserty
Thank doesn't look hacked to me...  it seems your domain expired or something like that, you need to check with your hosting/domain name service provider on how to rectify this problem.
Regarding your original problem:
If this is your problematic line:
PHP Code:
eval('print_output("' . fetch_template('FAQ') . '");');
Then your problem is style related. You should test your site in the default style and see if your problem persists. Do a test with and without disabling all plugins.
|
I have tried the Default style and a new style with no parent, and tried both with and without plugin/hook system active. On both I got the same errors listed here:
Warning: Unknown(
http://holta-racing.com/hacked.htm): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /index.php(540) : eval()'d code on line 2
Warning: Unknown(
http://holta-racing.com/hacked.htm): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /index.php(540) : eval()'d code on line 2
Warning: (null)() [function.include]: Failed opening 'http://holta-racing.com/hacked.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /index.php(540) : eval()'d code on line 2
My Index.php line 540 is:
eval('print_output("' . fetch_template('FORUMHOME') . '");');