HAT - The Hercules Admin Tool!

Is there a stable release?
I plan to make a stable pre-release once I finish the installation stuff I've been working on. Once you have a "Stable" way to install the panel that might be a good time to release a pre-release.

 
Is this project dead already? The creator seems not updating this thread. The demo is not working either.

 
>>>> Dead Project <<<<<

Author is not updating this thread anymore.. 

It's sad to see a great project that will not be finished...

 
Is there a stable release?
I plan to make a stable pre-release once I finish the installation stuff I've been working on. Once you have a "Stable" way to install the panel that might be a good time to release a pre-release.
Jguy, i was wondering if there is an possible to have for rAthena or only exlusively for Herc?

I can charge for this or we will meet at downtown or my place in Chicago i live in Jefferson Park.

 
Is there a stable release?
I plan to make a stable pre-release once I finish the installation stuff I've been working on. Once you have a "Stable" way to install the panel that might be a good time to release a pre-release.
Jguy, i was wondering if there is an possible to have for rAthena or only exlusively for Herc?

I can charge for this or we will meet at downtown or my place in Chicago i live in Jefferson Park.
In all theory it would be rAthena compatible with a few database changes. However the features would be much limited.

I'm still around. There was a huge project at work I wasn't able to get time away from. I'm still floating around and still picking at the panel.

 
Is there a stable release?
I plan to make a stable pre-release once I finish the installation stuff I've been working on. Once you have a "Stable" way to install the panel that might be a good time to release a pre-release.
Jguy, i was wondering if there is an possible to have for rAthena or only exlusively for Herc?

I can charge for this or we will meet at downtown or my place in Chicago i live in Jefferson Park.
In all theory it would be rAthena compatible with a few database changes. However the features would be much limited.

I'm still around. There was a huge project at work I wasn't able to get time away from. I'm still floating around and still picking at the panel.
glad to hear
default_smile.png


 
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

 @Jman

 
My current project and reason for lack of commits is because I am attempting to integrate and/or write from scratch a bug tracker into the panel. I hope to have this done soon.

7a670a3bf1ade79ee0820b3e34ca3f52.png


 
Last edited by a moderator:
This is a very good work. However, your git has many error / missing information starting from the installation.

First, I would like to say that I do not want to mix HAT database and server database. There is a confusion made at the first step:

SELECT `data` FROM `hat_sessions` WHERE `id` = 'af39a0f0039cc24ea7e9492d469bebf1e6b73b4f' AND `ip_address` = '::1'

Filename: libraries/Session/drivers/Session_database_driver.php

Line Number: 160

This is giving an error because instead of checking HAT database $db['hat'] where `hat_sessions` is, it is looking for `hat_sessions` in $db['ragnarok']

I'll update your git from what I can see while I am testing it
default_smile.png


 
Last edited by a moderator:
This is a very good work. However, your git has many error / missing information starting from the installation.

First, I would like to say that I do not want to mix HAT database and server database. There is a confusion made at the first step:

SELECT `data` FROM `hat_sessions` WHERE `id` = 'af39a0f0039cc24ea7e9492d469bebf1e6b73b4f' AND `ip_address` = '::1'

Filename: libraries/Session/drivers/Session_database_driver.php

Line Number: 160

This is giving an error because instead of checking HAT database $db['hat'] where `hat_sessions` is, it is looking for `hat_sessions` in $db['ragnarok']

I'll update your git from what I can see while I am testing it
default_smile.png
Yeah, there's some things missing since a recent commit where I broke out the ability to have HAT in a separate database. The help would be appreciated if you want to make a pull request.

 
This is a very good work. However, your git has many error / missing information starting from the installation.

First, I would like to say that I do not want to mix HAT database and server database. There is a confusion made at the first step:

SELECT `data` FROM `hat_sessions` WHERE `id` = 'af39a0f0039cc24ea7e9492d469bebf1e6b73b4f' AND `ip_address` = '::1'

Filename: libraries/Session/drivers/Session_database_driver.php

Line Number: 160

This is giving an error because instead of checking HAT database $db['hat'] where `hat_sessions` is, it is looking for `hat_sessions` in $db['ragnarok']

