| 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/members/kernel/manage_data/ |
Upload File : |
<?
/* K-Rate
(C) Rinalds Uzkalns, 2003-2004. All Rights Reserved
http://turn-k.net
Version: 1.00 (22.09.04)
*/
?>
<input type=checkbox name=by_cat value=ON id=by_cat <? echo ($en['by_cat'] == 'ON' ? ' checked' : '');?>><label for=by_cat><b>Select By Category:</b></label><br>
<select name='cat' onchange="ch_options('includes/catbox.php?form=top&lang=<? echo $en[sortlang]; ?>&combo=cat', this.value);" class=inp100>
<?
echo '<option value=0 '.($en['cat'] == 0 ? ' selected' : '').'>Home</option>';
$catpath = '';
$opts = '';
$kts = 0; $kat = array();
$p = (int)$en['cat'];
while($p!=0) {
$kat[++$kts] = $catz[$p];
$p = $catz[$p][c_parent];
}
for ($k = $kts; $k > 0; $k--) {
$catpath .= ' :: '.$kat[$k]['c_name_'.$en['sortlang']];
if (substr($catpath,0,4) == ' :: ') $catpath = substr($catpath,4);
$opts .= '<option value='.$kat[$k][c_id].($kat[$k][c_id] = $en['cat'] ? ' selected' : '').'>'.$catpath.'</option>';
}
echo $opts;
if ($opts == '')
echo '<option value=0>Change...</option>';
?>
</select> <br>
<input type=checkbox name=show_subs value=ON id=subs <? echo ($en['show_subs'] == 'ON' ? ' checked' : '');?>><label for=subs>Include Subcategories</label>