Go Back   FlashFXP Forums > > > >

NeoXed's scripts nxAutoNuke, nxTools, etc.

Reply
 
Thread Tools Rate Thread Display Modes
Old 11-14-2007, 06:05 PM   #1
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default nxMyDB v0.4.0

Notes
  • Built in release mode, will be much faster than the previous version.
  • Consider this a beta, possibly release candidate.

Changes
  • NEW: Compiled as a release build (alpha releases were debug builds).
  • NEW: New topics in the FAQ section of the readme.
  • CHG: Only open the debug log only when a message is available to be written, this allows you to download the log file through ioFTPD.
  • FIX: Corrected readme instructions for executing the "schema.sql" batch file.

Download

http://rapidshare.de/files/38291295/...0.4.0.rar.html

Last edited by neoxed; 01-20-2008 at 03:29 PM.
neoxed is offline   Reply With Quote
Old 11-14-2007, 06:06 PM   #2
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

For users upgrading from v0.3.0 to v0.4.0, just replace the two DLLs (nxmydb.dll and libmysql.dll).
neoxed is offline   Reply With Quote
Old 11-14-2007, 08:41 PM   #3
Yil
Too much time...
FlashFXP Beta Tester
ioFTPD Administrator
 
Join Date: May 2005
Posts: 1,194
Default

Have you tried it with 6.3.2 yet? I'm hoping it works
Yil is offline   Reply With Quote
Old 11-14-2007, 09:44 PM   #4
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

I did some very brief testing on ioFTPD v6.3.2, and it worked OK. When I have time I will go through and check module API compatibility and ABI compatibility between 5.x and 6x. But at first glance, it seems fine.
neoxed is offline   Reply With Quote
Old 11-22-2007, 11:52 PM   #5
rolan
Member
 
Join Date: Jul 2006
Posts: 72
Default

hi,neoxed,i had use ioFTPD5.8.5r and mysql5.0.27

After site adduser , the user had exist mysql table,but show "11-23-2007 12:41:52 Unable to create user "user" (error 20601)." in the nxMyDB.log
rolan is offline   Reply With Quote
Old 11-23-2007, 01:37 AM   #6
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Follow the steps in the FAQ. The same steps apply.

Code:
Q: How do I enable debug logging?
A: Set "Log_Level" to "3" in the ioFTPD.ini file and restart ioFTPD.

Q: What does "Group locking failed." or "User locking failed." mean?
A: This error can be caused by a number of failures, try the following.
   - Enable debug logging and paste recent entries from the debug.
   - Check that the module is able to establish a connection with the MySQL server.
   - Check that all tables and stored procedures exist.
   - Check that the MySQL user account has execute privileges (required for stored procedures).
   - Check that the MySQL server is the latest v5.0 version.
neoxed is offline   Reply With Quote
Old 01-12-2008, 10:10 PM   #7
magicman2008
Junior Member
 
Join Date: Nov 2007
Posts: 4
Smile

NEED a working link of please upload the .zip file here

Last edited by neoxed; 01-13-2008 at 02:12 PM.
magicman2008 is offline   Reply With Quote
Old 01-13-2008, 02:12 PM   #8
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Quote:
Originally Posted by magicman2008 View Post
NEED a working link of please upload the .zip file here
Added a RapidShare download link. See the first post.
neoxed is offline   Reply With Quote
Old 01-16-2008, 05:06 PM   #9
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default

helloo

neoxed had a chance to try the script together with latest ioftpd on a vista system?
Iam getting weird lockups from time to time, eventually have to reboot computer or change ports in ioftpd and then restart it.

strangest thing, ioftpd it self runs fine for days on, but as soon as I try it out with nxdb strange lockups accure.

nothing in logs or anything of that sort... I hope you can try it out or someone else willing to test, see if it infact happends to more people. Be patient tho it can take sometime before a lockup, the other day I executed a !df command while uploading, at that point it locked for me... dunno, but it sure is real annoying


