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

by leandro
Tue Oct 30, 2007 3:45 pm
Forum: Scripting Help
Topic: The best way to do this?
Replies: 4
Views: 2935

Thank you very much!

I'll look into that!
by leandro
Tue Oct 30, 2007 1:02 pm
Forum: Scripting Help
Topic: The best way to do this?
Replies: 4
Views: 2935

Yes, MySQL.

Can you explain me how to do this in a more detailled manner?
by leandro
Tue Oct 30, 2007 12:50 pm
Forum: Scripting Help
Topic: The best way to do this?
Replies: 4
Views: 2935

The best way to do this?

Hi. I'm creating an online database of akicks from a channel. Akicks can be added to the database via a webserver. I display the newly added akicks on a webpage, which then the eggdrop must read, add them in chanserv, and mark them on the webserver. But what is the best way to do this? Should I save...
by leandro
Mon Aug 13, 2007 6:40 am
Forum: Scripting Help
Topic: Exec without ping timeout.
Replies: 6
Views: 4086

Thanks all.

I'll first try the open trick to see if it fits my needs. If not, I'll make that cron script.

Thank you very much.
by leandro
Sun Aug 12, 2007 9:06 pm
Forum: Scripting Help
Topic: Exec without ping timeout.
Replies: 6
Views: 4086

and this wont cause a ping timeout? because if I get this right, i open pisg, and read it until its closed, but then, it takes 3 minutes to close because it takes 3 minutes for pisg to analyse the log.

If i'm wrong please tell me so, thanks for the reply btw!
by leandro
Sun Aug 12, 2007 7:03 pm
Forum: Scripting Help
Topic: Exec without ping timeout.
Replies: 6
Views: 4086

Exec without ping timeout.

So I'm executing pisg with a HUGE logfile, but most of the time it disconnects the eggdrop with ping timeout because it takes like 2 and a half minutes for pisg to analyse it.

Now, is there a way to execute pisg without being disconnected?

Thanks in advance. (if you want, ill post the tcl script)
by leandro
Mon Jun 11, 2007 10:36 am
Forum: Scripting Help
Topic: Egghttp, sockets in sockets..
Replies: 5
Views: 4249

Im afraid I dont know about any HTTP module... Do you have a tutorial somewhere?
by leandro
Sun Jun 10, 2007 7:01 am
Forum: Scripting Help
Topic: Egghttp, sockets in sockets..
Replies: 5
Views: 4249

Anyone? Pleaseee?
by leandro
Fri Jun 08, 2007 11:02 am
Forum: Scripting Help
Topic: Egghttp, sockets in sockets..
Replies: 5
Views: 4249

Egghttp, sockets in sockets..

I am creating an online database, So I need to connect to a webpage, read the first line, open another connection, fill in some data, and then go to the second, and so on. Now, I have this: et url "http://localhost/akicks/todo.php" set trigger "!test" if {![info exists egghttp(ve...
by leandro
Sat Jun 02, 2007 9:57 am
Forum: Eggdrop Help
Topic: Keep-all-logs question
Replies: 2
Views: 2368

Omg I did read that file >_< How can I have missed that! Darned.


Thanks for the quick reply.
by leandro
Sat Jun 02, 2007 9:46 am
Forum: Eggdrop Help
Topic: Keep-all-logs question
Replies: 2
Views: 2368

Keep-all-logs question

Hi, I want to create a stats bot running pisg. But I'm faceing a question.

If I set the keep-all-logs to 1, I need to give a suffix too. But is it possible to leave this suffix blank? So that all the text is filled in the same log over and over again?


Thanks in advance.