Old 12-28-2003, 10:35 AM   #46
Poema
Junior Member
 
Join Date: Dec 2003
Posts: 4
Default

Quote:
Originally posted by Mouton
and u're not suspposed to read the db directly
Cant find any rule on that
With a sqldb you can create many nice TCL routines at eggdrop/windrop.


Quote:
Originally posted by Mouton
ask io to give u the user's pwd, and it will work (through shared mem).
I dont think eggy can read shared memory.

Why do such complex things while it can very easy?
And that blob.. its great to store binary files (images, files). But not for a variable. If BLOB is used for reducing db size then i dont mind if it is just VARCHAR. ioftpd table cant be so big to crash mysql or eating HD space. I have big MySQL db's holding more than 300.000 records and many fields.. its just 35Mb on disk.
I dont think ioftpd users table gets ever 300.000 users


anyway.. enough It was a good start but ioshareddb need much developing before it is interesting to use :P
Poema is offline   Reply With Quote
Old 12-28-2003, 02:18 PM   #47
ZodMan
Junior Member
ioFTPD Registered User
 
Join Date: Oct 2003
Posts: 6
Default

ioShareDB uses tinyblob on password, limits, ratio, stats and credits.
On password because it’s binary in the userfile structure.
On limits, ratio, stats and credits to simplify the DB table and the module coding.
To store credits as bigint, would require 10 fields,
limits would require 5 fields, ratio would require 10 fields,
and all stats would require 240 fields.
Storing it as tinyblob only require 11 fields.

v1.0.0 saves a userfile in ioftpd/users/ for each user. (local cache)
So most of the scripts that reads directly form the userfile will work,
but the scripts that modify the userfile will not work since
the userfile cache is only used if the db is offline at ioftpd startup.
ZodMan is offline   Reply With Quote
Old 12-28-2003, 08:07 PM   #48
Lathieza
Junior Member
 
Join Date: Jan 2003
Posts: 13
Default

Zodman

why not using local user files and make the sqldb sync
e.g. every 10 mins to sql and make the other ftp's resync too?

so then every script can work and also you got a shared
userdb ...

(kinda mss script way for glftpd)
Lathieza is offline   Reply With Quote
Old 12-28-2003, 08:55 PM   #49
rozwellite
Member
ioFTPD Registered User
 
Join Date: May 2003
Posts: 37
Default

scripts do work just have to wait for the latest versions to be released
rozwellite is offline   Reply With Quote
Old 12-28-2003, 09:04 PM   #50
Poema
Junior Member
 
Join Date: Dec 2003
Posts: 4
Default

nice.. will it be a 2003 or 2004 release
Poema is offline   Reply With Quote
Old 12-29-2003, 12:07 AM   #51
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

I know of at least one site ring that use ioSharedDb + ioB (my branch) on all it's io sites (7 or 8 I think). Seems to work just fine.
Mouton is offline   Reply With Quote
Old 01-01-2004, 08:07 PM   #52
rozwellite
Member
ioFTPD Registered User
 
Join Date: May 2003
Posts: 37
Default

Well with the new year that came around new bugs came around also. On Dec 31 the iosahredb started to make 10000 calls to the db a min overloading the system. I ended up turning the clock back to the 30th to make it stop. Then i was getting 12-30-2003 00:07:31 ioShareDB: error register user, I figured this might have been do to the clocked being behind. So the next day i turned the clocks back up and the error went away. But now it turns out that there are numerous users that are just missing, accounts that lost ips or groups. And today i tried to delete an old deleted user a NULL user and I get snytex errors. So basically my db is prolly corrupt now. If there is anyway to fix this or if the new version is going to fix it please let me know.
rozwellite is offline   Reply With Quote
Old 01-02-2004, 02:36 PM   #53
rAWfOX
Senior Member
 
Join Date: Aug 2003
Posts: 148
Default

any clues when u go public with 1.0?
rAWfOX is offline   Reply With Quote
Old 01-06-2004, 04:28 AM   #54
rAWfOX
Senior Member
 
Join Date: Aug 2003
Posts: 148
Default

any news?
rAWfOX is offline   Reply With Quote
Old 01-08-2004, 02:41 AM   #55
peep
Senior Member
FlashFXP Scripter
ioFTPD Foundation User
 
Join Date: Sep 2003
Posts: 132
Default

Can you give us some when-about when it'll be rlsed? Hours, days, weeks, months..? Been eager to try the v1 for weeks now.. :banana:
peep is offline   Reply With Quote
Old 01-14-2004, 12:48 AM   #56
George_W
Junior Member
 
Join Date: Jan 2004
Posts: 1
Thumbs up

while I also can't wait for v1.0 to be released I'm sure there's good reason for it being delayed...rather than having 10 posts asking when it's gonna be released why don't we give them some time and know that once they feel it has been properly tested and debugged I'm sure they'll release it to our waiting arms...till then just sit back and chill.
George_W is offline   Reply With Quote
Old 01-23-2004, 10:55 AM   #57
rAWfOX
Senior Member
 
Join Date: Aug 2003
Posts: 148
Default

one question, does latest ioftpd (ioftpd 5.5.6) and dZSbot by B0unTy works fine with 0.9.0?
rAWfOX is offline   Reply With Quote
Old 02-08-2004, 02:43 PM   #58
peep
Senior Member
FlashFXP Scripter
ioFTPD Foundation User
 
Join Date: Sep 2003
Posts: 132
Default

when v1 is released, will an upgrade from v0.0.9 be smooth and painless, or..? Just wondering whether I should install the present version or wait for v1 to be rlsed?
peep is offline   Reply With Quote
Old 02-27-2004, 07:25 AM   #59
JoC
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Feb 2004
Posts: 76
Default

Have development stoped or is it still lack of time that hold back the 1.0 release?
JoC is offline   Reply With Quote
Old 02-27-2004, 09:56 AM   #60
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

Zodman, the guy who posted this script, was never seen in #ioftpd or on this board before or after he posted the script. He will not answer any of those questions. Be patient. Either he will post a new version or he will not, but you won't know it before he does.
Mouton is offline   Reply With Quote
Reply

Tags
gorups, iosharedb, module, user, users

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 09:03 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)