Desperately needing help!

Hi all,

I have searched this forum and the web in general but just can’t seem to get the answer I need to make it work.

I recently downloaded a free program that will generate a disposable link to a file on my server. The link is supposed to be temporary (either has a click or time limitation). I have read the manual from front to back and back to front but just can’t seem to figure it out.

The step I am not understanding is supposed to take only seconds, well it’s been 72 hours for me trying to figure it out.

The program has a built in link generator and I am able to get the script. Now, this is where I’m stuck, what do I do with that script? Here is the script:

[php]<?php
require ‘[PATH_TO_SCRIPT_HERE]/getlink.php’;
$DisposableLink=GetDisposableLink(‘E0B33A8926’,‘CUST_ID’,3,86000,’’,’’,‘No’,‘accessnow’);
echo $DisposableLink;
?>[/php]

All I need is the actual link as I need to email that link to another person.

I have followed the manual which says to embed it into the of the page but that didn’t work. I know that I need to replace the [PATH_TO_SCRIPT_HERE] with the actual path to get to “getlink.php”.

I am not sure if I am making much sense, but please let me know if you have any clue about what I’m supposed to do with the above script.

Any info is greatly appreciated!
Thanks.

Sponsor our Newsletter | Privacy Policy | Terms of Service