Jump to content


tomasart

Member Since 18 Apr 2011
Offline Last Active Today, 07:59 AM

Posts I've Made

In Topic: Ds_List_Find_Value Error

06 June 2013 - 11:22 AM

Thanks, with ds_list_add( id , value ); it works fine.


In Topic: Store game data in MySQL database with async

25 May 2013 - 07:45 AM

 

Ok, know i have it working on my localhost and on my hosting.

 

How i can get it work on my iphone?

 

I thing i have need acces right to call the .php script from outside the localhost right?

 

Yeap from memory you just need to make sure that external IPs are allowed access and then you just navigate to the computer's IP and port on your iPhone in Safari.

 

SOLVED: Thanks, now it work's from my iphone app. It's very easy there is no Cross-site scripting over IPhone APP, Android or windows version. Only over HTML5 so i have put the databse online and i can test the my game over the windows and iphone compiler XD.

 

This is a must have for all games you do, storing the information online. Very GREAT Derme, thanks a lot for this code.


In Topic: Store game data in MySQL database with async

24 May 2013 - 12:12 PM

Ok, know i have it working on my localhost and on my hosting.

 

How i can get it work on my iphone?

 

I thing i have need acces right to call the .php script from outside the localhost right?


In Topic: Reload Browser

20 May 2013 - 09:05 AM

SOLVED: with javascript function.


In Topic: Reload Browser

20 May 2013 - 08:24 AM

Maybe it is poible with a javascript function windows.reload that i can call from the game?