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

Gesior Script

can't u do it by yourself? lol pretty easy
-------edit------------

woops, forgot that u know only about requesting scripts,
PHP:
<?php
$players = $SQL->query('SELECT COUNT(*) FROM `players` WHERE `id`>0;')->fetch();
$accounts = $SQL->query('SELECT COUNT(*) FROM `accounts` WHERE `id`>0;')->fetch();

$main_content .='There are '.$players[0].' players on '.$accounts[0].' accounts whos play on servername.com';
?>
 
Back
Top Bottom