PDA

View Full Version : New Tool: ServerAdmin


nosfentora
02-03-2012, 05:09 PM
It's been a while since i've touched the old server tender app I wrote, so I thought I'd start from scratch and re-write it, adding in a few new bells and whistles.

Here's the download link to ServerAdmin

http://www.mediafire.com/?3uwad25go1fdm

Supports EQEmu and TrinityCore (WoW) servers

EQEmu gets a first crack at it as I'm building most of that section first, though some of the TC stuff is working.

I'll update it fairly frequently and welcome any and all feedback!

Please note: This is an ALPHA release, while it's far from complete, it's pretty functional.

Working EQ Features:

Server Status
* Monitor, Start, Stop server processes on local and LAN servers
* Monitor Log files from all server processes

Configuration
* Manage server settings (paths, options, etc)
* Edit server config file(s)
* Edit config database values

Management
* Source code management (SVN Updating)
* Database source management (SVN Updating)
* Edit databases


Tools
* EQItems (Still in development)

Still in development features:

* EQItems built in (Thanks to GeorgeS for his support!) partially working
* Compile and update server
* Install new DB updates

Future Features

* Character editor
* Spell editor
* Quest Editor

More as I think of them or they are suggested.

Known issues:
Logs will occasionally crash due to threading issue I'm tracking down.

Again, this is only an ALPHA!

nosfentora
02-05-2012, 11:24 AM
Update:

0.0.0.2 Alpha
http://www.mediafire.com/?3uwad25go1fdm

* Added CPU and Memory Usages
* Added Zone process monitoring
* Start will actually start the process now

Known issues
* Logs still crashing occasionally when viewing log tab
* CPU and memory usage not 100% correct yet
* Cannot stop individual zones (yet)
* Stopping Zone server doesn't kill zone.exe processes (yet)

nosfentora
02-16-2012, 03:53 PM
0.0.0.4 ALPHA

http://www.mediafire.com/myfiles.php#3uwad25go1fdm

- Minor calculation fixes
- Major re-write to EQItems implementation (now called Character Equipment - with GeorgeS' EQItems look & feel)
- Support for character /bot profiles
- Default list of EQItems .bot files already available
- Importing of EQItems .bot files
- Saving/Loading of COMPLETE character inventory (equipment, personal inventory, bank inventory) as a profile
- Item Stacks
- Item Color editing
- Drag & Drop items to equipment, inventory or bank.
- Probably more that I'm forgetting

Next Update:

Bot Equipment
Editor Music
Possibly more

nosfentora
02-17-2012, 12:01 PM
0.0.0.5 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

Fixed Non handled clicks
Added in Bot augmented items
Now saves charges/stacks, augments, colors
Added ability to change # charges

Initial magleo UI - loading decoded items next update.

nosfentora
02-18-2012, 01:07 PM
0.0.0.6 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* UI Fixes and improvements
* Clear equipment / inventory / bank / all implemented
* Fixed possible crashes in certain situations

If there are any problems with the 'Server Status' tab or 'Manage' tab, please let me know.

To disable those tabs, put the app in a folder that has 'Debug' in the path and Server Status and Manage will be disabled

ie C:\Server Admin\Debug

* Still working on Magelo profile decoding

nosfentora
02-18-2012, 03:02 PM
0.0.0.7 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

Addressed crash when entering in only server info and db info with no other settings filled in.

nosfentora
02-21-2012, 02:41 PM
0.0.0.8 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Finished Magelo decoding
* Import any character on Magelo EQ
* easy to import, just use the built in web browser
* Option to import Magelo profile to bot/character profile for later use
* Imports stacks / charges
* Imports item augments

nosfentora
02-22-2012, 04:55 PM
0.0.0.9 ALPHA
http://www.mediafire.com/?3uwad25go1fdm


* Allow Magelo form to be resized
* Refresh Profile list when importing Magelo profile
* Fixed EQClientFolder not being loaded from XML
* Fixed EQClientFolder not propagating when changed (no longer need a restart)
* Changed advanced search to use zone Long Name (short name) in selection box
* Cleanup of GUI of Advanced Search
* Implemented Kill Toon as part of character select, removes character only.
* GUI Changes / Cleanup
* Implemented Bot Equipment
* Fixed bug where Magelo profile name might not be found correctly

NOTE: Known issue with Bot Equipment
Only 1 save is allowed when loading a bot.
2nd save will result in a concurrency error.

Workaround: Re-load the bot to make any additional changes.

nosfentora
03-06-2012, 03:50 PM
0.0.1.0 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

*Fully working Item Editor
*Misc changes to GUI
*XML Data layout change


Next update: Merge of Character and Bot Equipment tabs.

nosfentora
03-07-2012, 05:18 PM
To anyone that is trying this app out, what Windows based SVN clients are you using? PM or post here.

Thanks!

sorvani
03-07-2012, 06:32 PM
Does anyone use anything other than Tortoise? ;)

