Search

Subscribe by RSS or Email

 

Posts in ‘Tips’

Google Pagerank Toolbar Update July 2008

Jul 25

Matt Cutt announces that new Google PageRank will be updated the following days ( 25 July 2008) . You can only view the updated PageRank in Google Toolbar.

No changes for my site yet, PageRank 4.

Wordpress header exploit hidden div viagra links

Jul 08

I had a blog that it dropped down in Google and didn’t know why. I checked the source and I saw a div or another tag with display:none and containing tens of spamming links to viagra sites or other stuff like this.

This solution is for those who have in the template folderheader.php this infected tag. Even if you delete it, it will be back in a few (1-2 days max).

Solution: replace include header.php (or get_header(); ) in index.php with the content of header.php (except the infected tag with links).

Even if the header.php will still be infected, it will not be used. Did it worked ? (I explained in a hurry, I can give more details if you comment here).