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 19 matches

by Regex
Wed May 30, 2012 7:14 am
Forum: Script Requests
Topic: Output problem in rss reader
Replies: 1
Views: 4042

Anybody help ?:)
by Regex
Mon May 28, 2012 11:12 am
Forum: Script Requests
Topic: Output problem in rss reader
Replies: 1
Views: 4042

Output problem in rss reader

namespace eval ::rss-synd { variable rss set rss(theregister) { "url" "http://www.ayna.net/rss/feed" "channels" "#Operlog" "output" "New Topic: @@item!title@@ @@item!description@@ 14 @@item!link@@ - \[::rss-synd::urldecode \[lindex \[regexp -in...
by Regex
Mon May 28, 2012 11:07 am
Forum: Script Requests
Topic: [SOLVED] bit.ly or another one
Replies: 1
Views: 3920

##################################################### ## dd0.in URL Shortener by Danneh/GrimReaper ## ##################################################### ## Initial Setup ## ##################################################### set dd0char "." ###########################################...
by Regex
Mon Apr 23, 2012 9:25 am
Forum: Scripting Help
Topic: check from .txt file?
Replies: 4
Views: 4002

check from .txt file?

bind pub - !check check proc check {nick uhost hand chan text} { set t [open scripts/filename.txt r] set line [gets $t] if {[string match -nocase "*$text*" $line]} { putquick "privmsg $chan $text is in the file!" close $t } else { putquick "privmsg $chan $text isn't in the ...
by Regex
Fri Mar 30, 2012 8:27 am
Forum: Scripting Help
Topic: How can we use exist command for web read?
Replies: 1
Views: 3835

How can we use exist command for web read?

Hi, nowadays i'm workin' with http tcl. bind pub - !superlig superlig proc superlig {nick uhost hand chan text} { global botnick set connect [::http::geturl http://sporistatistik.hurriyet.com.tr/] set files [::http::data $connect] regexp -nocase {<div class="PuanDurumuBaslik FL"><span styl...
by Regex
Wed Mar 28, 2012 8:46 am
Forum: Script Requests
Topic: UPDATE REQUEST: Domain/IP Whois
Replies: 7
Views: 6407

I've written a script like that, but basically script is TURKISH. I've translated it for you. bind pub - .whois msg_whois proc msg_whois {nick uhost hand chan text} { global botnick if {$text == ""} {putquick "PRIVMSG $chan :You have to use true command for look up whois information. ...
by Regex
Fri Mar 23, 2012 5:45 am
Forum: Script Requests
Topic: Simple invite script.
Replies: 3
Views: 2998

bind pub - ~invite do_invite proc do_invite {nick uhost hand chan text} { global botnick if {![string match -nocase "Rootnick" $nick]} { return } set inv(nick) [lindex $text 0] set inv(chan) [lindex $text 1] putserv "INVITE $inv(nick) $inv(chan)" } "Rootnick" is your n...
by Regex
Fri Mar 16, 2012 10:45 am
Forum: Script Requests
Topic: Mass Kick Protection
Replies: 32
Views: 27496

@caesar how can we use this without .chanset #channel <<

i need this script without .chanset option. my bot have to work in everychannel.. :)
by Regex
Sat Mar 03, 2012 2:44 pm
Forum: Script Requests
Topic: Check User is protect and is owner (+a & +q)
Replies: 4
Views: 5071

bind mode - * mode:msg proc mode:msg {nick uhost hand chan mode desc} { global botnick if {$mode == "+o"} { if {$desc == $botnick} { return 0 } putquick "PRIVMSG $chan $desc $desc is now an operator!" } if {$mode == "+h"} { if {$desc == $botnick} { return 0 } putquick ...
by Regex
Tue Feb 28, 2012 5:48 pm
Forum: Script Requests
Topic: How can we read txt file?
Replies: 4
Views: 3743

Johannes13 thank you so much!!!

You're the best! Thx for your concerns. My script is workin' with any problems :)
by Regex
Tue Feb 28, 2012 1:44 pm
Forum: Script Requests
Topic: How can we read txt file?
Replies: 4
Views: 3743

Johannes13 thank you but, isn't workin'

Giving this message on the putty.

[19:43:02] Tcl error [onjoin]: invalid command name "onjoin"
by Regex
Mon Feb 27, 2012 5:19 pm
Forum: Script Requests
Topic: How can we read txt file?
Replies: 4
Views: 3743

How can we read txt file?

Hi dear coders, how can we read txt file when user join the channel (if she/he has a message in txt file)? I know, add/del a text to file. But i dont know check it. :) Like that; *** Joins: s7e7v7e7n has joined the room. After user has joined the room, my eggdrop'll open the file. if his/her nick in...
by Regex
Tue Feb 14, 2012 1:32 pm
Forum: Eggdrop Help
Topic: How can i encrypte my eggdrop's codes?
Replies: 1
Views: 2731

How can i encrypte my eggdrop's codes?

Hi everyone..

How can i encrypte my eggdrop's codes? Is a program necessery for make them ?

Or where can i encrypte them?

Thanks for your concerns.
by Regex
Mon Feb 13, 2012 11:15 am
Forum: Script Requests
Topic: Message to users who connect to my server
Replies: 3
Views: 3565

Of course, this script may use.. If your connection message like that; *** Notice -- Client connecting on port 6667: CLubber (mirc@85.97.---.--) [clients] You may, send a message who connects your server. bind raw * notice connection proc connection {from keyword arg} { global botnick if {[string ma...
by Regex
Wed Feb 08, 2012 6:24 pm
Forum: Scripting Help
Topic: How can i use regsub command for web read?
Replies: 6
Views: 7504

@Johannes13 thanks for your concern

Currently, my script is working with any problems.

Thank you so much! :)