• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Academy Learning Management System

Academy Learning Management System v6.7 Untouched

No permission to download
if you want no changes to our About page just delete the code and paste this code in
- Application/views/backend/admin/about.php



<?php
$curl_enabled = function_exists('curl_version');
?>
<!-- start page title -->
<div class="row ">
<div class="col-xl-12">
<div class="card">
<div class="card-body">
<h4 class="page-title"> <i class="mdi mdi-apple-keyboard-command title_icon"></i> <?php echo get_phrase('about_this_application'); ?></h4>
</div> <!-- end card body-->
</div> <!-- end card -->
</div><!-- end col-->
</div>

<div class="row justify-content-center">
<div class="col-xl-9">
<div class="card cta-box">
<div class="card-body">
<div class="media align-items-center">
<div class="media-body">
<div class="chart-widget-list">
<p>
<i class="mdi mdi-square"></i> <?php echo get_phrase('software_version'); ?>
<span class="float-right"><?php echo get_settings('version'); ?></span>
</p>
<p>
<i class="mdi mdi-square"></i> <?php echo get_phrase('check_update'); ?>
<span class="float-right">
<a href="https://codecanyon.net/user/creativeitem/portfolio"
target="_blank" style="color: #343a40;">
<i class="mdi mdi-telegram"></i>
<?php echo get_phrase('check_update'); ?>
</a>
</span>
</p>
<p>
<i class="mdi mdi-square"></i> <?php echo get_phrase('php_version'); ?>
<span class="float-right"><?php echo phpversion(); ?></span>
</p>
<p class="mb-0">
<i class="mdi mdi-square"></i> <?php echo get_phrase('curl_enable') ?>
<span class="float-right">
<?php echo $curl_enabled ? '<span class="badge badge-success-lighten">'.get_phrase('enabled').'</span>' : '<span class="badge badge-danger-lighten">'.get_phrase('disabled').'</span>'; ?>
</span>
</p>

<p style="margin-top: 8px;">
<i class="mdi mdi-square"></i> <?php echo get_phrase('purchase_code'); ?>
<span class="float-right"><?php echo get_settings('purchase_code'); ?></span>
</p>

<p style="margin-top: 8px;">
<i class="mdi mdi-square"></i> <?php echo get_phrase('product_license'); ?>
<?php if($application_details['product_license'] == 'valid'): ?>
<span class="float-right badge badge-success-lighten"><?php echo get_phrase($application_details['product_license']); ?></span>
<?php else: ?>
<span class="float-right badge badge-danger-lighten mt-1"><?php echo get_phrase($application_details['product_license']); ?></span>
<button class="btn btn-primary float-right mr-2 py-0" onclick="showAjaxModal('<?php echo site_url('admin/save_valid_purchase_code'); ?>', '<?php echo get_phrase('enter_valid_purchase_code'); ?>');"><?php echo get_phrase('enter_valid_purchase_code'); ?></button>
<?php endif; ?>
</p>
<p>
<i class="mdi mdi-square"></i> <?php echo get_phrase('customer_support_status'); ?>
<span class="float-right">
<?php if (strtolower($application_details['purchase_code_status']) == 'expired'): ?>
<span class="badge badge-danger-lighten float-right mt-1"><?php echo get_phrase($application_details['purchase_code_status']); ?></span>
<a href="https://codecanyon.net/item/academy-course-based-learning-management-system/22703468" target="_blank" class="btn btn-success float-right mr-2 py-0"><?php echo get_phrase('renew_support'); ?></a>
<?php elseif (strtolower($application_details['purchase_code_status']) == 'valid'): ?>
<span class="badge badge-success-lighten"><?php echo get_phrase($application_details['purchase_code_status']); ?></span>
<?php else: ?>
<span class="badge badge-danger-lighten"><?php echo get_phrase($application_details['purchase_code_status']); ?></span>
<?php endif; ?>
</span>
</p>
<p>
<i class="mdi mdi-square"></i> <?php echo get_phrase('support_expiry_date'); ?>

<?php if ($application_details['support_expiry_date'] != "invalid"): ?>
<span class="float-right"><?php echo $application_details['support_expiry_date']; ?></span>
<?php else: ?>
<span class="float-right"><span class="badge badge-danger-lighten"><?php echo ucfirst($application_details['support_expiry_date']); ?></span></span>
<?php endif; ?>
</p>
<p class="mb-0">
<i class="mdi mdi-square"></i> <?php echo get_phrase('customer_name') ?>
<?php if ($application_details['customer_name'] != "invalid"): ?>
<span class="float-right"><?php echo $application_details['customer_name']; ?></span>
<?php else: ?>
<span class="float-right"><span class="badge badge-danger-lighten"><?php echo ucfirst($application_details['customer_name']); ?></span></span>
<?php endif; ?>
</p>
<p style="margin-top: 8px;">
<i class="mdi mdi-square"></i> <?php echo get_phrase('get_customer_support'); ?>
<span class="float-right"><a href="https://support.creativeitem.com" target="_blank" style="color: #343a40;"> <i class="mdi mdi-telegram"></i> <?php echo get_phrase('customer_support'); ?> </a> </span>
</p>
<p style="margin-top: 8px;">
<i class="mdi mdi-square"></i> <?php echo get_phrase('Our Premium Services'); ?>
<span class="float-right"><a href="https://creativeitem.com/services" class="btn btn-warning py-0" target="_blank" style="color: #343a40;"> <?php echo get_phrase('Get Services'); ?> </a> </span>
</p>
</div>
</div>
<img class="ml-3" src="<?php echo base_url('assets/backend/images/report.svg'); ?>" width="120" alt="Generic placeholder image">
</div>
</div>
</div>
</div>
</div>
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock