Is expiration page in sourcecop editable?
In fact the page is not editable, but there is a very easy solution to it. Just write a PHP code at the top of your PHP files or an include file and write something like this in it: if(date(“Y-m-d”)>=”2005-11-11″){ header(“Location: error.php”); exit(); } Now encrypt your code and distribute it. Since the code is encrypted, no one will know it.