Search found 120 matches

by skinkairewalker
Fri Oct 21, 2016 2:36 pm
Forum: Coding Questions
Topic: how can i show image in Canvas ?
Replies: 1
Views: 1590

how can i show image in Canvas ?

hi everyone !

i would like know how can i show some Sprite image in canvas .
by skinkairewalker
Fri Oct 21, 2016 2:35 pm
Forum: Coding Questions
Topic: can i read local server file ?
Replies: 2
Views: 1915

Re: can i read local server file ?

thanks peter ^^
by skinkairewalker
Wed Oct 19, 2016 3:28 pm
Forum: Coding Questions
Topic: can i read local server file ?
Replies: 2
Views: 1915

can i read local server file ?

hi , i am trying read some file .txt in local server ... but when i call command > readString , dont get any string ...
by skinkairewalker
Sun Oct 16, 2016 2:07 pm
Forum: General Discussion
Topic: VIRUS IN MONGOOSE
Replies: 3
Views: 2431

Re: VIRUS IN MONGOOSE

thanks :D
by skinkairewalker
Sat Oct 15, 2016 11:12 pm
Forum: Coding Questions
Topic: Httprequest dont work xD
Replies: 3
Views: 2190

Re: Httprequest dont work xD

thanks falsam by you answer :)

i am trying if CGI Works ... but i have same ...
by skinkairewalker
Sat Oct 15, 2016 11:11 pm
Forum: General Discussion
Topic: VIRUS IN MONGOOSE
Replies: 3
Views: 2431

VIRUS IN MONGOOSE

Vírus Detected !

i take a screenshot . http://prntscr.com/cursa1
by skinkairewalker
Sat Oct 15, 2016 8:02 pm
Forum: Coding Questions
Topic: Httprequest dont work xD
Replies: 3
Views: 2190

Httprequest dont work xD

i am trying get message from PHP application , but dont Works ... code > Procedure HttpGetEvent(Success, Result$, UserData) Debug Result$ If Success Debug Result$ Else Debug "HTTPRequest(): Error" EndIf EndProcedure HTTPRequest(#PB_HTTP_Get, "localhost/test.php", "", @H...
by skinkairewalker
Sat Aug 27, 2016 10:51 am
Forum: Coding Questions
Topic: how can i create a simple server to sb from pb ?
Replies: 7
Views: 3164

Re: how can i create a simple server to sb from pb ?

thanks by you answer Fred I am use Xampp here has code : # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instructions. # See <URL:http://httpd.apache.org/docs/2.4/> for detailed information. # In particular, see # <URL:h...
by skinkairewalker
Sat Aug 27, 2016 3:36 am
Forum: Coding Questions
Topic: how can i create a simple server to sb from pb ?
Replies: 7
Views: 3164

Re: how can i create a simple server to sb from pb ?

i am using demo code in documentation of PB , to try ... this code return time in 1 seccond by 1 seccond If Not InitCGI() End EndIf If Not InitFastCGI(5600) ; Create the FastCGI program on port 5600 End EndIf While WaitFastCGIRequest() If ReadCGI() WriteCGIHeader(#PB_CGI_HeaderContentType, "tex...
by skinkairewalker
Fri Aug 26, 2016 3:51 pm
Forum: Coding Questions
Topic: how can i create a simple server to sb from pb ?
Replies: 7
Views: 3164

Re: how can i create a simple server to sb from pb ?

let me ask another question , who is more fast ?

CGI or FastCGI ? and what the difference between both ?