Please how to set the parameters for MyCity-Mobile

53 views
Skip to first unread message

Krivonoska Viktor

unread,
Apr 18, 2015, 3:15:49 PM4/18/15
to improvemyc...@googlegroups.com
How to proceed

Please how to set the parameters for MyCity-Mobile

Server address. Can it be textual or numeric (XXX.XXX.XXX.XXX), eg ServerSTR = "???? smartcitydemos.urenio.org";

2. The server inner path. Inner path (Concatenated after ServerSTR) Where the PHP scripts are Stored on the Server, eg phpExec = "/ ???";

3. The server path of issues' images. Inner path (Concatenated after ServerSTR) Where the images are Stored on the Server, eg remoteImages = "/ ???";

thank you
Viktor

Krivonoska Viktor

unread,
Apr 18, 2015, 4:02:56 PM4/18/15
to improvemyc...@googlegroups.com


Dne sobota 18. dubna 2015 21:15:49 UTC+2 Krivonoska Viktor napsal(a):
//==================== Communication parameters =================
/** Transmitting protocol */
public static String COM_Protocol   = "http://";

/** Secure transmitting protocol. If your server supports SSL then this should be https:// */
public static String COM_Protocol_S = "http://"; 
//public static String COM_Protocol_S = "https://";
    /** Server address. It can be a XXX.XXX.XXX.XXX address instead */
public static String ServerSTR      =  "www.zaprahu.cz";
/** Server path of application */
public static String phpExec        = "/praha";
/** Server path of issue images */ 
public static String remoteImages   = "/praha";

/** Encryption key for transmitting password (16 digits). It should be the same as in your ImproveMyCity joomla component. 
* The default value is 1234567890123456 (choose this as a quick start to connect with your server).
* */
public static String EncKey =  "1234567890123456"; // This key is for the demo server
 

thank you
Viktor

Dimitrios Ververidis

unread,
Apr 20, 2015, 2:15:29 AM4/20/15
to improvemyc...@googlegroups.com
Sorry for the delayed reply Viktor,

the parameters you send me are fine. Did you manage to run the android app ?

BR,
Dimitrios

Krivonoska Viktor

unread,
Apr 20, 2015, 12:24:49 PM4/20/15
to improvemyc...@googlegroups.com

Hello,
yes android app but I started communicating with the server
His application is within JOOMLA 2.5 at.

//==================== Communication parameters =================
/** Transmitting protocol */
public static String COM_Protocol   = "http://";

/** Secure transmitting protocol. If your server supports SSL then this should be https:// */
public static String COM_Protocol_S = "http://"; 
//public static String COM_Protocol_S = "https://";
    /** Server address. It can be a XXX.XXX.XXX.XXX address instead */
public static String ServerSTR      =  "www.zaprahu.cz/praha";
/** Server path of application */
public static String phpExec        = "praha/";
/** Server path of issue images */ 
public static String remoteImages   = "praha/";

/** Encryption key for transmitting password (16 digits). It should be the same as in your ImproveMyCity joomla component. 
 * The default value is 1234567890123456 (choose this as a quick start to connect with your server).
 * */
public static String EncKey =  "1234567890123456"; // This key is for the demo server
 

thank you
Viktor

Dne pondělí 20. dubna 2015 8:15:29 UTC+2 Dimitrios Ververidis napsal(a):
Reply all
Reply to author
Forward
0 new messages