beni

beni

Joined
Oct 09, 2009

Activity Stream

beni commented on a Page, !IMDB Movie Search  -  Oct 07, 2013

The line 112 doesn't seem to work.

Whenever i search for something it only echo out: [10:47:30] set
with no title after. So how to fix that so it actually works?

beni commented on a Page, !IMDB Movie Search  -  May 03, 2013

My box is outside US so it wont let me take eng title possible you can help out?
For some reason it wont take the title from above the "(original title)"
http://pastebin.com/ptbqZGFR

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

You can check if it works. Just right click in a channel and enable it.

Check your mirc folder for one of the 3 files it creates, or you can also check by using /timers and see if it makes any timers.

 Respond  
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  
beni commented on a Page, !IMDB Movie Search  -  May 27, 2011

My script have stopped working, so i think google have changed something, it keep saying it didnt find anything.

 Respond  
beni commented on a Page, !IMDB Movie Search  -  Dec 25, 2010

I forgot i changed the rating in my code, so gonna fix it myself :P

 Respond  
beni commented on a Page, !IMDB Movie Search  -  Dec 24, 2010

I think imdb changed a little again. The rating is a little wrong now.

I get this when i search for Iron man 2:

Rating: 7.2/10 title='77,631 IMDb users have given an average vote of 7.2/10' (77,631 votes)

 Respond  
beni commented on a Page, TVRage 10-Minute-Prior Quick Schedule Announcer  -  May 25, 2010

The auto announce is awesome, finally someone could make it for mirc and not just tcl which mostly use :D

 Respond  
beni commented on a Page, !IMDB Movie Search  -  Jan 01, 2010

awesome :)

But i think there's a tiny issue (maybe)

!imdb boondock saints II
Searching For: boondock saints II
Sorry - No cannot find boondock saints II

but if i try:

!imdb the boondock saints II
Searching For: the boondock saints II
Title: The Boondock Saints II: All Saints Day (2009) User Rating: [**********] 7.5/10 Release Date: 13 November 2009 (USA) Genre: Action,Crime,Drama,Thriller
Link: http://www.imdb.com/title/tt1300851/
Language: English Runtime: 118 min Country: USA

Then it works, but the other one should work too or what?

And sometimes it seems it get stuck searching.

!imdb the boondock saints II
Searching For: the boondock saints II

And then nothing more is happening.

 Respond  
beni commented on a Page, !IMDB Movie Search  -  Dec 30, 2009

Nice script.

But i have removed the Cast from the script, but now it dont post any link to the movie.

And i have been trying to find out how to add it, but i cant realy figure out how, since i'm not that much expert in it.

Must be something like if (<link isin something.something), but i have no idea how to add it so it works, so far nothing of what i have made works.

 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.