Please, help me!!! My site is redirect to another site automaticaly!

rehan08

Newbie
Joined
Apr 4, 2009
Messages
46
Reaction score
5
Hi friends, my site
http://www.superflashgame.com
is suddenly redirect to another site automatically! I don't know why!!! I never change anything and i check all settings. I also, contact with my hosting provider and domain provider. They told me, all is ok, they don't know why is this happen.
First, my site is redirect to a hacking forum (which i recently joined). I give message to the site admin, but i don't get any reply. After this message, they redirect my site in a blogger blog.

Please please help me....how they do this? and how i solve this?




very sorry for my poor English.:o
 
rofl you got hacked - check your index.html file for redirect code
 
you you got hacked. just check your index or redirect setting in your cpanel. (at hosting)
and change your pass! Use unique passwords on every site.
 
Checked link: http://superflashgame.com
Type of redirect: 301 Moved Permanently Redirected to: virtual - accounts . blogspot(.)com
Check your .htaccess file. I would also change your password or switch hosts.

Or perhaps your friend is keylogged etc.
 
Last edited:
Check your .htaccess file. I would also change your password or switch hosts.

Or perhaps your friend is keylogged etc.

.htaccess file is smart bro!

changing host ? you think someone hacked the whole server ? :) sweet
 
Yup thats possible that the whole server was hacked. :)
 
Maybe consider taking some precautionary measures before restoring backups and checking .htaccess and index.php. You need to find out (1) how he did it, (2) how to secure it and (3) calm yourself down.

Yesterday I bought a brand new domain (from namecheap) just to find out that it was previously owned by some russian who shitfully fucked it up in terms of Google Index. So here's another -$10.18 through the window.
 
Destroy your CPANEL using WHM and build a new CPANEL. Reupload the last backup of your site to the root of the site.
 
Thank you so much to all of you for reply! But, my problem is not solved :(
I checked .htaccess and index.php file, but i don't see the redirect domain name in those file (i don't have good knowledge in programming).
But, in .htaccess file, i saw this code-
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Is this code is ok? It looks suspicious to me.
 
delet it all and insert the line into the .htaccess file:

DirectoryIndex index.php
 
delet it all and insert the line into the .htaccess file:

DirectoryIndex index.php
Do you even know anything about htaccess? Don't recommend shit just because you think it's right. Doing what you said will royally fuck up his site more than it already is. Wordpress relies on that bit of htaccess he posted to use its permalink system correctly.

OP, can you post your index.php and your template index file? Might as well start from the root. The site redirects so quickly that it looks more like a server-side redirect rather than something like javascript or a meta-refresh. Plus I can still access your admin folder, so it's not like your whole site is redirecting, just the root directory.

Also post the whole .htaccess file. It's possible a file was created, such as wp-backend.php or something that looks legitimate, and your site is redirected to that file which then redirects to the external site.
 
Last edited:
delet it all and insert the line into the .htaccess file:

DirectoryIndex index.php

plz ban hes obviously a troll!


dont delete this file - i told you already check index.php ( first or last line )

use Search to find the url its something like :
PHP:
header( 'Location: ' ) ;
or

PHP:
<meta http-equiv="REFRESH" content="0;url=">


*sight* cant write exact code since URLS are blocked
 
if you were using wordpress then you can delete index.html file from your root
if it doesn't help then just post the header contents of your index.php file over here
btw which hacking forum did u join ?
 
if you were using wordpress then you can delete index.html file from your root
if it doesn't help then just post the header contents of your index.php file over here
btw which hacking forum did u join ?

This is the site-
http://pass4you.net/
Now, they also banned my ip also. when i try this site, it says-
"You don't have permission to access / on this server."
 
Back
Top