thiago28x's Forum Posts

  • 7 posts
  • Hey! Thank you for replying! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    I did put the "score=" in the Send field, I guess..

    Gonna give one more try today after work <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    (need to assure the "Access-Control-Allow-Origin: *" is ok on the header.. I'm not a programmer so I take sometime to figure out where to put the codes and lines lol)

    I attached CAPX files to google drive here:

    https://drive.google.com/drive/folders/ ... sp=sharing

  • Hey,

    I'm new to the forums, so sorry for not posting screenshots of the problem.

    I have been trying to make a PHP/Mysql, database to create a login.

    I completed like 3 tutorials on the web, and the ones here, like "Simple Login using a MySQL database", and "Creating your own Leaderboard / Highscores easy and free (PHP MySQL)"

    After quite some research and failures, I figured that "Fatal error: Uncaught Error: Call to undefined function mysql_connect()"

    has to do with some deprecated functions of a old PHP, and now people use the DBOperations.

    So, I'm following a Android tutorial on "learn2crack" website, with the name "Android Login Registration System with PHP and MySQL (Updated) – Server #1"...

    I have set up, all the server, database, php files etc. And I'm using Postman, to POST, this request to the server:

    {
       "operation":"register",
       "user":{
            "name":"Raj Amal",
            "email":"raj.amalw@learn2crack.com",
            "password":"rajamalw"
       }
    }[/code:2ilq0ekv]
    
    My question is, the code above, the Register Operation, How I POST that, using Construct 2 events? 
    
    I tried a Event like this:
    Mouse, On left button clicked, on Sprite, AJAX, Send "" to URL "http://127.0.0.1/polar/savescores.php?name=" & txtPlayerName.Text & "&score=" & Score (method "POST", tag "PostScore"). 
    
    But that is not working, anyone has any suggestions?

    Pokemon Go, and waiting for Sun and Moon, lol

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes. I know exactly to what you are referring.

    I want to input the keys in the properties table, but the table does not show up. :/

    Some screens:

    https://drive.google.com/file/d/0B11L1l ... sp=sharing

    https://drive.google.com/file/d/0B11L1l ... sp=sharing

  • Hey, hello, your plugins are awesome!

    [quote:23rmcrcv]Have you fill the properties "Application ID", "Javascript Key", and "Server URL" of rex_parse_initialize?

    I want to do that. But how? I have to write the keys on the "edittime.js" or "parse-1.6.14.min.js" files?

    Because I cant access them through construct...

  • Hey guys, how are you doing?

    I'm having trouble to get the -Parse initialize- plugin to run.

    I have downloaded RexRepo_v2, and downloaded all plugins and behaviors. (it says status: latest)

    Now I have a huge list of plugins <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" />, but, no signal of the Initialize plugin and its "gear icon".

    Although I have the plugin folder installed on:

    C:\Program Files\Construct 2\exporters\html5\plugins\rex_parse_initialize

    If I run the " parse auth.capx " provided, on google Chrome, it warns:

    [quote:84qjli3h]"Javascript error!

    Uncaught error: You need to call Parse.initialize before using Parse.

    http://localhost:500000/parse-1.6.14.min.js, lin 15 (col 30414)

    This may be a bug in Construct 2 or a third party plugin or behavior - please report it to the developer following the bug report guidelines.

    Subsequent errors will be logged on the console."

    So I have no idea what is going on, I just want to be able to insert the Parse keys, but that does not show up under "Properties",

    because Initialize plugin is lacking, I guess.

    Is there a way to force the Initialize plugin to show up, or I'm missing something?

    (I'm running chrome, on windows 7 64 bit. I have XAMPP installed, and Android Studio. Construct 2 Release 233 - 64bit)

    Also, I'm doing this following these tutorials:

    scirra.com/tutorials/4987/p ... ial/page-3

    scirra.com/tutorials/1455/p ... rse-plugin

  • Hello, my name is Thiago.

    I'm a student from Brazil, with no coding skills.

    I'm developing a basic game. I need a programmer to setup a register/login online system.

    I guess it can my done using MySQL, or PHP. Hosted on a Hostinger website.

    With the login I need a MySQL table with name, age, email, and password, and also, a number, for in-game token/coins.

    Tokens need to be transferable to other users registered in the database.

    Need a "search others users" button, for sending and receiving tokens.

    And that is it.

    Please feel free to ask question via pm, and please send how much that job would cost.

    Thanks.

    (I'm new to this forum so I cant reply private messages. Please reply to my email at )

  • 7 posts