Hi, sv1cec
I have a small problem with the hack now.
When I am logged in I can start a new thread but if not I am getting this error message when I click on 'new thread'.
Fatal error: Call to a member function on a non-object in /PATH/forum/includes/functions.php on line 2070
On line 2070 in functions.php I have this:
PHP Code:
$warn_opts=$DB_site->query_first("select * from ".TABLE_PREFIX."warning_options where oid='1'");
I added this:
PHP Code:
<a href="newthread.php?$session[sessionurl]do=newthread&f=$forum[forumid]"><div class="smallfont">[$vbphrase[new_thread]]</a>
to the forumhome_forumbit_level2_post template to be able to create a thread in a forum without the need to enter it.
I am not sure if really AWS is the problem but maybe you can help.