79450741

Date: 2025-02-19 09:01:12
Score: 1
Natty:
Report link

The easiest way is to use .htaccess without touching the script code.

.htaccess

RewriteEngine On
RewriteRule ^cron/([^/]+)/([^/]+)/([^/]+)/?$ /path_to_script/cronjob.php?username=$1&password=$2&code=$3 [L,QSA]

result

* * * * * wget site.com/cron/test/test/1234
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anatoliy Antipev