lerxst2112
03-07-2012, 08:15 PM
Tortoise, Ankh, or the command line, whichever is appropriate for the task at hand.

nosfentora
03-08-2012, 03:46 PM
lol sorvani

i had those three in mind and want to make sure the app can use any of them so it doesn't force someone to install another app...

Thanks sorvani and lerxst2112

nosfentora
03-13-2012, 01:06 PM
0.0.1.1 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Many GUI updates
* Consolidated Bot & Character Equipment Editor into one
* Complete rewrite of the settings system.
* Many internal threading fixes / improvement

Note: Some features have been disabled completely as I rewrite them

Please report any bugs.

Thanks

Nos

nosfentora
03-13-2012, 04:37 PM
0.0.1.2 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Fixed bug where bag items weren't being cleared
* Fixed bug where bag items not displaying in the correct slot
* Minor GUI fixes

nosfentora
03-16-2012, 09:43 AM
0.0.1.3 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Fixed major bug in SQL code that would not return any data
* GUI Fixes and improvements
* Partial implementation of character editor
* Added Web tools tab for web based tools

nosfentora
03-16-2012, 01:23 PM
0.0.1.4 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Drag & Drop fixes
* More work on Character Editor

nosfentora
03-22-2012, 10:41 AM
0.0.1.5 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

Should not require a login to download. Please let me know if it does

* Mostly complete Character Editor
* Many internal re-writes fixes and updates

Next update:

Hopefully 100% working character editor with the possiblity to edit all of the profile.

Luccian
03-22-2012, 01:50 PM
This tool is so amazing from what I've used of it. Good work guy, and everyone involved in updating it

nosfentora
03-22-2012, 02:15 PM
Thanks! Please let me know if you run into any bugs or problems. I'm kind of on a roll updating it so I may miss something here or there.

Right now i'm concentrating on the Tools sections, and i know there are unimplemented things in the monitoring and management areas - i'll get to them when i run out of Tool steam!

nosfentora
03-26-2012, 03:33 PM
0.0.1.6 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* more work on Character Editor
* can now edit and save almost all visible attributes, including memmed spells and spell book

Next update: all 180 attributes in the profile blob will be accessible.

(Please let me know if the link is still asking for a login or not)

nosfentora
03-26-2012, 04:50 PM
0.0.1.7 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Fixed spell book to display 16 spells per page (like client)
* Fixed spell book to display spells in same order as client

Next update: really will have all 180 attributes in the blob mapped!

nosfentora
03-30-2012, 04:45 PM
0.0.1.8 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Almost all of profile blob properties are now at least visible, most are editable and able to be saved.

Next update:
* last 5 properties will be added
* all visible properties should be editable and save-able.
* with many of the character db values being editable all in one spot.

NOTE: Editor will prompt you when loading another character that there are unsaved changes. This is a bug I'm working on tracking down.

If anyone out there has character tables they could share with me I'd greatly appreciate it!

