Ir para conteúdo

DarkWore

Membro
  • Registro em

  • Última visita

Solutions

  1. DarkWore's post in (Resolvido)Account Manager was marked as the answer   
    Vá no config.lua e mude isso:
     
    accountManager = false Para isso:
     
    accountManager = true Pronto problema resolvido.
  2. DarkWore's post in (Resolvido)Modern Acc (Erro Account) was marked as the answer   
    Altere por:
     
    <?php class Character_model extends Model { function __construct() { parent::__construct(); $this->load->database(); } public function getAccountID() { $this->db->select('id'); $sql = $this->db->get_where('accounts', array('name' => $_SESSION['name']))->row_array(); return $this->db->get_where('id', $where)->result_array(); } public function getPlayersOnline() { @$world = (int)$_REQUEST['world']; @$order = $_REQUEST['sort']; $where = array('online' => 1); if(!empty($world)) $where['world_id'] = $world; $o = "level DESC"; $allowed = array('level', 'vocation', 'name'); if(!empty($order)) if(in_array($order, $allowed)) $o = "$order DESC"; $this->db->select('name, level, world_id, vocation, promotion'); $this->db->order_by($o); return $this->db->get_where('players', $where)->result_array(); } public function getCount() { $this->db->where(array('account_id' => $_SESSION['account_id'], 'deleted' => 0)); $this->db->from('players'); return $this->db->count_all_results(); } public function characterExists($name) { $this->db->select('id'); return ($this->db->get_where('players', array('name' => $name))->num_rows ? true : false); } } ?> Testa assim.
  3. DarkWore's post in (Resolvido)TFS 1.0 - 10.41 x64 Fechando [SOZINHO] was marked as the answer   
    Á Ultima Saída é Recompilar á source utilize esse tutorial: 
     

Informação Importante

Confirmação de Termo