Wordpress Hack - footer generates spam links
ADVERTISEMENTIn my Wordpress blog there were some spam links generated by the below PHP code
<?php do_action(’wp_footer’); ?>
These links are hidden links only by doing a view source of the page you can find this out.
but what is more strange is that I found a piece of java script doing some thing with Google adsense.
still haven’t figure the impact of the adsense script.
This looks like a Wordpress hack.
December 6th, 2007 at 11:44 am
Hi, I am having exactly the same problem. I guess one of the plugins is doing that, but I haven’t figured it out yet..
The main problem is that I think google is punishing me for that and very few people is getting to my blog through searches since some days ago.
I will tell you if I find out.