beni commented on a Page, TVRage 10-Minute-Prior Quick Schedule Announcer  -  Jul 03, 2011

The script works fine if you change it to the new link.

replace this

sock $+ $iif($sock(tvqauto),close,open) tvqauto www.tvrage.com 80

to this:

sock $+ $iif($sock(tvqauto),close,open) tvqauto services.tvrage.com 80

and replace this:

on *:sockopen:tvqauto:{
  var %tvqauto sockwrite -n tvqauto
  %tvqauto GET /quickschedule.php HTTP/1.1 
  %tvqauto Host: www.tvrage.com
  %tvqauto $crlf
}

to this:

on *:sockopen:tvqauto:{
  var %tvqauto sockwrite -n tvqauto
  %tvqauto GET /tools/quickschedule.php HTTP/1.1 
  %tvqauto Host: services.tvrage.com
  %tvqauto $crlf
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.