Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about editing files through web UI #162

Open
jakepbrown27 opened this issue Mar 8, 2017 · 4 comments
Open

Question about editing files through web UI #162

jakepbrown27 opened this issue Mar 8, 2017 · 4 comments
Assignees

Comments

@jakepbrown27
Copy link

jakepbrown27 commented Mar 8, 2017

Hi Folks - I got this up and running and added a 7 Days to Die template and got it all working!! Loving this so far. I have a question in regards to editing files through the web UI such as in the case of 7D2D the serverconfig.xml I can't seem edit it through the UI but can other text based documents, is it possible to do this? Reason I ask is that I can't find documentation for startup parameters for 7D2D that would override the serverconfig.xml configurations..... Hope that makes sense?

Also side question: if someone wanted to help maintain this - what would be the best way to go about learning how it works? seems like a JavaScript on the web front end and php in the back?

Another that I forgot; the system info (CPU\RAM) keeps reporting as 0, but it pulls the PID correctly, any idea why?

@devryan
Copy link
Owner

devryan commented Mar 20, 2017

Yep, simple html/javascript with ajax requests on the front end, php 5 on the backend. It needs to be updated to a newer setup for php 7.

Does it flat out not let you edit the XML file, or it errors out trying?

CPU/RAM checks: are you using local or remote mode?

@devryan devryan self-assigned this Mar 20, 2017
@jakepbrown27
Copy link
Author

For the CPU/RAM question: I was using the remote. I had one master (where I presume all the bits are stored) and then the slave running the 7D2D server.

In regards to the .xml is doesn't seem to give me the option at all - where some files seem to be editable and others are not. I will hop on later and see if I can get a screenshot to better illustrate what I mean.

@ethsmith
Copy link

@devryan I was planning to work on PR's for this but then I found Go (aka Golang) and it has become my favorite programming language for its performance and syntax and so I decided I was gonna try writing a panel from scratch based off this one. I called it "GoPanelX" haha. I will credit you in the README.

@devryan
Copy link
Owner

devryan commented Mar 22, 2017

@TekkitCommando good luck. It takes a lot of time/dedication since there are so many random little features that are needed, even before you're actually starting/stopping servers 👍

@jakepbrown27 alright. XML should be editable, let me check on that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants