Web site
Closed
Mina
-
Aug 25, 2010 at 07:54 AM
Richard.Williams Posts 25 Registration date Saturday November 7, 2009 Status Member Last seen July 18, 2012 - Sep 2, 2010 at 10:20 AM
Richard.Williams Posts 25 Registration date Saturday November 7, 2009 Status Member Last seen July 18, 2012 - Sep 2, 2010 at 10:20 AM
2 responses
Richard.Williams
Posts
25
Registration date
Saturday November 7, 2009
Status
Member
Last seen
July 18, 2012
14
Sep 2, 2010 at 10:20 AM
Sep 2, 2010 at 10:20 AM
I hope this is not too late.
You can try to use biterscripting to open the site safely (no cookies are exchanged, no scripts are executed). Here are the commands you need to type into biterscripting.
Copy and paste these commands one by one into biterscripting. Is the browser now showing the main page ? What do you see in the head.txt file ? Are you seeing a "redirect" or "close" ?
The isheadret command retrieves the header information for the main page at that site.
You can try to use biterscripting to open the site safely (no cookies are exchanged, no scripts are executed). Here are the commands you need to type into biterscripting.
isstart "tv" "Site Checking" "Mozilla/4.0" isconnect "tv" "THE URL" > out.html isheadret "tv" > head.txt start "out.html" ; start head.txt isdisconnect "tv" ; isend "tv"
Copy and paste these commands one by one into biterscripting. Is the browser now showing the main page ? What do you see in the head.txt file ? Are you seeing a "redirect" or "close" ?
The isheadret command retrieves the header information for the main page at that site.