• 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!

Admin Panel error

RaikND

facebook.xenoria.org
Joined
May 12, 2010
Messages
942
Reaction score
10
Location
Spain
First error:
PHP:
Severity: Warning
Message: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known
Filename: controllers/admin.php
Line Number: 224
code:
PHP:
	public function isBlacklisted() {
		$ide = new IDE;
		$ide->requireAdmin();
		echo file_get_contents(API_SERVER."/isBlacklisted.php?key=".API_KEY."&pass=".API_PASS);
		$ide->system_stop();
	}
and more... in admin.php, i use 198 svn and i try to replace admin.php, admin_model.php and security.php from svn 221 and doesnt working :(
 
Last edited:
Back
Top