Legacy Development Community Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Legacy Development Community Forum

World of Warcraft Development Forums
 
HomeHome  PortalPortal  GalleryGallery  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  

 

 Project LAT v1.0

Go down 
+4
bartus
MemoryM
ForumTroll
mnus
8 posters
AuthorMessage
mnus




Number of posts : 30
Registration date : 2006-11-28

Project LAT v1.0 Empty
PostSubject: Project LAT v1.0   Project LAT v1.0 EmptyWed Mar 14, 2007 7:01 pm

Project Ludmilla Administration Tool - Project LAT

Main functions in this program.

Accountbackup managment - Backup accounts

Patch TCPIP.SYS - Patch tcpip.sys for handling more connections, used by p2p applications and huge mmorpg servers ( wow retail ? ). But I don't think It won't do any difference since the ludmilla devs always releases lite versions ( c[r]ap ).

LS Checker - LS Checker is going to be included in Project LAT.

Low CPU usage - I organized the code abit and removed some bugs and unnecessary stuff.

Minimize to Systemtray - You are now able to minimize the program to the systray and rightclick it.

Size shrunked - Size is now smaller due to code optimization and library changes.

Status injector - RealmServer will now be displayed as online without you having to manually set it from 3-to-1 or 0-1.

Links:
Rapidshare:
Code:
http://rapidshare.com/files/21003123/Project_LAT_v1.0.rar.html

Sendspace:
Code:
http://www.sendspace.com/file/apavfx

Filebeam:
Code:
http://filebeam.com/6e3f6ca3a3e37b408c570f2c92bfcce0

Megaupload:
Code:
http://www.megaupload.com/?d=S8EQHBSE


All goals reached:
Code:
Completed:
[c].Build number lowered to v1.0
[c].Name changed from Ludmilla Starter to Ludmilla Adminstration Tool - L.A.T.
[c].Project LAT
[c].Removed build number from title
[c].Some minor bugs fixed
[c].Very low CPU usage
[c].Size shrunked
[c].Better resource handling
[c].Added Credits in about button
[c].Changed application name to Ludmilla Adminstration Tool - LAT
[c].Added patch tcpip.sys to handle more connections!
[c].Organized code
[c].Added minimize to systray
[c].Added rightclick
[c].New char backup system
[c].LS Checker v1.0 name change - Project LAT's LS Killer
[c].Added LS Checker v1.0 - Project LAT's LS Killer
[c].Added new icons
[c].Recoded framework
[c].Added SQL injection to ludmilla ( server will now display as Online when restarted - not change the values manually )


In progress:
none

Not done - not in progress:
none


[x]. = working
[c]. = completed - done
[n]. = not done

Have fun! Smile
Back to top Go down
ForumTroll

ForumTroll


Number of posts : 71
Registration date : 2006-12-20

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptyWed Mar 14, 2007 7:02 pm

nice!
Back to top Go down
MemoryM
Addict



Number of posts : 261
Registration date : 2006-12-28

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptyWed Mar 14, 2007 7:10 pm

Yeahaa, you're the king
works great Smile


Last edited by on Wed Mar 14, 2007 7:23 pm; edited 1 time in total
Back to top Go down
mnus




Number of posts : 30
Registration date : 2006-11-28

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptyWed Mar 14, 2007 7:13 pm

thanks Very Happy just dont forget to test it Wink
Back to top Go down
bartus




Number of posts : 84
Registration date : 2006-12-11

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptyWed Mar 14, 2007 7:32 pm

Hey mnus, thanx,

i will test it today
Back to top Go down
bartus




Number of posts : 84
Registration date : 2006-12-11

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptyWed Mar 14, 2007 7:38 pm

Hey mnus, thanx,

i will test it today
Back to top Go down
Mexis




Number of posts : 3
Registration date : 2006-12-02

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptyFri Mar 16, 2007 5:49 pm

realy thx man
Back to top Go down
lis8910




Number of posts : 89
Registration date : 2007-01-02

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptySat Mar 17, 2007 6:37 pm

perhaps you could add a funtion to save your settings :-) (really nice programm btw)
Back to top Go down
thecollecter

thecollecter


Number of posts : 31
Registration date : 2007-02-14

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptySat Mar 24, 2007 5:53 am

Has anyone tried to do the backup accounts yet? I have edited the bat file to match my needs but it will not work. I had to put a pause in it to see whats going on and its not doing cd %pathsql% correct. I will add text in a minute from that computer...

Code:
set user=root
set pass=root
set db=kobold
set pathkobold="E:\Kobold\Repack"
set pathsql="C:\Program Files\MySQL\MySQL Server 5.0\bin"
set backup=\Backup.sql

cd %pathsql%

