antiblock
Elveron

KB CRAZY CHANNEL

Membro
  • Content Count

    220
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by KB CRAZY CHANNEL


  1. Boas,

     

    Mexo com servidores de mt2 aos anos e nunca me ocorreu mexer com a source seja do cliente ou das files o que sempre fiz foi contornar as situações sem nunca recorrer a tutoriais de edição de sources.

     

    Actualmente estou com um projecto mais sério em mãos e gostaria de começar a mexer com a source do cliente e das files.

     

    [Dúvidas]

    - Como descompactar a source? (cliente/db)

    - Como voltar a compactar?

     

    Basta ter resposta as perguntas a cima e irei começar a perceber a lógica da source, já tive uma em mãos descompactada e dei uma vista de olhos tenho mais ao menos a noção das funções e utilidade dos directórios e ficheiros.

     

    A alma abençoado que responder a estas perguntas estará a ajudar-me a mim e a outros utilizadores com a mesma dúvida.

     

    Cumprimentos

    KB


  2. Boas,

     

    Compro Server-Files para mt2 40k ou +

     

    Procuro algo com traduções dignas e sistemas actualizados em nível de protecção algo básico visto eu implementar as minhas após a compra.

     

    Algo algo digno também de usar como base.

     

    Apenas compro conteúdo a membros com um nome a nível profissional conhecido e com bom feedback de vendas.

     

     

    Cumprimentos.


  3. 3 horas atrás, Ragnar disse:

     

    Sem querer dar hate, mas um bom profissional não deixa a sua comunidade sem notícias por mais de 4 meses, pela 2ª vez. O que me foi dito por um ex-membro da Staff foi que o rapaz não soube lidar com as relações pessoais e que, por isso, cagou no servidor.

    Atenção: Não estou a julgar e sim, foi só o que ouvi dizer (tendo em conta que, como disse a cima, foi por um ex-membro da Staff, penso que talvez chegue a ser minimamente confiável) lul

     

    Cumprimentos.

     

    Boas,

     

    Se é ex membro da staff o que fez dele ser ex membro e não actual membro?

    Já pensas-te da dor de cotovelo?

    Foi retirado da staff e agora quer arranjar forma de difamar?

     

    Cumprimentos!


  4. Joguei no Addict aos anos, na altura curti totil... para mim era o melhor servidor na altura... não vou criticar um servidor que já me diverti totil, atenção ao nível de hate que estão a dar nos comentários, não gostam não jogam, para quê entrar em provocações?

     

    O Ivan sempre foi um excelente profissional.

     

     

    PS: Nunca falei com ele nem o conheço, o que falo é pelo que vi e vejo no Addict


  5. Boas,

     

    Vim aqui partilhar com vocês um Website aparentemente bonito (:

     

    Untitled.png

    Untitled1.png

     

    Download: https://mega.nz/#!JgBF2ICZ!BJgQ0mBX2umD7bGjJHSIq5cOoxfGniuwIaJGQyla3BA

    Código para extrair: andr3yb3st26

    Querys para a db: 

    Spoiler

    SET FOREIGN_KEY_CHECKS = 0; 

    - ---------------------------- 
    - Estrutura da tabela para `banip` 
    - ---------- ------------------ 
    DROP TABLE IF EXISTS `banip`; 
    CREATE TABLE `banip` ( 
    ` ip` varchar (20) NULL DEFAULT, 
    `varchar motiv` (20) NULL DEFAULT, 
    ` data` varchar (25) PADRÃO NULL 
    ) ENGINE = MyISAM PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de proibição IP 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_a_reseteaza_parola` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_a_reseteaza_parola`; 
    CREATE TABLE `dev_a_reseteaza_parola` ( 
    ` id` bigint (20) NOT NULL AUTO_INCREMENT, 
    `admin` varchar (55) PADRÃO NULL, 
    ` actiune` varchar (255) NULL DEFAULT, 
    PRIMARY KEY ( `id`) 
    ) ENGINE = InnoDB PADRÃO CHARSET = latin1; 

    - ---------------------------- 
    - Registros de dev_a_reseteaza_parola 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_ban_log` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_ban_log`; 
    CREATE TABLE `dev_ban_log` ( 
    ` id` bigint (20) NOT NULL AUTO_INCREMENT, 
    `varchar admin` (44) NOT NULL, 
    ` varchar player` (55) NOT NULL, 
    `data` varchar (66) NOT NULL, 
    ` motiv` varchar (555) NOT NULL, 
    `durata` varchar (555) PADRÃO NULL, 
    PRIMARY KEY (` id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_ban_log 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_descarcari` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_descarcari`; 
    CREATE TABLE `dev_descarcari` ( 
    ` nume` varchar (40) NULL DEFAULT, 
    `tip` varchar (10) NULL DEFAULT, 
    ` data` varchar (25) PADRÃO NULL, 
    `marime` varchar (5) NULL DEFAULT, 
    ` id` int (11) NOT NULL AUTO_INCREMENT, 
    `link` varchar (100) PADRÃO NULL, 
    PRIMARY KEY (` id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_descarcari 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_is_cat` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_is_cat`; 
    CREATE TABLE `dev_is_cat` ( 
    ` id` int (10) sem sinal NÃO AUTO_INCREMENT NULL, 
    `varchar titlu` (50) NOT NULL, 
    PRIMARY KEY (` id`) 
    ) ENGINE = MyISAM AUTO_INCREMENT = 47 PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_is_cat 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_is_items` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_is_items`; 
    CREATE TABLE `dev_is_items` ( 
    ` int id` (10) sem sinal NÃO AUTO_INCREMENT NULL, 
    `vnum` int (10) sem sinal NOT NULL, 
    ` int cat_id` (10) NOT não assinado NULL, 
    `imagine` varchar (50) PADRÃO NULL, 
    descriere` `varchar (200) NOT NULL, 
    ` int pret` (10) sem sinal NOT NULL, 
    `varchar tip` (10) NOT NULL, 
    ` attrtype0` tinyint (4) não padrão NULL '0', 
    `attrvalue0` smallint ( 6) não padrão NULL '0', 
    `attrtype1` tinyint (4) padrão NÃO nULO '0', 
    ` attrvalue1` smallint (6) padrão NÃO nULO '0', 
    `attrtype2` tinyint (4) padrão NÃO nULO '0' , 
    `attrvalue2` smallint (6) não padrão NULL '0', 
    ` attrtype3` tinyint (4) padrão NÃO nULO '0', 
    `attrvalue3` smallint (6) padrão NÃO nULO '0', 
    ` attrtype4` tinyint (4) não padrão NULL '0', 
    `attrvalue4` smallint (6) padrão NÃO nULO '0', 
    ` attrtype5` tinyint (4) padrão NÃO nULO '0', 
    `attrvalue5` smallint (6) não padrão NULL '0' 
    ' attrtype6` tinyint (4) padrão NÃO nULO '0', 
    `attrvalue6` smallint (6) não padrão NULL '0', 
    ` int socket0` (10) sem sinal não padrão NULL '0', 
    `int socket1` (10) sem sinal padrão NÃO nULO '0', 
    `socket2` int (10) sem sinal padrão NÃO nULO '0', 
    ` socket3` int (10) sem sinal padrão NÃO nULO '0', 
    `int socket4` (10) sem sinal não padrão NULL '0 ' 
    ' socket5` int (10) sem sinal não padrão NULL '0', 
    `last_price` int (10) PADRÃO NULL, 
    ` int img_status` (1) zerofill NÃO unsigned NULL, 
    `int count` (3) sem sinal Padrão NULL, 
    `int pachet_id` (15) sem sinal NÃO zerofill NULL, 
    ` game_nou` int (1) padrão NÃO nULO '0', 
    PRIMARY KEY ( `id`) 
    ) ENGINE = MyISAM AUTO_INCREMENT = 561 PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_is_items 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_is_logs` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_is_logs`; 
    CREATE TABLE `dev_is_logs` ( 
    ` int id` (11) AUTO_INCREMENT NOT NULL, 
    `int owner_id` (11) NOT NULL, 
    ` item_id` int (11) NOT NULL, 
    `int vnum` (11) NOT NULL, 
    ` timp` varchar (33) NOT NULL, 
    `int pret` (11) NOT NULL, 
    PRIMARY KEY (` id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_is_logs 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_is_news` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_is_news`; 
    CREATE TABLE `dev_is_news` ( 
    ` int id` (11) NOT NULL AUTO_INCREMENT, 
    `titlu` varchar (4055) NULL DEFAULT, 
    ` longtext continut`, 
    `data` varchar (33) NULL DEFAULT, 
    PRIMARY KEY (` id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_is_news 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_jd_items` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_jd_items`; 
    CREATE TABLE `dev_jd_items` ( 
    ` int id` (10) sem sinal NÃO AUTO_INCREMENT NULL, 
    `vnum` int (10) sem sinal NOT NULL, 
    ` int cat_id` (10) NOT não assinado NULL, 
    `imagine` varchar (50) PADRÃO NULL, 
    descriere` `varchar (200) NOT NULL, 
    ` int pret` (10) sem sinal NOT NULL, 
    `varchar tip` (10) NOT NULL, 
    ` attrtype0` tinyint (4) não padrão NULL '0', 
    `attrvalue0` smallint ( 6) não padrão NULL '0', 
    `attrtype1` tinyint (4) padrão NÃO nULO '0', 
    ` attrvalue1` smallint (6) padrão NÃO nULO '0', 
    `attrtype2` tinyint (4) padrão NÃO nULO '0' , 
    `attrvalue2` smallint (6) não padrão NULL '0', 
    ` attrtype3` tinyint (4) padrão NÃO nULO '0', 
    `attrvalue3` smallint (6) padrão NÃO nULO '0', 
    ` attrtype4` tinyint (4) não padrão NULL '0', 
    `attrvalue4` smallint (6) padrão NÃO nULO '0', 
    ` attrtype5` tinyint (4) padrão NÃO nULO '0', 
    `attrvalue5` smallint (6) não padrão NULL '0' 
    ' attrtype6` tinyint (4) padrão NÃO nULO '0', 
    `attrvalue6` smallint (6) não padrão NULL '0', 
    ` int socket0` (10) sem sinal não padrão NULL '0', 
    `int socket1` (10) sem sinal padrão NÃO nULO '0', 
    `socket2` int (10) sem sinal padrão NÃO nULO '0', 
    ` socket3` int (10) sem sinal padrão NÃO nULO '0', 
    `int socket4` (10) sem sinal não padrão NULL '0 ' 
    ' socket5` int (10) sem sinal não padrão NULL '0', 
    `last_price` int (10) PADRÃO NULL, 
    ` int img_status` (1) zerofill NÃO unsigned NULL, 
    `int count` (3) sem sinal Padrão NULL, 
    game_nou` `int (3) padrão NÃO nULO '0', 
    PRIMARY KEY (` id`) 
    ) ENGINE = MyISAM AUTO_INCREMENT = 456 PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_jd_items 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_log_monezi` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_log_monezi`; 
    CREATE TABLE `dev_log_monezi` ( 
    ` data` varchar (35) PADRÃO NULL, 
    `varchar admin` (14) NULL DEFAULT, 
    ` varchar actiune` (100) PADRÃO NULL, 
    `int id` (11) NOT NULL AUTO_INCREMENT, 
    PRIMARY KEY ( `id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_log_monezi 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_log_pachete` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_log_pachete`; 
    CREATE TABLE `dev_log_pachete` ( 
    ` int id` (32) AUTO_INCREMENT NOT NULL, 
    `varchar owner_id` (25) NULL DEFAULT, 
    ` item_id` varchar (255) NULL DEFAULT, 
    `varchar vnum` (25) PADRÃO NULL, 
    ` pret` varchar (25) NULL DEFAULT, 
    `timp` varchar (32) NULL DEFAULT, 
    PRIMARY KEY (` id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_log_pachete 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_log_retrage` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_log_retrage`; 
    CREATE TABLE `dev_log_retrage` ( 
    ` id` bigint (20) NOT NULL AUTO_INCREMENT, 
    `admin` varchar (55) PADRÃO NULL, 
    ` actiune` varchar (255) PADRÃO NULL, 
    `data` varchar (35) NULL DEFAULT, 
    PRIMARY KEY ( `id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_log_retrage 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_menu_links` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_menu_links`; 
    CREATE TABLE dev_menu_links` `( 
    ` int id` (11) NOT NULL AUTO_INCREMENT, 
    `varchar nume` (33) PADRÃO NULL, 
    ` link` varchar (255) NULL DEFAULT, 
    `tipo` enum ( 'user', 'normal') PADRÃO 'normal', 
    PRIMARY KEY ( `id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_menu_links 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_news` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_news`; 
    CREATE TABLE dev_news` `( 
    ` int id` (11) AUTO_INCREMENT NOT NULL, 
    `data` varchar (35) NULL DEFAULT, 
    ` varchar continut` (25 555) Padrão NULL, 
    `varchar tip` (35) PADRÃO NULL, 
    ` titlu` varchar (1005) PADRÃO NULL, 
    PRIMARY KEY ( `id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_news 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_pachetele_pachetele` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_pachetele_pachetele`; 
    CREATE TABLE `dev_pachetele_pachetele` ( 
    ` int id` (11) AUTO_INCREMENT NOT NULL, 
    `varchar titlu` (32) PADRÃO NULL, 
    ` pret` varchar (32) NULL DEFAULT, 
    PRIMARY KEY ( `id`) 
    ) CHARSET ENGINE = InnoDB PADRÃO = latin1; 

    - ---------------------------- 
    - Registros de dev_pachetele_pachetele 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_player_edit` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_player_edit`; 
    CREATE TABLE `dev_player_edit` ( 
    ` id` bigint (20) NOT NULL AUTO_INCREMENT, 
    `admin` varchar (55) PADRÃO NULL, 
    ` player` varchar (55) NULL DEFAULT, 
    `varchar initial` (255) PADRÃO NULL, 
    ` data` varchar (35) NULL DEFAULT, 
    `final` varchar (255) NULL DEFAULT, 
    PRIMARY KEY (` id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_player_edit 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_player_log` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_player_log`; 
    CREATE TABLE `dev_player_log` ( 
    ` id` bigint (20) NOT NULL AUTO_INCREMENT, 
    `account` varchar (33) NULL DEFAULT, 
    ` data` varchar (55) NULL DEFAULT, 
    `actiune` varchar (333) NULL DEFAULT, 
    PRIMARY KEY ( `id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_player_log 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_referal_log` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_referal_log`; 
    CREATE TABLE dev_referal_log` `( 
    ` int id` (15) AUTO_INCREMENT NOT NULL, 
    `varchar owner` (55) NULL DEFAULT, 
    ` varchar jucator` (55) NULL DEFAULT, 
    `data` varchar (255) NULL DEFAULT, 
    PRIMARY KEY ( `id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_referal_log 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `dev_web_invitatii` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` dev_web_invitatii`; 
    CREATE TABLE dev_web_invitatii` `( 
    ` int id` (11) AUTO_INCREMENT NOT NULL, 
    `varchar owner_id` (15) NOT NULL, 
    ` varchar referal_id` (15) NOT NULL, 
    `varchar status` (25) não padrão NULL '0' , 
    `varchar lvl30` (15) padrão não NULL '0', 
    ` varchar lvl40` (15) padrão NÃO nULO '0', 
    `varchar lvl50` (15) padrão NÃO nULO '0', 
    ` varchar lvl60` (15) não padrão NULL '0', 
    `varchar lvl70` (15) padrão NÃO nULO '0', 
    ` varchar lvl80` (15) não padrão NULL '0', 
    `varchar lvl90` (15) não padrão NULL '0' 
    ' varchar lvl100` (15) padrão NÃO nULO '0', 
    `varchar lvl105` (15) padrão NÃO nULO '0', 
    PRIMARY KEY (` id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de dev_web_invitatii 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `donate` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` donate`; 
    CREATE TABLE `donate` ( 
    ` int id` (11) NOT NULL AUTO_INCREMENT, 
    `varchar cont` (33) PADRÃO NULL, 
    ` retea` varchar (22) PADRÃO NULL, 
    `cod` varchar (20) PADRÃO NULL, 
    ` status` varchar (25) NULL DEFAULT, 
    `data` varchar (25) padrão não NULL '0', 
    ` valoarea` varchar (5) NULL DEFAULT, 
    `admin` varchar (25) NULL DEFAULT, 
    ` varchar detalii` (355) PADRÃO NULL , 
    `email` varchar (55) PADRÃO NULL, 
    ` nume` varchar (255) PADRÃO NULL, 
    PRIMARY KEY ( `id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de doações 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `download` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` download`; 
    CREATE TABLE `download` ( 
    ` varchar direct` (220) não padrão NULL '', 
    `varchar torrent` (222) PADRÃO NULL, 
    PRIMARY KEY (` direct`) 
    ) ENGINE = MyISAM PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de descarga 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `ic_log` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` ic_log`; 
    CREATE TABLE `ic_log` ( 
    ` varchar autor` (50) NOT NULL, 
    `autorid` int (5) NOT NULL, 
    ` id` bigint (20) NOT NULL, 
    `owner_id` int (11) sem sinal não padrão NULL '0' , 
    `enum window` (" inventário "," equipamento "," SafeBox ',' MALL ') padrão NÃO nULO' Inventário ', 
    `pos` smallint (5) sem assinatura não padrão NULL' 0 ', 
    ` count` tinyint (3 ) sem assinatura padrão não NULL '0', 
    `int vnum` (11) sem sinal não padrão NULL '0', 
    ` socket0` int (10) sem sinal padrão NÃO nULO '0', 
    `socket1` int (10) padrão não NULL sem sinal '0', 
    `int socket2` (10) sem sinal não padrão NULL '0', 
    ` int socket3` (10) sem sinal não padrão NULL '0', 
    `int socket4` (10) sem sinal não padrão NULL '0' 
    ' socket5` int (10) sem sinal padrão NÃO nULO '0', 
    `attrtype0` tinyint (4) padrão NÃO nULO '0', 
    ` attrvalue0` smallint (6) não padrão NULL '0', 
    `attrtype1` tinyint (4) NÃO PADRÃO NULL '0', 
    `attrvalue1` smallint (6) padrão NÃO nULO '0', 
    ` attrtype2` tinyint (4) padrão NÃO nULO '0', 
    `attrvalue2` smallint (6) não padrão NULL '0', 
    ` attrtype3 `tinyint (4) não padrão NULL '0', 
    ` attrvalue3` smallint (6) não padrão NULL '0', 
    `attrtype4` tinyint (4) não padrão NULL '0', 
    ` attrvalue4` smallint (6) não padrão NULL '0', 
    `attrtype5` tinyint (4) não padrão NULL '0', 
    ` attrvalue5` smallint (6) não padrão NULL '0', 
    `attrtype6` tinyint (4) não padrão NULL '0', 
    ` attrvalue6` smallint (6) não padrão NULL '0', 
    `varchar status` (20) NOT NULL, 
    ` ora` varchar (15) NULL DEFAULT, 
    `data` varchar (20) NULL DEFAULT, 
    PRIMARY KEY (` id`), 
    KEY ` owner_id_idx` ( `owner_id`), 
    KEY` item_vnum_index` (` vnum`) 
    ) ENGINE = MyISAM AUTO_INCREMENT = 400 267 261 PADRÃO charset = latin1; 


    - ---------------------------- 
    - Estrutura da tabela para `referals` 
    - ---------- ------------------ 
    DROP TABLE IF EXISTS `referals`; 
    CREATE TABLE `referals` ( 
    ` int id` (11) NOT NULL AUTO_INCREMENT, 
    `colected` varchar (255) PADRÃO '0', 
    ` varchar name` (255) NULL DEFAULT, 
    `varchar owner` (255) PADRÃO NULL, 
    PRIMARY CHAVE ( `id`) 
    ) ENGINE = MyISAM AUTO_INCREMENT = 52 PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros dos Países Resumo 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `vote` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` vote`; 
    CREATE TABLE `vote` ( 
    ` int id` (22) NOT NULL AUTO_INCREMENT, 
    `varchar nume` (55) PADRÃO NULL, 
    ` valoare` varchar (255) PADRÃO NULL, 
    `link` varchar (255) PADRÃO NULL, 
    ` cookie` varchar (15) PADRÃO NULL, 
    PRIMARY KEY ( `id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de votos 
    - ------------- --------------- 

    - ---------------------------- 
    - estrutura da tabela para o `votes` 
    - ---------------------------- 
    DROP TABLE IF EXISTS` votes`; 
    CREATE TABLE votes` `( 
    ` int id` (22) NOT NULL AUTO_INCREMENT, 
    `varchar accountid` (55) PADRÃO NULL, 
    ` voteid` varchar (255) NULL DEFAULT, 
    `ip` varchar (255) PADRÃO NULL, 
    ` data` varchar (255) PADRÃO NULL, 
    PRIMARY KEY ( `id`) 
    ) ENGINE = InnoDB PADRÃO charset = latin1; 

    - ---------------------------- 
    - Registros de votos 
    - ------------- ---------------

    Vírus Total: https://virustotal.com/pt/file/ca29307086e714f8d05f163e1445ca4f0291e5d4fcdd5e0ee31660d256e24c40/analysis/

     

    Créditos: andr3yb3st26


  6. Parabéns!

    Entras-te numa rede de phishing russa!

    Como aconteceu?

    -Registaste-te com a senha igual a que entras no email, o bot dá check ás contas da bd no gmail após entrar faz spam em redes sociais no teu caso no YouTube!

     

    Aconselho-te vivamente a mudares a tua password de tudo inclusive meios de recuperação de password.

     

    Mete a opção de verificação via sms tanto no gmail como no facebook e outras redes sociais que o permitem.


  7. 6 minutos atrás, StrikePT disse:

    Boas Pessoal 

     eu estou com uma duvida, ando a jogar metin e ja n me recordo dos bonus de nd, gostava que alguem me disse-se os melhores bonus para os seguintes Boss's

     

    Dragao Azul

    Nemere 

    Azrael

    Razador

    Agradeço a ajuda 

     

    Boas,

     

    Se não estou em erro cada servidor tem um bónus diferente, informa-te no forum dos mesmos.

     

    Cumprimentos.


  8. 5 minutos atrás, ΔŇØŇ€ΜØ disse:

    Seguinte pessoas , tenho aqui umas files (40K) perfeitas para o meu projeto , só que o cliente que eu uso para elas não me agrada , quero usar outro que tenho no PC também 40k , dai deixo as seguintes duvidas...

    1- Se eu  alterar as portas do client e deixar igual a das files resolve ? da login no jogo? 

    2- Se alterar as portas não funciona, oque devo fazer ? Qual o procedimento correto para deixar compativel? 

     

    Por Favor se aguem souber digam -me e se possivel deixa o paço a paço de como se faz bem explicadinho , vai me ajudar muito mesmo.

    Desde ja Agradeço a a atenção ^^  

     

     

    Boas,

     

    Porque não expostas o essencial para o novo cliente?

    o item pronto/mob_proto versões 40k é diferente, ai terás de fazer manualmente!


  9. Boas!

    O objectivo desta quest é dar nível 127 ao entregar 30 pijamas, ela faz a leitura dos pijamas, anuncia na geral mas não dá nível nem exp!
    Alguém me pode indicar o erro ou o que me esqueci de colocar?

     

    quest receber_level begin
    	state start begin
    		when 20095.chat."Receber Nível 127" begin
    			say_title("Mestre GM:")
    			say("Olá!")
    			say("Com este frio tenho de aquecer a minha familia")
    			say("Preciso de 30 pijamas")
    			say("Podes obter pijamas ao partir a Pedra Mythology2 no Mapa Upar")
    	    	say("Eu sei, tenho bastantes filhos visto no meu tempo não haver televisão.")
    	    	say_red("Recompensa: Nível 127")
    			local s = select("Entregar Pijamas", "Sair")
    			if s == 1 then
    				if (pc.count_item(30032) >= 30) then
    					pc.remove_item(30032, 30)
    					pc.give_exp2(240000000)
    					notice_all ("O jogador "..pc.get_name().." chegou ao nível 127!")
    				else
    					say_red("Não sejas mau, sou velho mas não sou parvo!")
    					say_red("Não tens 30 Pijamas!")
    					return
    				end
    			end
    			if s == 2 then
    				return
    			end
    		end
    	end
    end

     


  10. Como administrador de um servidor

    -Criar um servidor dá trabalho, podias ter alertado o administrador do servidor em questão e avisar sobre a vulnerabilidade presente no servidor e apresentar uma possível protecção...

     

    Como pessoa

    -Se tem vull é para ser explorada :Kappa:  


  11. Olá,

     

    Estou com problemas no meu dedicado, vi me obrigado a dar reboot e manter o servidor desligado para trocar as senhas da base de dados devido a expulsão de um membro da equipa.

    O que acontece é que esse mesmo membro é que tratava de iniciar o servidor.

    Eu já tentei um pouco de tudo e não tive sucesso a iniciar o servidor.

    Tentei reiniciar o mysql, tentei dar stop depois start e tentei dar logo start.

     

    Erro ao dar Restart/Stop no mysql:

    Spoiler

    service mysql-server start
    /etc/rc.conf: apache22_enable: not found
    /etc/rc.conf: ‘apache22_enable=”YES”‘: not found
    /etc/rc.conf: ‘apache22_enable=”YES”‘: not found
    /etc/rc.conf: ‘apache22_enable=yes: not found
    /etc/rc.conf: ‘apache22_enable=yes: not found
    /etc/rc.conf: apache22_enable: not found
    /etc/rc.conf: ‘apache22_enable=”YES”‘: not found
    /etc/rc.conf: ‘apache22_enable=”YES”‘: not found
    /etc/rc.conf: ‘apache22_enable=yes: not found
    /etc/rc.conf: ‘apache22_enable=yes: not found
    Starting mysql.
     

     

    Erro ao iniciar o Servidor:

    Spoiler


    ****************** Starting LibGame ******************
    **** Made by iMer (www.imer.cc).
    **** Special Thanks to Nova & tim66613
    **** Game Revision is 34083
    hacking out LD_PRELOAD from environ[0]
    Hook @0x80ccf80
    Hook @0x81956b0
    **** Hooking Phase completed!
    **** Done initializing!
    PUBLIC_IP: x.xx.xx.xxx interface em0              < Onde está os x.xx.xx.xxx é o ip da maquina so substitui ao colar o código de erro aqui >
    HOSTNAME: channel1_core1
    mysql_real_connect: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
    cannot open direct sql connection to host: localhost user: mt2 db: common
    cannot start server while no common sql connected

     


       failed, retrying in 5 secondsmysql_real_connect: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
       failed, retrying in 5 secondsmysql_real_connect: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
       failed, retrying in 5 secondsmysql_real_connect: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
       failed, retrying in 5 secondsmysql_real_connect: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
       failed, retrying in 5 secondsmysql_real_connect: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
     

     

    O que aparece ao dar o comando ps:

    Spoiler

    # ps
    PID TT  STAT    TIME COMMAND
    790 v0- S    0:00.00 sh /etc/rc autoboot
    791 v0- S    0:00.00 logger -p daemon.notice -t fsck
    792 v0- S    0:00.00 sleep 60
    797 v0  Ss+  0:00.00 /usr/libexec/getty Pc ttyv0
    798 v1  Ss+  0:00.00 /usr/libexec/getty Pc ttyv1
    799 v2  Ss+  0:00.00 /usr/libexec/getty Pc ttyv2
    800 v3  Ss+  0:00.00 /usr/libexec/getty Pc ttyv3
    801 v4  Ss+  0:00.00 /usr/libexec/getty Pc ttyv4
    802 v5  Ss+  0:00.00 /usr/libexec/getty Pc ttyv5
    803 v6  Ss+  0:00.00 /usr/libexec/getty Pc ttyv6
    804 v7  Ss+  0:00.00 /usr/libexec/getty Pc ttyv7
    808  0  Ss   0:00.02 -csh (csh)
    811  0  R+   0:00.00 ps
     

     

    Log error BD:

    Spoiler

    170125 01:23:37 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
    2017-01-25 01:23:38 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2017-01-25 01:23:38 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
    2017-01-25 01:23:38 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.34) starting as process 1433 ...
    2017-01-25 01:23:38 1433 [Note] Plugin 'FEDERATED' is disabled.
    2017-01-25 01:23:38 1433 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2017-01-25 01:23:38 1433 [Note] InnoDB: The InnoDB memory heap is disabled
    2017-01-25 01:23:38 1433 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2017-01-25 01:23:38 1433 [Note] InnoDB: Memory barrier is not used
    2017-01-25 01:23:38 1433 [Note] InnoDB: Compressed tables use zlib 1.2.3
    2017-01-25 01:23:38 1433 [Note] InnoDB: Not using CPU crc32 instructions
    2017-01-25 01:23:38 1433 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2017-01-25 01:23:38 1433 [Note] InnoDB: Completed initialization of buffer pool
    2017-01-25 01:23:38 1433 [Note] InnoDB: Highest supported file format is Barracuda.
    2017-01-25 01:23:38 1433 [Note] InnoDB: The log sequence numbers 2038378 and 2038378 in ibdata files do not match the log sequence number 2038388 in the ib_logfiles!
    2017-01-25 01:23:38 1433 [Note] InnoDB: Database was not shutdown normally!
    2017-01-25 01:23:38 1433 [Note] InnoDB: Starting crash recovery.
    2017-01-25 01:23:38 1433 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2017-01-25 01:23:38 1433 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace mysql/innodb_table_stats uses space ID: 1 at filepath: ./mysql/innodb_table_stats.ibd. Cannot open tablespace itemshop/categorii_shop which uses space ID: 1 at filepath: ./itemshop/categorii_shop.ibd
    2017-01-25 01:23:38 802c06400  InnoDB: Operating system error number 2 in a file operation.
    InnoDB: The error means the system cannot find the path specified.
    InnoDB: If you are installing InnoDB, remember that you must create
    InnoDB: directories yourself, InnoDB does not create them.
    InnoDB: Error: could not open single-table tablespace file ./itemshop/categorii_shop.ibd
    InnoDB: We do not continue the crash recovery, because the table may become
    InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
    InnoDB: To fix the problem and start mysqld:
    InnoDB: 1) If there is a permission problem in the file and mysqld cannot
    InnoDB: open the file, you should modify the permissions.
    InnoDB: 2) If the table is not needed, or you can restore it from a backup,
    InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
    InnoDB: crash recovery and ignore that table.
    InnoDB: 3) If the file system or the disk is broken, and you cannot remove
    InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
    InnoDB: and force InnoDB to continue crash recovery here.
    170125 01:23:38 mysqld_safe mysqld from pid file /var/db/mysql/metin2privado.pid ended
    170125 01:28:54 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
    2017-01-25 01:28:55 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2017-01-25 01:28:55 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
    2017-01-25 01:28:55 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.34) starting as process 694 ...
    2017-01-25 01:28:55 694 [Note] Plugin 'FEDERATED' is disabled.
    2017-01-25 01:28:55 694 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2017-01-25 01:28:55 694 [Note] InnoDB: The InnoDB memory heap is disabled
    2017-01-25 01:28:55 694 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2017-01-25 01:28:55 694 [Note] InnoDB: Memory barrier is not used
    2017-01-25 01:28:55 694 [Note] InnoDB: Compressed tables use zlib 1.2.3
    2017-01-25 01:28:55 694 [Note] InnoDB: Not using CPU crc32 instructions
    2017-01-25 01:28:55 694 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2017-01-25 01:28:55 694 [Note] InnoDB: Completed initialization of buffer pool
    2017-01-25 01:28:55 694 [Note] InnoDB: Highest supported file format is Barracuda.
    2017-01-25 01:28:55 694 [Note] InnoDB: The log sequence numbers 2038378 and 2038378 in ibdata files do not match the log sequence number 2038388 in the ib_logfiles!
    2017-01-25 01:28:55 694 [Note] InnoDB: Database was not shutdown normally!
    2017-01-25 01:28:55 694 [Note] InnoDB: Starting crash recovery.
    2017-01-25 01:28:55 694 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2017-01-25 01:28:55 694 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace mysql/innodb_table_stats uses space ID: 1 at filepath: ./mysql/innodb_table_stats.ibd. Cannot open tablespace itemshop/categorii_shop which uses space ID: 1 at filepath: ./itemshop/categorii_shop.ibd
    2017-01-25 01:28:55 802c06400  InnoDB: Operating system error number 2 in a file operation.
    InnoDB: The error means the system cannot find the path specified.
    InnoDB: If you are installing InnoDB, remember that you must create
    InnoDB: directories yourself, InnoDB does not create them.
    InnoDB: Error: could not open single-table tablespace file ./itemshop/categorii_shop.ibd
    InnoDB: We do not continue the crash recovery, because the table may become
    InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
    InnoDB: To fix the problem and start mysqld:
    InnoDB: 1) If there is a permission problem in the file and mysqld cannot
    InnoDB: open the file, you should modify the permissions.
    InnoDB: 2) If the table is not needed, or you can restore it from a backup,
    InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
    InnoDB: crash recovery and ignore that table.
    InnoDB: 3) If the file system or the disk is broken, and you cannot remove
    InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
    InnoDB: and force InnoDB to continue crash recovery here.
    170125 01:28:55 mysqld_safe mysqld from pid file /var/db/mysql/metin2privado.pid ended
    170125 01:31:43 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
    2017-01-25 01:31:43 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2017-01-25 01:31:43 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
    2017-01-25 01:31:43 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.34) starting as process 961 ...
    2017-01-25 01:31:43 961 [Note] Plugin 'FEDERATED' is disabled.
    2017-01-25 01:31:43 961 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2017-01-25 01:31:43 961 [Note] InnoDB: The InnoDB memory heap is disabled
    2017-01-25 01:31:43 961 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2017-01-25 01:31:43 961 [Note] InnoDB: Memory barrier is not used
    2017-01-25 01:31:43 961 [Note] InnoDB: Compressed tables use zlib 1.2.3
    2017-01-25 01:31:43 961 [Note] InnoDB: Not using CPU crc32 instructions
    2017-01-25 01:31:43 961 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2017-01-25 01:31:43 961 [Note] InnoDB: Completed initialization of buffer pool
    2017-01-25 01:31:44 961 [Note] InnoDB: Highest supported file format is Barracuda.
    2017-01-25 01:31:44 961 [Note] InnoDB: The log sequence numbers 2038378 and 2038378 in ibdata files do not match the log sequence number 2038388 in the ib_logfiles!
    2017-01-25 01:31:44 961 [Note] InnoDB: Database was not shutdown normally!
    2017-01-25 01:31:44 961 [Note] InnoDB: Starting crash recovery.
    2017-01-25 01:31:44 961 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2017-01-25 01:31:44 961 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace mysql/innodb_table_stats uses space ID: 1 at filepath: ./mysql/innodb_table_stats.ibd. Cannot open tablespace itemshop/categorii_shop which uses space ID: 1 at filepath: ./itemshop/categorii_shop.ibd
    2017-01-25 01:31:44 802c06400  InnoDB: Operating system error number 2 in a file operation.
    InnoDB: The error means the system cannot find the path specified.
    InnoDB: If you are installing InnoDB, remember that you must create
    InnoDB: directories yourself, InnoDB does not create them.
    InnoDB: Error: could not open single-table tablespace file ./itemshop/categorii_shop.ibd
    InnoDB: We do not continue the crash recovery, because the table may become
    InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
    InnoDB: To fix the problem and start mysqld:
    InnoDB: 1) If there is a permission problem in the file and mysqld cannot
    InnoDB: open the file, you should modify the permissions.
    InnoDB: 2) If the table is not needed, or you can restore it from a backup,
    InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
    InnoDB: crash recovery and ignore that table.
    InnoDB: 3) If the file system or the disk is broken, and you cannot remove
    InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
    InnoDB: and force InnoDB to continue crash recovery here.
    170125 01:31:44 mysqld_safe mysqld from pid file /var/db/mysql/metin2privado.pid ended
    170125 01:34:09 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
    2017-01-25 01:34:10 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2017-01-25 01:34:10 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
    2017-01-25 01:34:10 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.34) starting as process 1131 ...
    2017-01-25 01:34:10 1131 [Note] Plugin 'FEDERATED' is disabled.
    2017-01-25 01:34:10 1131 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2017-01-25 01:34:10 1131 [Note] InnoDB: The InnoDB memory heap is disabled
    2017-01-25 01:34:10 1131 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2017-01-25 01:34:10 1131 [Note] InnoDB: Memory barrier is not used
    2017-01-25 01:34:10 1131 [Note] InnoDB: Compressed tables use zlib 1.2.3
    2017-01-25 01:34:10 1131 [Note] InnoDB: Not using CPU crc32 instructions
    2017-01-25 01:34:10 1131 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2017-01-25 01:34:10 1131 [Note] InnoDB: Completed initialization of buffer pool
    2017-01-25 01:34:10 1131 [Note] InnoDB: Highest supported file format is Barracuda.
    2017-01-25 01:34:10 1131 [Note] InnoDB: The log sequence numbers 2038378 and 2038378 in ibdata files do not match the log sequence number 2038388 in the ib_logfiles!
    2017-01-25 01:34:10 1131 [Note] InnoDB: Database was not shutdown normally!
    2017-01-25 01:34:10 1131 [Note] InnoDB: Starting crash recovery.
    2017-01-25 01:34:10 1131 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2017-01-25 01:34:10 1131 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace mysql/innodb_table_stats uses space ID: 1 at filepath: ./mysql/innodb_table_stats.ibd. Cannot open tablespace itemshop/categorii_shop which uses space ID: 1 at filepath: ./itemshop/categorii_shop.ibd
    2017-01-25 01:34:10 802c06400  InnoDB: Operating system error number 2 in a file operation.
    InnoDB: The error means the system cannot find the path specified.
    InnoDB: If you are installing InnoDB, remember that you must create
    InnoDB: directories yourself, InnoDB does not create them.
    InnoDB: Error: could not open single-table tablespace file ./itemshop/categorii_shop.ibd
    InnoDB: We do not continue the crash recovery, because the table may become
    InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
    InnoDB: To fix the problem and start mysqld:
    InnoDB: 1) If there is a permission problem in the file and mysqld cannot
    InnoDB: open the file, you should modify the permissions.
    InnoDB: 2) If the table is not needed, or you can restore it from a backup,
    InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
    InnoDB: crash recovery and ignore that table.
    InnoDB: 3) If the file system or the disk is broken, and you cannot remove
    InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
    InnoDB: and force InnoDB to continue crash recovery here.
    170125 01:34:10 mysqld_safe mysqld from pid file /var/db/mysql/metin2privado.pid ended
    170125 01:48:29 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
    2017-01-25 01:48:29 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2017-01-25 01:48:29 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
    2017-01-25 01:48:29 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.34) starting as process 1483 ...
    2017-01-25 01:48:29 1483 [Note] Plugin 'FEDERATED' is disabled.
    2017-01-25 01:48:29 1483 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2017-01-25 01:48:29 1483 [Note] InnoDB: The InnoDB memory heap is disabled
    2017-01-25 01:48:29 1483 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2017-01-25 01:48:29 1483 [Note] InnoDB: Memory barrier is not used
    2017-01-25 01:48:29 1483 [Note] InnoDB: Compressed tables use zlib 1.2.3
    2017-01-25 01:48:29 1483 [Note] InnoDB: Not using CPU crc32 instructions
    2017-01-25 01:48:29 1483 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2017-01-25 01:48:29 1483 [Note] InnoDB: Completed initialization of buffer pool
    2017-01-25 01:48:29 1483 [Note] InnoDB: Highest supported file format is Barracuda.
    2017-01-25 01:48:29 1483 [Note] InnoDB: The log sequence numbers 2038378 and 2038378 in ibdata files do not match the log sequence number 2038388 in the ib_logfiles!
    2017-01-25 01:48:29 1483 [Note] InnoDB: Database was not shutdown normally!
    2017-01-25 01:48:29 1483 [Note] InnoDB: Starting crash recovery.
    2017-01-25 01:48:29 1483 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2017-01-25 01:48:29 1483 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace mysql/innodb_table_stats uses space ID: 1 at filepath: ./mysql/innodb_table_stats.ibd. Cannot open tablespace itemshop/categorii_shop which uses space ID: 1 at filepath: ./itemshop/categorii_shop.ibd
    2017-01-25 01:48:29 802c06400  InnoDB: Operating system error number 2 in a file operation.
    InnoDB: The error means the system cannot find the path specified.
    InnoDB: If you are installing InnoDB, remember that you must create
    InnoDB: directories yourself, InnoDB does not create them.
    InnoDB: Error: could not open single-table tablespace file ./itemshop/categorii_shop.ibd
    InnoDB: We do not continue the crash recovery, because the table may become
    InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
    InnoDB: To fix the problem and start mysqld:
    InnoDB: 1) If there is a permission problem in the file and mysqld cannot
    InnoDB: open the file, you should modify the permissions.
    InnoDB: 2) If the table is not needed, or you can restore it from a backup,
    InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
    InnoDB: crash recovery and ignore that table.
    InnoDB: 3) If the file system or the disk is broken, and you cannot remove
    InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
    InnoDB: and force InnoDB to continue crash recovery here.
    170125 01:48:30 mysqld_safe mysqld from pid file /var/db/mysql/metin2privado.pid ended
    170125 01:48:42 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
    2017-01-25 01:48:43 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2017-01-25 01:48:43 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
    2017-01-25 01:48:43 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.34) starting as process 1622 ...
    2017-01-25 01:48:43 1622 [Note] Plugin 'FEDERATED' is disabled.
    2017-01-25 01:48:43 1622 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2017-01-25 01:48:43 1622 [Note] InnoDB: The InnoDB memory heap is disabled
    2017-01-25 01:48:43 1622 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2017-01-25 01:48:43 1622 [Note] InnoDB: Memory barrier is not used
    2017-01-25 01:48:43 1622 [Note] InnoDB: Compressed tables use zlib 1.2.3
    2017-01-25 01:48:43 1622 [Note] InnoDB: Not using CPU crc32 instructions
    2017-01-25 01:48:43 1622 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2017-01-25 01:48:43 1622 [Note] InnoDB: Completed initialization of buffer pool
    2017-01-25 01:48:43 1622 [Note] InnoDB: Highest supported file format is Barracuda.
    2017-01-25 01:48:43 1622 [Note] InnoDB: The log sequence numbers 2038378 and 2038378 in ibdata files do not match the log sequence number 2038388 in the ib_logfiles!
    2017-01-25 01:48:43 1622 [Note] InnoDB: Database was not shutdown normally!
    2017-01-25 01:48:43 1622 [Note] InnoDB: Starting crash recovery.
    2017-01-25 01:48:43 1622 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2017-01-25 01:48:43 1622 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace mysql/innodb_table_stats uses space ID: 1 at filepath: ./mysql/innodb_table_stats.ibd. Cannot open tablespace itemshop/categorii_shop which uses space ID: 1 at filepath: ./itemshop/categorii_shop.ibd
    2017-01-25 01:48:43 802c06400  InnoDB: Operating system error number 2 in a file operation.
    InnoDB: The error means the system cannot find the path specified.
    InnoDB: If you are installing InnoDB, remember that you must create
    InnoDB: directories yourself, InnoDB does not create them.
    InnoDB: Error: could not open single-table tablespace file ./itemshop/categorii_shop.ibd
    InnoDB: We do not continue the crash recovery, because the table may become
    InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
    InnoDB: To fix the problem and start mysqld:
    InnoDB: 1) If there is a permission problem in the file and mysqld cannot
    InnoDB: open the file, you should modify the permissions.
    InnoDB: 2) If the table is not needed, or you can restore it from a backup,
    InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
    InnoDB: crash recovery and ignore that table.
    InnoDB: 3) If the file system or the disk is broken, and you cannot remove
    InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
    InnoDB: and force InnoDB to continue crash recovery here.
    170125 01:48:43 mysqld_safe mysqld from pid file /var/db/mysql/metin2privado.pid ended
    170125 01:52:48 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
    2017-01-25 01:52:48 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2017-01-25 01:52:48 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
    2017-01-25 01:52:48 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.34) starting as process 690 ...
    2017-01-25 01:52:48 690 [Note] Plugin 'FEDERATED' is disabled.
    2017-01-25 01:52:48 690 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2017-01-25 01:52:48 690 [Note] InnoDB: The InnoDB memory heap is disabled
    2017-01-25 01:52:48 690 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2017-01-25 01:52:48 690 [Note] InnoDB: Memory barrier is not used
    2017-01-25 01:52:48 690 [Note] InnoDB: Compressed tables use zlib 1.2.3
    2017-01-25 01:52:48 690 [Note] InnoDB: Not using CPU crc32 instructions
    2017-01-25 01:52:48 690 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2017-01-25 01:52:49 690 [Note] InnoDB: Completed initialization of buffer pool
    2017-01-25 01:52:49 690 [Note] InnoDB: Highest supported file format is Barracuda.
    2017-01-25 01:52:49 690 [Note] InnoDB: The log sequence numbers 2038378 and 2038378 in ibdata files do not match the log sequence number 2038388 in the ib_logfiles!
    2017-01-25 01:52:49 690 [Note] InnoDB: Database was not shutdown normally!
    2017-01-25 01:52:49 690 [Note] InnoDB: Starting crash recovery.
    2017-01-25 01:52:49 690 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2017-01-25 01:52:49 690 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace mysql/innodb_table_stats uses space ID: 1 at filepath: ./mysql/innodb_table_stats.ibd. Cannot open tablespace itemshop/categorii_shop which uses space ID: 1 at filepath: ./itemshop/categorii_shop.ibd
    2017-01-25 01:52:49 802c06400  InnoDB: Operating system error number 2 in a file operation.
    InnoDB: The error means the system cannot find the path specified.
    InnoDB: If you are installing InnoDB, remember that you must create
    InnoDB: directories yourself, InnoDB does not create them.
    InnoDB: Error: could not open single-table tablespace file ./itemshop/categorii_shop.ibd
    InnoDB: We do not continue the crash recovery, because the table may become
    InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
    InnoDB: To fix the problem and start mysqld:
    InnoDB: 1) If there is a permission problem in the file and mysqld cannot
    InnoDB: open the file, you should modify the permissions.
    InnoDB: 2) If the table is not needed, or you can restore it from a backup,
    InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
    InnoDB: crash recovery and ignore that table.
    InnoDB: 3) If the file system or the disk is broken, and you cannot remove
    InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
    InnoDB: and force InnoDB to continue crash recovery here.
    170125 01:52:49 mysqld_safe mysqld from pid file /var/db/mysql/metin2privado.pid ended
     

     

     

    Será que estou a iniciar o Mysql mal?

    Será que tenho de dar outros comandos antes de iniciar o servidor?

     

    Não queria mesmo dar reseet, não quero que os jogadores percam os seus itens devido a estupidez do ex membro da equipa...

     

    Se for preciso até pago a quem me ajudar a resolver isto...

     

     

     

    Cumpz.

     

     


  12. 2 horas atrás, Eyeless disse:

    Onde leste isso Pacificador? Só espero que se for verdade abra com as mesmas características e com uma equipa decente.. Foi sem dúvida um dos grandes servidores pvp de Portugal, mas penso que se vai reabrir o Inconnu deve mandar no Servidor à mesma.. Estão milhares de euros ali investidos.

     

    "milhares de euros" ?

    Pela parte do administrador? AHAHAHHAHA.


    Se for pela parte dos jogadores acredito, agora um administrador gasta milhares de euros pfv xD

     


  13. 4 minutos atrás, کραwИ ॐ disse:

     

    Concordo perfeitamente com o nagatto. Vocês querem agradar 20 jogadores ou 100? Eu cá na minha opinião preferia ter 100 do que 20. Qualquer pessoa que vá criar um servidor Português já deveria ter a perfeita noção que o 6/7 desde que chegou aos servidores Portugueses foi um cancro! Pior merda que poderia ter inventado até hoje. Isso serve para PvM e já me faz confusão. Agora não me venham dizer que implementaram isso para equilibrar o pvp. Poupem-me ! Mas pronto, cada um com a sua opinião, esta é a minha e ninguém a vai mudar.  E tu como dono do teu servidor és tu que pagas ou seja lá como estas a hospedar o teu server tu é que sabes o que fazes. Só uma dica.. Faz assim, visto que não queres tirar mesmo o 6/7, faz um teste. Tira o 6/7 do servidor temporariamente e vez a diferença de jogadores online nesse tempo. Se achares que valeu a pena continuas sem senão voltas ao que estava. Só uma dica viste que estas decidido a não remover mesmo esse lixo. 

     

    Cumpz.

     

    Boas!

    Respeito a tua opinião, mas não vou ter algo online que não gosto, não achas?

    Eu vejo a minha opinião e vejo se é compatível com a maioria dos jogadores!

     

    Uma coisa é ajustar outra é retirar, nunca o irei fazer!

     

    Cumprimentos!


  14. Boas pessoal!

    Preciso urgentemente algo parecido com: 

    Spoiler

     

     

    A QUEST que uso é:

    Spoiler

     

    
    quest Ranking_de_Kills begin
    state start begin
    when login or levelup with pc.get_level() > 1 begin
    set_state("pannello")
    end
    end
    state pannello begin
    when kill with npc.is_pc() begin
    pc.setqf("conta_kills", pc.getqf("conta_kills")+1)
    end
    when letter begin
    send_letter("Ranking de Kills")
    end
    when button or info begin
    say_title("Ranking de Kills")
    say("")
    say("Olá, "..pc.get_name().."")
    say("Aqui podes consultar o total de jogadores")
    say("Que já matas-te!") 
    wait()
    say("Tens um total de:")
    say_reward("".. pc.getqf("conta_kills") .." Kills")
    say("")
    say("Diverte-te!")
    end
    end
    end

     

    Se alguém me conseguir montar e explicar como fazer um Ranking PvP com as funções ficaria extremamente agradecido x:

     

     

    Já vasculhei o forum todo e não encontro!

    Cumpz. 


  15. Agora, Yuto disse:

     

    Por isto que a comunidade portuguesa de Metin2, é uma das piores comunidades para se jogar.

    Não é maneira de se defender muito menos falar com pessoas que jogam o teu servidor.

    Boa sorte com o servidor pelos comentários e pela tua maneira de demonstrares "profissionalismo" nem vou experimentar o servidor.

    Cumprimentos Yuto

     

    Olha que fixe para ti!
    Maneira de me defender? Isso são boatos, estou-me perfeitamente cagando para boatos falsos, simples!

    Também não preciso de jogadores com uma capacidade mental tão baixa que não sabem ter uma conversa.

     

    Não cresce porque 80% dos jogadores não tem noção do que é ser uma pessoa, simplesmente existem e querem gerar mau ambiente outros usar hacks.

     

    Mas ah sempre o fudido, que injustamente é sempre os administradores.

     

    Não obrigado ninguém a jogar no meu servidor, muito simples, joga quem quer, ah que haver respeito!

    Havendo respeito, pode-se gerar uma ligação jogador > equipa muito melhor e agradável.

     

    Não sou pau mandado de ninguém, eu respeito, não me respeitam ah punições, simples!