I'll update your git from what I can see while I am testing it
default_smile.png
same problem like mine
default_smile.png


 
This is a very good work. However, your git has many error / missing information starting from the installation.

First, I would like to say that I do not want to mix HAT database and server database. There is a confusion made at the first step:

SELECT `data` FROM `hat_sessions` WHERE `id` = 'af39a0f0039cc24ea7e9492d469bebf1e6b73b4f' AND `ip_address` = '::1'

Filename: libraries/Session/drivers/Session_database_driver.php

Line Number: 160

This is giving an error because instead of checking HAT database $db['hat'] where `hat_sessions` is, it is looking for `hat_sessions` in $db['ragnarok']

I'll update your git from what I can see while I am testing it
default_smile.png

This is a very good work. However, your git has many error / missing information starting from the installation.

First, I would like to say that I do not want to mix HAT database and server database. There is a confusion made at the first step:

SELECT `data` FROM `hat_sessions` WHERE `id` = 'af39a0f0039cc24ea7e9492d469bebf1e6b73b4f' AND `ip_address` = '::1'

Filename: libraries/Session/drivers/Session_database_driver.php

Line Number: 160

This is giving an error because instead of checking HAT database $db['hat'] where `hat_sessions` is, it is looking for `hat_sessions` in $db['ragnarok']

I'll update your git from what I can see while I am testing it
default_smile.png
same problem like mine
default_smile.png
These issues are fixed in https://github.com/jguy1987/HercAdminTool/commit/ce446db815f8cc86e72cf99cf1f7fabbd2fe7f9a

 
The Hercules Admin Tool bugtracker now available

Bugtracker?! Why?!?!

Cause I was bored.

Couldn't you just integrate an existing bugtracker into the panel, like Mantis or Bugzilla?

I could have, but eh. This is more fun. Like I said, I was bored.

Alright, you were bored. What did you do?

HAT now ships with a nearly fully featured bug tracker, integrated into the panel and customizable as such. What does this mean for you as a server owner? Well, I'll tell you!

The list of completed features:

  • Open bugs in a new bugtracker interface. Establish versions, categories, a title, and priorities.
  • A field for comments and steps to reproduce are present.
  • Each bug can be assigned to a developer (provided you have permissions to assign bugs and the person you want to assign a bug to can be assigned bugs).
  • Each bug has a log of changes and comments, similar to github.
  • Can add new comments, change status or category of a bug (again, provided you have enough permissions).
Cool story bro. This can't be done yet! What else are you adding?

Glad you asked! You will soon be able to:

  • Use tags such as "AID", "CID", "ItemID", "MobID", "GID" or similar to reference and link to various parts of HAT (for example, if you write "CID150132" in a bug or comment it will create a link directly to "/character/details/150132")
  • Search bugs
  • Configure the bugtracker from within the panel.
  • And probably more I'm forgetting.
What's there that isn't usable yet?

There's a few things that I've put in that aren't usable yet.

  • You can mark a bug private and it will save it that way to the database, but there's no mechanism in place to hide private bugs from groups that can't see private bugs.
  • There's a button for search bugs but there's nothing built for it yet
  • There's a button for "Configure tracker" but again, nothing there for it yet.
Where can I get this superawesomemegaamazing thing?

https://github.com/jguy1987/HercAdminTool/commit/4eff39155f5c5f9aa96ef624b1fc189ffa88f203

Obligatory Screenshot:

3x2vndY.png


Hello all,

As we're getting more and more feature rich, I plan to handle SQL database updates as Hercules does from this point forward.

There will be update files with database updates that will need to be ran to keep yourself up-to-date for your tables. Each will be date stamped. This way you can keep your current database(s) and not worry about destroying any potential data. Note: Always still take backups though.

 
Last edited by a moderator:
I am always getting error of URLs was not found.

Example:

he requested URL /account/search was not found on this server.

 
I am always getting error of URLs was not found.

Example:

he requested URL /account/search was not found on this server.
It's likely you do not have ModRewrite enabled on your Apache server.

 
Back
Top