Jenifa123's Posts
Nairaland Forum › Jenifa123's Profile › Jenifa123's Posts
1 2 3 4 5 6 7 8 9 10 (of 21 pages)
Javanian lordZOUGA kodewrita seun Pls move to fp... a brother is asking... |
Friendzone is increasing rapidly join now.... It's http://friendzone.com.ng |
... |
swayflow:Try using this for d style sheet <link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css"> Instead... |
Beatcityradio:You can partner with http://friendzone.com.ng for it... Just check It out |
dhtml18:Sure... I'll be waiting... |
It's your work oh... Trolling... dhtml18: |
dhtml18:Thank you... Saw u checked it out |
uzoexcel:Just saw your post... The site u mean must be http://friendzone.com.ng n it's going fine... Am currently building an Android app for it |
Dem go arrest u oh... Lol... Abeg free d guy dhtml18: |
dhtml18:There's no nid... You've both made ur points so I guess u should end it hethete |
dhtml18:it's OK.. make una stop to fight stealthtiger: |
remember it's http://friendzone.com.ng |
remember it's http://friendzone.com.ng |
remember it's http://friendzone.com.ng |
remember it's http://friendzone.com.ng |
remember it's http://friendzone.com.ng |
tdon327@gmail.com |
Hmmm Kinda busy now.. Will put up a solution b4 9pm Since I don't have all d time to write d codes. Lemme share one I used of recent if(isset($_POST['vpv_search_box']) && !empty($_POST['vpv_search_box'])) { $searchq = $_POST['vpv_search_box']; $searchq = preg_replace("#[^0-9a-z - . _]#","",$searchq); $search_for_people = mysqli_query($conn,"SELECT * FROM friendzone WHERE first_name LIKE '%$searchq%' OR last_name LIKE '%$searchq%' OR username LIKE '%$searchq%' order by `id` desc limit 4" or die(mysqli_error());$count = mysqli_num_rows($search_for_people); if(mysqli_num_rows($search_for_people) > 0) { ?> <li class="vpb_titles"><span class="text">People</span></li> <?php while ($row = mysqli_fetch_array($search_for_people)) { $fname = $row['first_name']; $lname = $row['last_name']; $id = $row['id']; $user=$row['username']; $check_pic = mysqli_query($conn,"SELECT profile_pic FROM friendzone WHERE username='$user'" ;$get_pic_row = mysqli_fetch_assoc($check_pic); $profile_pic_db = $get_pic_row['profile_pic']; if ($profile_pic_db == "" {$profile_pic = "img/default_pic.png"; } else { $profile_pic = "userdata/profile_pics/".$profile_pic_db; } ?> <li> <?php echo $output .= "<div>'<li><a href=$user><img src='$profile_pic' height='25' width='25'>' <a href=$user>$row[username] </a></li></div><br />'"; ?> </li> <?php } $search_for_pages = mysqli_query($conn,"SELECT * FROM Pages WHERE company_name LIKE '%$searchq%' OR company_username LIKE '%$searchq%' order by `id` desc limit 2" or die(mysqli_error());$count = mysqli_num_rows($search_for_pages); if(mysqli_num_rows($search_for_pages) > 0) { ?> <li class="vpb_titles"><span class="text">Pages</span></li> <?php while ($row = mysqli_fetch_assoc($search_for_pages)) { $id = $row['id']; $company_name = $row['company_name']; $company_username = $row['company_username']; $company_picture = $row['company_picture']; $company_background_pic = $row['company_background_pic']; $user_like_company = $row['user_like_company']; } $check = mysqli_query($conn,"SELECT company_picture FROM Pages WHERE company_username='$company_username'" ;while($row = (mysqli_fetch_assoc($check))) { $profi = $row['company_picture']; } if ($profi == "" {$my_cover = "../img/biz.jpg"; } else{ $my_cover = "../userdata/page_profile_pics/".$profi; } ?> <li> <?php echo $output .= "<div>'<li><a href=./pages/$company_username><img src='$my_cover' height='25' width='25'>' <a href=./pages/$company_username>$row[company_username] </a></li></div><br />'"; ?> </li> <?php } else { //Do nothing as our major reason for seaching are people and not pages } ?> <li class="more"> <a href="javascript:void(0);" onclick="alert('LOL');"> <span class="text">See more result for <?php echo $search_term; ?> <img src="images/vpb_arrow.png" alt="" border="0"></span> <span class="category">Displaying top <?php echo mysqli_num_rows($search_for_people)+mysqli_num_rows($search_for_pages); ?> results</span> </a> </li> <?php } else { $search_for_pages = mysqli_query($conn,"SELECT * FROM Pages WHERE company_name LIKE '%$searchq%' OR company_username LIKE '%$searchq%' order by `id` desc limit 2" or die(mysqli_error());$count = mysqli_num_rows($search_for_pages); if(mysqli_num_rows($search_for_pages) > 0) { ?> <li class="vpb_titles"><span class="text">Pages</span></li> <?php while ($row = mysqli_fetch_assoc($search_for_pages)) { $id = $row['id']; $company_name = $row['company_name']; $company_username = $row['company_username']; $company_picture = $row['company_picture']; $company_background_pic = $row['company_background_pic']; $user_like_company = $row['user_like_company']; } $check = mysqli_query($conn,"SELECT company_picture FROM Pages WHERE company_username='$company_username'" ;while($row = (mysqli_fetch_assoc($check))) { $profi = $row['company_picture']; } if ($profi == "" {$my_cover = "../img/biz.jpg"; } else{ $my_cover = "../userdata/page_profile_pics/".$profi; } ?> <li> <?php echo $output .= "<div>'<li><a href=./pages/$company_username><img src='$my_cover' height='25' width='25'>' <a href=./pages/$company_username>$company_username </a></li></div><br />'"; ?> </a> </li> <?php } ?> <li class="more"> <a href="javascript:void(0);" onclick="alert('This is only a demonstration and so, no link is added to this. Thanks...');"> <span class="text">See more result for <?php echo $search_term; ?> <img src="images/vpb_arrow.png" alt="" border="0"></span> <span class="category">Displaying top <?php echo mysqli_num_rows($search_for_pages); ?> results</span> </a> </li> <?php } } |
jidez007:There is this stuff called a disposable phone number that you can use to poll in more votes |
jidez007:U guys get it all wrong... There is nothing that can't be hacked... It may just take longer time |
Alexander1370:First question is why do u want to hack it |
Copy n paste d code n d error then |
Mrchusenvessel:Wat error does it show... And try checking if d image gets uploaded to d folder you've set... And also if datz a yes then check if u are using d correct fetch url... |
JudeTheGenius:Tanks for d insight didn't know about such errors on d PC view... Will fix it ASAP |
See as dem fine |
yomalex:Itz an induced deduction from d op first post sharpguy10: |
Poor guy |
still need more mods Call 08074100181 |
or die(mysqli_error());