FordLawnmower commented on Comment: RSS Feed Reader for eggdrop  -  Feb 19, 2013
I'll take a look at the api and get started as soon as I finish the script I working on now.
FordLawnmower commented on mIRC Snippet: !IMDB Movie Search  -  Feb 19, 2013
*Updated to adapt to page changes
FordLawnmower commented on Comment: IMDb search for eggdrop  -  Feb 19, 2013
@NTL Thanks for the info , I'll post the update now.
These imdb changes usually come in bunches, so I'll try to keep an eye on this script.
FordLawnmower commented on Comment: RSS Feed Reader for eggdrop  -  Feb 18, 2013
@Hawkee I could try making one if you point me to the closest match to start with.
FordLawnmower commented on TCL Snippet: RSS Feed Reader for eggdrop  -  Feb 18, 2013
Just updated this script. If you are using the original version.

  • Delete all feeds (".rss list" -- Then ".rss delete name" for each name in the list)
  • Replace the old code with the new code
  • ".restart" in the party line
  • Add feeds with .rss add


Sorry for the large update. It was needed to adapt the script for different types of feeds.
FordLawnmower commented on Comment: IMDb search for eggdrop  -  Feb 18, 2013
Good catch ThePHX . The code above is updated. Let me know how it works.
FordLawnmower commented on Comment: RSS Feed Reader for eggdrop  -  Feb 18, 2013
@rinzes If you are having trouble with a feed, please post the feed link here so I can look at it. RSS pages are highly subjective because lots of feeds like to take the Simple out and replace it with Complicated.
Edit ** Added a command to use a second parser. If you have trouble with a feed try .rss addxml instead of .rss add

  • .rss addxml <#chan1,#chan2,#chan3> <name> <logo> <rssfeedlink> (Adds a xml style feed - Try this if you have trouble with a feed.)
FordLawnmower commented on Comment: Pandoras Talking Bot  -  Feb 16, 2013
@ovelayer I don't think this has anything to do with mIRC. The site is having some problems and the community server is shut down. http://www.pandorabots.com/

Edit: I updated the code with two working bots. Zoe & Fake Kirk are both working because they are not on the free servers.
If anyone finds other working bots. Post the links here and I'll add them.

Updated: Added Alice, Fake Spock and Mike to the working bots list.
FordLawnmower commented on Comment: Bing web search  -  Feb 09, 2013
I don't use bing personally, but for those who do, they can bring the same search results to irc.
Search engines are a big business and this affects the order of the results.
This was a requested script as posted in the introduction.

Quote

[18:38:56] <+ratdog> Bing! has now been rated better than google in very recent blind tests according to sofpedia article. I would like help writing a Bing! search socket for a chanel for mIRC.

This link shows some validity to this: http://www.ebizmba.com/articles/search-engines
Just looking at the alexa stats, bing is 2nd.
FordLawnmower commented on Thread: GrimReaper  -  Feb 07, 2013
Good to see you back GrimReaper :)
FordLawnmower commented on Comment: !IMDB Movie Search  -  Feb 07, 2013
Thanks incognitus :)
I didn't realize that it was showing both languages.
Try this edit: http://pastebin.com/6qKGJ9F0
FordLawnmower commented on Comment: !IMDB Movie Search  -  Feb 07, 2013
The problem that I have is I can't see the source page for non-english ip's.
If someone could pastebin the page source for me, I can fix this in a couple of minutes.

  • Go to imdb.com
  • Search for a movie and select that movie, so you are looking at the movies page.
  • Right click on the page where there is some white space and select "view page source" or similar.
  • Click on the newly created source tab.
  • Copy all the text in the source tab. (ctrl+a then ctrl+c)
  • Paste the results to pastebin.com and post a link back here so I can see it.

This process may be a little different in some browsers.
FordLawnmower commented on Comment: !IMDB Movie Search  -  Feb 06, 2013
I made a small change can you please try this again: http://pastebin.com/6qKGJ9F0
Sorry, I'm really just guessing at it because imdb now generates a different page for every language.
FordLawnmower commented on Comment: !IMDB Movie Search  -  Feb 05, 2013
Try this edit and let me know if you get english titles. http://pastebin.com/6qKGJ9F0
FordLawnmower commented on Comment: !IMDB Movie Search  -  Feb 04, 2013
Updated. Please try the code at the top and report back if this bug is resolved.
FordLawnmower commented on Comment: !IMDB Movie Search  -  Feb 01, 2013
Hmm I still don't get that, so I'm guessing it's a regional issue.

Quote


[18:57:09] <Gliiim> Title: Comme un chef (2012) Rating: [**********] 6.1 Votes: 3,977 Reviews: 10 user Critics: 37 critic Genres: Comedy Runtime: 84 min Director: Daniel Cohen Writer: Daniel Cohen Language: French,Spanish,Japanese,English Country: France,Spain
[18:57:11] <Gliiim> Cast: Jean Reno,Michaël Youn,Raphaëlle Agogué,Julien Boisselier,Salomé Stévenin,Serge Larivière,Issa Doumbia,Bun-hay Mean,Pierre Vernier,Santiago Segura,Geneviève Casile,André Penvern,Rebecca Miquel,James Gerard,Henri Payet Link: http://www.imdb.com/title/tt1911553/

