Private Hive Tools [PHP]

Enjoy the new PrivateHiveTool 2.0!
wink.png
 
if trouble with the setup then please put this in the "htaccess" file:

..i have also updated the package..


Code:
Options -Indexes

<Files ~ "\.(sqlite)$">
   Order allow,deny
   deny from all
</Files>

<Files .htaccess>
   Order deny,allow
   deny from all
</Files>

<FilesMatch "\.php$">
   Order deny,allow
   deny from all
</FilesMatch>

<FilesMatch "^(index|setup|ajax|getFont)\.php$">
   Order allow,deny
   allow from all
</FilesMatch>
 
Thank you! Very Good ... Just That does not work in IIS 7.5 nor Appserv ... I created an account on the Forum Only For You Thank You Nightmare ...
 
I have 2 problems ...
1st not to edit the players. *Nothing appears in the search for players
2nd not appear online players in map ...
use Xampp 1.8.3-4 on my website.
use dayz epoch 1.0.4.2 *No Custom
OS windows 7 64bit
alpha mysql 5.7.1
Anyone know what can be?
help .... xD
 
Last edited:
ive installed it correctly. but for some reason. when i teleport vehicles or try to spawn vehicles. on the PHT map it shows that its there, but in game its not there.

edit: also, how do i make it always day?
 
Last edited:
I have 2 problems ...
1st not to edit the players. *Nothing appears in the search for players
2nd not appear online players in map ...
use Xampp 1.8.3-4 on my website.
use dayz epoch 1.0.4.2 *No Custom
OS windows 7 64bit
alpha mysql 5.7.1
Anyone know what can be?
help .... xD


please execute follow command in your sql database, then it should work.

PHP:
ALTER TABLE `Character_DATA` ADD COLUMN `last_updated` TIMESTAMP NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP AFTER `Infected`;
 
ive installed it correctly. but for some reason. when i teleport vehicles or try to spawn vehicles. on the PHT map it shows that its there, but in game its not there.

edit: also, how do i make it always day?

a restart of your server is needed for effect.

you can change inGame time in the hive config file. ( look for HiveEXT.ini on your server )
 
Very Good Player Edit Fixed ... Thanks Nightmare!

Now The Question Of Online Player Still On Map Does Not Appear In Online Map ... You know what can be?
 
Nightmare; Installed the tools to use with a server on GTXGaming. However the SQL always gives a connect error (1045). "Access denied for user username@hostname (using password: yes).

I know the MYSQL info and password are correct because I connect fine using MySQL Workbench.

Any help appreciated. [email protected]
 
Last edited:
Is anyone still working on this? I have been using it for a while, but I just installed Precise Base Building, and PHT no longer fetches item locations on the map view. It will only show player locations. Anyway to get an update to fix that?
 
Back
Top