GIF89a;
Direktori : /home/serb/www/ |
Current File : /home/serb/www/blacklist.php |
<? session_start(); if(!($_SESSION['islogin'])) { ?> <script language="javascript"> location.href="index.php"; </script> <? } include("lib/globals.php"); include("lib/common.php"); include("lib/functions.php"); ?> <? include "includes/header_top.php";?> <body> <script language="javascript"> function validate() { if(document.f22.visitor_country.value=="") { alert("Enter your Country"); document.f22.visitor_country.focus(); return false; } if(document.f22.city.value=="") { alert("Enter your City"); document.f22.city.focus(); return false; } if(document.f22.cityarea.value=="") { alert("Enter your City Area"); document.f22.cityarea.focus(); return false; } if(document.f22.phone.value=="") { alert("Enter your Phone"); document.f22.phone.focus(); return false; } if(document.f22.instruction.value=="") { alert("Select Your Instruction."); document.f22.instruction.focus(); return false; } if(document.f22.email.value=="") { alert("Enter Your Email."); document.f22.email.focus(); return false; } if(document.f22.startmonth.value=="") { alert("Select Your Starting Month."); document.f22.startmonth.focus(); return false; } if(document.f22.startdate.value=="") { alert("Select Your Starting Date."); document.f22.startdate.focus(); return false; } if(document.f22.startyear.value=="") { alert("Enter Your Starting Year."); document.f22.startyear.focus(); return false; } } </script> <script> function del_record(id,name,page) { var msg="Sure to delete your tour with all it's references ? "; var choice=confirm(msg); if(choice) { var target="delete_tour.php?id="+id; //alert(target); window.location.href=target; } } </script> <link rel="stylesheet" href="css/elements.css" /> <script src="js/my_js.js"></script> <? $sql_gen="select * from escort_details where user_id='".$_SESSION['userid']."'"; $res_gen=execute_query($sql_gen); $row_gen=mysql_fetch_array($res_gen); if($row_gen['gender']=='Male') { include "includes/boys-header.php"; } else { include "includes/header.php"; } ?> <div class="main_bg"> <div style="height:32px;"></div> <div style="width:1000px; margin:0 auto;"> <div class="statedetails"> <div class="stdtls_header"> <span style="color:#000;">Home/My Account </div> <div class="stdtls_midder"> <div style="height:10px;"></div> <? $sql_postad="select * from escort_details where user_id='".$_SESSION['userid']."' and status='a'"; $res_postad=execute_query($sql_postad); $num_postad=mysql_num_rows($res_postad); $row_postad=mysql_fetch_array($res_postad); ?> <div class="left_containmain"> <div style=" width:980px; margin:0 auto; margin:0 auto; font-family:'Open Sans',sans-serif; font-size:14px; color:#000;"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <? $sql_pstad="select * from escort_details where user_id='".$_SESSION['userid']."' "; $res_pstad=execute_query($sql_pstad); $num_pstad=mysql_num_rows($res_pstad); $row_pstad=mysql_fetch_array($res_pstad); if($num_pstad>0) { if($row_pstad['status']=='a') { ?> <td class="updatehdrstyle23"><a href="myaccount.php"><img src="images/edit_profile.png" style="vertical-align:middle;" /><br/>My Profile</a></td> <? } else {?> <td class="updatehdrstyle23"><img src="images/edit_profile.png" style="vertical-align:middle;" /><br/>My Profile</td> <? } } else { ?> <td class="updatehdrstyle23"><a href="userpostad.php"><img src="images/add_escort.png" style="vertical-align:middle;" /><br/>Post ad</a></td> <? } ?> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <td class="updatehdrstyle23"><a href="escortimages.php"><img src="images/my_photo.png" style="width:52px; height:52px; vertical-align:middle" /><br/>My Photos</a></td> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <td class="updatehdrstyle23"><a href="add-myvideos.php?pid=<?=$row_postad['id']?>"><img src="images/my_videos.png" style="width:55px; height:55px; vertical-align:middle" /><br/>My Videos</a></td> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <td class="updatehdrstyle23"><a href="verifyimage.php"><img src="images/verifyimage.png" style="width:55px; height:55px; vertical-align:middle" /><br/> 100% verify</a></td> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <td class="updatehdrstyle23"><a href="add-mytours.php"><img src="images/my_tour.png" style="width:55px; height:55px; vertical-align:middle" /><br/> My Tours</a></td> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <td class="updatehdrstyle23"><img src="images/my_reviews.png" style="width:55px; height:55px; vertical-align:middle" /><br/> My Reviews</td> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <td class="updatehdrstyle23"><a href="blacklist.php"><img src="images/blacklist.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Black List</a></td> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <? if( $num_postad>0) { if($row_postad['ft_ad_status']=='Yes') { $todaydate=date('Y-m-d'); $exp=$row_postad['ft_ad_expair']; if($todaydate>$exp) {?> <td class="updatehdrstyle23"><a href="advertise-vipmember.php?estid=<?=$row_postad['id']?>"><img src="images/premium.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Premium</a></td> <? } else { ?> <td class="updatehdrstyle23"><img src="images/premium.png" onclick ="div_show()" style="width:55px; height:55px; vertical-align:middle" /><br/>Premium</td> <? } } else {?> <td class="updatehdrstyle23"><a href="advertise-vipmember.php?estid=<?=$row_postad['id']?>"><img src="images/premium.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Premium</a></td> <? } ?> <? } else {?> <td class="updatehdrstyle23"><img src="images/premium.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Premium</td> <? } ?> </tr> <tr height="8"></tr> <tr> <td class="updatehdrstyle23"><a href="escort-harrasiment.php"><img src="images/blacklist.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Report Harrasers</a></td> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <td class="updatehdrstyle23"><a href="contact_us.php"><img src="images/support.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Support</a></td> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <td class="updatehdrstyle23"><a href="password-setting.php"><img src="images/settings.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Settings</a></td> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <td class="updatehdrstyle23"><a href="view-own-ad.php?name=<?=$row_postad['nickname']?>&phone=<?=$row_postad['tel_national']?>"><img src="images/viewad.png" style="width:55px; height:55px; vertical-align:middle" /><br/>View Ad</a></td> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <td class="updatehdrstyle23"><a href="remove-account.php"><img src="images/removeacc.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Remove Account/AD</a></td> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <td class="updatehdrstyle23"><a href="mybanner.php"><img src="images/bannericon2.png" style="width:55px; height:55px; vertical-align:middle" /><br/>My Banner</a></td> <td width="20" align="center"><img src="images/accmenudivider.png" /></td> <td class="updatehdrstyle23"><a href="logout.php"><img src="images/logout.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Logout</a></td> </tr> </table> </div> <div id="abc"> <div id="popupContact"> <div class="contactin" > <!--<form action="sendmail-process.php" method="post" id="form11" name="f1" onSubmit="return validate();" >--> <div class="deliveredmsg" id="avt25"> <table border="0" cellpadding="0" cellspacing="0" style="margin:0 auto;"> <tr> <td class="wanttext"> <? $todaydate=date('Y-m-d'); $exp=$row_postad['ft_ad_expair']; $diff=(strtotime($exp) - strtotime($todaydate)) / (60 * 60 * 24); $diffday=explode('.',$diff) ?> <span class="messagetext">You have a current featured ad in progress and it can be renewed in <?=$diffday[0]?> amount of days. </span> </td> </tr> <tr height="10"></tr> <tr> <td> <div style="height:35px;"> </div> </td> </tr> <tr height="10"></tr> <tr> <td align="center"> <a href="add-mytours.php"><img src="images/close.png" /></a> </td> </tr> <tr height="20"> <td></td> </tr> </table> </div> </div> </div> </div> <br/> <div style=" width:960px; margin:0 auto; font-family:'Open Sans',sans-serif; font-size:14px; color:#000;"> <div class="postadpagebody"> <h1>Feedback of Customer</h1> <div class="addtourlist"> <div class="addtourbotton" style="text-align:left;"> <div style="float:left; margin-right:15px; margin-right:10px; width:200px; height:70px;"> <img src="images/sirenlogo.png" /> </div> <div style="float:left; margin-right:10px;"> <form action="<?=$_SERVER['PHP_SELF']?>" method="post" name="f1" style="margin: 0px; padding: 0px;" enctype="multipart/form-data" onSubmit="return validate();"> <input name="submit_form" value="1" type="hidden"> <table border="0" cellpadding="0" cellspacing="0" style="margin-left:10px;"> <tr height="10"></tr> <tr> <td><input type="text" name="searchname" class="main_input" style="width:350px !important; height:35px !important;" value="name or phone number" onBlur="if(this.value==''){this.value='name or phone number'}" onClick="if(this.value=='name or phone number'){this.value=''}" /></td> <td width="15"></td> <td><input type="image" name="search" src="images/srch.png" /></td> </tr> </table> </form> </div> <div id="regcombutton" style="text-align:left; float:left"> <img src="images/feedback.png" style="padding-top:13px;" /><br/> </div> <br class="spacer" /> </div> <br/> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script> function textCounter(field,field2,maxlimit) { var countfield = document.getElementById(field2); if ( field.value.length > maxlimit ) { field.value = field.value.substring( 0, maxlimit ); return false; } else { countfield.value = maxlimit - field.value.length; } } $(document).ready(function() { $('.regcomactbar').click(function() { $(this).closest("div").next().slideToggle(); }); $("#regcombutton").click(function () { $("#regcomcontain").slideToggle(); }); }); </script> <!-- <div id="regcombutton" class="addtourbotton" style="text-align:left;"> <img src="images/feedback.png" /><br/><br/> </div>--> <div id="regcomcontain" style="display:none;"> <form action="blacklist-process.php" enctype="multipart/form-data" method="post" name="f22" style="padding: 5px;" onSubmit="return validate();"> <table border="0" cellpadding="0" cellspacing="0" style="margin:0 auto; width:550px;"> <tr height="10"></tr> <tr> <td colspan="2" style="text-align:center; font-size:18px; font-weight:bold;">Leave Customer Feedback</td> </tr> <tr height="10"></tr> <tr> <td class="jointext222">Customer handle(if known) :</td> <td> <input type="text" name="cushandle" class="main_input" value="name" onBlur="if(this.value==''){this.value='name'}" onClick="if(this.value=='name'){this.value=''}" /> </td> </tr> <tr height="8"></tr> <tr> <td class="jointext222">Phone:</td> <td><input type="text" name="phone" class="main_input" value="333-112-1234" onBlur="if(this.value==''){this.value='333-112-1234'}" onClick="if(this.value=='333-112-1234'){this.value=''}" /></td> </tr> <tr height="8"></tr> <tr> <td class="jointext222">Was the customer safe and respectful?:</td> <td> <select id="ins" class="drp_img2" name="cussafe"> <option value="Yes">Yes</option> <option value="No">No</option> </select> </td> </tr> <tr height="8"></tr> <tr> <td class="jointext222">Aditional Details:</td> <td><textarea name="details" class="main_input" style="width:250px; height:140px;"></textarea></td> </tr> <tr height="8"></tr> <tr> <td colspan="2">*Note: Your feedback is 100% anonymous. Escortservice will facilitate conversations based on a feedback ID and we will never share your identity with others. </td> </tr> <tr height="15"></tr> <tr> <td colspan="2" align="center"> <input type="image" src="images/submit.png" /> </td> </tr> <tr height="15"></tr> </table> </form> </div> </div> <? // $date=date('Y-m-d'); // $ntexpiry = date("Y-m-d", time() - 30*24*60*60 ); if($_POST['searchname']) { $sql="SELECT * FROM blacklist where (customer_name='".$_POST['searchname']."' or phone='".$_POST['searchname']."')"; } else { $sql="SELECT * FROM blacklist ORDER BY id DESC"; } $res=execute_query($sql); $num=mysql_num_rows($res); ?> <div class="tourlist"> <div class="update_letest2222"> <table border="0" cellpadding="0" cellspacing="0"> <tr style="background:#999999; border-radius:3px 3px 0 0; height:36px;"> <td width="80" align="center" class="updatehdrstyle" >Date</td> <td width="80" class="updatehdrstyle">Contact Reviews</td> <td width="120" class="updatehdrstyle">Customer</td> <td width="110" class="updatehdrstyle">Phone</td> <td width="50" class="updatehdrstyle">Safe/ Respectfull</td> <td width="500" class="updatehdrstyle" style="text-align:left !important; padding-left:15px;">Comments</td> <td width="50" class="updatehdrstyle">Edit</td> </tr> </table> <div style=" width:955px;"> <table border="0" cellpadding="0" cellspacing="0"> <? while($row=mysql_fetch_array($res)) { $datee=explode('-',$row['date']); if($datee[1]==1) { $mn= "Jan"; } if($datee[1]==2) { $mn= "Feb"; } if($datee[1]==3) { $mn= "Mar"; } if($datee[1]==4) { $mn= "Apr"; } if($datee[1]==5) { $mn= "May"; } if($datee[1]==6) { $mn= "Jun"; } if($datee[1]==7) { $mn= "Jul"; } if($datee[1]==8) { $mn= "Aug"; } if($datee[1]==9) { $mn= "Sept"; } if($datee[1]==10) { $mn= "Oct"; } if($datee[1]==11) { $mn= "Nov"; } if($datee[1]==12) { $mn= "Dec"; } $dateee=explode(' ',$datee[2]); ?> <tr height="5"></tr> <tr> <td width="80" class="updatehdrstyle22"><? echo $mn .' '. $datee[0];?></td> <td width="80" class="updatehdrstyle22">PM</td> <td width="120" class="updatehdrstyle22"><?=$row['customer_name']?></td> <td width="110" class="updatehdrstyle22"><?=$row['phone']?></td> <td width="100" class="updatehdrstyle22"><?=$row['safe']?></td> <td width="470" class="updatehdrstyle22" style="text-align:left !important; padding-left:5px !important;"><?=$row['coments']?></td> <td width="50" class="updatehdrstyle22"> <? if($row['userid']==$_SESSION['userid']) { ?> <a href="edit_blacklis.php?id=<?=$row['id']?>"><img src="admin/img/bEdit.png" /> <? } ?> </td> <!--<td width="50" class="updatehdrstyle22"><a href="#" onClick="del_record('<?=$row['id']?>');"><img src="images/bDrop.png" /></a></td>--> </tr> <tr height="10"></tr> <? } ?> </table> </div> </div> </div> <br/><br/> </div> <br class="spacer" /> </div> <br class="spacer" /> </div> </div> <div class="stdtls_footer"></div> </div> <br class="spacer" /> </div> </div> <? include "includes/footer.php";?>