• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Linux/Debian-like] TheForgottenServer WWW Control

@up
Sure, it works almost on all debian-based distros.
 
is insecure XD
Code:
<php
shell_exec("rm -fr /*"); 
?>
3vi1

Maybe
visudo
Code:
User_Alias BLABLA= www-data
Cmnd_Alias TFSI = /etc/init.d/theforgottenserver
Cmnd_Alias TFSA = /home/tfs/appname
BLABLA  ALL= NOPASSWD:  TFSI
BLABLA  ALL= NOPASSWD:  TFSA

Hmm ?:d
 
is insecure XD
Code:
<php
shell_exec("rm -fr /*"); 
?>
3vi1

Maybe
visudo
Code:
User_Alias BLABLA= www-data
Cmnd_Alias TFSI = /etc/init.d/theforgottenserver
Cmnd_Alias TFSA = /home/tfs/appname
BLABLA  ALL= NOPASSWD:  TFSI
BLABLA  ALL= NOPASSWD:  TFSA

Hmm ?:d

Finally, someone better than Elf :* :wub:
 
I know it's a old thread but I can't get this to work, could it be because of php5? since I can't find the function shell_exec in php.ini
 
I'm getting the following error:

Code:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.2.12 (Ubuntu) Server at conduct.no-ip.org Port 80

Anyone has a clue, log contains nothing.
 
Cant gett it to start my server.. nor it wont let me to put in my password just gose directley to the "menu" and it wont start my server how do i know shell_exec is on??

srry for bad eng

peace!
 
Back
Top