| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 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/compiled/ |
Upload File : |
<? global $en,$configtable,$aconfigtable,$hidftable,$fieldtable,$admmenutable,$sertable,$modstable,$poptstable,$paytable,$picstable,$ratetable,$viewtable,$favstable,$questtable,$langtable,$roomtable,$chattable,$chatonlinetable,$polltable,$pollqtable,$blogtable,$bcomtable,$newsltable,$newstable,$typetable,$membtable,$onlinetable,$logstable,$mbantable,$picscommtable,$msgtable,$fgrouptable,$forumtable,$fthreadtable,$fposttable,$fmembtable,$fmodstable,$fsubscrforumtable,$fsubscrthreadtable; $en['class'] = $en['loops_index'] % 2; ?>
<tr class=row_<? echo do_format('class'); ?>><td width=10%><a href='<? echo constant('dir'); ?>view/<? echo do_format('m_user'); ?>.html'><img src='<? echo constant('dir'); ?>images/small/<? echo do_format('m_id'); ?>-<? echo do_format('i_id'); ?>.jpg' border=0></a></td>
<td> <a href='<? echo constant('dir'); ?>view/<? echo do_format('m_user'); ?>.html'><? echo do_format('m_user'); ?></a><br>
<?
//online indicator
if ($en['o_id'] == '') {
$en['onlinestatus'] = '<font class=offline>'._offline.'</font>';
}
else {
$en['onlinestatus'] = '<font class=online>'._online.'</font>';
}
if ($en['req'] != 'online') { ?>
<br> <b><? echo do_format('onlinestatus'); ?></b>
<? } ?>
</td>
<td align=center>
<? $en['mm_year'] = $en['m_year']; $en['mm_month'] = $en['m_month']; $en['mm_day'] = $en['m_day']; echo age(); ?>
</td>
<td>
<? if ($en['m_country'] != '') { $en['m_country'] = $en['countries'][$en['m_country']]['name']; echo do_format('m_country'); ?><br>
<? } if ($en['m_state'] != '') { echo do_format('m_state'); ?><br>
<? } if ($en['m_city'] != '') { echo do_format('m_city'); ?><br>
<? } ?>
</td>
<? $en['joined'] = date(s_date_format,$en['m_date']); ?>
<td align=center><? echo do_format('joined'); ?></td>
<? $en['m_rating'] = round($en['m_rating'],1); ?>
<td width=10% align=center><? echo do_format('m_rating'); ?></td></tr>