see this post (http://www.eqemulator.org/forums/showthread.php?t=35092) for more info, PM me with any questions.

Amra
03-31-2012, 02:32 AM
Very nice work. I am going to delve a bit deeper this weekend. Just thought I'd leave a thank you note. =)

nosfentora
03-31-2012, 01:27 PM
Thank you - and glad I'm making something that seems to be useful.

let me know if you encounter any bugs or have any suggestions to make it better.

nosfentora
04-03-2012, 09:56 AM
0.0.1.9 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Some display fixes, many internal updates.
Equipment Editor:
* Added the ability to modify augments in augmentable items (right click)
Character Editor:
* Added the ability to un-memorize selected spell

nosfentora
04-03-2012, 04:53 PM
0.0.2.0 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Added spell info to item description in Equipment Editor, Item Editor and Augment Modifier (must define client path in 'Application' section of settings for this to work.)

* Fixes to bot equipment drag & drop

* Fixes to bot equipment stack / charge modification

If there are any VB.NET Devs out there that would be interested in working on this with me, PM me.

sorvani
04-04-2012, 10:48 AM
I gave this a go yesterday.
The config screen definitely needs some love for general use, but seems to work ok.
You need to add some special rules to the database editor to not load a table over a certain size, or to only load portions of a table. clicking on the items tables makes bad things happen. It may have been because i ran the program on a different machine than the server, but i doubt it.

I'll tinker with this some more. Looks like a good tool to me so far.

trevius
04-04-2012, 12:35 PM
I see you are using the buttons I made for GeorgeS. If you want to make buttons easier, you can have them in the original format including the PSD (photoshop) files I made them from.

Here is the download link:
http://stormhavenserver.com/downloads/buttons/item_editor/eqitems_buttons_complete.zip

Let me know if you have any questions, but it is pretty straight forward if you know Photoshop at all. I have multiple color layers available in the PSDs that you can switch on or off to use whatever color buttons you want for the tool.

The tool definitely looks nice for an alpha, btw :)

nosfentora
04-04-2012, 03:40 PM
thanks to both, and yea i need to figure out a better way to load the items table, i dev and test on a machine that is on the same lan as my server. load times for it are painful. I don't think i threaded it - which i probably should.

any suggestions on the config screen? (what specifically is the problem)

@trevius, Thank you!.
i used photoshop to create a blank template button image from one of his buttons. That image becomes the button background and then I put whatever text i want inside at design time, so they're not all different images.

Yea i used alot of GeorgeS's graphichs throughout it, as it orignally was born as a complete rewrite of EQItems in VB.NET, and then just grew.

nosfentora
04-05-2012, 11:32 AM
Thanks for the sticky! =)

nosfentora
04-05-2012, 03:31 PM
0.0.2.1 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Fixed serious bug in loading of bots equipment profiles.
* Testing threading of loading db schema and data in Database Management

kimura
04-18-2012, 04:14 PM
hey, having a bit of a problem...

once all info put in, it stays stuck on splash screen and just says loading server.... forever...any suggestions?

nosfentora
04-20-2012, 08:19 AM
I know what the problem is - a part of the loading process errored out and causes a 'chain reaction crash' with no visible error.

which part i'm not sure yet.

you filled out *everything* and checked all boxes? (so i can try and replicate the error)

kimura
04-20-2012, 08:28 AM
I filled out all required fields, i will try again and post back

nosfentora
04-20-2012, 09:01 AM
ok, if it's easier - let me know what you *didn't* fill in

Uleat
04-27-2012, 12:49 AM
nosfentora,
I'm toying around with an idea for an EQEmu front-end. I want it to install/compile/config/update/etc... but after seeing ServerAdmin, it almost doesn't make sense to take on too much functionality if your program already offers much of the same.

Would you be offended with a competing admin suite or would you rather see something that compliments SA? I haven't started any 'real' coding and don't even know if my skills will let me finish it to begin with...

Thanks for your opinion!
Uleat

