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

AAC [MyAAC] [TFS 1.2] Character Auctions

APTGET

New Member
Joined
Dec 29, 2020
Messages
37
Reaction score
3
Hi guys, does anyone have a character auction page for myaac (sell characters for bids/buynow)? Thanks!
 
Notice: Undefined variable: SQL in /var/www/html/system/pages/auction.php on line 211

Fatal error
: Uncaught Error: Call to a member function query() on null in /var/www/html/system/pages/auction.php:211 Stack trace: #0 /var/www/html/index.php(419): require() #1 {main} thrown in /var/www/html/system/pages/auction.php on line 211

foreach($SQL->query('SELECT * FROM characters_auctions WHERE state = 0 AND finish_time <= ' . time())->fetchAll() as $finishedAuction)


Sorry guys to bother, anyone know how to solve? thanks
 
Change $SQL to $db

Or

In config.php, set 'backward_support' => true,

Thanks made some changes and worked, there's only the problem that others told before about points that don't add to account of the seller. Do you think it could be my version of myaac not updated or the script?
 
PHP Fatal error: Uncaught Error: Call to undefined method OTS_Player::getRebirth() in /home/ubuntu/html/system/pages/auction.php:555\nStack trace:\n#0 /home/ubuntu/html/index.php(362): require()\n#1 {main}\n thrown in /home/ubuntu/html/system/pages/auction.php on line 555
Whats wrong?
 
Back
Top