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

by cerberus_gr
Sat Jun 24, 2006 9:11 am
Forum: Scripting Help
Topic: Help about strings and lists
Replies: 1
Views: 2990

Help about strings and lists

Hello, I 'm writing a scrable game and I have some problem about strings and lists. I have a mysql database where all questions and answers exist. I don't insert the questions myself, so maybe questions have invalid characters such as {, }, [, ]. The problem is where do I need to use [join], [concat...
by cerberus_gr
Thu Jun 22, 2006 7:56 am
Forum: Scripting Help
Topic: Help about a link
Replies: 4
Views: 3956

Most of times www.domain is the same with domain, a the www is the default subdomain. You are correct about 2, I didn't think like this. I 'll describe you what exactly I want to do: I want to create a package which extracts data from webpages. I'm going to give it a initial webpage and the script i...
by cerberus_gr
Wed Jun 21, 2006 10:30 am
Forum: Scripting Help
Topic: Help about a link
Replies: 4
Views: 3956

Let's try again :) I have a webpage in html format with 100 links inside. The links don't have the same format . The formats of the links for the file file.htm are: 1) <a href="http://www.domain/folder/file.htm"> 2) <a href="www.domain/folder/file.htm"> 3) <a href="http://do...
by cerberus_gr
Tue Jun 20, 2006 9:50 pm
Forum: Scripting Help
Topic: Help about a link
Replies: 4
Views: 3956

Help about a link

Hello, I have a code which gets all the links from a webpage. The formats could be: 1) http://www.domain/folder/file.htm 2) www.domain/folder/file.htm 3) http://domain/folder/file.htm 4) /folder/file.htm 5) file.hmt (relative) I want to create a procedure which takes as parameters the link and the l...
by cerberus_gr
Sat Dec 03, 2005 11:14 pm
Forum: Scripting Help
Topic: Write lines to channel's logfile
Replies: 3
Views: 8800

thx a lot for ypur time :)
by cerberus_gr
Fri Dec 02, 2005 7:26 pm
Forum: Scripting Help
Topic: Write lines to channel's logfile
Replies: 3
Views: 8800

anyone? :(
by cerberus_gr
Fri Dec 02, 2005 3:37 am
Forum: Scripting Help
Topic: Write lines to channel's logfile
Replies: 3
Views: 8800

Write lines to channel's logfile

Hello,

I 'm writing a new tcl script and i want to save some info in the channel's logfile. When I'm trying to open;puts;close the message could be corrupted.

Is there any other way to write to the logfile with no errors (the message to be in one line)

Thx
by cerberus_gr
Sun Nov 06, 2005 10:23 pm
Forum: Eggdrop Help
Topic: Eggdrop adds deleted flags again
Replies: 7
Views: 13437

Yes this is weird and it's the first time i see something like this too :P
I'll try to delete him and add him again and i'll tell you tomorrow :)

Thx for your time :)
by cerberus_gr
Sun Nov 06, 2005 7:25 pm
Forum: Eggdrop Help
Topic: Eggdrop adds deleted flags again
Replies: 7
Views: 13437

Thx for replies both of you. I know what default flags are. I have my bot for 3 years. I want default-flags to be "", because sometimes I add people with other global flags. In bot databse, I have spammers too ;), so I don't want to have +f flag as default. This person (xxxx) today has +n ...
by cerberus_gr
Sun Nov 06, 2005 1:42 am
Forum: Eggdrop Help
Topic: Eggdrop adds deleted flags again
Replies: 7
Views: 13437

Thx for the reply.

$owner is only me
default flags are ""

:(
by cerberus_gr
Sat Nov 05, 2005 11:49 pm
Forum: Eggdrop Help
Topic: Eggdrop adds deleted flags again
Replies: 7
Views: 13437

Eggdrop adds deleted flags again

Hello, I have a user in my eggdrop with handle xxxx. I added him a month ago, with +n global flag, +n to #chan1 and +m to #chan2. A week before i removed all global flags and i gave him only +p global flag, but i kept channel flags. After some hours I saw that he had +n flag again, even if i have do...
by cerberus_gr
Sat Mar 19, 2005 1:49 am
Forum: Eggdrop Help
Topic: Eggdrop BUG in bind time?
Replies: 4
Views: 4774

Hmmm, I didn't know that!!! :oops: :oops: :oops:

So, if if I want to get the "real" number of month i have to [expr {$month + 1}].

Thx :)
by cerberus_gr
Sat Mar 19, 2005 1:16 am
Forum: Eggdrop Help
Topic: Eggdrop BUG in bind time?
Replies: 4
Views: 4774

Eggdrop BUG in bind time?

Just look the following code and correct me if I'm wrong. _geo_ is me and CerberuS is my eggdrop (1.6.17) [07:09:44] <_geo_> .tcl proc chktime { min hour day month year } { putlog "$min - $hour - $day - $month - $year" } [07:09:44] <CerberuS> Tcl: [07:12:02] <_geo_> .tcl putlog [clock form...
by cerberus_gr
Sat Mar 19, 2005 1:08 am
Forum: Archive
Topic: Uptime (how much a user is online) script
Replies: 8
Views: 2684

thx a lot :)
by cerberus_gr
Fri Mar 18, 2005 11:46 pm
Forum: Archive
Topic: Uptime (how much a user is online) script
Replies: 8
Views: 2684

Does anybody has any code which does the same?

Thx