nosfentora
04-27-2012, 03:38 PM
Hey - wouldn't be offended at all. If you want i can give you the source to SA (it's all VB.NET). You can decide if you want to help with the project or take the ideas and go a different way with them.

PM me if you're interested.

Akkadius
04-27-2012, 04:01 PM
nosfentora,
I'm toying around with an idea for an EQEmu front-end. I want it to install/compile/config/update/etc... but after seeing ServerAdmin, it almost doesn't make sense to take on too much functionality if your program already offers much of the same.

Would you be offended with a competing admin suite or would you rather see something that compliments SA? I haven't started any 'real' coding and don't even know if my skills will let me finish it to begin with...

Thanks for your opinion!
Uleat

What do you actually plan on having this front-end do?

GeorgeS
04-27-2012, 09:37 PM
I assure you this is a huge undertaking - this tool uses code from my tools, and that my friend took 5 years to write and get right. What you propose will be quite a feat. I also do not encourage duplication of work, but this project is unique in some ways, and meets an unmet need, hence my support for it.

GeorgeS

Uleat
04-27-2012, 10:24 PM
Ultimately, I'm shooting for something like this:

Console Configuration:
Will determine if console is to be used as 'local-only', 'LAN-based private', 'LAN-based public' or 'WAN-based public'. Should auto-acquire current IP and Gateway. Will let the user determine if Allaclone/Custom web-hosting should be installed..All download/install/config/update functions will have a manual override option. Can latch onto a current server install. Command-line text is editable.

Command-Line Software Download/Auto-Install:
I will have to check legality of this due to certain EULA download agreements..back-up to Install Instructions for anything questionable.

Multiple/Independent World Server Configuration:
Console can host multiple world servers running from independent server directories and databases..Auto-generated config files based on options. Each server is added to the console as an object and has the option of running a 'current' or previous 'rev', or even 'test' build. (I did verify that the emulator can run multiple instances..resources need to changed..didn't set up an actual second server and login yet though.) Built-in browsers for Emulator HTTP, AllaClone and Custom web browsing..no additional functionality other than brower, nothing outside of local domain (per browser) should be allowed.

Multiple/Remote Login Server Configuration:
Same as above..essentially. Remote hosts, of course, are just structured info types. Once a Login Server is created, it becomes available to the world server object.

AllaClone-per-WS support:
If the console was configured to support web-hosting and is enabled on the WS object, each WS will have it's own directory in /apache/../httpin/. In addition to ../<worldserver>/AllaClone/, I'm thinking of adding ../<worldserver>/<custom>/ to allow anyone drop in ready-made scripts.

Remote Database Support:
...

Again, these are the main concepts I'm looking at, but not all inclusive. I'd like, at the very least, some very basic emu and db interaction..not so detailed since there are many great tools already out there. And adding too much power can lead to people trashing their db's and filling up the forums with support questions.

I just remember my acute learning curve when getting my server up and running and thought this might be something that I could focus on in my spare time..other than eq, of course :)


(added..)
Each world server object will actually bind the executable's com window to a text window. Still don't know if I can capture the zone.exe com since it is launched internally to eqlaunch.exe.

Uleat
04-28-2012, 01:30 AM
To be honest, my skills are pretty old... I started out by learning BASIC on a TI-99/4a and Trash-80 CoCo. I taught myself Assembly to some degree, but what is an 11-year old suppose to do in a pre-web era. (watching a dot moving around on the screen gets pretty old fairly quick..although I did manage to capture and playback about 20k of scratchy bitmapped audio using my attached tape deck storage medium.) :rolleyes:

In the last 6 years or so, I finally decided to take up OOP over Line coding and loaded up an old copy of VB5.0 that I had laying around. I'm still working on .net concepts and my understanding of C++ is about this much ->||<- (I can see what's going on, but don't understand the file structures (i.e., .h vs. .cpp) and library calls so much.)

Obviously, my current intent is to work on a VB version of this and see where it goes.

