Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

http::geturl -read txt from url

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
I want an Eggdrop(Windrop) to read a text-line from a webpage and paste it into a channel.I found the http::geturl command but can't get it to work.

bind pub - !stats pub:stats
...
set stats [http::geturl "]
putserv "PRIVMSG $channel :$stats
....

What's missing here?
The web-page is especially prepared for this and only contains a single line of text. The purpose is posting SETI@home Team Stats we generate with php.
Maybe another SETI Freak thinks this is a nice idea and can help.If you help us getting this to work we can offer you your personal Stats-Counter on our server.
Thank you.
 
Not familiar with eggdrop.
If the http:geturl is a function call it should be
set stats [list http:geturl "url"]

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top