Category
 
Category

�� ��¥���� ��� */ function remain_cls($end_time) { $timestamp=mktime(substr($end_time,8,2),substr($end_time,10,2),0,substr($end_time,4,2),substr($end_time,6,2),substr($end_time,2,2)); $now_time=time(); $remain_time = (int)$timestamp - (int)$now_time; $t_res = getdate($timestamp); if((int)$remain_time<=0){ $remain = "Closes"; }elseif($remain_time<3600){ $remain = $t_res[minutes]."m"; }elseif(($remain_time<86400)&&($remain_time>=3600)){ $h= (int)($remain_time/3600); $m= (int)($remain_time%3600); $remain = $h."h"." ".(int)($m/60)."m"; //echo $remain_time; // if($t_res[minutes]==0){ // $remain = $t_res[hours]."h"; // }elseif($t_res[minutes]!=0){ // $remain = $t_res[hours]."h"." ".$t_res[minutes]."m"; // } }elseif((int)$remain_time>86400){ $remain = $t_res[mday]." ".substr($t_res[month],0,3)."
".substr($t_res[weekday],0,3); } return $remain; } function remain_cls0($end_time) { $timestamp=mktime(substr($end_time,8,2),substr($end_time,10,2),0,substr($end_time,4,2),substr($end_time,6,2),substr($end_time,2,2)); $remain01 = date("g:i a , d M y", $timestamp); return $remain01; } function remain_cls1($end_time) { //for index3.php 204 $timestamp=mktime(substr($end_time,8,2),substr($end_time,10,2),0,substr($end_time,4,2),substr($end_time,6,2),substr($end_time,2,2)); $now_time=time(); $remain_time = (int)$timestamp - (int)$now_time; $d= (int)($remain_time/86400); $h= (int)($remain_time/3600); $m= (int)($remain_time%3600); $hh= (int)($remain_time%86400)/3600; $hh = (int)$hh; if((int)$remain_time<=0){ $remain = "closes"; }elseif($remain_time<3600){ $remain = $remain_time/60 ; $remain = (int)$remain." min" ; }elseif(($remain_time<86400)&&($remain_time>=3600)){ if($t_res[minutes]==0){ $remain = "  ".$h." Hours"."  ".(int)($m/60)." m "; //replace sec } }elseif((int)$remain_time>86400){ $remain = $d." days"." ".$hh." h"." ".(int)($m/60)." m"; } return $remain; } function remain_cls2($end_time) { //for index3.php 535 $timestamp=mktime(substr($end_time,8,2),substr($end_time,10,2),0,substr($end_time,4,2),substr($end_time,6,2),substr($end_time,2,2)); $now_time=time(); $remain_time = (int)$timestamp - (int)$now_time; $d= (int)($remain_time/86400); $h= (int)($remain_time/3600); $m= (int)($remain_time%3600); $hh= (int)($remain_time%86400)/3600; $hh = (int)$hh; if((int)$remain_time<=0){ $remain = "closes"; }elseif($remain_time<3600){ $remain = $remain_time/60 ; $remain = (int)$remain." min" ; }elseif(($remain_time<86400)&&($remain_time>=3600)){ if($t_res[minutes]==0){ $remain = "  ".$h." Hours"."  ".(int)($m/60)." m "; //replace sec } }elseif((int)$remain_time>86400){ $remain = $d." days,"." ".$hh." hr,"." ".(int)($m/60)." mins"; } return $remain; } function remain_cls3($end_time) { $timestamp=mktime(substr($end_time,8,2),substr($end_time,10,2),0,substr($end_time,4,2),substr($end_time,6,2),substr($end_time,2,2)); $remain01 = date("G:i j/n/y", $timestamp); return $remain01; } function remain_cls4($anum,$connect) { $query_e="select * from auct_master_join where (anum='$anum' and join_gb='1') order by jnum desc"; // echo $query_e; $result_e=mysqli_query($query_e,$connect); $row_end=mysqli_fetch_array($result_e); mysql_free_result($result_e); $timestamp=mktime(substr($row_end[join_created],8,2),substr($row_end[join_created],10,2),0,substr($row_end[join_created],4,2),substr($row_end[join_created],6,2),substr($row_end[join_created],2,2)); $remain04 = date("G:i j/n/y", $timestamp); return $remain04; } ///////////////////////////////////////////////////////////// function my_connect1($host,$id,$pass,$db) { $connect=mysqli_connect($host,$id,$pass); mysqli_select_db($connect, $db); return $connect; } /// local info ?> 2) { $next_range_end = substr($range_end,2); } else { $next_range_end = 0; } } $today = date("Ymd"); ?>
= '$today' AND withdrawn IS NULL and (catenum between '$catenum' and ('$catenum' + $next_range_end)) "; } $result3 = mysqli_query($query3,$connect); $total_count = mysqli_num_rows($result3); if(fmod($i,3) == 0) { echo(" "); } echo(" "); if(fmod($i,3) == 0) { if($j == ($total -1)) { echo(" "); } else { echo(" "); } } else if(fmod($i,3) == 2) { echo(" "); } else if(fmod($i,3) == 1) { if($j == ($total -1)) { echo(" "); } else { echo(" "); } } } // 1st column of Category ends ?>
"); if(isset($page) && $page_from == 'index') { echo(" $catename "); } else { echo(" $catename "); } if($total_count>$listnum){ echo "($total_count)"; } echo("  
 
 
 

Location
"; } else if(isset($c2) && $c2){ echo ""; } else if(isset($c3) && $c3){ echo ""; } else if(isset($c4) && $c4){ echo ""; } ?>

insertState() insertCity($state) insertTown($city); "); } // // Searching by locations ends // $location_condt = ""; if(isset($town) && $town) { $location_condt .= "town_no=".$town; } else { if(isset($city) && $city) { $location_condt .= "city_no=".$city; } else { if(isset($state) && $state) { $location_condt .= "state_no=".$state; } else { if(isset($f_left_country) && $f_left_country) { $location_condt .= "country_no=".$left_country; } } } } $where_in_qry = ""; if($location_condt) { $where_in_qry .= $location_condt; if(isset($keyword) && $keyword) { include("../buying/keyword_search.php"); $where_in_qry .= " AND $query0"; } } else { if(isset($keyword) && $keyword) { include("../buying/keyword_search.php"); $where_in_qry = "$query0"; } } ?> = '$today' AND withdrawn IS NULL"; if(isset($sort2) && $sort2=="all"){ $sort_2 .= ""; $selected2_all=" selected"; } else if(isset($sort2) && $sort2=="r") { $sort_2 .= " ( e_type='r')"; $selected2_etype_r=" selected"; } else if(isset($sort2) && $sort2=="s") { $sort_2 .= " ( e_type='s')"; $selected2_etype_s=" selected"; } else if(isset($sort2) && $sort2=="g") { $sort_2 .= " ( gst='y')"; $selected2_gst=" selected"; } ///category cate_limit if(isset($c1) && $c1){ $cate_limit = "( catenum BETWEEN $c1 AND $c1+999999 )"; } elseif(isset($c2) && $c2){ $cate_limit = "( catenum BETWEEN $c2 AND $c2+9999 )"; } elseif(isset($c3) && $c3){ $cate_limit = "( catenum BETWEEN $c3 AND $c3+99 )"; } elseif(isset($c4) && $c4){ $cate_limit = "( catenum = $c4 )"; } else { $cate_limit = "( catenum BETWEEN 1000000 AND 99000000 )"; } if(isset($sort1) && $sort1=="all") { $sort_1=""; $selected1_all=" selected"; } else if(isset($sort1) && $sort1=="title") { $sort_1=" ORDER BY title ASC"; $selected1_title=" selected"; } else if(isset($sort1) && $sort1=="low") { $sort_1=" ORDER BY exp ASC"; $selected1_low=" selected"; } else if(isset($sort1) && $sort1=="hight") { $sort_1=" ORDER BY exp DESC"; $selected1_hi=" selected"; } else if(isset($sort1) && $sort1=="pay") { $sort_1=" ORDER BY pay ASC"; $selected1_pay=" selected"; } else { $sort_1 = " ORDER BY premier ASC, reg_date ASC"; } $cond = ""; if(isset($sort_2) && $sort_2) { $cond .= " AND ".$sort_2; } if(isset($where_in_qry) && $where_in_qry) { $cond .= " AND ".$where_in_qry; } if(($cate_limit && !$keyword) || ($cate_limit && $insearch==1 && $keyword)) { $cond .= " AND ".$cate_limit; } if((isset($first_cate) && !$keyword) || (isset($first_cate) && $insearch ==1 && $keyword)) { $cond .= " AND ((frontp=1) AND (opt_valid >= '$today'))"; } if($_REQUEST[co_no]) { $cond .= " AND seq_num=$_REQUEST[co_no]"; } $query_tatal=$select.$cond.$sort_1; //category limit // Forming a query ends ///category transform if(isset($c1) && $c1){ $catenum_l=$c1; } elseif(isset($c2) && $c2){ $catenum_l=$c2; } elseif(isset($c3) && $c3){ $catenum_l=$c3; } elseif(isset($c4) && $c4){ $catenum_l=$c4; } if(isset($town) && $town){$town_l = "&town=".$town; } if(isset($city) && $city){$city_l = "&city=".$city; } if(isset($state) && $state){$state_l = "&state=".$state; } if(isset($keyword) && $keyword){$keyword_l = "&keyword=".$keyword; } if(isset($insearch) && $insearch){$insearch_l = "&insearch=".$insearch; } if(isset($c1) && $c1){ $catetrans1 = "c1" ; $cate_num=$c1; } elseif(isset($c2) && $c2){$catetrans1 = "c2" ; $cate_num=$c2; } elseif(isset($c3) && $c3){$catetrans1 = "c3" ; $cate_num=$c3; } elseif(isset($c4) && $c4){$catetrans1 = "c4" ; $cate_num=$c4; } if(isset($catetrans1) && $catetrans1) { $pass_cate = $catetrans1."=".$cate_num."&"; } // Sets a url for the shopinfo $trade_url = $_SERVER['PHP_SELF']."?".$pass_cate."state=$state&city=$city&town=$town&keyword=$keyword&insearch=$insearch&demand=y&mode=$mode"; ?> "; } ?>
=$total_num) $limit=$total_num; $scale1=$limit-$cline; //page end ?>
  Sort By : Filter :
listings
"; } else { for($i=0; $rows1 = mysqli_fetch_array($result_tatal); $i++){ $anum = $rows1['anum']; $subject = $rows1[title]; $valid = date("d/m/Y",strtotime($rows1[reg_date])); // Highlights a keyword if(isset($keyword) && $keyword){ $keyword1=explode(",",$keyword); $keyword1_pattern = "/$keyword1[0]/i"; $subject = preg_replace($keyword1_pattern, "$keyword1[0]", $subject); if($keyword1[1]){ $keyword1_pattern = "/$keyword1[1]/i"; $subject = preg_replace($keyword1_pattern, "$keyword1[1]", $subject); } if($keyword1[2]){ $keyword1_pattern = "/$keyword1[2]/i"; $subject = preg_replace($keyword1_pattern, "$keyword1[2]", $subject); } } if($rows1[pay]) { for($pa=1;$pa<21;$pa++) { $pa_val = $pa * 5; $n_pa_val = ($pa + 1) * 5; if($pa_val == $rows1[pay]) { if($pa == 1) { $pay = "Less than $10"; } else if($pa == 20) { $pay = "More than $100"; } else { $pay = "$".$pa_val."+ to ".$n_pa_val; } break; } } } else { $pay = ""; } $subject=cutStr($subject,90); $dir = "http://serviceimg.totalinfo.co.nz/img/thumb/"; $trget_href="/buying/service_details.php?" ; $ser_arr=explode(",",$rows1['opt1']); if(($ser_arr[1]==1) && ($rows1[opt_valid] >= $today)){ $bgcolor="#EAEDF7"; } else { if($i%2) { $bgcolor="#f5f5f5"; }else{ $bgcolor="#FFFFFF"; } } $list_num=$total-($cline+$i); $auction_detail="anum=$anum"; ?>
Galley   Title     Fee(/hr)   Listed  
No Listings found
" ; } else { echo ""; } ?>
 
= $today)){ echo"$subject"; } else { echo "$subject"; } ?>
 
   



Best Service
Booking
My Folder
Message Centre
Special Event
 
 

Home | Request | Supply | My Serviceinfo | My Scheduler | Community | Special Event Global Site Australia
Copyright © 2006 Zangson Corporation Ltd. All rights reserved. About Total info | Announcements | Sitemap | Help | Contact Us