I may start an EQEmu Console Project thread once I get my concept diagrammed and processes a little more congealed so I don't hi-jack this one :)

Uleat
04-28-2012, 09:17 AM
Please discuss any posts concerning my Console project here:

http://www.eqemulator.org/forums/showthread.php?p=209274#post209274


Thanks for the timeshare Nos!

Calabeth
04-30-2012, 05:38 PM
Hello all and first off nos and George thank you for the work on this awesome tool so far. I gotta Q though and I'll admit my newbness. I used to play on an emu long before titanium even and ran a personal server to pass time.

Well a few computers and upgrades later I figured I'll attempt this again and use on of my older shells and make a server computer for file sharing and as my emu server. ( granted it's still only a single core, kinda guessing a quad core would possibly work better. Or I figure out how to make the server use multiple computers. )

Well so far so good and things seem to be up and running. A few of the things for configuration I dont understand what they are actually asking for so I left those blank. These were areas like server binaries folder. ( assuming thats where my world.exe and such are but not sure, remember newb :P but learning )

So while I can access the DB and such just fine, the main status page does not show the status of world server and such, nor an option to start them. But thats most likely due to the error at the bottom of that page stat
Now the question I have is in using the tools on the machine I am gaming from I seem to access the DB just fine from the server machine, but the main page where it shows the status does not seem to work and I get an error connecting to there. ( says make sure remote administration is enabled )

Is there some other remote admin thing I need to place access to beyond mysql that I proably am guessing I overlooked?

Calabeth
05-01-2012, 05:45 PM
Follow up posting ( so newb I couldnt figure out how to edit my last post :/ )

From doing some searching and stuff. I am guessing the enabling remote administration thing might be more of a windows issue since the stats monitors processes? If so then I might not be able to use that portion on my server box which is XP:Home which appears to not have that ability like XP:Pro does.

Edit:Addition-

Ok weird, the edit button showed up on this post just fine. Maybe it fades off from a post after a certain amount of time?

Uleat
05-01-2012, 07:23 PM
If you used the default address for MySql of 127.0.0.1:3306, then you can only access it from the host server computer. You will either need to reconfigure your mysql server to the host LAN IP address, or use a port forwarding on the same computer..192.168.xxx.xxx:3306 -> 127.0.0.1:3306. I think there is a tool to reconfigure the server..if not, try the mysql config files and then reboot. Port forwarding is done via host computer and not the router in this case.

