Thanks mate but it didn't work.
I found my forum path using the following php:
PHP Code:
<?php
echo getcwd();
So my forum path is:
/home3/emesitis/public_html
After that I followed your instructions and uncomment the path line in google.php:
PHP Code:
chdir ('/home3/emesitis/public_html');
I still have a complete blank page.
In google.php there are three lines:
PHP Code:
define('THIS_SCRIPT', 'test');
define('CSRF_PROTECTION', true);
// change this depending on your filename
Which filename?
Should I change the 'test' on the first line?