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
Hello,
I cannot open the web site I want to open what shall I do? I can open other web sites but I cannot open Pinoy channel tv-today
I hope to hear from you.
Felomina

2 responses

I NEED HELP VERY BADLY. i CANNOT OPEN THE WEBSITE i WANT TO OPEN WHAT CAN i DO?
1
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
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.

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.
0