0) { $argv_list = explode("/",$_SERVER["REQUEST_URI"]); array_shift($argv_list); } if(isset($argv_list["2"])) { $str_modeling_type = $argv_list["2"]; } if(isset($argv_list["3"])) { $str_search_para = $argv_list["3"]; } $str_title = "Search Hot Male and Female models - Browse Young Teen Models"; if($str_modeling_type=="models") { if($str_search_para=="male") { $str_search_gender = array("M"); $str_title = "Browse Male Models - Men Model - Fitness Modeling"; }else if($str_search_para=="teen") { $str_age_from = "13"; $str_age_to = "18"; $str_title = "Browse Teen Models - Pre-teen Model - Teen Female Models"; }else if($str_search_para=="child") { $str_age_from = "0"; $str_age_to = "13"; $str_title = "Browse Child Models - Kids Model - Commercial Modeling"; } } else if($str_modeling_type=="fashion") { $str_mid = array_search($str_search_para, $fashion_models_seo); $str_second_models_type = $fashion_models[$str_mid]; $str_title = "Browse Fashion Models - ".$str_second_models_type; }else if($str_modeling_type=="commercial") { $str_mid = array_search($str_search_para, $commercial_models_seo); $str_second_models_type = $commercial_models[$str_mid]; $str_title = "Browse Commercial Models - ".$str_second_models_type; }else if($str_modeling_type=="glamour") { $str_mid = array_search($str_search_para, $glamour_models_seo); $str_second_models_type = $glamour_models[$str_mid]; $str_title = "Hot Models, Glamour Model - ".$str_second_models_type; } else if($str_modeling_type=="search") { $query = "select * from user_search where search_id='".$str_search_para."'"; $rs = tep_db_query($query, $conn); $row = tep_db_fetch_array($rs); $str_fashion_modeling = strlen($row["fashion_modeling"])<>0 ? explode(",",$row["fashion_modeling"]) : array(); $str_glamour_modeling = strlen($row["glamour_modeling"])<>0 ? explode(",",$row["glamour_modeling"]) : array(); $str_commercial_modeling = strlen($row["commercial_modeling"])<>0 ? explode(",",$row["commercial_modeling"]): array(); $str_search_gender = strlen($row["gender"])<>0 ? explode(",",$row["gender"]) : array(); $str_search_q = strlen($row["query"])<>0 ? $row["query"] : ""; $str_age_from = $row["age_from"]; $str_age_to = $row["age_to"]; $str_user_country = $row["user_country"]; } $this_page = "models"; if($argv_list[2]=='glamour') { $adult = 'Y'; } else { $adult = 'N'; } ?> <?=$str_title;?> 0 || count($str_glamour_modeling)<>0 || count($str_commercial_modeling)<>0) { $str_query .= " and ("; if(count($str_fashion_modeling)<>0) { foreach($str_fashion_modeling as $fid) { $str_query .= " fashion_modeling like '".$fid."' or fashion_modeling like '%,".$fid."' or fashion_modeling like '%,".$fid.",%' or fashion_modeling like '".$fid.",%' or"; } } if(count($str_glamour_modeling)<>0) { foreach($str_glamour_modeling as $gid) { $str_query .= " glamour_modeling like '".$gid."' or glamour_modeling like '%,".$gid."' or glamour_modeling like '%,".$gid.",%' or glamour_modeling like '".$gid.",%' or"; } } if(count($str_commercial_modeling)<>0) { foreach($str_commercial_modeling as $cid) { $str_query .= " commercial_modeling like '".$cid."' or commercial_modeling like '%,".$cid."' or commercial_modeling like '%,".$cid.",%' or commercial_modeling like '".$cid.",%' or"; } } $str_query = substr($str_query, 0, strlen($str_query)-3); $str_query .= ")"; } if(count($str_search_gender)<>0) { $str_query .= " and model_profile.gender in ('".implode("','",$str_search_gender)."')"; } if(strlen($str_search_q)!=0) { $str_query .= " and (user_master.user_name like '%".stripslashes($str_search_q)."%' or model_profile.about_me like '%".stripslashes($str_search_q)."%' or model_profile.hobby like '%".stripslashes($str_search_q)."%')"; } if($str_age_from<>"-1" && $str_age_to<>"-1") { if($str_age_from>$str_age_to) { $temp = $str_age_from; $str_age_from = $str_age_to; $str_age_to = $temp; } $str_query .= " and DATE_FORMAT(FROM_DAYS(TO_DAYS(NOW())-TO_DAYS(model_profile.birth_date)), '%y') between ".$str_age_from." and ".$str_age_to; } if($str_user_country<>"-1") { $str_query .= " and user_master.country = '".$str_user_country."'"; } if($str_modeling_type=="fashion") { $str_query .= " and LENGTH(fashion_modeling)<>0 "; }else if($str_modeling_type=="commercial") { $str_query .= " and LENGTH(commercial_modeling)<>0 "; }else if($str_modeling_type=="glamour") { $str_query .= " and LENGTH(glamour_modeling)<>0 "; } if(strlen($str_mid)!=0) { if($str_modeling_type=="fashion") { $str_query .= " and (fashion_modeling like '".$str_mid."' or fashion_modeling like '%,".$str_mid."' or fashion_modeling like '%,".$str_mid.",%' or fashion_modeling like '".$str_mid.",%')"; } if($str_modeling_type=="commercial") { $str_query .= " and (commercial_modeling like '".$str_mid."' or commercial_modeling like '%,".$str_mid."' or commercial_modeling like '%,".$str_mid.",%' or commercial_modeling like '".$str_mid.",%')"; } if($str_modeling_type=="glamour") { $str_query .= " and (glamour_modeling like '".$str_mid."' or glamour_modeling like '%,".$str_mid."' or glamour_modeling like '%,".$str_mid.",%' or glamour_modeling like '".$str_mid.",%')"; } } $p->query($str_query, "membership_master.ranking ,user_master.admin_rate, user_master.created_on desc ", init()); ?>
page_total > 0 ) { $int_count = $p->get_counter(); $i=0; ?>
Displaying total_record;?> results.
recresult) ) { if($obj_row["membership_id"]=="1") { $str_box_class = "box-search-results-platinum"; $str_alt = stripslashes($obj_row["first_name"])." ".stripslashes($obj_row["last_name"])." - Platinum Member"; } else if($obj_row["membership_id"]=="2") { $str_box_class = "box-search-results-gold"; $str_alt = stripslashes($obj_row["first_name"])." ".stripslashes($obj_row["last_name"])." - Gold Member"; } else if($obj_row["membership_id"]=="3") { $str_box_class = "box-search-results-silver"; $str_alt = stripslashes($obj_row["first_name"])." ".stripslashes($obj_row["last_name"])." - Silver Member"; } else { $str_box_class = "box-search-results"; $str_alt = stripslashes($obj_row["first_name"])." ".stripslashes($obj_row["last_name"])." "; } $str_file_name = "upload/models/".trim($obj_row["file_name"]); if($obj_row["is_explicit"]=="N" || isset($_SESSION["int_user_id"])) { $str_image_name = get_profile_image($str_file_name, 140, 140); if(strlen($str_image_name)>0) $str_image_display= ''.$str_alt.''; else $str_image_display= ''; $str_anchor_path = 'href="/models/'.strtolower($obj_row["user_name"]).'/index.html" class="blueboldlink"'; } else { if($obj_row["gender"]=="F") $str_image_display= ''; else $str_image_display= ''; $str_anchor_path = 'href="/popup-login.html" rel="lyteframe" rev="width: 360px; height: 215px; scrolling: no;"'; } if($i%4==0) { echo ""; if($i==8) { /* echo ""; */ } echo ""; } ?>
Browse top male and hot female models around the worlds for fashion, commercial and glamour modeling. Click on profile image to view the complete profile of the hot model. Send them message or add them in your friends group to share your thoughts and experience. To filter the models, use the search facility provided on right side.


"; include("google-ads/728X15_wob.php"); echo "
>
page_total!=0) { echo $p->pageList(); } ?>
No Record Found