That should get you access from another LAN computer. (Don't forget to change your eqemu config files to reflect any db server address changes.)

(Editing after one hour requires admin request..I've only noticed the button not showing up on posts that I'm at a different IP from the original post.)


U

Calabeth
05-01-2012, 10:47 PM
Thanks for the replay Uleat, and ahhh gotcha on the edit button info.

Now as far as mysql database I have good access to it using this tool from a remote comp. The part that does not seem to be connecting is the stuff on the status page.

Now in regards to that I think I have chases that issue down to not havin admin rights in general for the processes on the server comp since it is running XP Home as the OS.
I am going to try and learn how to run Linux off that comp sometime, unless I can find a really cheap copy of XP Pro, or a friend that has it and no longer using.

nosfentora
05-02-2012, 08:45 AM
Unfortunately XP Home doesn't allow Remote Admin, though with some google searches there are some 'patches' that can enable it. Not sure I'd recommend it though.

nosfentora
05-03-2012, 11:16 AM
0.0.2.2 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Fixed bug that wouldn't allow equipping of a naked bot when no other bots existed or no inventory was found.

Thanks Calabeth for finding that!

Calabeth
05-03-2012, 03:28 PM
Awesome hehe I'll get this one and check that one out shortly. As for the patches I found one but it needed some .dll files from pro and some registry editing so I passed on that.

A friend of mine says he has a CD of an XP Pro VL and key from a few companys that are no longer around. So whenever I get over there I'll have that to install on server machine hehe. With the warmer weather coming around the server machine is getting moved off elsewhere for slightly less heat and most of all less noise lol.

Calabeth
05-04-2012, 12:18 AM
Ok checked it out some more. Now this is what I found to happen and maybe it's not fully implemented yet.

Character Editor loads PC's but not bots. Equipment editor loads both types, but I am not able to drag/drop gear onto slots at all.
So far in testing did basic leveling. I am at lvl 7 ( Drakkin Warrior ) now and had assigned myself base lvl defiant armor. Now I have a good mixture of bots now some with armor and some none at all. Was not able to drag and drop any armor to naked ones or replace pieces on others for any slot.

But maybe I dont have a setting set up correctly that might cause this? I run on Win 7 Home x64

nosfentora
05-04-2012, 01:49 PM
0.0.2.3 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Fixed problem equipping certain races.

NOTE: Character Editing bots is not implemented yet.

Thanks again Calabeth!

Calabeth
05-04-2012, 10:18 PM
Awesome work so far Nos :D, more feedback for you lol.

I can now update myself as a PC Drakkin with gear via drag/drop.

Most of the bots I can also do this with regardless of if they are naked or have gear already, with the exception of Drakkin and Vah Shir.

When you click on the "load in toons" button neither of them show up in the races column, that remains blank for those 2 races. I have not tried all of the races so far as of yet but I have checked, Barb, wood elf, and high elf. When I get a chance I am going to make 1 bot of all the other races also and see if they show up to provide more feedback for you.

Ok was bored and had not shut server comp down. So all other races are not checked and add Iksar and Froglok to the list that are not equippable as bots. All of the others were cleared and ready to go for equipment loading by hand.

nosfentora
05-07-2012, 09:32 AM
0.0.2.4 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

* Fixed problem equipping certain bot races.
* Fixed Load Bots not displaying Race/Class correctly.

Thanks again to Calabeth!

Calabeth
05-08-2012, 04:33 PM
Awesome work Nos :D Can now equip bots and PC's of all races and classes hehe. Until you enable some other items later on like opening bags and editing contents in that. I think I'll play in game explore around some then look into messing around with editing some items and spells see if I can break anything there to report lol.

nosfentora
05-09-2012, 09:06 AM
Sounds good!


You can open bags already, just click on it. Should open up and display the contents. Right click on the items to modify them.

Dragging from bags to equip isn't enabled yet, nor is dragging from equipped items to inventory.

If there's anything specific you want to do that's not implemented, let me know.

nosfentora
06-18-2012, 10:43 AM
0.0.2.6 ALPHA
http://www.mediafire.com/?3uwad25go1fdm

Also an updated icon pack for VoA item support (Thanks GeorgeS!)

* many fixes / error handling implemented
* converted 'collapsable' groups to tabbed format
* 'Gear Up' button added to Item Editor, one click to gear all (or selected) slots of character or bot, based on level / race / class and hp / mana / ac stats of the item.


Please post or PM me with any errors / bugs you find.

dew1960
08-17-2012, 02:38 AM
Hi!

I downloaded your ServerAdmin tool and the updated icon pack. Installed them according you your short and sweet readme.

I opened up the application after nagging errors stating that it appears I did not create the server on this machine - no encryption key, blah blah.

I got past the errors clicking ok and entereed mysql db infor and server login,

- Server login is an account name I use to login and play on my server, is that right? I used my GM account to make sure it had enough status to function.

The application crashed time after time and seems highly unstable at this point. I know it is alpha but I couldn't get anything to work. Before I entered my info I browsed the tool tabs to see what it shoud be able to do. I saved my information, after clicking continue past the errors. And restarted as prompted.

Anyway, after several attempts (each time gettng the same nagging error popup window about encryption) I gave up and closed the app.

It seems to not be working, at least for me. Did I do something wrong? Cause if there is a way to screw something up, you can bet I probably will, LOL.

I like the idea, I know it is just in Alpha stage and I hope to see it become stable in time for use. I have GeorgeS tools but it took me a while to figure out how to use them. Some of those crash too. I would like to see all his tools rolled into one app. I dunno if he still supports his tools I have not seen anything new from him in a long time. The EqEmu Admin tool 5.9 (latest?) on source forge is several years old and does not seem to work with the current server core an DB. At least it didn't for me.

I am looking for an easy to use all around editor. I tried the PEQPHPEditor from
http://www.peqtgc.com/tools_.php#peqe but that doesn't work for me either, well it does for some things but keeps throwing errors out and crashing. Something about the coding and php not gettng along!

Is there a current tool that works for editng all the stuff in the DB other than GeorgeS? So far his seem to be teh most stable with the least crashes, once I figured out how to use them and got over the malware complaints from my browser when I downloaded them (made me a bit nervous at first) .

Well, I have high hopes that this will fully develop into something useful.

:)

