:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/nta.net.au/old/**
:: Editing File: blogs.php
<?php include"header.php";?> <nav class="breadcrumb-layout bg-lighter d-block" aria-label="breadcrumb"> <div class="breadcrumb-wrapper container align-items-baseline d-flex justify-content-start justify-content-md-between"> <nav aria-label="breadcrumb"> <ol class="breadcrumb m-0 p-0"> <li class="breadcrumb-item"> <a href="index.php" class="hover-underline font-weight-normal"> Home </a> </li> <li class="breadcrumb-item active"> <a href="#" class="hover-underline font-weight-normal"> Industry News </a> </li> </ol> </nav> </div> </nav> <section class="services" style="background: #fff; padding: 80px 0px;"> <div class="container"> <div class="row mb-lg-6"> <div class="col-xl-8 mb-6"> <div class="custom-card bg-white custom-card-hero"> <div class="custom-card-body"> <div class="custom-card-content"> <h5 class="custom-card-title"><a target="_blank" href="https://www.asqa.gov.au/news-events/news/english-language-intensive-courses-overseas-students-elicos-multiple-confirmations-enrolment-coes" class="hover-underline"> ELICOS providers issuing multiple CoEs</a></h5> <p class="custom-card-copy">At 75 years old, Mike McGee likes spending quiet time with his wife, enjoying the seaside views from their home, or in his woodworking workshop, wood-turning and carving his next project.</p> </div><a target="_blank" href="https://www.asqa.gov.au/news-events/news/english-language-intensive-courses-overseas-students-elicos-multiple-confirmations-enrolment-coes" class=""> <img src="images/blog/1.png" class="img-fluid top-0" width="1600" height="720"/> </a> </div> <div class="custom-card-footer"> <p class="mb-0">by <a href="#" class="hover-underline">Admin</a> </p> <time datetime="23-04-03">Sep 1, 2024</time> </div> </div> </div> <div class="col-xl-4"> <div class="row"> <div class="col-md-6 col-xl-12 mb-6"> <div class="custom-card bg-white custom-card-textual"> <div class="custom-card-body"> <div class="custom-card-content" style="height: auto;"> <h5 class="custom-card-title"><a target="_blank" href="https://www.asqa.gov.au/news-events/news/concerning-practices-real-estate-sector" class="hover-underline"> Concerning practices in the real estate sector</a></h5> <p class="custom-card-copy">ASQA is concerned about some practices by registered training organisations (RTOs) delivering training and assessment for CPP41419: Certificate IV in Real Estate Practice.</p> </div> </div> <div class="custom-card-footer"> <p class="mb-0">by <a href="#" class="hover-underline">Admin</a> </p> <time datetime="19-01-01">Sep 2, 2024</time> </div> </div> </div> <div class="col-md-6 col-xl-12 mb-6"> <div class="custom-card bg-white custom-card-textual"> <div class="custom-card-body" style="height: 250px;"> <div class="custom-card-content" style="height: auto;max-height: none;"> <h5 class="custom-card-title"> <a href="https://www.asqa.gov.au/news-events/news/bogus-aust-skills-system-pty-ltd-trading-auskills-training-former-rto-41163-statements-attainment-and-qualifications" target="_blank" class="hover-underline">Auskills statements of attainment and qualifications </a></h5> <p class="custom-card-copy">Through ASQA’s investigation work we have confirmed the issuance of several bogus First Aid statements of attainment and Early Childhood Education and Care qualifications purportedly issued by Auskills Training.</p> </div> </div> <div class="custom-card-footer"> <p class="mb-0">by <span class="font-weight-500 text-primary">Admin</span> </p> <time datetime="23-09-21">Sep 3, 2024</time> </div> </div> </div> </div> </div> </div> </div> </section> <style> .embed-responsive-20by9:before { padding-top: 0%; } .custom-card p { text-align:justify; } </style> <div class="c-people__header d-flex justify-content-between section-header"><div class="mb-0"> </div> <!----></div> <section class="services" style="background: #fff; padding: 0px 0px 80px 0px;"> <div class="block block-lg text-center" data-block="Blog Posts"> <div class="container"> <center><h2>More Industry News</h2></center> <div class="row justify-content-center"> <?php include 'admin/include/config.php'; ?> <?php /*$lead="SELECT * FROM tbl_blogs WHERE status = 1 ORDER BY id asc LIMIT 18446744073709551615 OFFSET 3; ";*/ $lead="SELECT * FROM tbl_blogs WHERE status = 1 ORDER BY id desc "; $stmt_lead=$conn->query($lead); $client_lead = $stmt_lead->fetchAll(); foreach ($client_lead as $row) { ?> <div class="col-md-6 col-lg-4 mb-6"> <div class="custom-card bg-white"> <div class="custom-card-body"> <div class="custom-card-content"> <h5 class="custom-card-title"> <a target="_blank" href="<?php echo $row['blog_url']?>" class="hover-underline"> <?php echo $row['blog_name']?> </a> </h5> </div> <a target="_blank" href="<?php echo $row['blog_url']?>" class="custom-card-img-wrapper embed-responsive embed-responsive-20by9"> <img src="<?php echo $DOMAIN_NAME_ADMIN.'/storage/blogs/'.$row['blog_image']?>" class="img-fluid lazyload top-0"/> </a> <br> <p> <?php echo $row['blog_content']?> </p> </div> <div class="custom-card-footer"> <p class="mb-0">by <span class="font-weight-500 text-primary">Admin</span></p> <time datetime="21-06-07"><?php echo $row['blog_month']?> <?php echo $row['blog_date']?> , <?php echo $row['blog_year']?> </time> </div> </div> </div> <?php } ?> </div> </div> </section> <?php include"footer.php" ?>