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.

Search found 27 matches

by Maiki
Fri Feb 01, 2008 2:29 pm
Forum: Script Requests
Topic: shipping track
Replies: 17
Views: 7109

elisca wrote:nice idea ! maybe could bundle it with ups, fedex or another carrier


who could make it ?




:oops:
If there are enough requests of people wanting this, i'd be gladly make it.
by Maiki
Fri Feb 01, 2008 2:27 pm
Forum: Script Requests
Topic: shipping track
Replies: 17
Views: 7109

Instead of whining like little pussies. Just make it.. bind pub - !track track:find proc track:find {nick uhost hand chan arg} { set formdata [::http::formatQuery origTrackNum $arg] set url "http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?" set tok [http::geturl $url$form...
by Maiki
Sun Jan 13, 2008 7:39 am
Forum: Script Requests
Topic: Reguest script that chnage everyday
Replies: 5
Views: 2253

# Set channel here set chan "#g" bind time - "12 00 * * *" proc:spit proc spit {} { global chan if {[llength $chan] < "1"} { putlog "Didn't set channel."; return } if {[catch {exec uptime} uptime]} { set uptime "Uptime is unavailable." } putmsg $cha...
by Maiki
Fri Aug 24, 2007 9:20 am
Forum: Script Requests
Topic: Script to display contents of a web page
Replies: 2
Views: 2137

Code: Select all

package require http

bind pub - !page page
proc page {nick uhost hand chan arg} {
	set tok [http::geturl WEBLINKHERE.com]
	set data [http::data $tok]
	http::cleanup $tok

	putserv "PRIVMSG $chan :$data"
}
by Maiki
Fri Aug 24, 2007 3:23 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 253886

[09:23:08] <@Mookie> !rss #tcl-testing [09:23:10] -Tcl-Test- argument must be number or * [09:23:12] <@Mookie> !rss #tcl-testing * [09:23:14] -Tcl-Test- argument must be number or * [09:23:18] <@Mookie> !rss #tcl-testing 5 [09:23:18] -Tcl-Test- argument must be number or * [09:23:22] <@Mookie> !rss...
by Maiki
Wed Aug 22, 2007 12:51 pm
Forum: Script Support & Releases
Topic: Counter strike server look up..
Replies: 6
Views: 9090

Counter strike server look up..

I made this script because i used to play alot of counter strike source in the days.. This script simply looks up the IP adress you give of you're server. Suggestions / Ideas are welcome!! # Script to get some extra information about the IP-Adress of your Counter-Strike Source server # Script made b...
by Maiki
Thu Aug 16, 2007 9:30 am
Forum: Scripting Help
Topic: Need help with rss reader. thanks
Replies: 3
Views: 2718

is there ANY possible way to make this script work :(?
by Maiki
Wed Aug 15, 2007 6:23 pm
Forum: Scripting Help
Topic: Need help with rss reader. thanks
Replies: 3
Views: 2718

Need help with rss reader. thanks

My script (just the begin) bind pub - !test test:proc proc test:proc {nick uhost hand chan arg} { set connection [http::config -useragent "Mozilla 4.0"] set connection [http::geturl http://rss.binsearch.net/rss.php?max=50&g=alt.binaries.movies.divx -timeout 1000] set data [http::data $...
by Maiki
Fri Jun 08, 2007 8:04 am
Forum: Eggdrop Help
Topic: Making botnet with "botnet-nick" names
Replies: 3
Views: 2461

Thank you so much! It worked!
by Maiki
Thu Jun 07, 2007 4:56 pm
Forum: Eggdrop Help
Topic: Making botnet with "botnet-nick" names
Replies: 3
Views: 2461

When i type: .channel #chan it shows me this: [22:54:10] <Mookie> .channel #testchan [22:54:10] <khepri> [20:54] tcl: builtin dcc call: *dcc:channel Mookie 10 #testchan [22:54:10] <khepri> [20:54] #Mookie# (#testchan) channel [22:54:10] <khepri> Channel #testchan, 8 members, mode +tn: [22:54:10] <kh...
by Maiki
Thu Jun 07, 2007 4:49 pm
Forum: Eggdrop Help
Topic: Making botnet with "botnet-nick" names
Replies: 3
Views: 2461

Making botnet with "botnet-nick" names

i have added (.+bot *) with ONLY the botnet-nicks. It is linked etc, but it isn't opping. But it does unban when a linked bot is getting banned. Is this because of the bot-adding with the botnet-nick and not the channel nickname? Need suggestions,

thanks
by Maiki
Mon May 21, 2007 4:50 pm
Forum: Scripting Help
Topic: Need help with error (possible to be a repost.. sorry)
Replies: 3
Views: 2669

Need help with error (possible to be a repost.. sorry)

I keep getting this error:

Code: Select all

 ./configure: line 8322: syntax error near unexpected token `('
./configure: line 8322: `    case `(ac_space=' '; set | grep ac_space
When i am trying to install TCLMYSQL. I hope someone can help me out