Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Add expiry date for any F line

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bliner
    Banned
    • Jun 2010
    • 333

    Add expiry date for any F line

    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 } #23-10-2012
    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
    Attached Files
  • mouloufi
    Newbie
    • Nov 2010
    • 7

    #2
    Re: Add expiry date for any F line

    is ther same script for oscam??
    thanks

    Comment

    • digicon
      Experienced Board Member
      • Jun 2011
      • 971

      #3
      Re: Add expiry date for any F line

      Originally posted by mouloufi
      is ther same script for oscam??
      thanks

      There is no script for Oscam Date expiry you can add this by going into the Oscam webif and entering it into the 'Exp.Date' column what ever date you choose will stop on that

      Comment

      Working...