Forum Moderators: coopster

Message Too Old, No Replies

Question about LinklokURL script

         

miramax

5:07 pm on Oct 8, 2007 (gmt 0)

10+ Year Member



I'm using LinkLokURL to hide the location of a couple files, their customer support is non-existent. Does anyone use this LinkLokURL script?

I'm trying to use script for 'Emailing secure download links', as specified in manual. It is suggested to set up a form to collect the required information, then user need submit this form.
Here is their form example:

<form name="form" method="get"
action="demo.php">
<p><input type="text" name="name"></p>
<p><input type="text" name="email"></p>
<p><input type="submit" name="button1"></p>
<?php linklokemail('file1.zip,file2.exe',60,0,
'http://www.yoursite.com/index.htm,3');?>
</form>

I placed this form in html page and saved it as demo.php file. But when click submit, nothing emailed and page not redirected. Does someone have ideas?

eelixduppy

6:58 pm on Oct 8, 2007 (gmt 0)



You should check your error logs to see what's going on and report back here if you are getting errors from those specific scripts. Make sure that your smtp directives are properly set, as well, in your php.ini file.

miramax

11:40 am on Oct 11, 2007 (gmt 0)

10+ Year Member



Problem solved. I forgot to include a PHP include statement at the top of html form. So form cannot call a script.