403Webshell
Server IP : 208.122.213.31  /  Your IP : 216.73.216.183
Web Server : Apache
System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64
User : WHMCS_MIA_382 ( 1001)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/httpd/html/baberankings.com.bak/templates/default/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/httpd/html/baberankings.com.bak/templates/default/index.tpl
<div id="middle-column">
<div class="intro">
<h1><%site_name%></h1>
<br />
    <p><%_intro_msg%></p>

<!-- #end intro --></div>

<!--[If Start image_slide_show == 'Yes']-->
<div class="banner">
<? $SQL = "SELECT * FROM $membtable LEFT JOIN $picstable ON i_user=m_id WHERE i_daily_status=1 AND i_status>=1 AND i_video=0 ORDER BY RAND()";?>
<? $SQL = (max_images_slide_show > 0 ? $SQL . ' LIMIT '. max_images_slide_show : $SQL);?>
<!--[Loop Start QUERY:$SQL]-->
	<!--[If Start $en['loops_index'] == 1]-->
		<? //profile_section(_daily_image); ?>
		<script type="text/javascript">
		var mygallery=new simpleGallery({
		wrapperid: "simplegallery1", //ID of main gallery container,
		dimensions: [460, 250], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
		imagearray: [
		["<%dir%>images/pictures/<%m_id%>-<%i_id%>.jpg", "<%dir%>view/<%m_user%>.html", "_new", "<%i_name%>"]
	<!--[If End]-->
		<!--[If Start $en['loops_index'] >> 1]-->
		 ,
		 ["<%dir%>images/pictures/<%m_id%>-<%i_id%>.jpg", "<%dir%>view/<%m_user%>.html", "", "<%i_name%>"]
		<!--[If End]-->		
	<!--[If Start $en['loops_left'] == 0]-->
		],
		autoplay: [true, 2500, 2], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
		persist: false, //remember last viewed slide and recall within same session?
		fadeduration: 1000, //transition duration (milliseconds)
		oninit:function(){ //event that fires when gallery has initialized/ ready to run
		//Keyword "this": references current gallery instance (ie: try this.navigate("play/pause"))
		},
		onslide:function(curslide, i){ //event that fires after each slide is shown
		//Keyword "this": references current gallery instance
		//curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
		//i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
		}
		})
		</script>
		<table width=100%>
			<tr>
				<td valign=top align=center>
					<div id="simplegallery1"></div>
				</td>
		     </tr>
		</table>
		<!--[If End]-->
<!--[Loop End]-->
<!-- #end banner --></div>
<!--[If End]-->



<? $en['lp_ind'] = 0; ?>
<!--[Loop Start QUERY:SELECT * FROM $typetable ORDER BY t_order ASC]-->
	<? if ($en['lp_ind'] == 0) $en['lp_ind'] = $en['loops_left']+1; $en['lp_ind']--;?>
		<!--[Loop Start QUERY:SELECT * FROM $membtable LEFT JOIN $picstable ON i_user=m_id WHERE i_status=2 AND i_video=0 AND m_featured>0 AND m_type=<%t_id%> ORDER BY RAND()	LIMIT <%featured_cnt%>]-->
			<!--[If Start $en['loops_index'] == 1]-->
			  	<div class="featured-profiles">
     				<h2><%_featured_profiles%></h2>
			<!--[If End]-->
			<span class="photo">
				<a href='<%dir%>view/<%m_user%>.html'>
				<img src='<%dir%>images/thumbnails/<%m_id%>-<%i_id%>.jpg' border=0>
				</a>
				<br class="clearfloat" />
				<a href='<%dir%>view/<%m_user%>.html'><b><%m_user%></b></a>
			</span>
			<!--[If Start $en['loops_left'] == 0]-->
				<br class="clearfloat" />
				<!-- #end featured-profiles --></div>
			<!--[If End]-->
		<!--[Loop End]-->
<!--[Loop End]-->
<!-- #end featured-profiles -->


<div class="about">
    <h1><%_about_our_site%></h1>
    <br />
      <p><%_about_info%></p>
    <br />
<!-- #end about --></div>

<!--[Loop Start QUERY:SELECT *,n_name_<%lang%> AS n_name,n_descr_<%lang%> AS n_descr FROM $newstable ORDER BY n_time DESC LIMIT 5]-->
<!--[If Start $en['loops_index'] == 1]-->
	<div class="news">
          <h2><%_latest_news%></h2>
           <br />
  	     <ul>
<!--[If End]-->

<? $en['dat'] = date(d_date_format,$en['n_time']); ?>
      <li>
          <p><strong><%dat%> <%n_name%></strong></p>
	    <p><%n_descr%>.</p>
      </li>
<!--[If Start $en['loops_left'] == 0]-->
      </ul>
      <!-- #end news --></div>
<!--[If End]-->
<!--[Loop End]-->


<? /* DISTR:FORUMS */ ?>
<!--[Loop Start QUERY:SELECT * FROM $fthreadtable LEFT JOIN $fposttable ON p_id=t_last LEFT JOIN $forumtable ON t_forum=f_id WHERE f_read=0 ORDER BY t_last_time DESC LIMIT 5]-->
<!--[If Start $en['loops_index'] == 1]-->
	<div class="post">
   		<h2><%_latest_forums%></h2>
     		<br />
     		<ul>
<!--[If End]-->
<? $en['dat'] = date(p_date_format,$en['t_last_time']); ?>
	<? if ($en['p_username'] == '') {$en['p_username'] = _f_guest; } else { $en['p_username'] 	= "<a href='".constant('dir')."view/$en[p_username].html'>$en[p_username]</a>"; } ?>
	<li><a href='<%dir%>forum_thread/<%t_id%>.html'><%t_name%></a> <%_by%> <%p_username%> 
	<%_at%> <%dat%></li>
<!--[If Start $en['loops_left'] == 0]-->
      </ul>
	<!-- #end post --></div>
<!--[If End]-->
<!--[Loop End]-->
<? /* /DISTR */ ?>
<!-- #end middle-column --></div>

Youez - 2016 - github.com/yon3zu
LinuXploit