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.

package require http

Old posts that have not been replied to for several years.
Locked
Q
Qlimax

package require http

Post by Qlimax »

Hi,

i allready used the search option, but i cant find any useful.
Im Looking for the http package, but i cant find it anywhere.
Also no luck with Google :S
Why isnt the package added to the www.egghelp.org database if it is required. ?

Or am i using the wrong search words ?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Are you using a script to retrieve data from the web? and displaying it on irc?

If then go download 'egghttp.tcl' and/or 'bgexec.tcl'.
You can maybe find them on www.egghelp.org/tcl.htm if not then try www.tclscript.com, :lol: if you've done and still no results! there's nothing like google! :mrgreen:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Q
Qlimax

Post by Qlimax »

Hmm looks like you didn'read carefully what i was writing... :o

the http package von tclsript.com looks like this is not the "original" one. Because when i add this to the bot and another script, that required the http script starts, the script said that the required http package is still missing. :cry:
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

You can ask the author of the script which tcl http package does the script require.

Btw the egghttp.tcl is the original one, because the site where you have downloaded it from (if it is www.tclscript.com) the author's scripting website who has coded this http script himself. (So it ought to be updated as it's the authors website!) And same goes for bgexec.tcl!

To my knowledge egghttp.tcl and bgexec.tcl are the main and one and only widely used scripplets for this purpose, coded by strikelight. I haven't seen any other though.

Plus it has the highest number of downloads on his site, meaning its the most widely and commonly used one by almost everyone/everyscript. Maybe it doesn't work with your tcl so you might ask the author of that script which does he recommend to use.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Q
Qlimax

Post by Qlimax »

Ahh this makes sence ....

thanx for you help !

<-- bloody n00b :mrgreen:
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

The http package and egghttp.tcl from strikelight is not the same.

http packge can be found at www.tcl.tk or if you have tcl installed then you already have it, most likely in /usr/lib/tcl8.x/.. somewhere.

You might have to copy it over to your eggdrop dir and load it as a normal script.
Locked