Mark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hacked?????No problemo. Our issue with MHM was that the wp-config.php file did not have the proper permissions. As a result whenenver someone typed “Marilyn and Sarah” then on our link there they would get redirected to this “news” site. They were redirecting traffic through the wp-config.php file. Since that controls everything regarding WP, they were able to send traffic elsewhere. At least it wasn’t a porn site! ?? Needlesstosay I learned a lot about securing WP than I knew before, so I guess that’s good:)
I had just took over a position there and checking the permissions of everything was on my to-do list but came before I had a chance to look! But if you follow those “hardening wordpress” techniques that will definitely make all the difference.
Also try renaming your Tables in your MySQL database. There are lots of little things that you can do to make all the difference when securing your WP install.
Good luck and have fun!
Mark
Forum: Fixing WordPress
In reply to: Hacked?????It looks like it’s replacing something on your domain account. Clean the file up by getting a new copy of it and make sure your permissions are set properly. That’s what screwed our site over.
There’s some good information here to look at to beef up your WordPress install:
Forum: Plugins
In reply to: Does ANY Twitter Plugin WORK???It worked after I re-setup the plugin. I also registered the application and that was where the issue was. Before I was using the “find your application” for an existing one and that was where the problem was ??
Forum: Plugins
In reply to: Does ANY Twitter Plugin WORK???I’ll try it once more and see!
Forum: Plugins
In reply to: Does ANY Twitter Plugin WORK???Thanks James, But that one gave me some link back errors when I tried to authenticate with Twitter ??
Forum: Plugins
In reply to: [Bird Feeder] [Plugin: Bird Feeder] No longer worksYeah this isn’t working for me either. Boo!! haha Can’t seem to find a simple twitter plugin that actually works.
Forum: Plugins
In reply to: [Post to Twitter] [Plugin: Post to Twitter] mine doesnt workOh the “test login” button or whatever it’s called failed to work too. Then I did a test post and nothing posted to Twitter either if that helps the developer of this plugin.
Forum: Plugins
In reply to: [Post to Twitter] [Plugin: Post to Twitter] mine doesnt workThis plugin definitely does NOT work :'( Just wanted something super simple to post new posts to Twitter. I’ll try “bird feeder” and see what happens! Bumkins!
Forum: Fixing WordPress
In reply to: Hacked?????Yeah I didn’t see a way to add em :/// Oh well hopefully WP’s search will pick up those words ??
Forum: Fixing WordPress
In reply to: Hacked?????Yeah I did notice the config file’s permissions being off, it’s fixed now though ??
Yeah we will notify Blip too! Just didn’t know if it would be useful on these forums too ??
Forum: Fixing WordPress
In reply to: Hacked?????I’m not sure what’s happening exactly but I think we found the culprit!!
It’s through out Blip.TV account. If you go to any video on Blip.TV you’ll see the same “transferring data from gw06.lphbs.com” and “conviva” and such on THEIR site. So of course when we embed their videos that error code shows up on ours too!
So I’m working on restoring yesterdays backups and going from there. I still don’t know how our “wp-config.php” file was altered but perhaps some security measures weren’t taken into place and the hackers found us through Blip.
WEIRD!!
Maybe I should setup a topic about Blip for anyone using them?
Forum: Fixing WordPress
In reply to: Hacked?????Thanks and I did try that plugin before but no avail. BUT after thinking we didn’t have backups made, I realized that we were using the WP S3 Backups through our Amazon Cloud. So now just going back a couple of weeks to see what we can use ?? Hopefully a backup will come clean!
Is there any way to run a test on it all BEFORE we send it back?
Forum: Fixing WordPress
In reply to: Hacked?????I’ve already run
SELECT * FROM wp_posts WHERE post_content LIKE '%<iframe%' UNION SELECT * FROM wp_posts WHERE post_content LIKE '%<noscript%' UNION SELECT * FROM wp_posts WHERE post_content LIKE '%display:%'
And have done individual searches for “<iframe” “<noscript” “<script” and “display” to look for anything suspicious.
I’d love to just clean up the data if possible rather than rebuild all of it from scratch!
Forum: Fixing WordPress
In reply to: Hacked?????I have a new WP installed and imported the corrupted data. That “transferring data from” thing is still happening. Is there something that I can look for in PHPMyAdmin through the MySQL database that would help me get rid of these jerks?
Forum: Fixing WordPress
In reply to: Hacked?????Hmmm thanks for the extra info. I don’t think trying to block them is going to work since there is SOOOOO MUCH information in the access_logs that I’m not sure what’s good and what’s not. One of our other sites was shredded and from what I’m told a PLUGIN (surprised??) was the culprit in leading the hackers through. I saw some weird things in the access_logs that kind of lead me to believe in a plugin or two that could have caused our issues here.
Unfortunately, I didn’t get to my laundry list of being sure backups were being made. So my plan is to back up the corrupted database and go with a fresh WordPress install and import the corrupted database back in. That should tell me whether the database was in face corrupted or not. If it is, then tomorrow we’ll have to come up with another game plan I suppose!