very good work i need it for my server:thankyouyellow:
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
Code:
F: user pass 1 1 0 { 0:0:1 } #13-05-2011
2nd: download the Expiry script from here and add it on the following directory
Code:
/bin
3rd: chmod 755
Code:
chmod 755 /bin/expiry
Finally: we make the script to check the remove the expired F line daily at 12AM by the following
Code:
crontab -e
add this line
Code:
00 00 * * * root /bin/expiry
now you will found new file with name "expired" on the directory
Code:
/var/etc
where all you expired F lines listed
very good work i need it for my server:thankyouyellow:
very good work
this is amazing trick sir youdone great job for users
crontab -e
add this line
Code:
00 00 * * * root /bin/expiry
now you will found new file with name "expired" on the directory
in wich file add these lines
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks