World Tech Update 08-26-2010
August 29th, 2010CNET Buzz Report Tech News
August 29th, 2010World Tech Update – 08-12-2010
August 15th, 2010Laptop Repair Fort Lauderdale
August 15th, 2010Prince of Persia – Highest Grossing Video Game Movie
June 26th, 2010The Green Hornet – Trailer 2011
June 22nd, 2010HTC EVO 4G Smart Phone – Review
June 7th, 2010God of War 3 Review
May 30th, 2010WordPress Virus Fix
May 20th, 2010Steps to fix the WordPress virus.
- Copy and paste the following source code in a text file.
- Save the text file a wordpress-fix.php .
- Upload the file to you WordPress directory.
- run the file via http://yourwordpressdirectory.com/wordpress-fix.php.
It seams to work, good luck.
———- Copy & Paste SOURCE CODE ———-
Site clean up by <a href=”http://sucuri.net”>http://sucuri.net</a><br />
This script will clean the malware from this attack:
<a href=”http://sucuri.net/malware/entry/MW:MROBH:1″>http://sucuri.net/malware/entry/MW:MROBH:1</a>
<br /><br />
If you need help, contact dd@sucuri.net or visit us at <a href=”http://sucuri.net/index.php?page=nbi”>
http://sucuri.net/index.php?page=nbi</a>
<br />
<br />
<?php
$dir = “./”;
$rmcode = `find $dir -name “*.php” -type f |xargs sed -i ‘s#<?php /\*\*/ eval(base64_decode(“aWY.*?>##g’ 2>&1`;
echo “Malware removed.<br />\n”;
$emptyline = `find $dir -name “*.php” -type f | xargs sed -i ‘/./,$!d’ 2>&1`;
echo “Empty lines removed.<br />\n”;
?>
<br />
Completed.
———- Copy & Paste SOURCE CODE ———-
