ichadwick
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Do Not Upgrade to 3.5Mine too. Totally gone, admin not accessible. Will try to reinstall 3.4.2. Thanks.
Forum: Installing WordPress
In reply to: Upgrade to 3.5 using the auto update – error messageI got something different:
Warning: Missing argument 2 for wpdb::prepare(), called in /home/ianc1499/public_html/blog/wp-content/plugins/category-icons/category_icons.php on line 1047 and defined in /home/ianc1499/public_html/blog/wp-includes/wp-db.php on line 990
Now it’s all crap… no admin panel or dashboard, no widgets…Forum: Fixing WordPress
In reply to: Hacked by hackerAs a footnote, for another package and a different attack, one suggestion posted on their forum was to add the following to your php.ini file:
allow_url_fopen=Off allow_url_include=Off disable_functions=popen,passthru,escapeshellarg,escapeshellcmd,exec,passthru,proc_close,proc_get_status,proc_nice,proc_open, proc_terminate,shell_exec,system,blob,exec,escapeshellarg,pfsockopen,stream_get_transports,stream_set_blockingIf you could discover the IP of the attacker, you could use the deny command in .htaccess like this (just IP samples):
order allow,deny deny from 174.143.11. deny from 91.123.195. deny from 99.251.104 allow from allCheck your logs for recent visitors – the log should show what files were accessed and the IP. If it happened a few days ago, unless you archive your logs, you won’t see anything more than a day or so old. You can download the logs, then add a .txt extension to open them.
Forum: Fixing WordPress
In reply to: Hacked by hackerAnother place to look is in your current theme directory. there is a header php file that has likely been hacked as well. That’s what happened to me – even after I replaced all the old files with new ones, I still saw the message. Once I replaced the theme header file from a backup, it was restored.
Hit me on a Hostpapa site, too.