generate verfication url with cron job!

Problems installing LinkMan?
Post Reply
bahram
Posts: 9
Joined: Sat Oct 29, 2016 9:50 am

generate verfication url with cron job!

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: generate verfication url with cron job!

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
bahram
Posts: 9
Joined: Sat Oct 29, 2016 9:50 am

Re: generate verfication url with cron job!

Post by bahram »

yes! i test this url and worked but cron job not work!
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: generate verfication url with cron job!

Post by Klemen »

Do you get any error messages to server admin email when cron job is run?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
bahram
Posts: 9
Joined: Sat Oct 29, 2016 9:50 am

Re: generate verfication url with cron job!

Post by bahram »

error not found file send to the email!
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: generate verfication url with cron job!

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply