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

by X-Ception
Thu Nov 29, 2007 3:12 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022950

Sir_Fz wrote:A quick solution would be splitting the "configuration" part into a separate file; you can just copy-paste them instead of editing each script separately. I'll see what I can do to improve this in the future.
thankks ;)
by X-Ception
Wed Nov 28, 2007 12:12 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022950

Yup i read it, that s WHY i gave my commentary. My commentary was more about the global settings you talked about. I thought you were talking about the AP settings in each new release, since you didnt give an example about these "global" settings, i was wrong then. Maybe you are talking a...
by X-Ception
Wed Nov 28, 2007 7:33 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022950

Actually had you read my post more clearly it does state that its FOR the global settings and 2 posts up i address botnets :roll:
by X-Ception
Tue Nov 27, 2007 9:48 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022950

Re: ..

What do you mean? AFP is an excellent script but none the less huge, the default settings for me i take the time with then adapt as i go for specific channels needs. However on a new release its a case of cross comparing your old version with your new version to ensure your globals remain similar a...
by X-Ception
Tue Nov 27, 2007 2:08 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022950

..

Any possibility of exporting settings into there own configuration ? also any tips on making things easier to share other a botnet using netbots and controlling all lists via the hub .. outsite of .netupdate -file ./scripts/aplists ?
by X-Ception
Mon Jun 25, 2007 8:53 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022950

If you have the %rate displayed in the kick-reason, it should show the bad channel the user is on. Does it actually say it's #? I have this enabled but oddly it doesnt even report to dcc. I had to verify what the ban was for with .bans *!*@host to figure out why then going through the rooms we suss...
by X-Ception
Mon Jun 25, 2007 6:38 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022950

Alright, I'll add * and ^ in the next release (- too or no?). As for considering # a bad channel without it being listed, I doubt that - I don't see why it is being matched unless there is an entry which matches it in the bchans list. def no entry and i had the user part # before rejoining the chan...
by X-Ception
Mon Jun 25, 2007 10:02 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022950

bugs:

Code: Select all

   set c [string trimleft $c ":@%+"]
on some ircd's we also have *^ - not exactly a bug, just doesnt take it into account ?

secondly
on bchans i have a user being banned for being in the channel #
which is not listed as a bchan but is just banning him
by X-Ception
Mon Mar 05, 2007 12:23 am
Forum: Script Requests
Topic: count hours spent +o/+h
Replies: 8
Views: 5253

rosc2112 wrote:This is by no means a simple request. Be faster for you to learn tcl than to wait for someone else to do it =)
yup i know got it halfway done
by X-Ception
Sun Mar 04, 2007 3:21 am
Forum: Script Requests
Topic: [solved]multiple chan ban
Replies: 2
Views: 2309

Re: [Reply] multiple chan ban

TCL_no_TK wrote:you want to ban on a botnet but only on a selected channel? little lost sorry :roll:
na i knew the best part of it from scratch was just having some botnet issues - since RTFM and sorted it
by X-Ception
Sun Mar 04, 2007 3:20 am
Forum: Script Requests
Topic: count hours spent +o/+h
Replies: 8
Views: 5253

Re: [Reply] 'channel status recoring'

TCL_no_TK wrote:seems to resore hogging and stuff? :shock: Just offering a simpler sulution here. how about a login/logout system ...maybe based from when nick(no.) gets Op'ed/HalfOp'ed and use that?
as such that what it is, but still needs to count "how long logged in"
by X-Ception
Tue Jan 30, 2007 12:53 pm
Forum: Script Requests
Topic: [solved]multiple chan ban
Replies: 2
Views: 2309

[solved]multiple chan ban

Ive tried doing this myself and its become too urgent to keep trial error and ugh driving me insane so hopeing someone can whip out something quick... Ok here is outline: multiple channel bans but the chans ban to be prefixed ( not setable in command ) example: !ban host.ip the reason is auto applie...
by X-Ception
Sun Jan 21, 2007 9:50 am
Forum: Script Requests
Topic: count hours spent +o/+h
Replies: 8
Views: 5253

count hours spent +o/+h

a while ago i asked for some help on this i cant find the original post :( and i still havent got any closer to getting it done.. In short on channel op/halfop o/h count the time the user is half(opped) for and end of the month write everyones global time opping to a file and stat again something li...
by X-Ception
Sun Sep 03, 2006 1:58 pm
Forum: Scripting Help
Topic: Timers and additions
Replies: 6
Views: 5531

Well the reason i thought the use of timers would be needed was it needs to be started and stoped by the user and then recorded to a text file/database file of some format so the administration can see WHO is actually putting in what amount of times on a per week basis, but none of the users will be...
by X-Ception
Sun Sep 03, 2006 6:30 am
Forum: Scripting Help
Topic: Timers and additions
Replies: 6
Views: 5531

Re: Timers and additions

demond wrote: by "login" you mean simply recording current time for the user issued that command?
yup