db3344's Forum Posts

  • What about the custom plugins and behaviors in C3?

  • This is the 'Construct 2' How Do I section - not the php section.

    Such questions should really be asked on a php forum and not here.

    I use this script for getting server time for me C2 games...

  • I use simple PHP script to fetch server time from sql server, it's works fine in PHP 5.1 - 5.5, but in php 7 it not working please help how to write in PDO stile?...

    <?php
    header('Access-Control-Allow-Origin: *');
    
    $mysql_host = "localhost";
    $mysql_database = "xxxx";
    $mysql_user = "yyyy";
    $mysql_password = "zzzz";
    
    $link = mysql_connect($mysql_host, $mysql_user, $mysql_password) or die("error" );
    mysql_select_db($mysql_database, $link) or die ('error');
    
    if(isset($_POST['login'])) $login = $_POST['login'];
    if(isset($_POST['password'])) $password = $_POST['password'];
    
    if(isset($login) && isset($password)){
    
    if($passwordbd == $password){
        
    $r11 = mysql_query("SELECT UTC_DATE() ");
    $result = mysql_fetch_array($r11);
    $r11=$result['UTC_DATE()'];
    echo $r11;
    
    }
    else{
    echo("error");
    }
    }
    ?>[/code:2bfuetn3]
  • Hi

    Whit System expressions could help me to change mail form e.g. ???

  • The maximum for a single apk is 100mb however Google Play offer an option to use expansion files to use more than the 100mb limit

    More Info:

    https://developer.android.com/google/pl ... files.html

    DO you know how to make expansion files?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • What is maximum size of the apk that can I upload in google play ?

  • I'M use NW.js v0.19.4

    Problem Description

    ____ NW.js youtube error ____

    Attach a Capx

    ____ https://drive.google.com/open?id=0BzFa_ ... nk4R0NMdWM ____

    screen when I open youtube site in nw.js http://www.picz.ge/img/s1/1701/25/5/5a5108efa722.png

    ____ https://drive.google.com/open?id=0BzFa_ ... TBLNVprWU0 ____

    there is all c2 original plugins

    Description of Capx

    ____ click on youtube logo and there is error when I open videos in youtube ____

    Steps to Reproduce Bug

    • Step 1 click
    • Step 2 choose videos
    • Step 3 error

    Observed Result

    ____ cant use youtube videos in my projects ____

    Expected Result

    ____ playing youtube videos ____

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Internet Explorer: (YES)
    • only NW.js problem

    Operating System and Service Pack

    ____ win 10. ____

    Construct 2 Version ID

    ____ r242 ____

  • Photon Javascript SDK and Scirra plugin do not provide server time feature.

    You can implement something similar by pinging master client, measuring round trip time to master and adding half of this rtt to local time returned by master. Between such updates, increase the value according to local time change. The result should be synchronous on all clients even if pings are different.

    how can I make pinging sistem? I can't see in plugin expressions...

  • please update plugin there is youtube player error when I export project from nw.js

  • rednka14

    Use intel xdk, I tested and it's working good, don't add "cranberrygame_CordovaInAppBrowser" plugin

  • hi ThePhotons

    How can I receive photon server time?

  • hi cranberrygame

    Not working plugins CordovaWallPaper (can't set wallpaper, I tested in 3 phones, I use example .capx ) and CordovaSoftKeyboard (intelxdk build error 10 times)

  • hi cranberrygame

    Not working plugins CordovaWallPaper (can't set wallpaper, I tested in 3 phones, I use example .capx ) and CordovaSoftKeyboard (intelxdk build error 10 times)

  • rexrainbow

    How can I receive server time from firebase server?

    "CurrentTimestamp.Timestamp" it is my computer time. I need firebase servet time, for protecting time cheating...

  • randomly please send my to, capx file...