eval(base64…
Posted on | October 30, 2009 | Wordpress
I’m finding my way with wp themes to do some workaround and create my own until I found some code embedded on some wp theme php script like this
"eval(base64_decode('Pz4gCQk...')"
I’m quite curious and suspicous about the code so I tried to look for any info in the net. And it’s just what I thought about…I learned that this is an encrypted code that can be found on many wp themes. The codes are embedded can do some redirecting on another sites to increase their traffic or maybe in worsed case it will let hackers go into your databases. Good thing the one I decode only shows a link going to a site . hmm…
I found this site helpful for decoding.
Leave a Reply