Search found 48 matches

by boysky76
Tue Jan 21, 2014 12:34 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: include the library
Replies: 4
Views: 3081

Re: include the library

I have to re-create this function in LiveCode server: libURLFormData-put ("username", pusername, "password", ppassword, "signin", "sign") into tData tData post to url ("my_site_url") put it into tHtmlPage libUrlLastRHHeaders put () into tRHeaders-   but I do not know how to include the library revli...
by boysky76
Sun Dec 29, 2013 12:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: include the library
Replies: 4
Views: 3081

Re: include the library

thanks for the suggestion, but after doing this how do I call the function in the script created on the server, I have to use the command "includes stackname.rev" in the script?
by boysky76
Sat Dec 21, 2013 11:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: include the library
Replies: 4
Views: 3081

include the library

Hi,

how to include the library or libUrlLastRhHeaders liburldownloadtofile the LiveCode server?

can someone explain how to do?

thanx
by boysky76
Fri Dec 20, 2013 6:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: server proxi
Replies: 6
Views: 3940

Re: server proxi

hi, Can you explain what you mean by copy "revLibrary stack. I believe it is a button, Which is included as a backscript. If you include the library, the libUrlLastRhHeaders function and other functions might work.2 ... Where do I copy it?, and I recall in some particular way in scirpt. Did you find...
by boysky76
Tue Dec 17, 2013 11:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: server proxi
Replies: 6
Views: 3940

Re: server proxi

thank you very much, I look for you

;);)
by boysky76
Tue Dec 17, 2013 10:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: server proxi
Replies: 6
Views: 3940

Re: server proxi

could you give me some more information, what are the commands that you used in the server-side script, you also know you explain to me why the controls liburllastrhheaders or liburldownloadtofile do not work in lc-server?
thanks for the replies;) ;)
by boysky76
Mon Dec 16, 2013 2:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: server proxi
Replies: 6
Views: 3940

server proxi

Hi, It's possible create a proxy server with lc-server? basically I have a desktop application that I wish you would link to my website and server-side scripts that take data from another site, that is not the application to do this but the server side script and then pass them to the my application...
by boysky76
Sun Dec 15, 2013 8:31 pm
Forum: CGIs and the Server
Topic: post from livecode-server to other webpage php
Replies: 0
Views: 2652

post from livecode-server to other webpage php

Hi,

Is possible post data from a form on a page LiveCode server to another php page?
command libUrlLastRHHeaders () is not accepted by LiveCode server?

THANKS
by boysky76
Fri Dec 13, 2013 8:16 pm
Forum: CGIs and the Server
Topic: LC Server on Easyspace Ubuntu
Replies: 1
Views: 3398

Re: LC Server on Easyspace Ubuntu

I have the same problem, did you manage to solve, I can not sare with LiveCode Server with dominiok.net installed wordpress.

Could you help me?

Thanks
by boysky76
Fri Dec 13, 2013 12:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multi download file
Replies: 7
Views: 4231

Re: Multi download file

Hi,

I certainly know that there are many software that already manage downloads, but I wanted to make one to learn how to handle this, large and small files, with the files in the download queue, while 5 or 6 will discharge and other depart in followed.
by boysky76
Thu Dec 12, 2013 11:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multi download file
Replies: 7
Views: 4231

Re: Multi download file

Hi,

Thanks for the reply boys, one other thing .. and can also handle pause and resume downloads? If yes, what commands I manage this?
by boysky76
Thu Dec 12, 2013 10:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multi download file
Replies: 7
Views: 4231

Re: Multi download file

You can give me some most advise. . To manage downloads using liburldownloadtofile always ..?
by boysky76
Thu Dec 12, 2013 9:30 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multi download file
Replies: 7
Views: 4231

Multi download file

Hi people, I wanted to know if it was possible with LiveCode manage multiple downloads at the same time, in practice I would like to create a multidownload manager like jdownloader or Mipony something simple to start and I wanted to understand if LiveCode could handle something like this. Thanks to ...
by boysky76
Tue Dec 03, 2013 9:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode Server (how to install, test, and manage)
Replies: 16
Views: 10906

Re: Livecode Server (how to install, test, and manage)

I still can not run, I asked about the hosting service and they gave me the correct path to put in. htaccess file but still does not work.
by boysky76
Mon Dec 02, 2013 3:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode Server (how to install, test, and manage)
Replies: 16
Views: 10906

Re: Livecode Server (how to install, test, and manage)

you can post an example. htaccess file, please
in runrev in the lesson, that you also have posted before, said create a file .htaccess with this content.

Options ExecCGI
 LiveCode-script AddHandler. lc
 LiveCode Action-script / cgi-bin/livecode-server

Go to advanced search