Page 1 of 1

generate verfication url with cron job!

Posted: Sun Nov 06, 2016 3:26 am
by bahram
Script URL:
Version of script: 2.0.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Does it work generate verfication urls with cron job?
i sitting cron job and paste code :
wget --header="Accept: text/html" --user-agent="Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0" -O - "http://mysite.com/admin/verify_links.ph ... ot_found=1"

but not work!
if the code used is correct؟
thanks

Re: generate verfication url with cron job!

Posted: Sun Nov 06, 2016 9:44 am
by Klemen
Does it work if you open the verification link in your browser?

Code: Select all

http://mysite.com/admin/verify_links.php?key=1111111111111111&remove_not_found=1

Re: generate verfication url with cron job!

Posted: Sun Nov 06, 2016 10:23 am
by bahram
yes! i test this url and worked but cron job not work!

Re: generate verfication url with cron job!

Posted: Sun Nov 06, 2016 12:28 pm
by Klemen
Do you get any error messages to server admin email when cron job is run?

Re: generate verfication url with cron job!

Posted: Tue Nov 08, 2016 3:22 pm
by bahram
error not found file send to the email!

Re: generate verfication url with cron job!

Posted: Tue Nov 08, 2016 6:31 pm
by Klemen
That's a server error, not a LinkMan generated one.

Do you have wget installed on the server? You might need to use full path to wget binary instead of "wget", check with your host.