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

by Buffy_25
Sat Dec 24, 2005 4:16 am
Forum: Scripting Help
Topic: String tolower
Replies: 4
Views: 7928

I found the problem Sir_Fz ! :)

Thanks for the notice !

Buffy
by Buffy_25
Tue Dec 20, 2005 4:23 pm
Forum: Scripting Help
Topic: String tolower
Replies: 4
Views: 7928

Hi Sir_Fz, This could be an option, but the problem is that my variables are used kindly everywhere in my scripts, and i would prefer to avoid to modify whole my scripts. Therefor i tried to keep my nicks as they are, but just wanted to check between the nick registered in database and the nick that...
by Buffy_25
Mon Dec 19, 2005 2:47 pm
Forum: Scripting Help
Topic: String tolower
Replies: 4
Views: 7928

String tolower

Hi, I have a problem with the following code. When a user joins and leaves after a certain period, i add (if not created yet in mysql-DB) or update his uptime in mysql-DB (if already created). My problem is, when a person leaves (i.e. MaRkO) and he was already created as marko, then the database wil...
by Buffy_25
Sun Dec 04, 2005 5:39 am
Forum: Modules & Programming
Topic: Mysql.mod / checking info
Replies: 6
Views: 12393

demond,

I made a less complex script to see how all those basic commands were working, and i got it working now :)

"Lappend" is a wonderfull option :P

Thanks for your time.

Buffy
by Buffy_25
Tue Nov 29, 2005 7:38 am
Forum: Modules & Programming
Topic: Mysql.mod / checking info
Replies: 6
Views: 12393

Demond, I tried to set it up with 2 seperated lists, but i'm kind of stuck with the .Txt file since it's containing info like this (txt after the nicknames): David was online for 2 hours 1 minute 3 seconds Marcus was online for 1 day 3 hours 21 minutes 2 seconds Helen was online for 35 minutes 25 se...
by Buffy_25
Mon Nov 28, 2005 7:35 am
Forum: Modules & Programming
Topic: Mysql.mod / checking info
Replies: 6
Views: 12393

Hi demond, I tried to put this into code, but it aint working (and no error): bind pub - "!update_data" update proc update {nick uhost hand chan arg} { mysql_connect MyDB localhost user passw /var/lib/mysql/mysql.sock set file [open /usr/account/eggdrop/logs/times.txt r] set buf [read $fil...
by Buffy_25
Sat Nov 26, 2005 9:53 am
Forum: Modules & Programming
Topic: Mysql.mod / checking info
Replies: 6
Views: 12393

Mysql.mod / checking info

Hi, On my linux computer i'm running mysql + mysql.mod I have a mysql database that is keeping the users online time in my channel. So i have : id names uptime 1 David 2 days 5 hours 24 minutues 1 second 2 Helen 5 weeks 3 days 29 minutes 3 Bonjo 6 days 4 hours 2 minutes Now i have normal txt file, t...
by Buffy_25
Fri Nov 18, 2005 5:47 am
Forum: Modules & Programming
Topic: Problems with mysql.mod
Replies: 17
Views: 29645

Wonderfull demond! It's working great!

Thank you so much !! :)

Buffy
by Buffy_25
Thu Nov 17, 2005 12:45 pm
Forum: Modules & Programming
Topic: Problems with mysql.mod
Replies: 17
Views: 29645

Hi demond,

I did a find / -name *libz* and i got the following:
/usr/lib/libz.so.1 (linked to libz.so.1.1.4)
/usr/lib/libz.so.1.1.4
/usr/lib/libzvt.so.2 (linked to libzvt.so.2.2.10)
/usr/lib/libzvt.so.2.2.10
Should there be also a libz.so file? Or is this a normal config?

Buffy
by Buffy_25
Tue Nov 15, 2005 12:54 pm
Forum: Modules & Programming
Topic: Problems with mysql.mod
Replies: 17
Views: 29645

Hi demond. Thnx for your reply. I copied all my mysql lib & links (/usr/lib/mysql/) into /usr/lib/ (i had to recreate a link from libmysqlclient.so and libmysqlclient.so.10 to libmysqlclient.so.10.0.0 and same for libmysqlclient_r.so and libmysqlclient_r.so.10 link to libmysqlclient_r.so.10.0.0)...
by Buffy_25
Sun Nov 13, 2005 4:34 am
Forum: Modules & Programming
Topic: Problems with mysql.mod
Replies: 17
Views: 29645

Hi demond, I looked for the libmysql* files, and i have the following: /usr/lib/mysql/libmysqlclient.so.10.0.0 /usr/lib/mysql/libmysqlclient.so.10 /usr/lib/mysql/libmysqlclient_r.so.10.0.0 /usr/lib/mysql/libmysqlclient_r.so.10 /usr/lib/mysql/libmysqlclient.a /usr/lib/mysql/libmysqlclient.so /usr/lib...
by Buffy_25
Fri Nov 11, 2005 3:57 pm
Forum: Modules & Programming
Topic: Problems with mysql.mod
Replies: 17
Views: 29645

Hi demon. Thanks for helping me with this. But i got lost: I edited the makefile in Eggdrop1.6.17 main dir. So i had added the 2 lines below (bold in my previous msg) CFLAGS=-I/usr/include/mysql LDFLAGS=-L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm I think you meant that i had to add those ou...
by Buffy_25
Thu Nov 10, 2005 1:04 pm
Forum: Modules & Programming
Topic: Problems with mysql.mod
Replies: 17
Views: 29645

Hello demond, So first i went back into my eggdrop1.6.17 dir and typed: make config After this, i edited my Makefile (eggdrop1.6.17) as below: # # This is the Makefile for EGGDROP (the IRC bot) # You should never need to edit this. # # $Id: Makefile.in,v 1.39 2004/07/25 11:17:33 wcc Exp $ SHELL = /b...
by Buffy_25
Wed Nov 09, 2005 2:51 pm
Forum: Modules & Programming
Topic: Problems with mysql.mod
Replies: 17
Views: 29645

In my config i have the following: # mysql_config Usage: /usr/bin/mysql_config [OPTIONS] Options: --cflags [-I'/usr/include/mysql'] --libs [-L'/usr/lib/mysql' -lmysqlclient -lz -lcrypt -lnsl -lm] --socket [/var/lib/mysql/mysql.sock] --port [3306] --version [3.23.58] You have new mail in /var/spool/m...
by Buffy_25
Tue Nov 08, 2005 4:52 am
Forum: Scripting Help
Topic: Clear brain Megahal
Replies: 4
Views: 10243

Working great !! :D

Thank you Alchera.

Buffy