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

Administration Error

Kavvson

Gdy boli cie glowa wez
Joined
Jun 25, 2008
Messages
1,177
Reaction score
72
Location
Poland
Coiler wrote a pm to me about the error so replayed his pm and post the error here. Since i guess its on your server problem?

Black list
A PHP Error was encountered

Severity: Warning

Message: file_get_contents(http://entydesign.com/modernAAC/API/api//isBlacklisted.php?key=pulibc&pass=public) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found

Filename: controllers/admin.php

Line Number: 309

Connecting to main server, Fetching server alerts...Please wait
Alerts
A PHP Error was encountered

Severity: Warning

Message: file_get_contents(http://entydesign.com/modernAAC/API/api//getAlerts.php?key=pulibc&pass=public) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found

Filename: controllers/admin.php

Line Number: 302
Kavvson said:
Errors generated by

public function fetch_alerts() {
$ide = new IDE;
$ide->requireAdmin();
echo file_get_contents(API_SERVER."/getAlerts.php?key=".API_KEY."&pass=".API_PASS);
$ide->system_stop();
}

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();
}
Caused by
echo file_get_contents(API_SERVER."/getAlerts.php?key=".API_KEY."&pass=".API_PASS);

Hmm i think its a global error since API_SERVER is predefined in

[C:...\system\api.php]
Line 6 : DEFINE('API_SERVER', 'http://entydesign.com/modernAAC/API/api/');

The requested URL /modernAAC/API/api//isBlacklisted.php was not found on this server.
 
It's been already posted here.

The API server is down, there is no need of it no more. There will be new API with 2.0
 
Last edited:
Just ignore this error, it doesn't affect anything. It's not because of you, it's because the main server is down.
 
Back
Top