• 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 Searching for item/Char Auction for Gesior 2012 TFS 1.5

3alola1

I don't have time
Joined
Sep 2, 2010
Messages
768
Solutions
7
Reaction score
331
Location
Darashia
Hello
I'm probably searching for items market for site (it would be more better if you gaved me Store Market commits for tfs 1.5 downgraded by nekiro 8.6)
Also searching for Character Auction for gesior 2012 AAC
 
Hello
I'm probably searching for items market for site (it would be more better if you gaved me Store Market commits for tfs 1.5 downgraded by nekiro 8.6)
Also searching for Character Auction for gesior 2012 AAC
This system I use for my Gesior is working perfectly, 100%. Take a look, but it's on another forum. It already comes with the complete script: Revscript + Gesior Market System.

here.
LINK
 
Code:
Parse error: syntax error, unexpected token "??" in C:\xampp\htdocs\pages\tradeoff.php on line 392

The revscript working fine but the the php file isn't and I keep getting this error


Line 392

PHP:
function _getContainerFromBackpack($chave, $oSql){
            $chave->items = json_decode(json_encode(array('lista'=>[],'total'=> 0))); # json_decode — Decodifica uma string JSON e json_encode — Retorna a representação JSON de um valor
            $x = $SQL->query("SELECT * FROM " . $SQL->tableName('trade_off_container_items') . " WHERE ".$SQL->fieldName('offer_id')." = :offer_id")->fetchAll();
            ??????????????? $x->bindValue('offer_id', $chave->id_um);
            ???????????????? $x->execute();

            ????????????????$chave->items->lista = $x->fetchAll(PDO::FETCH_CLASS);
            ????????????????$chave->items->total = $x->rowCount();
      
            return $chave;
        }



I'm using @Gesior.pl AAC GitHub - gesior/Gesior2012 at TFS-1.5 (https://github.com/gesior/Gesior2012/tree/TFS-1.5)
 
Back
Top