Ir para conteúdo

Líderes

Conteúdo Popular

Exibindo conteúdo com a maior reputação em 12/15/17 em %

  1. Shiroe

    [Show-Off] Copy PXG

    Salve galera, estou pensando em copiar o mapa da "PXG" e dependendo do que eu for terminando vou disponibilizando para download! Comecei com Pallet Town e o quartel da Policia, segue algumas imagens do mesmo: -- -- -- -- -- -- Irei liberar os mesmo quando finalizar a cidade de Viridian, deixem suas criticas e sugestões ai no tópico!
    2 pontos
  2. Vai na pasta do seu shop, em config/functions.php e troca por esse: <?php class shop { function connect() { $ots = POT::getInstance(); $ots->connect(POT::DB_MYSQL, connection()); return $ots->getDBHandle(); } function isInstalled() { require('config.php'); $link = mysqli_connect($config['database']['host'], $config['database']['login'], $config['database']['password'], $config['database']['database']); $sql = 'SELECT * FROM shop_offer,shop_history'; $result = mysqli_query($link, $sql) or die(mysqli_error($link)); return true; } function points($account) { $SQL = $this->connect(); $points = $SQL->query('SELECT premium_points FROM accounts WHERE name = "'.$account.'"')->fetch(); return $points['premium_points']; } function getPlayerAccount($name) { $SQL = $this->connect(); $player = $SQL->query('SELECT account_id FROM players WHERE name = "'.$name.'"')->fetch(); return $SQL->query('SELECT * from accounts WHERE id = '.$player['account_id'].''); } function AddPremium($name,$days) { $SQL = $this->connect(); $account = $this->getPlayerAccount($name)->fetch(); return $SQL->query('UPDATE accounts SET premdays = (premdays + '.$days.') WHERE name = "'.$account['name'].'"'); } function CharacterList($account) { $SQL = $this->connect(); $id = $SQL->query('SELECT id FROM accounts WHERE name = "'.$account.'"')->fetch(); return $SQL->query('SELECT * FROM players WHERE account_id = '.$id['id'].''); } function isOnline($name) { $SQL = $this->connect(); $player = $SQL->query('SELECT online FROM players WHERE name = "'.$name.'"')->fetch(); return $player['online']; } function isBanned($name) { $SQL = $this->connect(); $ID = $this->getPlayerAccount($name)->fetch(); return $SQL->query('SELECT * FROM bans WHERE value = '.$ID['id'].''); } function UnBan($name) { $SQL = $this->connect(); $ID = $this->getPlayerAccount($name)->fetch(); return $SQL->query('DELETE FROM bans WHERE value = '.$ID['id'].''); } function execute_file($file) { if (!file_exists($file)) { $this->last_error = "The file $file does not exist."; return false; } $str = file_get_contents($file); if (!$str) { $this->last_error = "Unable to read the contents of $file."; return false; } // split all the queries into an array $quote = ''; $line = ''; $sql = array(); $ignoreNextChar = ''; for ($i = 0; $i < strlen($str); $i++) { if ( !$ignoreNextChar ) { $char = substr($str, $i, 1); $line .= $char; if ($char == ';' && $quote == '') { $sql[] = $line; $line = ''; } else if ( $char == '\\' ) { // Escape char; ignore the next char in the string $ignoreNextChar = TRUE; } else if ($char == '"' || $char == "'" || $char == '`') { if ( $quote == '' ) // Start of a new quoted string; ends with same quote char $quote = $char; else if ( $char == $quote ) // Current char matches quote char; quoted string ends $quote = ''; } } else $ignoreNextChar = FALSE; } if ($quote != '') return false; foreach ($sql as $query) { if (!empty($query)) { $r = mysql_query($query); if (!$r) { $this->last_error = mysql_error(); return false; } } } return true; } function install() { $SQL = $this->connect(); if ($this->isInstalled()) return false; else return $this->execute_file("gifts/config/Shop.sql"); } } ?>
    2 pontos
  3. Tungs

    [OPEN-SOURCE] POKE GOLD

    Informações Do Server! UTILIDADE: [+] Server Open Source[+] Old Client[+] addonbox System 100%[+] Boost Stone System 100%[+] Shiny Stone System 100%[+] Addon System 100%[+] Bike System 100%[+] Respawn de Shiny Aléatorio[+] Respawn do Regice, Regirock, Registell 100% drop deles 100% [+] Quests: Igual do Otp, e adicionei a quest do Lugia, [+] quais quest tem? > a inicial, punch stone, venom stone, rock stone, pesadelo, lugia, dark stone, Hearth Stone, Farol, Halloween, quest do meta! [+] Balanceado alguns pokemon's shiny! [+] Mapa ta perfeito, com Johto 80% ainda falta termina![+] 1º 2º 3º 4º Geração algumas geração completo! PRINTS DOWNLOAD Serve:http://www.mediafire.com/file/otmt51x74kftb1a/Gold.rar? Cliente: https://www.mediafire.com/file/atgvnt3mfb0jelv/Old.rar Source: https://www.sendspace.com/file/2hnahq SCAN: https://www.virustotal.com/#/file-analysis/ZDUzMzc1ODcyYzg4OTBkNjI5YzMwMmUyZmM3ODIxM2M6MTUxMzI2ODI1NA== Créditos: @Jair Kevick (pela base revolution) @Robson (pela base revolution) @Lucas Silva (pela base revolution) @Marshmello (pela edição na base) @Wore
    1 ponto
  4. Deadpool

    Re-UP | OTNaruto(Shinobi Online)

    TÓPICO ORIGINAL:
    1 ponto
  5. Tungs

    [OPEN-SOURCE] POKE GOLD

    Corrigido
    1 ponto
  6. Gabrieltxu

    [OPEN-SOURCE] POKE GOLD

    Sim fica em globalevents, provavelmente com o nome shop.lua @Jair Kevick Bom post men, se possivel depois posta os bugs que contem no server para a galera ter noção
    1 ponto
  7. Deadpool

    [Encerrado] RME - Spawntime.

    exatamente. Colocar 60 = 1 minuto.
    1 ponto
  8. Kasumi

    mappa gba tibia

    BOM DIA GALERA MEU MAPPA MECHENDO NELE SÓ PRA PASSAR O TEMPO SÓ CONFIRAO O TRAMPO!
    1 ponto
Líderes está configurado para São Paulo/GMT-03:00
×
×
  • Criar Novo...