Sollte es probleme mit eurem passwortern geben dann nutzt bitte die Passwort vergessen funktion MFG Saugjunkie
die will ich ja weiter machennur kann ich die announce nicht starten :/
![]() |
PHP Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
root@xxx:/xx/xx/xx/xx/announce# php server.php
PHP Warning: file_get_contents(http://xxxxxx:80/saconf.php?socket=1&operator=admin): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
in /xx/xx/xx/x/announce/core/nv.class.php on line 118
Warning: file_get_contents(http://xxxxxx:80/saconf.php?socket=1&operator=admin): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
in /xx/xx/xx/xx/announce/core/nv.class.php on line 118
PHP Warning: Invalid argument supplied for foreach() in /xx/xx/xx/xx/announce/core/nv.class.php on line 121
Warning: Invalid argument supplied for foreach() in /xx/xx/xx/xx/announce/core/nv.class.php on line 121
PHP Warning: socket_bind(): unable to bind address [99]: Cannot assign requested address in /xx/xx/xx/xx/announce/core/server.class.php on line 21
Warning: socket_bind(): unable to bind address [99]: Cannot assign requested address in /xx/xx/xx/xx/announce/core/server.class.php on line 21
Server (0.0.0.0:0) gestartet
|
![]() |
PHP Source code |
1 2 3 4 5 6 7 8 9 10 |
public function GetNvConfig(){
$response = file_get_contents($this->pdonvtracker . "/saconf.php?socket=1&operator=admin");
$res_arr = json_decode($response, true);
$na = array();
foreach($res_arr["config"]["BAN_PEERIDS"] as $banc)
$na[] = urldecode($banc);
unset($res_arr["config"]["BAN_PEERIDS"]);
$res_arr["config"]["BAN_PEERIDS"] = $na;
$this->pdonvtracker_conf_arr = $res_arr;
}
|
Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH