Uebermorgen Posted September 25, 2013 Report Share Posted September 25, 2013 Is it normal that the hover menu appears even if i have cars deactivated? Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted October 7, 2013 Report Share Posted October 7, 2013 Is it normal that the hover menu appears even if i have cars deactivated? I get the same thing. Link to comment Share on other sites More sharing options...
bFe Posted March 19, 2014 Report Share Posted March 19, 2014 Have anyone made this support Panthera2? If not, does anyone know of a live map for Panthera2? Link to comment Share on other sites More sharing options...
Achmed Posted April 14, 2014 Report Share Posted April 14, 2014 Im trying to get this to work with sauerland but dont fully understand what to put in the map.txt file on the github i found this info but im not sure what to put for origo x and y Here is an example map.txt with comments (Do not add comments in the map.txt otherwise it will not work!) maps/chernarus.jpg // the map file that is loaded. 1234 // image width in pixels 4321 // image height in pixels 100 // origo X offset in meters, origo means coordinates 0,0 30 // origo Y offset in meters 1000 // map X size in meters, these can be found in the dayz database 1000 // map Y size in meters Link to comment Share on other sites More sharing options...
RimBlock Posted April 22, 2014 Report Share Posted April 22, 2014 Just a suggestion for the backend connectivity. Why not have a seperate table in the DB with triggers replicating the data from object_data (presumabily where the positional and idem data is coming from). Setup a new MySQL user account with only access to this new table and use this new user account for connectivity between the webserver and the DB. Not so hard to setup and prevents anyone who manages to hack the webserver gaining access to the admin DB details strictly limiting the amount of damage they can do on the DB. If this tool only reads the data (i.e. no writes) then further restict the new accounts access to 'select' statements etc. The DB side can be setup with a .sql script file that the user can run against their DB. They then just have to change their new users password and do the rest of the install as normal using this DB account and they should be good to go. I can probably help provide the code if needed when I get a little time. RB Link to comment Share on other sites More sharing options...
linuxx Posted May 2, 2014 Author Report Share Posted May 2, 2014 Just a suggestion for the backend connectivity. Why not have a seperate table in the DB with triggers replicating the data from object_data (presumabily where the positional and idem data is coming from). Setup a new MySQL user account with only access to this new table and use this new user account for connectivity between the webserver and the DB. Not so hard to setup and prevents anyone who manages to hack the webserver gaining access to the admin DB details strictly limiting the amount of damage they can do on the DB. If this tool only reads the data (i.e. no writes) then further restict the new accounts access to 'select' statements etc. The DB side can be setup with a .sql script file that the user can run against their DB. They then just have to change their new users password and do the rest of the install as normal using this DB account and they should be good to go. I can probably help provide the code if needed when I get a little time. RB Or you could just create a new user account with only the SELECT permission on the live DB. If someone "hacks" the site (either through injection, or whatever) they would only have access to read. GRANT SELECT ON `Live_DB_Epoch`.* TO 'epoch_website_user'@'%'; Just my 2 cents... Link to comment Share on other sites More sharing options...
linuxx Posted May 2, 2014 Author Report Share Posted May 2, 2014 I have a more updated version of this map that I have not posted to the git (and have been using). It fixes the bugs with "hover on vehicles" and whatnot. I will clean up the code and post it sometime in the next few days. Sandbird 1 Link to comment Share on other sites More sharing options...
linuxx Posted May 3, 2014 Author Report Share Posted May 3, 2014 New Version is up! Fixed the tool tip on hidden vehicles or players from poping up Made the tool tips easier to understand with better formatting Changed the install procedure, check the new config.php!! Screenshot or it didn't happen! Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted May 5, 2014 Report Share Posted May 5, 2014 Any plans to support other maps? Napf and Panthera in particular? Link to comment Share on other sites More sharing options...
linuxx Posted May 8, 2014 Author Report Share Posted May 8, 2014 I'll look into it. Link to comment Share on other sites More sharing options...
DamianL Posted November 12, 2014 Report Share Posted November 12, 2014 This looks great. I'll be installing this when I get home. Thanks mate. Link to comment Share on other sites More sharing options...
jackal40 Posted May 14, 2015 Report Share Posted May 14, 2015 Any plans to support other maps? Napf and Panthera in particular? I'd like to second support for Napf! Thanks for the work so far. Link to comment Share on other sites More sharing options...
linuxx Posted May 18, 2015 Author Report Share Posted May 18, 2015 I'd like to second support for Napf! Thanks for the work so far. I have added Napf. Truth is, I added it a long time ago, I just forgot to commit it to GitHub. Link to comment Share on other sites More sharing options...
jackal40 Posted May 20, 2015 Report Share Posted May 20, 2015 I have added Napf. Truth is, I added it a long time ago, I just forgot to commit it to GitHub. This is good new - thanks so much. I'll be installing it this evening, looking forward to it! Link to comment Share on other sites More sharing options...
jackal40 Posted May 21, 2015 Report Share Posted May 21, 2015 Installed this evening and followed the instructions for the config. The page loads without a map. There are three icons in the upper left corner; a red person, a red vehicle, and a green tent. Below that is a line of text which says: Refresh failed: [iOErrorEvent type=ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032] I believe that my server is setup correctly as I have used it for other php based websites, but anything is possible. Any suggestions? Thanks! Link to comment Share on other sites More sharing options...
jackal40 Posted June 17, 2015 Report Share Posted June 17, 2015 Bombed the server and started over. Good news is that I now have a map. Bad news is I get nothing when I hover over or click any of the icons (player, vehicle, or Tents). Any suggestions on what to look at? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now