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

Dynamic status by Paxton.

In my apache error appears much the following error. I would like to remove the script, any idea where he is being called?

PHP:
script '/var/www/ajax/players.php' not found or unable to stat, referer: http://127.0.0.1/?subtopic=latestnews
 
fcc46e5d8c67494ab1be1347e8033702.png


Just keeps loading.
TFS 1.2, Ubuntu server 14.04

Paths
/var/www/html/ajax/players.php
/var/www/html/layouts/tibiacom/jquery.js

layout.php, line 5 (almost at the top):
Code:
<script type="text/javascript" src="layouts/tibiacom/jquery.js"></script>

layout.php
Code:
            <?PHP
            if($config['status']['serverStatus_online'] == 1)
                echo '<div id="players" style="display: inline;">Loading...</div><br>Players Online';
            else
                echo '<font color="red"><b>Server<br />OFFLINE</b></font>';
            ?>
 
Back
Top