Showing Visitor Messages 1 to 1 of 1
-
Dear moderator
At last, JoomlaLMS 1.0.6 trial code was broken and I have the complete package with a lifetime license. (That is because PHP is an open source)
Actually I have tried it my self.
There is a picture for the admin panel from my AppServ site attached
and here is an example piece of code for "admin.joomla_lms.php" :
<?
function jlms_viewaboutpage ($option)
{
global $database;
$expired_str = '<span style = "font-weight:bold; color:green">never</span>';
if (1>0)
{
$a = ioncube_file_info ();
if (isset ($a['FILE_EXPIRY']))
{
$expired_on_time = $a['FILE_EXPIRY'];
$ex_color = 'green';
$now = time ();
if ($expired_on_time - $now > 30 * 24 * 60 * 60)
{
$ex_color = 'green';
}
$expired_str = '<span style = "font-weight:bold; color:' . $ex_color . '">