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

by Fire-Fox
Mon Aug 04, 2014 1:34 pm
Forum: Eggdrop Help
Topic: [Solved] joining channels problem
Replies: 4
Views: 7204

Make sure your other server is not running the bot :)

Just a thought
by Fire-Fox
Tue Jul 15, 2014 4:12 am
Forum: Scripting Help
Topic: [SOLVED]What is wrong here
Replies: 8
Views: 7128

Ahh thanks :)
by Fire-Fox
Mon Jul 14, 2014 7:23 pm
Forum: Scripting Help
Topic: [SOLVED]What is wrong here
Replies: 8
Views: 7128

Here is the working version bind pub -|- !info infolist proc infolist {nick uhost handle chan text} { if {![channel get $chan infoList]} return variable dbInfo if {[scan $dbInfo %s%s%s%s hostname username password database] != 4} return set con [::mysql::connect -host $hostname -user $username -pass...
by Fire-Fox
Mon Jul 14, 2014 6:22 am
Forum: Scripting Help
Topic: [SOLVED]What is wrong here
Replies: 8
Views: 7128

What will give me my login to the database :)

I'll post my setup when i get it to work :)
by Fire-Fox
Sun Jul 13, 2014 2:07 pm
Forum: Scripting Help
Topic: [SOLVED]What is wrong here
Replies: 8
Views: 7128

Hey!

I have tried to put various places but havn't worked yet
by Fire-Fox
Sun Jul 13, 2014 8:52 am
Forum: Scripting Help
Topic: [SOLVED]What is wrong here
Replies: 8
Views: 7128

[SOLVED]What is wrong here

can't read "info": no such variable proc infoDel {nick uhost handle chan text} { if {![channel get $chan infoDel]} return variable dbInfo if {[scan $dbInfo %s%s%s%s hostname username password database] != 4} return set info [::mysql::escape $info] set con [::mysql::connect -host $hostname ...
by Fire-Fox
Sun Mar 02, 2014 10:41 pm
Forum: Script Requests
Topic: Ban on no ctcp version reply
Replies: 2
Views: 4881

by Fire-Fox
Wed Feb 26, 2014 12:22 pm
Forum: Script Requests
Topic: every 5 minute try join and than pm owner
Replies: 4
Views: 6285

if you do

Code: Select all

 .+chan #YourChan
From partyline, your will get that respons :)
by Fire-Fox
Wed Feb 26, 2014 9:42 am
Forum: Eggdrop Help
Topic: [SOLVED] Linking 1.6 eggdrop and 1.8 eggdrop
Replies: 7
Views: 12605

No problemo :)
by Fire-Fox
Wed Feb 26, 2014 8:34 am
Forum: Eggdrop Help
Topic: [SOLVED] Linking 1.6 eggdrop and 1.8 eggdrop
Replies: 7
Views: 12605

Great to hear :)
by Fire-Fox
Tue Feb 25, 2014 3:24 pm
Forum: Eggdrop Help
Topic: [SOLVED] Linking 1.6 eggdrop and 1.8 eggdrop
Replies: 7
Views: 12605

You must do something wrong, the way i postet allways works for me.
by Fire-Fox
Tue Feb 25, 2014 1:57 pm
Forum: Eggdrop Help
Topic: [SOLVED] Linking 1.6 eggdrop and 1.8 eggdrop
Replies: 7
Views: 12605

Try this : Master Bot: .+bot <botname> .chattr <botname> +fo .botattr <botname> -s (-s / dont share userfile) and this for all new bots you wanna link with master change that to bot-nick in your .conf file on the new bot do: .+bot <another botname> IP PORT (NO : between ip and port) .chattr <another...
by Fire-Fox
Mon Feb 24, 2014 5:04 pm
Forum: Scripting Help
Topic: can't read class
Replies: 1
Views: 3734

can't read class

I have this code and i get can't read class all the time set userChan "#dev.null" set accesschan "#dev.null" bind join - * joins proc joins {nick host hand chan} { global userChan mysql_ db_ if {$chan == $userChan } { #mysqluse $mysql_(handle) $mysql_(database) set sql [mysqlsel ...
by Fire-Fox
Sat Sep 21, 2013 2:03 pm
Forum: Scripting Help
Topic: store img with tcl
Replies: 2
Views: 4045

Thanks i'll have a look at it, the db structure is in place. I just can figure out the code for it :( EDIT: Would i could use something like this to store the img on the server, and maybe in the insert query do it so it insert the patch to the img in the db http://forum.egghelp.org/viewtopic.php?p=9...
by Fire-Fox
Sat Sep 21, 2013 11:50 am
Forum: Scripting Help
Topic: store img with tcl
Replies: 2
Views: 4045

store img with tcl

Hey!

Im trying to store img in my database (mysql)

How do i do that

it should store it from a url from my channel. And users should be able to request the img with a cmd.