Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Tools

Development::Tools 3rd Party Tools for EQEMu (DB management tools, front ends, etc...)

Reply
 
Thread Tools Display Modes
  #16  
Old 08-20-2011, 06:35 PM
Tabasco's Avatar
Tabasco
Discordant
 
Join Date: Sep 2009
Posts: 270
Default

Since you probably want to avoid active users, it might be nice to make a script to touch each character based on an account name and then UPDATE character_ SET timelaston = UNIX_TIMESTAMP(NOW()) WHERE account_id = X

This is easily done in PHP and could then be added to your website. If you want such a thing I could whip it up in a few minutes, as could most of the current thread contributors I'm sure.
Reply With Quote
  #17  
Old 08-20-2011, 09:27 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default

Quote:
Originally Posted by lerxst2112 View Post
I know when I saw this question I logged in all my toons hoping they won't be deleted.
Heh, me too.
Reply With Quote
  #18  
Old 08-21-2011, 06:09 AM
thepoetwarrior
Discordant
 
Join Date: Aug 2007
Posts: 307
Default

I'll post something on our forums now just so users have a chance to log in, etc.
Reply With Quote
  #19  
Old 08-21-2011, 11:39 AM
thepoetwarrior
Discordant
 
Join Date: Aug 2007
Posts: 307
Default

I posted a message on EZ Server forums about this to give people time to log in their characters, etc.

I'll probably test the tool on a backup database, then give players a week, or maybe even a month, notice to log in to save their characters.

Still eagerly waiting for the tool by GeorgeS!!
Reply With Quote
  #20  
Old 08-21-2011, 01:24 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

I just uploaded the beta version. I did check and it does work, but please backup first. The only tables it purges are the ones I listed in my post above.

Features -
You can sort fields, and select multiple rows and delete.

Please list features you need so i can get them in the tool.

http://www.georgestools.eqemulator.n...er_manager.rar


Have fun

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #21  
Old 08-23-2011, 10:36 PM
thepoetwarrior
Discordant
 
Join Date: Aug 2007
Posts: 307
Default

No window / GUI popped up.

I'm running Windows 7 64-bit.

I tried Run as Admin + Compatibility for XP.

Nothing shows up, except in process list which I kill after not seeing any window pop up.

ini file is configured properly and I ran the *.bat file for ocxs.

Any ideas?
Reply With Quote
  #22  
Old 08-23-2011, 10:45 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

It worked for me on Windows 7 x64.

Instead of the batch file, open an administrator command prompt and cd to the resources directory then type:

for %i in (*.ocx) do regsvr32 %i

That should register them properly.
Reply With Quote
  #23  
Old 08-24-2011, 03:24 AM
thepoetwarrior
Discordant
 
Join Date: Aug 2007
Posts: 307
Default

The command prompt thing worked fine but the window doesn't show up still.

GeorgeS other tools work though =(
Reply With Quote
  #24  
Old 08-24-2011, 04:32 AM
BrandeX
Sarnak
 
Join Date: Aug 2009
Location: China
Posts: 33
Default

VB.NET ftw
Reply With Quote
  #25  
Old 08-24-2011, 07:13 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Quote:
Originally Posted by thepoetwarrior View Post
The command prompt thing worked fine but the window doesn't show up still.

GeorgeS other tools work though =(
Hmm, did you just copy the db.ini from another one of the tools? That's what I did. I don't know if this one is picky about it, but I remember one of them didn't work right when I had an invalid client directory specified.
Reply With Quote
  #26  
Old 08-24-2011, 10:06 AM
thepoetwarrior
Discordant
 
Join Date: Aug 2007
Posts: 307
Default

Maybe thats what happened. I'll try to use the orig ini and edit values manually this time.

Edit: Nope, didn't help. Register bat works, then run exe as admin just like I did with the bat file, but no window shows up. It does how ever get listed in Windows Task Manager, which I end process on.
Reply With Quote
  #27  
Old 08-24-2011, 10:17 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

odd, I'll look into it more and see what it may be.
More likely than not, could be a bad field/record in a table/schema issue...

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #28  
Old 08-24-2011, 10:12 PM
thepoetwarrior
Discordant
 
Join Date: Aug 2007
Posts: 307
Default

I updated the source / database just recently, so the table/schema should be up to date.

When the program starts, does it auto load the character table? Or do you type in fields first then do a search/query on characters? I notice when using Navicat that it takes a few seconds just to load up the first 200 character table records per page. The character table is well over 1 GB and I'm using tools remotely.

Thanks for looking into it. I'm excited to see this.
Reply With Quote
  #29  
Old 08-25-2011, 10:08 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Now I think the answer is your database size. I would wait till the program finishes loading in the data - could be an hour. Then it should work fine. Had no idea it was 1GB!

Let me know what happens after it loads.

GeorgeS


Quote:
Originally Posted by thepoetwarrior View Post
I updated the source / database just recently, so the table/schema should be up to date.

When the program starts, does it auto load the character table? Or do you type in fields first then do a search/query on characters? I notice when using Navicat that it takes a few seconds just to load up the first 200 character table records per page. The character table is well over 1 GB and I'm using tools remotely.

Thanks for looking into it. I'm excited to see this.
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #30  
Old 09-11-2011, 07:05 AM
thepoetwarrior
Discordant
 
Join Date: Aug 2007
Posts: 307
Default

I took down the server to try to character purge tool, and the window still did not show up.

I could see in the process list that mysqld.exe and character_purge.exe tool were very active I/O and let it do that for 10 minutes, but still no window.

Is there any way to load only specific info instead of the whole table which is over 1 GB? Seems to be taking too long. I am assuming soon as the program executes, it connects to the database, and loads the entire table?
Reply With Quote
Reply


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 On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:44 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3