cjchamberland
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blackhole Exploit Kit in my site, no clue about how to remove itjust remove everything below the
<?php include TEMPLATEPATH . ‘/banner-bottom.php’; ?>
Forum: Fixing WordPress
In reply to: Lost Homepage Menukrishna, just curious, how did you determine that their site “have tons of Base64 malicious codes/ malware in your site”? Base64 is server side – Do you have a magic wand that allows you to see their site code? There’s absolutely nothing wrong with her site.
Forum: Fixing WordPress
In reply to: Blackhole Exploit Kit in my site, no clue about how to remove itLook at your theme’s index.php, footer.php and functions.php files. See if there is any strange code at the bottom of the index.php, or at the top of your footer.php file. Or they may have a function that they placed in your functions.php file that is getting called in the footer. Typically it will start out with “eval(base64….”
Forum: Fixing WordPress
In reply to: Spamed to the max…blog not working at all : (It’s usually a “hidden” file in your root directory of your website and sometimes they place them in the subdirectories as well. You have to specify in your control panel or FTP client to explicitly display “hidden” files, otherwise you won’t see it.
Forum: Fixing WordPress
In reply to: Spamed to the max…blog not working at all : (“Since then The home page of my blog is visible but if you click on anything, including any posts, or pages, “https://briask-rida.ru/piolo?13″ and a blank screen comes up.”
Check your “.htaccess” file for possible conditional redirects. You’re definately infected somewhere with malware. If you don’t find anything in the htaccess file, Try the following:
https://malwareremovalservice.com/i-cant-locate-malware-site-i-do/
Forum: Fixing WordPress
In reply to: site started running extremely slow.It could have been any number of ways since your site was outdated. They exploited holes in your site to put what they wanted to on your server. By any chance do you know if you have timthumb.php installed on your site anywhere? If so, is it updated? That has been a huge issue.
Forum: Fixing WordPress
In reply to: HackedHe’s just some grumpy old troll. Perhaps with his rude remarks he doesn’t belong in the forum. If you need help, don’t be afraid to ask – notice he was the only one that had an issue. Perhaps someone pee’d in his cornflakes this morning.
Forum: Fixing WordPress
In reply to: HackedLooks like your site is hosted at godaddy. Do you have an account there or do you have a developer that is hosting it for you? If you have a developer, contact them and have them fix it.
If not, you may need to contact goDaddy to get your account info. You will need FTP access to your account (minimum – SSH is better) to get to the files and clean them out.
Forum: Fixing WordPress
In reply to: HackedLooks like your site may have been hacked. Now days most attackers don’t even bother attempting to brute force logins/passwords because there are much easier ways to exploit your site and get what they need.
If you view source on your homepage, above everything is a line:
<div style="display: none"><a href="https://beachplastic.com/">How do you get pregnant</a></div>
I highly doubt that is suppose to be there. It only showed up on your homepage, so check your index.php as well as your themes index.php for either that line – or a line that will look jumbled with a “base64…” in front of it and remove it.