What country are you in ?
FordLawnmower commented on Comment: !IMDB Movie Search  -  Jan 31, 2013
@ChUcKst3r I updated the code here with the version I am using. Please try the code at the top of the page and let me know if you still have a problem.
If you are still getting the wrong info for the title, post what you searched for so I can try to reproduce the error.
FordLawnmower commented on Comment: Horoscope  -  Jan 31, 2013
@Karman It looks like they are doing some changes to the site. They do not have any horoscopes posted right now so I can't check the script. http://uk.astrology.yahoo.com/horoscopes/
I will watch the site and fix the script, if needed, when they start posting horoscopes again.
FordLawnmower commented on TCL Snippet: Urban Dictionary script for eggdrop  -  Jan 30, 2013
Updated to fix a &#x bug
FordLawnmower commented on Comment: Wikepedia Search  -  Jan 26, 2013
@Hawkee The scripts I mentioned were changed to use the tcl package http instead of the raw socket method that I use. This is useful for people who would prefer to use http.
@Gecko321 Thanks for posting the credit. I'm sorry I was so rude. I had a long day and took it out on your post. I will edit my comment to not be so harsh.
@toclafane1 Actually my tcl versions of these scripts were based on my mIRC versions. These were based on my tcl scripts.
FordLawnmower commented on TCL Snippet: Wikepedia Search  -  Jan 24, 2013
Could you please post credits on the posts that you borrowed code from.

Just glancing at it, these are all from my posts.
http://www.hawkee.com/snippet/9549/
http://www.hawkee.com/snippet/9548/
http://www.hawkee.com/snippet/9547/
http://www.hawkee.com/snippet/9545/
http://www.hawkee.com/snippet/9540/
FordLawnmower commented on Comment: Youtube url detector for mIRC  -  Jan 19, 2013
This script probably won't work with 6.2 . I don't have the time to sort it out and see what issues it would have with 6.2 but I'm sure there are some. Most likely the issue is that the variable length being to short to read the youtube page. 6.2 is 7 years old and you will have trouble with lots of newer scripts if you keep using it. To upgrade, all you have to do is replace the mIRC.exe with a newer one. I would suggest 6.35 if you have a lot of older scripts.
FordLawnmower commented on Comment: Youtube url detector for mIRC  -  Jan 17, 2013
I've never seen this and I've been unable to reproduce it in several tries.

Quote


[19:40:06] <@Ford_Lawnmower> http://www.youtube.com/watch?v=rN7pkFNEg5c
[19:40:07] <GlueSniffer> YouTube Title: The Wire - Bunk's interrogation techniques Views: 292,302 Uploader: aaandre321 Upload Date: Jul 7, 2008
[19:40:57] <@Ford_Lawnmower> http://www.youtube.com/watch?v=rN7pkFNEg5c
[19:40:58] <GlueSniffer> YouTube Title: The Wire - Bunk's interrogation techniques Views: 292,302 Uploader: aaandre321 Upload Date: Jul 7, 2008
[19:41:02] <@Ford_Lawnmower> http://www.youtube.com/watch?v=rN7pkFNEg5c
[19:41:03] <GlueSniffer> YouTube Title: The Wire - Bunk's interrogation techniques Views: 292,302 Uploader: aaandre321 Upload Date: Jul 7, 2008
[19:41:07] <@Ford_Lawnmower> http://www.youtube.com/watch?v=rN7pkFNEg5c
[19:41:08] <GlueSniffer> YouTube Title: The Wire - Bunk's interrogation techniques Views: 292,302 Uploader: aaandre321 Upload Date: Jul 7, 2008
[19:41:16] <@Ford_Lawnmower> http://www.youtube.com/watch?v=rN7pkFNEg5c
[19:41:17] <GlueSniffer> YouTube Title: The Wire - Bunk's interrogation techniques Views: 292,302 Uploader: aaandre321 Upload Date: Jul 7, 2008
[19:41:26] <@Ford_Lawnmower> http://www.youtube.com/watch?v=rN7pkFNEg5c
[19:41:27] <GlueSniffer> YouTube Title: The Wire - Bunk's interrogation techniques Views: 292,302 Uploader: aaandre321 Upload Date: Jul 7, 2008


If I can't reproduce it , I won't be able to fix it. If you have anymore information that you think will help, please post it.
FordLawnmower commented on Comment: !IMDB Movie Search  -  Jan 10, 2013
@s3ff3r To test the script type /eimdb movienamehere (From the client that is running the script)
If this works then the script is working fine.
Something to consider::
This script is made for a bot and requires a second client to trigger it.
You will not see the results of a movie search from the client running the script unless you are using the /eimdb command.
The output to the screen is suppressed to conserve the bots resources.

FordLawnmower commented on mIRC Snippet: Youtube advanced search  -  Dec 28, 2012
Updated
FordLawnmower commented on mIRC Snippet: Twitter TweetBot  -  Dec 24, 2012
Updated to fix a bug, when used on mIRC versions older than 7
FordLawnmower commented on mIRC Snippet: Youtube url detector for mIRC  -  Dec 08, 2012
Updated. Thanks for noticing Bladerunner :)
FordLawnmower commented on TCL Snippet: IMDb search for eggdrop  -  Dec 08, 2012
Updated. Thanks for noticing pei :)
FordLawnmower commented on mIRC Snippet: Google Weather Toolbar  -  Nov 16, 2012
I would try deleting partly_cloudy.png and see if it clears it up.
FordLawnmower commented on mIRC Snippet: Twitter TweetBot  -  Nov 13, 2012
@RicJames Are you you typing the command like this?

Code

 

The original instructions were missing the ",m"
  1. Prev
  2. 1
  3. 2
  4. 3
  5. 4
  6. 5
  7. 6
  8. 7
  9. 8
  10. 9
  11. 10
  12. 11
  13. 12
  14. 13
  15. 14
  16. 15
  17. Next
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.