Which statpress ? there is many
I use it too on some blogs :/
1.41 I think usually
But theres also Statpress reloaded and so on...
Some PHP code may be obfuscated with code that begins with something like "eval(gzuncompress(base64_decode("****..."....
And I have checked almost every file on my WP installation, and couldn't find any malicious code. Maybe I missed something, but that's the farthest I can do today!
what plugin was it? Please tell us
Some PHP code may be obfuscated with code that begins with something like "eval(gzuncompress(base64_decode("****...".
So you might also want to search for strings like "gzuncompress", "base64", etc. to find such encrypted code sections and then decode it to see if there's anything suspicious there.
A lot of times these things aren't malicious at all, but when you find scripts doing hidden things like that you really have to be suspicious. Until you find where it's hidden and everything it's actually doing then you don't know if it's malicious or not. Until you know for sure it's always best to assume it's malicious.
It really sucks because it makes you have to do a lot of work to figure it out. Good luck and keep us updated as as you discover more.
You might try making note of the ip you're using, then do the google search and click on the links (be sure you're logged into admin so you'll get redirected). Keep going back to the search page and click on more links so you'll leave a big trail in you're logs.
Then go look through the server logs to find that ip address and see what pages are being hit by it for that time period. That might give you something to help figure it out better.
Did you checked .htaccess?
Couldnt be this could it:
feisel.net/?p=30
How we know our site is hacked or not? I don't know how a site is hacked and how to hack a site?
I am also having the same problem - redirecting paperhelp. But I havent installed statpress. Can any one help me?
I just reinstalled wordpress from the updates tab and it solved the problem.
Hi all
I'm facing a very strange problem here.
For one of my sites, I see several (80+) indexed URLs in Google in this format:
Here's the first page screenshot of the G search:Code:www.site.com/index.php?list=21&page=37
![]()
It's a WP site BTW!
I have no such pages on my site whatsoever.
Each of these pages, redirects me to this site:
The strangest thing is that the redirect only works when I'm logged in to my WP admin panel. Or else, it goes to my homepage.Code:http://www.paperhelp.org/?pid=98
Also, lately, some of my posts are being redirected to the homepage.
How is that happening? Can anyone help?
TheMatrix