Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
@up Keep Failing.
He wanted 8.6. @op Listen to narko
Anyway about 1st question, i was reading this function yesterday and as far as i saw it's just about settine rateExperienceFromPlayers to any number higher than 0. I might be wrong here.
$acc = $SQL->query("SELECT COUNT(*) as accountCount from accounts;")->fetch();
$pl = $SQL->query("SELECT COUNT(*) as playersCount from players;")->fetch();
echo "There is ", $pl['playersCount'], " playing on ", $acc['accountCount'], " accounts on bla bla bla";
Couldn't do it easier
You're not a newfag who needs a help with fixing. I am just poining wrong things. I like when somebody tells me that i have a wrong thing somewhere in code, i learn then to not make the same in future.
@Topic
Evil Mark's script after fixing would be good if we multiple a rate by current exp...
$acc = $SQL->query("SELECT COUNT(*) as accountCount from accounts;")->fetch(); echo $acc['accountCount'];
$pl = $SQL->query("SELECT COUNT(*) as playersCount from players;")->fetch(); echo $pl['playersCount'];