vitormb's Forum Posts

  • 5 posts
  • troublesum, Thanks alot for the information!

    I'll try it out today when i get back home. We could have more people like you in the world. Thanks for all the time you spent writing your answer.

    Best regards.

  • I haven't given up yet!

  • Portuguese

    Olá Epiconnn, tudo bem?

    Vou tentar te dar uma mão, mas antes queria reforçar que este fórum dá suporte somente para tópicos em inglês.

    Dentro de sua div com a classe 'jogo', coloque um iframe chamando o game em questão. Ficaria deste jeito:

    <div class="jogo">
    <iframe src="seujogo.html"></iframe>
    </div>
    [/code:wr52c6zx]
    
    Levando em consideração que o layout do seu jogo aceite alteração de escala, você só precisa fazer alguns ajustes no css:
    
    [code:wr52c6zx]
    .jogo{
    overflow:hidden;
    margin: 25px;
    border-image: url(Images/Barraum.png) 1 stretch;
    width: 780px;
    border-width: 5px;
    float: left;
    }
    div.Jogo > iframe{
    width: 100%;
    }
    [/code:wr52c6zx]
    
    Tente realizar este teste e me responda por aqui (preferencialmente em inglês por favor). Qualquer coisa, sinta-se livre para me enviar uma mensagem direta por aqui. Abraço!
    
    [b]English[/b]
    
    Epiconnn has a doubt regarding css and html formatting, i've explained him about how to proceed in our native language. He'll reply in english on the next time, or will send me a PM.
    
    Cheers
  • bump

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello there!

    I'm a little frustrated because i focused on this problem for long hours and i haven't found any way to solve it yet.

    I'm following this guide: Online High Score Table (AJAX, PHP, MySQL)

    https://www.scirra.com/tutorials/346/on ... -php-mysql

    This tutorial is great, really well done. But theres a thing that makes me worry. Since the project uses Ajax to send the data, is there a way to secure these data?

    Anyone who access the javascript file will be able to find the URL patch. He'll access: 'savescore.php?name=jhondoe&score=999'.

    Is there a way to make this highscores table more secure?

    I hope someone could lend me a hand. Thanks a lot!

  • 5 posts