This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

can i have a script that

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Locked
m
monie089
Halfop
Posts: 76
Joined: Sat Jul 29, 2006 11:13 pm

can i have a script that

Post by monie089 »

i have a windrop and i want a script that gets info from a website like if you type !postinfo and the post number you can find the post and it shows in chat the address is http://site.nintendoxg.com/forums/index.php
m
monie089
Halfop
Posts: 76
Joined: Sat Jul 29, 2006 11:13 pm

Post by monie089 »

anyone please ive seen a bot do this o chatspike irc
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

monie089 wrote:anyone please ive seen a bot do this o chatspike irc
Then ask the bot owner where to locate this script.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
m
monie089
Halfop
Posts: 76
Joined: Sat Jul 29, 2006 11:13 pm

Post by monie089 »

its aperl bot and he made him self
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Code: Select all

bind pub o|- !postinfo pub:postinfo

proc pub:postinfo {nickname hostname handle channel arguments} {
  putquick "NOTICE $nickname :http://site.nintendoxg.com/forums/viewtopic.php?p=$arguments"
}
this will exactly as you ask, deliver the link to the topic/post.
C
Cletus
Voice
Posts: 19
Joined: Sun Aug 06, 2006 6:01 pm

Post by Cletus »

I'm not sure that works with simple machines forum, anyone know what I need to replace to make that work with my forum? http://www.thesportsbar.info/forum/index.php

Unfortunately it looks like the topic # might also be needed, I'm not sure tho, I hope it can work with my forum.
m
monie089
Halfop
Posts: 76
Joined: Sat Jul 29, 2006 11:13 pm

Post by monie089 »

metroid wrote:

Code: Select all

bind pub o|- !postinfo pub:postinfo

proc pub:postinfo {nickname hostname handle channel arguments} {
  putquick "NOTICE $nickname :http://site.nintendoxg.com/forums/viewtopic.php?p=$arguments"
}
this will exactly as you ask, deliver the link to the topic/post.
i like it but what i ment the bot did
it posted the user rank,name,the post,there post count is that possible and thanks
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

It is possible, but i'm not going to do it.
C
Cletus
Voice
Posts: 19
Joined: Sun Aug 06, 2006 6:01 pm

Post by Cletus »

metroid wrote:It is possible, but i'm not going to do it.
k thnx

Is it at least possible to say why? Because you don't like me or because it's more difficult? :?
m
monie089
Halfop
Posts: 76
Joined: Sat Jul 29, 2006 11:13 pm

Post by monie089 »

i tried to make didnt work
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Because you'd probably have to read into the website, search through everything untill you find exactly what you need, possibly the eggdrop already times out when that happens.
Locked