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
Thu May 07, 2009 2:14 pm
Forum: Script Requests
Topic: A kind of youtube search script!
Replies: 7
Views: 9418

Since that is the script i made, i couldn't stand not to help ^-^ ### YouTube Searching script. v0.1 ### Made by Mookie ### Contact me at Efnet for more information or suggestions ### V0.3 Fixed + added spam protection package require http ### Settings ### set youporn(timeout) "600000" ;# ...
by Maiki
Fri Mar 27, 2009 2:58 pm
Forum: Eggdrop Help
Topic: Problem eggdrop after linking..
Replies: 2
Views: 3051

Fixed. I re-setted the bots (making a new userfile and linking them again)
by Maiki
Fri Mar 27, 2009 2:46 pm
Forum: Eggdrop Help
Topic: Problem eggdrop after linking..
Replies: 2
Views: 3051

Problem eggdrop after linking..

This is the debug file: Debug (eggdrop v1.6.18+SSL) written Fri Mar 27 19:44:34 2009 Full Patch List: SSL Tcl library: /usr/lib/tcl8.4 Tcl version: 8.4.12 (header version 8.5.6) Tcl is threaded Compile flags: gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H Link flags: gcc -pipe Strip flags: touch C...
by Maiki
Tue Dec 23, 2008 7:29 pm
Forum: Eggdrop Help
Topic: Error: " EOF socket 12, not a dcc socket, not anything.
Replies: 1
Views: 5682

Error: " EOF socket 12, not a dcc socket, not anything.

[00:14] Trying server irc.choopa.net:6667 [00:14] Failed connect to irc.choopa.net (Invalid argument) [00:14] (@) EOF socket 12, not a dcc socket, not anything. [00:19] * TERMINATE SIGNAL -- SIGNING OFF [00:23] * TERMINATE SIGNAL -- SIGNING OFF Recently installed ubuntu.. Now that i try to run an e...
by Maiki
Sat Nov 29, 2008 8:25 am
Forum: Script Support & Releases
Topic: Can someone check why this tcl doesnt work on my egg?
Replies: 7
Views: 10587

Switch pattern starting with #. This could be a bad comment.

Code: Select all

"#" {append y "%23"}
by Maiki
Sat Feb 09, 2008 4:03 pm
Forum: Script Requests
Topic: Download and save a txt File
Replies: 2
Views: 2082

## Set url set url "http://www.mywebspace.de/maps.txt" ##################### No edit ###################### if {[catch {package require http} error]} { putlog "Error=$error" } bind pub - !download download proc download {nick uhost hand chan arg} { set tok [http::geturl $::url] ...
by Maiki
Wed Feb 06, 2008 6:29 am
Forum: Script Requests
Topic: Probably simple.. But. I cant do it..
Replies: 15
Views: 6713

speechles wrote:

Code: Select all

bind pub - getinfo info 
...snipped irrelevant parts...
proc getinfo {nick uhost hand chan arg} {
see the problem? change the part below and it will properly bind getinfo to the proc getinfo

Code: Select all

bind pub - getinfo getinfo 
Oopsie, i noticed it to late i guess :p
by Maiki
Tue Feb 05, 2008 11:03 am
Forum: Script Requests
Topic: hi, a snippet is needed.
Replies: 4
Views: 2115

Fixed.. :)
by Maiki
Tue Feb 05, 2008 10:51 am
Forum: Script Requests
Topic: hi, a snippet is needed.
Replies: 4
Views: 2115

bind pub - !delete delLine proc delLine {nick uhost hand chan arg} { set file [open /usr/dir r] set data [read -nonewline $file] close $file if {[set pos [lsearch -glob [set ldata [split $data \n]] $arg]] != -1} { set data [open /usr/dir w] puts $data [join [lreplace $ldata $pos $pos] \n] close $da...
by Maiki
Tue Feb 05, 2008 6:19 am
Forum: Script Requests
Topic: Probably simple.. But. I cant do it..
Replies: 15
Views: 6713

if {[catch {package require http} error]} { putlog "Failed loading error= $error" } bind pub - getinfo info proc info {nick uhost hand chan arg} { if {![isop $nick $chan]} { putmsg $chan "No acces to use this script"; return } if {$arg == ""} { putmsg $chan "Wrong...
by Maiki
Mon Feb 04, 2008 10:51 am
Forum: Script Requests
Topic: shipping track
Replies: 17
Views: 7059

elisca wrote:Maiki, I have google it and find http://www.track-trace.com/
IMO i don't think many ppl will use it.. I think ppl who really needed it would just go to the URL.. Got any other ideas for a good script?
by Maiki
Mon Feb 04, 2008 10:30 am
Forum: Script Requests
Topic: shipping track
Replies: 17
Views: 7059

elisca wrote:@sir_Fz ; sorry to make this thread OOT (out of topic)

@user ; that's the point !

@maiki ; altough this's not my req, thanks for ur time to make it :hug:
Do you want me to make it for fedex ETC? Then give me all the tracking sites :)
by Maiki
Mon Feb 04, 2008 7:49 am
Forum: Scripting Help
Topic: script won't kick
Replies: 6
Views: 3302

Try this proc= proc aidle:checkidle { min hour day month year } { global botnick flags kickop kickhalfop kickvoice foreach chan [channels] { if {![channel get $chan "maxidle"]} {continue} foreach nick [chanlist $chan] { if {$nick == $botnick} {continue} if {[isop $nick $chan] && $k...
by Maiki
Mon Feb 04, 2008 7:45 am
Forum: Script Requests
Topic: shipping track
Replies: 17
Views: 7059

user wrote:Why was this locked?

The script request forum is for people that don't want to/know how to make the script themselves. Responding with links to manuals/howtos is off-topic IMO.
True.
by Maiki
Sun Feb 03, 2008 4:03 pm
Forum: Script Requests
Topic: Probably simple.. But. I cant do it..
Replies: 15
Views: 6713

If you would give me the website.. Or the page of the soucrce, i will make it for you.