Forum Replies Created

Viewing 15 replies - 16 through 30 (of 51 total)
  • Thread Starter dcrosbie

    (@dcrosbie)

    Interesting thought @webpixie, dug into it a bit an no my security plugin does not rename, check some other websites that use the same plugin and none of them have this problem.

    Your suggestion led me to check my .htaccess file though, to see if anything was being redirected to these new files and indeed there were!!

    Here is what I found in my .htaccess:

    RewriteCond %{ENV:REDIRECT_STATUS} 200
    RewriteRule ^ – [L]
    RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
    RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
    RewriteRule ^([^/]*)/$ /wp-radmin.php?$1 [L]

    I removed this from my .htaccess for now. And I will look into this a bit more and post back.

    Thread Starter dcrosbie

    (@dcrosbie)

    Great Thanks, I will carry on working through the other hacked todo items.

    Thread Starter dcrosbie

    (@dcrosbie)

    I am looking at this from all angles, working back from the hacked files is just one method that I am using to solve this mystery. I thought I might as well ask the community if they have seen these files used in a hack. Your answer it no. I am wondering now if anyone else has.

    In the meantime, while I am waiting to hear back form others, certainly I will continue to investigate the other angles such as the items listed in Site Hack FAQ.

    Thread Starter dcrosbie

    (@dcrosbie)

    Yes I have backups and I have followed as many of the hardening wordpress guidelines as I can. I am aware of all these precautions, I am a website developer who builds wordpress websites for a living.

    What I am needing help with is to see if anyone else knows about these specific files, and what if they have heard of this, then what plugins/theme etc might be the culprit.

    Simply rebuilding my site to pre-hack will fix nothing if I can’t plug the hole.

    Thread Starter dcrosbie

    (@dcrosbie)

    The more I look into this, the more I think that the website has been hacked. I am not sure if the hack is related to TinyMCE or not. Either way, I am closing the topic in this thread and moving it over to the Hack forum here: https://wordpress.org/support/topic/possible-hack-alert?replies=1#post-6849790

    Thread Starter dcrosbie

    (@dcrosbie)

    Awesome sounds great thanks @wpsolutions This is a fantastic plugin that works great on all my other websites and now this one also!

    @mbrsolutions – yes that makes perfect sense, first the memory error which led to the huge log file which then led to further problems. As for if I deleted everything.. sort of, I deleted the files and backup directory in the content folder, but no I did not delete the database entries because I did not want to lose all my settings.

    Thread Starter dcrosbie

    (@dcrosbie)

    Digging deeper, I figured I would try to delete all events in the log table, but on the firewall –> 404 detection tab, nothing was showing after the header “404 Event Logs”, so I couldn’t get down to the button to “Delete All 404 Event Logs”. So I went manually into the aiowps_events through phpmyadmin and delete all records from inside there. Now… everything works! I can see the 404 events logs on the firewall–>404 tab AND DB backups work.

    So… what does this mean? Well obviously the aiowps_events table was just to big and was making many of the plugin functions unable to work. How to fix this from happening again? I guess two things need to be looked at:

    • Why was my event logs table so big? Why didn’t the plugin stop the 404 ip’s and failed login ip’s before my event table became so full? I guess I will be keeping an eye on the plugin to ensure that ip blocking is working correctly for lockouts on 404 errors or failed login attempts.
    • As for preventing the plugin from failing when this table gets to full… that would be up to the plugin author I guess. Maybe it should auto clear after X records, or maybe it should never fail no matter how many records, or maybe email the user a warning message when the table is getting to full?

    @wpsolutions any suggestions?

    Thread Starter dcrosbie

    (@dcrosbie)

    K, I deleted this plugin all together and reinstalled. Still no good. No DB backups, no 404 detection ip blocking, no backend admin listing of 404 error log.

    I would assume all these problems are tied to the same source, but I just can’t figure out what.

    Thread Starter dcrosbie

    (@dcrosbie)

    124015 rows in the aiowps_events table.

    Now looking at the aiowps events table, I see that there are recently TONS of 404’s, every second or two by the same ip, I wonder why the plugin is also not working to block these ips? I double checked I do have 404 detection turned on, but still it is not blocking.

    So then I went to the 404 event logs to see if I could see the 404 events on through the website backend, but it seems that this “404 event logs” is not working as expected either, right after the header “404 event logs” all is blank, when I click the header nothing happens.

    Yeesh, I am looking faith in this plugin a little. I guess I will log into my other client sites and see if this part is working also.

    Thread Starter dcrosbie

    (@dcrosbie)

    Where do I see what the backup path is set to?

    As for folder/file permissions I have already checked those and they appear to be same as other websites. 755 for folders and 644 for files.

    Thread Starter dcrosbie

    (@dcrosbie)

    My host says I have 512MB allocated to my account, and so far I am never hitting that.

    Thread Starter dcrosbie

    (@dcrosbie)

    These are the other websites that I am running on this same server:

    • another website also on wordpress 4.0, but an older all in one security, version 3.8.3 – this one works for database backups.
    • another website running wordpress 3.9.2 and security plugin at 3.7.9.1 – does database backup no problem
    • another website running wordpress 3.9.2 security plugin at 3.7.9 – does database backups
    • another website running wordpress 3.9.2 security plugin 3.7.6 – does database backups

    Only other difference are plugins and theme but I tried deactivating/switching themes and that still did not solve my problem.

    Since up’d the memory I no longer get that memory error, but it is still not creating the DB Backups.

    I even see the cron job is at least now running, I can see it in plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt but it is still not running the backups.

    Thread Starter dcrosbie

    (@dcrosbie)

    I am digging through, and honestly I can’t find any differences between this website and the others. I manage 20 different websites and I always install the same plugins etc. Besides, I even tried deactivating all plugins and changing the theme and still no good.

    Thread Starter dcrosbie

    (@dcrosbie)

    Found this error in the error_log file

    [12-Oct-2014 20:02:30 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 213306 bytes) in /home/dcrosbie1/public_html/gymkyds.com/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php on line 57

    So I added this to my config file:
    define(‘WP_MEMORY_LIMIT’, ‘256M’);

    Solved the error in the error_log, but still a blank screen after the BD Backup tab, and still no backup in the wp-content/aiowps_backups directory.

Viewing 15 replies - 16 through 30 (of 51 total)