Re: Running a stack from the On-Rev server.

2009-09-26 Thread Alex Tweedly
Alex Tweedly wrote: Hmmm. Are you saying issue this command from within an irev script? I don't think it works from there. Or, to be more precise, I just tried it, and it didn't work for me. Of course I changed the appropriate parts first. I can confirm this definitely works for me. I

Re: Running a stack from the On-Rev server.

2009-09-24 Thread Alex Tweedly
Jim Bufalini wrote: There are a few ways, depending on what you wish to do. You can do something like put URL (file:new.mp3) into (ftp://user:passw...@ftp.site.com/mp3s/this.mp3;) Hmmm. Are you saying issue this command from within an irev script? I don't think it works from there.

Re: Running a stack from the On-Rev server.

2009-09-23 Thread Mark Schonewille
Hi Francis, You can set a password for a directory and prevent downloading the MP3 files without password. For a demo, you could use small 20 seconds fragments of the same MP3 files and put those into a different, unprotected directory. You can download the files using a put URL command.

RE: Running a stack from the On-Rev server.

2009-09-23 Thread Jim Bufalini
Hi Mark, Btw, if you have more than 1 server, you can write a simple irev script to randomly write out HTML files with links to different mirrors. That might spread your bandwidth. By this, I assume you mean when a user requests to download, the suggested site to download from varies either

Re: Running a stack from the On-Rev server.

2009-09-23 Thread Alex Tweedly
Jim Bufalini wrote: Do you know a way, simple or not, ;-) to populate mirrors (other commercial shared server services you may have) with your download, directly from on-Rev, using an irev script? Obviously, from a client, you can write a Rev script to FTP up to multiple servers. But I'm

Re: Running a stack from the On-Rev server.

2009-09-23 Thread Sarah Reichelt
I think there would be a way to run the rev script from the command line (and hence as a cron job) if you wanted to do that - but I haven't tried that yet (might need to wait for the cgi version of Rev to be on on-Rev). (Actually - if anyone knows the answer to that, I'd be grateful to hear

Re: Running a stack from the On-Rev server.

2009-09-23 Thread Mark Smith
You can certainly install the 3.5 cgi engine on on-rev, so a script to check the folder and copy to another server can be run as a cron-job. I don't think libUrl is part of the cgi engine, though I'm pretty sure you could install it with the engine, and start using it in your command-line

RE: Running a stack from the On-Rev server.

2009-09-23 Thread Jim Bufalini
Hi Alex, Jim Bufalini wrote: Do you know a way, simple or not, ;-) to populate mirrors (other commercial shared server services you may have) with your download, directly from on-Rev, using an irev script? Obviously, from a client, you can write a Rev script to FTP up to multiple

Re: Running a stack from the On-Rev server.

2009-09-23 Thread Jim Ault
This was offered on the forum as a method for running a php script. ?rev put shell(/usr/local/bin/php /home/yoursubdomain/path-to/ phpscript.php) into tmp ? --Does this help get you closer to command line irev script ? On Sep 23, 2009, at 3:46 PM, Sarah Reichelt wrote: I think there would

Running a stack from the On-Rev server.

2009-09-22 Thread Francis Nugent Dixon
Hi from Paris, I have a Revolution demonstration program that I want to show to potential buyers. The demo stack is called by a Mac or PC SplashStack, so I effectively have two stacks. I could send it by CD, but this takes time, but it would be so nice to allow them to download it from my

Re: Running a stack from the On-Rev server.

2009-09-22 Thread Thomas McGrath III
Why not store the mp3s in custom properties inside a stack for download. Tom McGrath III Lazy River Software 3mcgr...@comcast.net iTunes Library Suite - libITS Information and download can be found on this page: http://www.lazyriversoftware.com/RevOne.html On Sep 22, 2009, at 6:42 AM, Francis