Add expiry date for any F line
This is a very wonderful addition for CCcam server owners to control their F lines
They can add Expiry date for any F line
1st: you create the F line as normal and end it with the Expiry date
2nd: download the Expiry script from here and add it on the following directory
3rd: chmod 755
Finally: we make the script to check the remove the expired F line daily at 12AM by the following
add this line
now you will found new file with name "expired" on the directory
where all you expired F lines listed
This is a very wonderful addition for CCcam server owners to control their F lines
They can add Expiry date for any F line
1st: you create the F line as normal and end it with the Expiry date
Code:
F: user pass 1 1 0 { 0:0:1 } #23-10-2012
Code:
/bin
Code:
chmod 755 /bin/expiry
Code:
crontab -e
Code:
00 00 * * * root /bin/expiry
Code:
/var/etc
Comment