����
One Hat Cyber Team
One Hat Cyber Team
Your IP :
18.219.103.177
Server IP :
192.185.194.254
Server :
Linux raider.websitewelcome.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home2
/
glenar
/
ads.glenar.com
/
1
/
View File Name :
index.php
<?php $isBlog = true; define('MY_PAGE_TITLE', 'Search Classified Ads Online | Marketing Ads Blogs | Small Business Advertising - Advertising9.Com'); define('MY_PAGE_DESCRIPTION', 'Read various Blogs on Online Marketing articles posted at Advertising9.Com and get all the information about classifies ads that are to be posted.'); define('MY_PAGE_KEYWORDS', 'advertising blog, marketing blog'); require '../includes/master.inc.php'; include('../templates/header.php'); require '../templates/logoandsearch.php'; //if(!isset($_SESSION)) // session_start(); $blog_articles = new Articles(); ?> <script type="text/javascript"> var pages = 1; var pages_r = 1; </script> <script type="text/javascript" src="<?php echo $_SERVER['REQUEST_URI']; ?>js/main.js"></script> <div style="padding: 5px 19px 15px;border-radius: 10px; width: 1000px; margin:0 auto 20px;" class="clearfix"> <h1 style="text-align:center;color:#6AA8E1;font-size:25px;">Advertising Blog</h1> <style type="text/css"> .main{ width: 1000px; } .main-wrap{ padding-right: 10px; width: 730px; float: left; /* line-height: 50.875px;*/ } .pop-wrap{ width: 260px; float: left; } .main-articles{ width: 100%; } .pop-articles{ width: 100%; } .main-articl{ line-height: 1.3; margin-bottom: 20px; clear: both; min-height: 100%; height: auto; width: 100%; float: left; } .pop-articl{ margin-bottom: 20px; } .progress-bar-r { padding: 10px; border: 1px solid #F9BC3B; border-radius: 5px; background-color: #FFFFC9; color: #333333; font-size: 14px; line-height: 20px; width:200px; margin-left:70px; font-weight:bold; } .progress-bar { font-weight:bold; } </style> <div class="main"> <div class="main-wrap"> <h2 style=" color: #6AA8E1; font-size: 22px;">Recent Posts</h2> <div class="main-articles"> <?php if (isset($_SESSION['main_articles']) && count($_SESSION['main_articles']) > 0) { $i = 0; foreach ($_SESSION['main_articles'] as $key => $value) { if (file_exists($value)) { if ($i++ > 9) break; ?> <div class="main-articl"> <?php $blog_articles->printMainArticle($value); ?> </div> <?php } unset($_SESSION['main_articles'][$key]); } } ?> </div> <p style="margin:auto;padding-top:300px;margin-top:-280px;" class="text-center"> <?php if ($blog_articles->countPages() > 10) { ?> <span class="scroll-l loading" style="display: none;">Loading... Please wait</span> <?php } ?> </p> </div> <div class="pop-wrap"> <h2 style=" color: #6AA8E1; font-size: 22px;width: 100%;text-align: center;float: left;">Popular Posts</h2> <div class="pop-articles"> <?php if (isset($_SESSION['popular_articles']) && count($_SESSION['popular_articles']) > 0) { $i = 0; foreach ($_SESSION['popular_articles'] as $key => $value) { if (file_exists(__DIR__ . '/' . $value)) { if ($i++ > 4) break; ?> <div class="pop-articl"> <?php $blog_articles->printMainArticle($value); ?> </div> <?php } unset($_SESSION['popular_articles'][$key]); } } ?> </div> <p style="margin:auto;padding-top:300px;margin-top:-280px;" class="text-center"> <?php if ($blog_articles->countPopArticles() > 5) { ?> <span class="scroll-r loading" style="display: none;">Loading... Please wait</span> <?php } ?> </p> </div> </div> </div> <?php include_once( '../templates/copyrights.php' ); ?> <?php include_once( '../templates/footer.php' ); ?>