-
Posts
81 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Hakahay
-
Onde eu posso achar essa página no FluxCP? 'InfoServer' => array('module' => 'pages','action'=>'content&path=rules'), Criei o arquivo rules.php e ja tentei colocar no module=>pages / ja coloquei na main do tema e nada dela aparecer. Só aparece no Flux: This is a rules page. Estou usando o tema do hurtFreeV2 e não consigo achar ou até mesmo criando, essa página de regras. O mesmo vale pra essa página: 'DownloadsLabel' => array('module' => 'pages','action'=>'content&path=downloads'),
-
Como adicionar imagem no ALT+U ?
Hakahay replied to Hakahay's question in Suporte ao Desenvolvimento
Quais arquivos e como? Peguei o padrão do BRO e alterei tudo como eu queria e funcionou, vlw ai. -
Como adicionar imagem no ALT+U ?
Hakahay replied to Hakahay's question in Suporte ao Desenvolvimento
Não amigo, estou falando do que está relacionado a imagem que postei. Queria que o NPC aparecesse assim: -
Olá amigos, Como adiciono a imagem do NPC no ALT + U ? , Vi em alguns servidores que até a imagem dos itens de recompensas aparecem.
-
Quando abro o programa aparece assim: Deveria aparecer em inglês, segundo o dono do tópico.
-
Eu denovo ^.^... Gente,, eu possuo um rank pvp que foi feito por outra pessoa (que nem existe mais), neste Rank eu gostaria de colocar uma imagem de medalha nas 3 primeiras colocações do Rank, só que PHP não é o meu forte. O Rank é assim: e o código é esse: <h1 align="center">RANKING DE PvP</h1> <div id="ranking"> <table class"is-bordered is-striped is-narrow is-hoverable is-fullwidth"> <tr align="center" id="title"> <td>POSIÇÃO</td> <td>NOME</td> <td>MATOU</td> <td>MORREU</td> </tr> <?PHP $tabela = mysqli_query($connecta, "SELECT * FROM pvpm_data ORDER BY kills DESC LIMIT 10"); $pos = 1; while($pvp = mysqli_fetch_assoc($tabela)){ echo ' <tr align="center" id="player"> <td>'.$pos.'º</td> <td>'.$pvp['name'].'</td> <td>'.$pvp['kills'].'</td> <td>'.$pvp['dies'].'</td> </tr> '; $pos++; } ?> Gostaria de por umas medalhas de ouro, prata e bronze nas respectivas 3 primeiras colocações... o resto pode ficar sem. Ficaria agradecido pela alma que me ajudar!!
-
FluxCP Theme: FluxCP Theme:[FREE] [RESPONSIVE] Hurt Free Theme 2nd
Hakahay replied to Hurtsky's topic in Web Releases
Go in: \themes\hurtFreeV2\main\login.php locate <button class="g-recaptcha button is-block is-info is-medium is-fullwidth" data-sitekey="<?php echo $recaptcha ?>" data-callback="onSubmit" type="submit" value="<?php echo htmlspecialchars(Flux::message('LoginButton')) ?>"> <?php echo htmlspecialchars(Flux::message('LoginButton')) ?> </button> Switch to <!--<button class="g-recaptcha button is-block is-info is-medium is-fullwidth" data-sitekey="<?php echo $recaptcha ?>" data-callback="onSubmit" type="submit" value="<?php echo htmlspecialchars(Flux::message('LoginButton')) ?>"> <?php echo htmlspecialchars(Flux::message('LoginButton')) ?> </button> --> move <button class="button is-block is-info is-medium is-fullwidth" type="submit" value="<?php echo htmlspecialchars(Flux::message('LoginButton')) ?>"> <?php echo htmlspecialchars(Flux::message('LoginButton')) ?> </button> Paste after <div class="field"> <div class="control has-icons-left"> <input class="input" type="password" name="password" id="login_password" placeholder="<?php echo htmlspecialchars(Flux::message('AccountPasswordLabel')) ?>"> <span class="icon is-small is-left"> <i class="fas fa-lock"></i> </span> </div> </div> -
Se eu reiniciar o servidor eu não perco as informações?
-
Olá amigos, Como crio um NPC que eu possa falar com ele apenas uma vez por personagem, mesmo dando reloadscript ou resetando o servidor.
-
FluxCP Theme: FluxCP Theme:[FREE] [RESPONSIVE] Hurt Free Theme 2nd
Hakahay replied to Hurtsky's topic in Web Releases
When I get home after work, I'll tell you how to proceed. -
FluxCP Theme: FluxCP Theme:[FREE] [RESPONSIVE] Hurt Free Theme 2nd
Hakahay replied to Hurtsky's topic in Web Releases
I was able to remove Captcha, thanks for the attention. -
Fechem o tópico, por favor. Postei na sessão errada
-
FluxCP Theme: FluxCP Theme:[FREE] [RESPONSIVE] Hurt Free Theme 2nd
Hakahay replied to Hurtsky's topic in Web Releases
What if I do not want to use captcha? -
Bom dia amigos, Tenho uma noção básica de scripts, porém, ainda me falta mais conhecimento. Eu queria criar um NPC que só fosse ativado depois que você falasse com outro NPC. Ex: NPC2: Olá, vejo que ainda não passou pelo npc1 // - Se ja tiver passado pelo NPC1 NPC2: Vejo que agora ja saiba o que o NPC1 quis dizer, vou te ensinar umas coisas agora... Google Translate:
-
FluxCP Theme: FluxCP Theme:[FREE] [RESPONSIVE] Hurt Free Theme 2nd
Hakahay replied to Hurtsky's topic in Web Releases
Where is the login button? -
Ata, obg ai amigo
-
Então eu posso importar um item_db em português e por no lugar do rAthena e o iteminfo.lub também?
-
E ai gente, tudo bem? Tenho umas dúvidas com relação ao rAthena, por exemplo: Tem como eu deixar a descrição e nome dos itens em Português através da pasta System do BRO, Ou o emulador é exclusivamente em Inglês? Na versão mais atual ja se pode linkar os itens em textos?
-
Link Please
-
I think the only thing you'll see in the image is my normal folder, as nothing happens when you click the executable on all 10 PCs
-
It did not solve, only the course wheel turns, but nothing happens.
-
Not a message appears, just does not open. But 1 month ago was opening perfectly.
-
Good Morning, My Hexed 20120410 is not opening on 10 different machines with Windows 10, it opened correctly a few months ago and without making a modification it stopped working, I was recommended to create a manifest, but I do not have knowledge on how to proceed. Note: I tested it in compatibility mode. Sorry for my English. I do not know what the right area of the post is, sorry if I posted it wrong.
-
Hello friends, Can anyone help me in the following, I am trying to create a system of elements equal to a races system, however I would like to modify the font so that anyone who defends one element can not attack another when I activate PK mode or even if it is possible in PvP. But I have no knowledge of the Source, and I do not know where to modify it to work. I would be humbly grateful to anyone who can help me. This is the basic script I have to mount this system: http://pastebin.com/raw/gHredLke Sorry for my English, I'm from South America. I used google translator.
-
Brother, it was on server.php really, it helped me a lot, thank you. 'LoginServer' => array( 'Address' => '127.0.0.1', 'Port' => 6900, 'UseMD5' => false, // <-- Error Location, was true.