Thomas B�rnert ([EMAIL PROTECTED]; Tuesday, July 01, 2003 1:44 AM): > Hello,
> i've a small problem. > is it possible to generate a random url to the > statistics generated with analog, e.x. > I've an URL http://domainwhatever.com/statistics > and i will be redirected to this URL > http://www.domainwhatever.com/JkejdsNfqoejdsgueanxwSMew/ > The URL is random generated for every time. > In this case i can't guess the path where the files are > located. > Thanks for help and ideas. There is no facility in Analog to do this. You can probably script something with Perl or VBScript to do this. You may also have to configure your server (or server-side scripting) the handle the redirection. I am not sure what you are hoping to achieve by this. If you are looking for security you should use your web server's authorization system, such as Apache's .htaccess files. If you are trying to make the reports transaction safe for multiple users under the form interface I think you'll find that the processing load won't hold up to much more than one or two reports at a time anyway. -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
