
Tudo que Mask Ghoul postou
-
(Resolvido)erro no captcha do servidor
por nada
-
(Resolvido)erro no captcha do servidor
// mail 'mail_enabled' => false, // is aac maker configured to send e-mails? 'mail_address' => '[email protected]', // server e-mail address (from:) 'mail_admin' => '[email protected]', // admin email address, where mails from contact form will be sent 'mail_signature' => array( // signature that will be included at the end of every message sent using _mail function 'plain' => ""/*"--\nMy Server,\nhttp://www.myserver.com"*/, 'html' => ''/*'<br/>My Server,\n<a href="http://www.myserver.com">myserver.com</a>'*/ ), 'smtp_enabled' => false, // send by smtp or mail function (set false if use mail function, set to true if you use GMail or Microsoft Outlook) 'smtp_host' => '', // mail host. smtp.gmail.com for GMail / smtp-mail.outlook.com for Microsoft Outlook 'smtp_port' => 25, // 25 (default) / 465 (ssl, GMail) / 587 (tls, Microsoft Outlook) 'smtp_auth' => false, // need authorization? 'smtp_user' => '[email protected]', // here your email username 'smtp_pass' => '', 'smtp_secure' => '', // What kind of encryption to use on the SMTP connection. Options: '', 'ssl' (GMail) or 'tls' (Microsoft Outlook) 'smtp_debug' => false, // set true to debug (you will see more info in error.log)
-
(Resolvido)erro no captcha do servidor
tente definir smtp_enabled para false. e smtp_auth para false.
-
(Resolvido)erro no captcha do servidor
Vá em editar myacc/config.php procura por: // mail 'mail_enabled' => false, // o fabricante do aac está configurado para enviar e-mails? 'mail_address' => '[email protected]', // endereço de e-mail do servidor (de :) 'mail_admin' => '[email protected]', // endereço de e-mail do administrador, para onde os e-mails do formulário de contato serão enviados 'mail_signature' => array (// assinatura que será incluída no final de cada mensagem enviada usando a função _mail 'plain' => '' / * '- \ nMeu servidor, \ nhttp: //www.myserver.com'*/, 'html' => '' / * '<br/> Meu servidor, \ n <a href="http://www.myserver.com"> myserver.com </a>' * / ), tente definir smtp_enabled para false. e smtp_auth para false.
-
(Resolvido)erro no captcha do servidor
beleza, me avisa
-
(Resolvido)erro no captcha do servidor
Vá em edita no seu myaac/config.php, ache procura por Crie a sua google recaptcha, configure Tem certeza de que adicionou ReCaptcha V2, e não V3? Você precisa verificar o ReCaptcha V2 ao criar um novo ReCaptcha e selecionar o campo "Não sou um robô". // reCAPTCHA (prevenir bots de spam) 'recaptcha_enabled' => false, // habilita o código de verificação de recaptcha 'recaptcha_site_key' => '', // obtenha seu próprio site e chaves secretas em https://www.google.com/recaptcha 'recaptcha_secret_key' => '', 'recaptcha_theme' => 'light', // light, dark
-
Coloca tempo em itens pela source
Boa noite, Qual TFS & OTX Rev e versão você usa?
-
Monstros não atacam
No conjunto de arquivos de monstros apenas adicione <flag agressivo="0" /> suponho, caso contrário, tente colocar hostil em 0. adicione essa linha em todos os monstros <flag passive="0" />
- [8.60][OLD Client] Narutibia (NTO HARD) - Servidor Completo
-
(Resolvido)Preciso de Ajuda com Esse Site
Boa sorte eu curti demais que seu ot projeto old tibia amei
-
(Resolvido)Preciso de Ajuda com Esse Site
Edite o seu config.php procure por: 'character_samples' => array( // vocations, format: ID_of_vocation => 'Name of Character to copy' //0 => 'Rook Sample', 1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample' ), mude para: 'character_samples' => array( // vocations, format: ID_of_vocation => 'Name of Character to copy' 0 => 'Rook Sample' ), procure por: // lista de cidades usada ao criar personagem // não será exibido se houver apenas um item (rookgaard, por exemplo) 'character_towns' => array(1), // list of towns 'towns' => array( 0 => 'No town', 1 => 'Sample town' ), você edite o seu mapa nasce em templo rockgaard coloque nele.
-
ajuda com server poketibia qual src etc vcs recomendam
add discord : Mask Ghoul#6343 eu te ensino o servidor basico poketibia
-
ajuda com server poketibia qual src etc vcs recomendam
Poste a seu codigo em config.lua ache mysql ou sqlite.
-
ajuda com server poketibia qual src etc vcs recomendam
Opa, tenho pouco experimento pra OT Poketibia. então recomendo source. boa sorte xd
- [8.60][OLD Client] Narutibia (NTO HARD) - Servidor Completo
-
Site com Layout antigo, preciso de ajuda
<?php require_once 'engine/init.php'; include 'layout/overall/header.php'; if ($config['log_ip']) { znote_visitor_insert_detailed_data(3); } // Fetch highscore type $type = (isset($_GET['type'])) ? (int)getValue($_GET['type']) : 7; if ($type > 9) $type = 7; // Fetch highscore vocation $configVocations = $config['vocations']; //$debug['configVocations'] = $configVocations; $vocationIds = array_keys($configVocations); $vocation = 'all'; if (isset($_GET['vocation']) && is_numeric($_GET['vocation'])) { $vocation = (int)$_GET['vocation']; if (!in_array($vocation, $vocationIds)) { $vocation = "all"; } } // Fetch highscore page $page = getValue(@$_GET['page']); if (!$page || $page == 0) $page = 1; else $page = (int)$page; $highscore = $config['highscore']; $loadFlags = ($config['country_flags']['enabled'] && $config['country_flags']['highscores']) ? true : false; $loadOutfits = ($config['show_outfits']['highscores']) ? true : false; $rows = $highscore['rows']; $rowsPerPage = $highscore['rowsPerPage']; function skillName($type) { $types = array( 1 => "Club", 2 => "Sword", 3 => "Axe", 4 => "Distance", 5 => "Shield", 6 => "Fish", 7 => "Experience", // Hardcoded 8 => "Magic Level", // Hardcoded 9 => "Fist", // Since 0 returns false I will make 9 = 0. :) ); return $types[(int)$type]; } function pageCheck($index, $page, $rowPerPage) { return ($index < ($page * $rowPerPage) && $index >= ($page * $rowPerPage) - $rowPerPage) ? true : false; } $cache = new Cache('engine/cache/highscores'); if ($cache->hasExpired()) { $vocGroups = fetchAllScores($rows, $config['TFSVersion'], $highscore['ignoreGroupId'], $configVocations, $vocation, $loadFlags, $loadOutfits); $cache->setContent($vocGroups); $cache->save(); } else { $vocGroups = $cache->load(); } if ($vocGroups) { $vocGroup = (is_array($vocGroups[$vocation])) ? $vocGroups[$vocation] : $vocGroups[$vocGroups[$vocation]]; ?> <br><img src="layout/images/titles/t_highscores.png"/><p><br> <h1>Ranking for <?php echo skillName($type) ?></h1> <table> <tbody> <tr><td style="background: none;"> <table id="highscoresTable" class="table table-striped table-hover"> <tbody><tr bgcolor="#20222c"> <td width="6%"class="whites" style=" background-color: #5d5b5b; color: #f9f6f6; ">Rank</td> <td width="40%" class="whites" style=" background-color: #5d5b5b; color: #f9f6f6; ">Name</td> <td width="20%" class="whites" style=" background-color: #5d5b5b; color: #f9f6f6; ">Vocation</td> <td width="15%" class="whites" style=" background-color: #5d5b5b; color: #f9f6f6; ">Level</td> <?php if ($type === 7) echo "<td colspan='1' style='background-color: #5d5b5b; color: #f9f6f6;' >Experience</td>"; ?> </tr> <?php for ($i = 0; $i < count($vocGroup[$type]); $i++) { if ($vocGroup[$type] === false) { ?> <tr> <td colspan="5">Nothing to show here yet.</td> </tr> <?php } else { if (pageCheck($i, $page, $rowsPerPage)) { $flag = ($loadFlags === true && strlen($vocGroup[$type][$i]['flag']) > 1) ? '<img src="' . $config['country_flags']['server'] . '/' . $vocGroup[$type][$i]['flag'] . '.png"> ' : ''; ?> <tr> <?php if ($loadOutfits): ?> <td class="outfitColumn"><img src="<?php echo $config['show_outfits']['imageServer']; ?>?id=<?php echo $vocGroup[$type][$i]['type']; ?>&addons=<?php echo $vocGroup[$type][$i]['addons']; ?>&head=<?php echo $vocGroup[$type][$i]['head']; ?>&body=<?php echo $vocGroup[$type][$i]['body']; ?>&legs=<?php echo $vocGroup[$type][$i]['legs']; ?>&feet=<?php echo $vocGroup[$type][$i]['feet']; ?>" alt="img"></td> <?php endif; ?> <td><?php echo $i+1; ?></td> <td><?php echo $flag; ?><a href="characterprofile.php?name=<?php echo $vocGroup[$type][$i]['name']; ?>"><?php echo $vocGroup[$type][$i]['name']; ?></a></td> <td><?php echo vocation_id_to_name($vocGroup[$type][$i]['vocation']); ?></td> <td><?php echo $vocGroup[$type][$i]['value']; ?></td> <?php if ($type === 7) echo "<td>". $vocGroup[$type][$i]['experience'] ."</td>"; ?> </tr> <?php } } } ?> </table> <th width="15%" valign="top" align="right"> <table border="0" cellpadding="1" cellspacing="1"> <tbody><tr bgcolor="#20222c"> <td class="whites" style=" background-color: #5d5b5b; color: #f9f6f6; ">Choose a Skill</td> </tr> <tr bgcolor="#1b1e26"> <td> <a href="highscores.php" class="size_xs">Experience</a><br> <a href="highscores.php?type=8&vocation=all&page=1" class="size_xs">Magic</a><br> <a href="highscores.php?type=5&vocation=all&page=1" class="size_xs">Shielding</a><br> <a href="highscores.php?type=4&vocation=all&page=1" class="size_xs">Distance</a><br> <a href="highscores.php?type=9&vocation=all&page=1" class="size_xs">Fist</a><br> <a href="highscores.php?type=2&vocation=all&page=1" class="size_xs">Sword</a><br> <a href="highscores.php?type=3&vocation=all&page=1" class="size_xs">Axe</a><br> <a href="highscores.php?type=1&vocation=all&page=1" class="size_xs">Club</a><br> <a href="highscores.php?type=6&vocation=all&page=1" class="size_xs">Fishing</a><br> </td> </tr> </tbody></table> </th></tr></tbody></table> <?php } include 'layout/overall/footer.php'; ?>
-
Site com Layout antigo, preciso de ajuda
Por favor poste a seu codigo em highscores.php , Lastest Deaths.php e index.php
- [8.60][OLD Client] Narutibia (NTO HARD) - Servidor Completo
-
(Resolvido)Bug na perda de exp como resolver
Pode fechar o tópico
-
(Resolvido)Bug na perda de exp como resolver
E em creaturescript/login.lua , verifque achar >> registerCreatureEvent(cid, "AutoBless") <<
-
(Resolvido)Bug na perda de exp como resolver
Qual servidor TFS & OTX Versão ou website você utiliza como base?
-
Site com Layout antigo, preciso de ajuda
Usando o Gesior ACC Maker ou Znote Acc? Testa ae, se nao funciona me avise. Execute o código SQL no phpmyadmin para o banco de dados: ALTER TABLE `znote_players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimetoday` BIGINT( 20 ) NOT NULL DEFAULT '0', ADD `onlinetime1` BIGINT( 20 ) NOT NULL DEFAULT '0', ADD `onlinetime2` BIGINT( 20 ) NOT NULL DEFAULT '0', ADD `onlinetime3` BIGINT( 20 ) NOT NULL DEFAULT '0', ADD `onlinetime4` BIGINT( 20 ) NOT NULL DEFAULT '0', ADD `onlinetime5` BIGINT( 20 ) NOT NULL DEFAULT '0', ADD `onlinetime6` BIGINT( 20 ) NOT NULL DEFAULT '0', ADD `onlinetime7` BIGINT( 20 ) NOT NULL DEFAULT '0', ADD `onlinetimeall` BIGINT( 20 ) NOT NULL DEFAULT '0'; UPDATE `znote_players` AS `z` INNER JOIN `players` AS `p` ON `p`.`id`=`z`.`player_id` SET `z`.`exphist_lastexp`=`p`.`experience`
-
(Resolvido)Problemas no Website
Por nada, boa sorte
-
(Resolvido)Problemas no Website
Execute esta consulta em SQL: https://github.com/Znote/ZnoteAAC/blob/master/engine/database/znote_schema.sql Repositório ZnoteAAC original baixe: https://github.com/Znote/ZnoteAAC tenta ae
-
Erro na Instalação Gesior Step 4 e 5
Qual é sua versão em gesior acc 2012 ou 2019