URL fetcher
mIRC Code
Please Register to submit score.
| Average Score | 9.1 (of 7 scores) |
| Date Added | Feb 19, 2008 |
| Last Updated | Feb 23, 2008 |
| Tags | fetcher url |
Description
Website title fetcher by Lindrian
Simply paste into remotes and when someone says a URL it will trigger.
(You can't trigger it yourself, since there's no INPUT event.)
Enjoy! :)
Update: made it only trigger once on each website, so if you post the same website 10 times it'll only show info about it once.
Simply paste into remotes and when someone says a URL it will trigger.
(You can't trigger it yourself, since there's no INPUT event.)
Enjoy! :)
Update: made it only trigger once on each website, so if you post the same website 10 times it'll only show info about it once.
Damn, that's a lotta script for a snippet i'd've thought would've been a lot easier :s
I only found it returned the web title, or am i missing something here?
Nice script overall, sockets aren't my *strong* point, but i can see the basics =D
~TH
I only found it returned the web title, or am i missing something here?
Nice script overall, sockets aren't my *strong* point, but i can see the basics =D
~TH
I honestly admire those who know sockets well, they sure as hell are not easy to code, i've just finished a SHOUTcast socket for a radio station, but needed some help ;__; hehe
~TH
~TH
This is excellent! I found this to be very useful, and the coding is impressive.
I think you should make it optional between echo and a message. :(
I think you should make it optional between echo and a message. :(
I see your point, however, it would be nice to make this for personal use. Also, if this was created for a bot, I think that the author should state that in the introduction. :)
I do like this. Could you possible make it where you need to trigger it instead of it happening whenever someone post a website. If people do not want the title of the website it could be annoying. However if people wish to know the title they could do so by triggering it.
*9/10 from me :)
*9/10 from me :)
You can simply change the on text event to this:
Also updated the code slightly.
| Code: |
on *:TEXT:!url *:#: rtc $chan $2 |
Also updated the code slightly.
Thanks. I knew I could change the on text part but was unsure if it would mess upi the rest of the script or not so I figured it best to ask the creator.
Keep up the good work.
Keep up the good work.
Also will return your IP is someone posts up http://whatsmyip.org
Might wanna add a blocker to that or code a halt...?
Might wanna add a blocker to that or code a halt...?
Actually I've came up with a fix for it with some help of friends on Gnet.
| Code: |
| on *:TEXT:*:#: if (*whatsmyip* !iswm $1-) { rtc $chan $1- } on *:ACTION:*:#: if (*whatsmyip* !iswm $1-) { rtc $chan $1- } |
Then incase kids are in the room...
Great Work...
10/10
| Code: |
| on *:TEXT:*:#: if (*whatsmyip* !iswm $1-) && (*porn* !iswm $1-) { rtc $chan $1- } on *:ACTION:*:#: if (*whatsmyip* !iswm $1-) && (*porn* !iswm $1-) { rtc $chan $1- } |
Great Work...
10/10
Seems good, can stop me being linked to "Certain" Sites I guess :P
Seems like quite complicated code you've got there, Nice Job :)
Seems like quite complicated code you've got there, Nice Job :)
[10:32] <+Ugawa> wb k.velo
[10:32] <@Taskia> Url: http://k.velo - Title: ERROR: The requested URL could not be retrieved
[10:32] <@Taskia> Url: http://k.velo - Title: ERROR: The requested URL could not be retrieved
man.adat , Ada.tp etc... **.** Title: ERROR: The requested URL could not be retrieved
how to edit ???
how to edit ???
I like the script a lot! But it doesn't recognize youtube urls, for some reason. Is it possible that might change at some point? :)