ioftpd v6.3.5 nxdb v0.4.0
hukker is offline   Reply With Quote
Old 01-16-2008, 09:19 PM   #10
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Quote:
Originally Posted by hukker View Post
helloo neoxed had a chance to try the script together with latest ioftpd on a vista system?
Iam getting weird lockups from time to time, eventually have to reboot computer or change ports in ioftpd and then restart it.
What is locking up? Windows or ioFTPD?

If Windows is locking up, it is more than likely a problem with your hardware or device drivers. User-land applications cannot cause Windows to lock up, they don't have low level access.

If ioFTPD is locking up, is there any other specifics? Can you still log into the daemon? Does the task manager show ioFTPD using 100% CPU usage (or perhaps 50% if it's a dual-core machine, etc.)?

Quote:
Originally Posted by hukker View Post
nothing in logs or anything of that sort... I hope you can try it out or someone else willing to test, see if it infact happends to more people. Be patient tho it can take sometime before a lockup, the other day I executed a !df command while uploading, at that point it locked for me... dunno, but it sure is real annoying
The !df command shouldn't cause ioFTPD to lock up at all. The !df command in AlcoBot doesn't even talk to ioFTPD, it just queries the Windows volumes using two WinAPI functions: GetDiskFreeSpaceEx and GetVolumeInformation. I believe dZSbot does the same.
neoxed is offline   Reply With Quote
Old 01-16-2008, 10:04 PM   #11
razoor
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2006
Posts: 163
Default

im using it on a vista machine. I havent seen this at all. So no problem here.
__________________
ioFTPD 7.0.3 nxTools ioNiNJA ioJM http://ioftpd.zapto.org /
razoor is offline   Reply With Quote
Old 01-17-2008, 12:43 AM   #12
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default

its ioFTPD thats locking up, task manager shows normal usage, nothing out of the ordinary. Once you try to logon you just get connection timeout.

Its a duel core processor yeah...

Ok so prolly nothing to do with the !df command, I was just trying to figure out what I did just before it happend... Iam sorry I cant help more... also seems its working ok for razoor so :\ Iam gonna go ahead and try iofptd + nxdb at first, only the two and check if it happends again...
hukker is offline   Reply With Quote
Old 01-17-2008, 04:56 PM   #13
Yil
Too much time...
FlashFXP Beta Tester
ioFTPD Administrator
 
Join Date: May 2005
Posts: 1,194
Default

What happens if the database is unreachable? I'm totally out on a limb here, but ioFTPD might get pretty confused if threads started blocking for any length of time... There are some simple changes I could make if this ends up being the case, but without looking at the code it just occurred to me this might be a problem.

Perhaps next time you see this, double check the DB is responsive just to rule this out. Especially if it isn't local...
Yil is offline   Reply With Quote
Old 01-18-2008, 12:40 AM   #14
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default

yeah the nxdb logfile does indicate that the db has been offline for a number of times. A bunch of error lines.
hukker is offline   Reply With Quote
Old 01-28-2008, 04:29 AM   #15
magicman2008
Junior Member
 
Join Date: Nov 2007
Posts: 4
Default create MySQL database

How do i make the first step, creating a MySQL database:
please post the exactly command to make it correct

################################################## ##############################
# 2. Installation #
################################################## ##############################

1. Create a MySQL database and import the schema.sql file.

mysql -u root -p -h 192.168.1.1 -e "CREATE DATABASE ioftpd"
mysql -u root -p -h 192.168.1.1 -D ioftpd --delimiter=$ < schema.sql


--------------------------
now i have the db.opt created but im not sure its correct, no i try to import the "schema.sql" file to MySQL with MySQL Administrator 1.2.12
but still no luck to import the file from nxMyDB v.0.4.0

the error: The selected file was generated by mysqldump and cannot be restored by this application.

Last edited by magicman2008; 01-28-2008 at 07:14 AM.
magicman2008 is offline   Reply With Quote
Reply

Tags
download, file, log, readme, release

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 08:43 AM.

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