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

Showing more accounts and players

kowal67612

New Member
Joined
Nov 7, 2023
Messages
38
Reaction score
4
online.webp
Showing more accounts and players +50


PHP:
<tr><td><b>Accounts: </b></td><td><?= $total['accounts'];?></td></tr>
<tr><td><b>Characters: </b></td><td><?= $total['players'];?></td></tr>
 
Sure, simple math ;)

PHP:
<tr><td><b>Accounts: </b></td><td><?= $total['accounts'] + 50;?></td></tr>
<tr><td><b>Characters: </b></td><td><?= $total['players'] + 50;?></td></tr>
 
Last edited:
You are great and can you help me with one more thing when setting up an account, if I enter a login, e.g. just the numbers "123456", it works normally, but if I enter a login, e.g. "123456a", when logging in to Tibia, an invalid login appears :* :(
 
Back
Top