GeorgeS
08-20-2012, 12:24 AM
Actually the reason few make tools like these is the complexity involved and time required. I have invested 10 years in this project.

I fix bugs as soon as they are reported - did you report any?

dew1960
08-20-2012, 12:41 AM
Actually the reason few make tools like these is the complexity involved and time required. I have invested 10 years in this project.

I fix bugs as soon as they are reported - did you report any?

I like your tools George :)

I would like to see your tools rolled into one package. Do you have any plans to do that in the future? Keep up the good work.

I also finally got the peqphpeditor working. I adjusted some php.ini settings and it works for me now.

I did not report any bugs, my problems were most likely from not understanding how to use your tools. I did not get a readme or documentation with your tools when I downloaded them other than how to install. Nothing that explains how to do stuff anyway. Do you have any docs or help files for them? Some things were not obvious to me but I am learning them as I go. It could just be me, I am dense sometimes, LOL. I meant no offense to you. Thanks again :)

If you don't know, there are all kinds of Malware warnings that popup with Google chrome when visiting your website. I checked with several AV and Malware detection programs and found no problems. You might want to contact Google and appeal that. Have a nice day!

nosfentora
08-20-2012, 08:34 AM
Hi Dew,

sorry for the delay in replying....

Were the errors you got on first run?

If so, close the program, delete the Data\Servers.xml file and try again.

try running it as Administrator (Vista / 7)

if those do not fix the errors, can you PM me the contents of your Data\Servers.xml file? you can edit the file with notepad and *** out any passwords if you want.

The server maintenance sections are not working / implemented currently.

The tools section (the rewrite of GeorgeS' tools) should be 100% implemented, though there may be some bugs still floating around.

As a 'precaution' - fill out everything possible, and ONLY check the following boxes:

Database Settings: Enable Tools and Editors

Leave all other checkboxes unchecked at the moment.

dew1960
08-20-2012, 08:39 AM
Thank you. I will give that a try. I appreciate your help with this.

My errors are usually due to my own ignorance, LOL.

GeorgeS
08-20-2012, 10:44 PM
Yeah those were real threats because the website was hacked,and I had to reupload allmy stuff. Check out the links in my sig for updated weblinks to the tools. I wanted someone to help\write the wiki for the tools, but everyone knows how much effort it is..

GeorgeS

dew1960
08-20-2012, 11:13 PM
Yeah those were real threats because the website was hacked,and I had to reupload allmy stuff. Check out the links in my sig for updated weblinks to the tools. I wanted someone to help\write the wiki for the tools, but everyone knows how much effort it is..

GeorgeS

Nice!

Is there a FAQ?

If I do find a bug, how should I go about reporting it to you?

I would help if I had the knowledge and experience but I am just learning most of this stuff myself. I have time and effort tho! LOL

I am disabled so I have lots of time on my side which is why I built my own server.

It is helping me learn/relearn my sql, C++ and MS Visual Studio, HTML, Perl, Apache, and Php. I am also getting an appreciation and/or basic understanding of Game Theory and Economics. It also keeps my mind occupied so I have less time to think about my disability and pain and thereby feel it less and feel sorry for myself. LOL

:)