the script can be run as a cronjob
normally it should not produce a output
- php 8.1+ with enabled mysqli & curl extension
- rename
mysql_userdata_example.php
tomysql_userdata.php
and fill the required fields - create a table using the
create_table.sql
or follow the structure given - export your cookies for travelynx.de as a netscape cookies.txt file and place it in the same directory as
cronjob.php
- either run
php cronjob.php
or add it to your crontab
The script must be run in the directory where the
cookies.txt
is located socd
into it before running