mysqldump --user=%user% --password=%pass% --add-drop-table %db% accounts actionbuttons addons auctionhouse bids bindpoint black_list bugreport char_auras char_reputation char_spells char_state characters chars_data checkpoints corpses friendlist gmsystem guild_charters guilds guilds_members guilds_ranks honor instance inventory item_instances item_tempenchant mail mail_item_pages pet_info pet_store queststatus realm_list reputation spell_cooldown tempdaykill tutorials worldserver_list > %pathkobold%%backup%
@pause
and window has this at end....
Code:
E:\kobold\Repack>cd "C:\Program Files\MySQL\MySQL Server 5.0\bin"

E:\kobold\Repack>mysqldump -- user=root............
.........worldserver_list  1>"E:\Kobold\Repack"\Backup.sql
'mysqyldump' is not recognized as an internal or external command, operable program or batch file.
Press any key to continue .  .  .
I can see that the cd C:\program files.... is not working but I dont know how to fix it. Please help thanks :-)

Never mind I got it had to change drive letter first... sometimes it the stupid thing you over look LOL
Back to top Go down
bartus




Number of posts : 84
Registration date : 2006-12-11

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptySat Mar 24, 2007 12:50 pm

Try this

Code:
set user=root
set pass=root
set db=kobold
set pathkobold=E:\Kobold\Repack
set pathsql="C:\Program Files\MySQL\MySQL Server 5.0\bin"
set backup=\Backup.sql

c:
cd %pathsql%

mysqldump --user=%user% --password=%pass% --add-drop-table %db% accounts actionbuttons addons auctionhouse bids bindpoint black_list bugreport char_auras char_reputation char_spells char_state characters chars_data checkpoints corpses friendlist gmsystem guild_charters guilds guilds_members guilds_ranks honor instance inventory item_instances item_tempenchant mail mail_item_pages pet_info pet_store queststatus realm_list reputation spell_cooldown tempdaykill tutorials worldserver_list > %pathkobold%%backup%
@pause
Back to top Go down
mnus




Number of posts : 30
Registration date : 2006-11-28

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptySat Mar 24, 2007 2:34 pm

try bartus way, and u spelled it wrong Razz mysqyldump to mysqldump
Back to top Go down
thecollecter

thecollecter


Number of posts : 31
Registration date : 2007-02-14

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptySat Mar 24, 2007 3:29 pm

yeah read the blue I figured it out said it was that stupid drive letter thing. Sometimes you just need to step away from the monitor for a bit then come back and BAM you see it as for spelling that was just on forum not in file any waysit is working and its great now I can save all chars easy as pie when I do any major upgrades like umm well ver 4 when it comes lol.
Back to top Go down
chazz




Number of posts : 46
Registration date : 2007-03-05

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptyThu Apr 05, 2007 7:30 am

not getting this to work; i got 0 kb

Quote :
###############################################################################
#
# Project LAT >. Credits >. robby
#
###############################################################################

set user=******
set pass=******
set db=ludmilla
set pathkobold="C:\KoboldServer3"
set pathsql="C:\Program Files\MySQL\MySQL Server 5.0\bin"
set backup=\Backup.sql

cd %pathsql%

mysqldump --user=%user% --password=%pass% --add-drop-table %db% accounts actionbuttons addons auctionhouse bids bindpoint black_list bugreport char_auras char_reputation char_spells char_state characters chars_data checkpoints corpses friendlist gmsystem guild_charters guilds guilds_members guilds_ranks honor instance inventory item_instances item_tempenchant mail mail_item_pages pet_info pet_store queststatus realm_list reputation spell_cooldown tempdaykill tutorials worldserver_list > %pathkobold%%backup%


what doesn the injection do??? that the only thing i havent pointed to correctly
Back to top Go down
chazz




Number of posts : 46
Registration date : 2007-03-05

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptyThu Apr 05, 2007 10:23 am

why does the injection turn it to 3 instead of 1 ???

i manually switch it to 1 and then it turns it to 3
Back to top Go down
MemoryM
Addict



Number of posts : 261
Registration date : 2006-12-28

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptyThu Apr 05, 2007 10:55 am

use this one instead :

Quote :
set user=root
set pass=PASSWORD
set db=DB
set pathinject="C:\My Stuff\Games\WoW Server\MemoryM BC\DBInjection\inject.sql"
set sqlpath=""C:\Program Files\MySQL\MySQL Server 5.0\bin"

cd %sqlpath%

mysql.exe --local-infile -f -h localhost --user=%user% --password=%pass% %db% < %pathinject%

Change the path for the inject file...
Back to top Go down
thecollecter

thecollecter


Number of posts : 31
Registration date : 2007-02-14

Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 EmptyMon May 28, 2007 11:09 pm

while some of you guys are also working on Antrix whats the chances mnus or someone else will update or make on of these for it??
Back to top Go down
Sponsored content





Project LAT v1.0 Empty
PostSubject: Re: Project LAT v1.0   Project LAT v1.0 Empty

Back to top Go down
 
Project LAT v1.0
Back to top 
Page 1 of 1
 Similar topics
-
» New Silvermoon Project...
» Exodar Database Project

Permissions in this forum:You cannot reply to topics in this forum
Legacy Development Community Forum :: Tool's-
Jump to: