51

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

Yeah there were two servers with "ps -A | grep teeworlds", I killed them now!

And here are the two logs that I found:
twp.log
http://pastebin.com/wfXtaPuH

twp.log.1
http://pastebin.com/kX9BBVzT


Yes I have 0.1.1, waiting for 0.2.0!
Thanks for your help ^-^

I will be banned if I troll again ...

52 (edited by unsigned char* 2016-01-25 23:24:12)

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

Ok! i made an update to 0.1.1 for fix an issue with Flask-APScheduler... hope that fix this unexpected issue...

Cheers! smile

53

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

hey i got errors smile i got error 2 while trying to upload a map so i made /DDNet/maps folder manullay and tried to start it then i got error 13

http://imgur.com/a/QiLVr

54

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

I had the same error, you have to give all teeworlds-files all rights!

I will be banned if I troll again ...

55

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

I had some trouble with maps too, so I set storage.cfg properly to the local folder.

Also had issues with saving the config file through twp, because it doesn't support special characters (so I had to change sv_motd and remove any sort of é, á, ç and such letters)

check out these maps: infiltrate - choco - dustycloud

56

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

Is multi user and integration into other daemon systems planned? (I run my server under daemontools, you stop/start them via command line and daemontools keeps them running; log gets captured). I wanna provide other people econ access to some servers only.

Having troubles finding servers in the serverlist? Go to Pastebin (its a referer cause there is daily a new pastebin) and add the lines to your settings.cfg (in %APPDATA%\teeworlds). Then open teeworlds and go to the favorites tab. (Note however, standard teeworlds client can only show 256 favorites, use ddnet instead)

57 (edited by brandconnell 2016-02-04 06:49:52)

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

Could you add 64 players support? also could you add ddnet countries because mine says unknown smile

58 (edited by brandconnell 2016-02-01 16:02:19)

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

so i came online to see the my second server has stopped????? and when trying to start it again its saying i cant run 2 servers on the same port

Edit now server 4 is down hmm i will have to run my servers out of this tool if i want them to stay online but hopefully in the furture you can make it work

59 (edited by unsigned char* 2016-02-01 19:18:47)

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

@brandconnell Umm.. you solved the problem with the permission no? 0.1.1 have some bad implementations... hope that 0.2.0 works properly with good technologies wink. And yes, now goes to create base structure folder smile
Yes, support for 64 players are planned (currently implemented but not used).

@Slinack: Thx for report!

@Schwertspize: Multi-user yes, i need learn about "Systemd" for know how setup it wink

60

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

yes i had to chmod the servers but i couldnt get the map uploading working

61

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

With multi user I don't mean system user, I mean panel user

Having troubles finding servers in the serverlist? Go to Pastebin (its a referer cause there is daily a new pastebin) and add the lines to your settings.cfg (in %APPDATA%\teeworlds). Then open teeworlds and go to the favorites tab. (Note however, standard teeworlds client can only show 256 favorites, use ddnet instead)

62

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

Schwertspize wrote:

With multi user I don't mean system user, I mean panel user

https://github.com/CytraL/twp/issues/15  I understand good?


@brandconnell: You can tell me if "Econ Admin" works fine with DDRaceNetwork gametype? In my local tests this mod works very slow with Econ... idk if is it only me or in general xD

63 (edited by brandconnell 2016-02-02 05:03:05)

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

I just tested it quickly and econ was pretty instant but theres a bug smile the usual way ddnet commands work is in quotation marks like

sv_rcon_pass "example"

But your mod reads the quotation marks? so you need to not use them like

ec_password example

Its not really a big problem but its worth mentioning

64

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

im guessing this is caused by issue #17 but the player list is filled with the same names http://31.186.251.169:8000/players#ply-line-490

65 (edited by unsigned char* 2016-02-04 04:46:50)

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

Ook! TWP 0.2.0 released...
This version breaks databases... best of all is remove your old installation and make a new one.

*** Remember copy your "servers" folder if you like preserve all files... you will need add again the configuration files into the web panel.


If like  can use:

wget http://cytral.github.io/twp/tools/uninstall.sh && sudo bash uninstall.sh

** But with this you will lost all your teeworlds servers data!


More info first post and Here

Cheers!

66

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

Now it wont let me install any servers?

67

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

@brandconnell: See mod structure section in "readme" wink ...

The .zip or .tar.gz need contain this:

mod_folder
  - data
    + mapres
    + maps
  config.cfg*
  license.txt*
  readme.txt*
  teeworlds_srv
  config.json*

(*) Not required but recommended

What is 'config.json'?

68

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

why does it need mapres? this has nothing to do with server? the server doesnt even need data/ you just need to have a maps folder in the server folder

69 (edited by unsigned char* 2016-02-04 16:04:31)

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

For further purposes such a generating an image of a map wink, but yes.. perhaps best mark it as not required...

70

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

Hiii! i'm still working on this app...

- Users & Permission Levels for servers
- CSRF Protection
- Improved server panel
- Updated external libraries
- Improved install script (now works with SystemD). Thanks to @josephgbr
- Added Brazilian Portuguese translation. Thanks to @josephgbr
- Registry server changes (For known what the user do)
- A lot of source improvements!

http://dl.dropboxusercontent.com/u/30566237/imgs/TWP-PRE.png


v0.3.0 Coming soon for install...

71 (edited by unsigned char* 2016-05-20 00:26:58)

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

0.3.0 Released!

More info in first post or github repostory

Some screenshots:
https://dl.dropboxusercontent.com/u/30566237/imgs/twp/0.3.0/servers.png

https://dl.dropboxusercontent.com/u/30566237/imgs/twp/0.3.0/settings.png

https://dl.dropboxusercontent.com/u/30566237/imgs/twp/0.3.0/user_permissions.png


Cheers!

72

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

The updated GUI seems very nice! Altrough I'm not sure the turquoise fits teeworlds.
What about being able to customize the theme using some setting/color?

Very nice work!

privet

73

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

Netherland wrote:

The updated GUI seems very nice! Altrough I'm not sure the turquoise fits teeworlds.
What about being able to customize the theme using some setting/color?

Very nice work!


Thanks! yes, in 0.4.0 i like add a addons systems... and for that i will change the template engine for Mako. With this engine you can inherit and change the parent view that you like...

Currently only can change "static/lib/boostrap-3.3.6/bootstrap-theme.min.css"...

74

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

unsigned char* wrote:
Netherland wrote:

The updated GUI seems very nice! Altrough I'm not sure the turquoise fits teeworlds.
What about being able to customize the theme using some setting/color?

Very nice work!


Thanks! yes, in 0.4.0 i like add a addons systems... and for that i will change the template engine for Mako. With this engine you can inherit and change the parent view that you like...

Currently only can change "static/lib/boostrap-3.3.6/bootstrap-theme.min.css"...

Not a single clue what Mako is, but you sure you'll need that?
Javascript is more than enough.

Use the colorpicker input (It's ugly though, you might want to use a javascript/jquery library, or even write your own), write the value as the navbar background-color.
Next thing perhaps make it save as a cookie or a file.

If you need help with this give me a shout at my skype

privet

75

Re: [LINUX][TOOL] Teeworlds Web Panel v0.3.2

v0.3.1 Released:
- Refactored some code
- Fixed some css
- Added "install mod from git" feature
- Upgraded dependencies
- Config Generator (Only works if install mod from git)


@Netherland:
Why 'colorpicker library' is ugly? Any help is welcome smile