Jump to content

[0.2 Release] Unofficial Epoch Redis Database Manager - Live Map


Zupa

Recommended Posts

Zupa glad you popped in.

Quick bug report on Altis.

Second zoom in on the map and the top left quadrant is missing.

Not sure how you numbered your leaflet yet, I haven't peaked into the code since its 7am.

I got it installed to a proper environment and have the webpage loaded.

I did the edits to the config.php as noted in the OP.

It takes me to a ER-DBM settings and I have everything entered properly as far as I know.

However to make sure my guess is right with a default epoch setup,

The redis server instance should be ?

and the database should be 0?

Heading off to bed, will catch up with you later.

Link to comment
Share on other sites

Zupa glad you popped in.

Quick bug report on Altis.

Second zoom in on the map and the top left quadrant is missing.

Not sure how you numbered your leaflet yet, I haven't peaked into the code since its 7am.

I got it installed to a proper environment and have the webpage loaded.

I did the edits to the config.php as noted in the OP.

It takes me to a ER-DBM settings and I have everything entered properly as far as I know.

However to make sure my guess is right with a default epoch setup,

The redis server instance should be ?

and the database should be 0?

Heading off to bed, will catch up with you later.

 

Redis server instace is like the name u gave it , for example

( also defined in epochconfig.ini)

 

A3EPOCH

 

Database instance is the number of the database inside redis

Every server uses it's own databse inside it ( also defined in epochconfig.ini)

 

0-22?

Link to comment
Share on other sites

DERP moment, im really tired.

Ok got the instance and its the only DB redis has so 0.

Still no data coming through.

My PPHP server url is the location of the server folder for this MGR correct?

 

Is the website on the same host as the server itself?

 

Otherwise u lmight have to open the redis port for external connection perhaps? 

Link to comment
Share on other sites

Is the website on the same host as the server itself?

 

Otherwise u lmight have to open the redis port for external connection perhaps? 

 

You are correct it is on a separate host.

I have entered all the proper info in the config.php and in the webtool.

I have also made sure redis has external access.

 

I will poke around after work tonight and see where i messed up.

Im sure I will get it going tonight as our conversation was hour 23 and 24 I was awake.....

Link to comment
Share on other sites

You are correct it is on a separate host.

I have entered all the proper info in the config.php and in the webtool.

I have also made sure redis has external access.

 

I will poke around after work tonight and see where i messed up.

Im sure I will get it going tonight as our conversation was hour 23 and 24 I was awake.....

 

maybe try adding this to the redis connection in the php files

   'scheme' => 'tcp',
Link to comment
Share on other sites

Great work Zupa!

 

One question, the Dashboard link shows the stats from your server not the server I have added (the Map view is working fine). How do I get it to display the stats from my server?

 

It's currenntly just a display , nothing is getting displayed variable

 

I'll be sure to add a working dashboard next release ( this weekend)

Link to comment
Share on other sites

Nicely done Zupa, works like a charm.

Any chance you'll be adding a permission system anytime soon?

 

ya up next is getting the settings to a small DB ( prob plain file to keep it simple) so only the admin can change it, and then implement a login system where the owner can make several ranks of logins. And then i can start with editing data to redis : )

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...