• 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 ACC] Show houses of owners who didn't login for X weeks

Fatal error: Call to a member function query() on a non-object in D:\xampp\htdocs\cleanhouses.php on line 15

Buhuu..
 
Hi

Can you edit it, to show houses from account not logget at X time, and not only for character?

Because, sometimes, player do not log with X char, but he will player with another.. ;)

And, you can change:

Code:
´$towns = array('No Town', 'Town 1', 'Town 2', 'Town 3';

For..

Code:
$towns = $towns_list[0];

It will get all of your citys.. :p
 
Back
Top