'.$lang['no_resu'].''; $ctm=gmdate('H',time()+$settings['acp_offset']*60); $res=neutral_query('SELECT a.id AS fid, a.status AS fstatus, a.hour_begin AS hour_b, a.hour_end AS hour_e, b.name AS fname, c.geolat AS lat, c.geolon AS lon FROM '.$dbss['prfx'].'_ufake a, '.$dbss['prfx'].'_users b LEFT JOIN '.$dbss['prfx']."_geoloc c ON b.id=c.id WHERE a.id=b.id ORDER BY $forder"); $stts=array(); $stts[1]='
'; $stts[2]='
'; $stts[3]='
'; $stts[4]='
'; $stts[5]='
'; while($row=neutral_fetch_array($res)){ $nores=''; $del_fuser=''; $coords=''; if($row['lat']!='' && $row['lat']!=''){$coords='['.$row['lat'].','.$row['lon'].']';} $cbox=''; $utoken=$row['fid'].'z'.hash('sha256',$row['fid'].'userinfo'.$settings['random_salt']); $fname=htmlspecialchars($row['fname']); $hour_b=(int)$row['hour_b']; $hour_e=(int)$row['hour_e']; if($permissions['c']>0){$del_fuser='';} $fusers.=''.$cbox.''.$stts[$row['fstatus']].''; $fusers.=''.$fname.''.$lang['fubegin'].' '.$hour_b.':00'; $fusers.=''.$lang['fuend'].' '.$hour_e.':00'.$coords.''.$del_fuser.''."\n"; } ?> ACP: <?php print $lang['fusers'];?>




>


·