Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Dre

Members
  • Joined

  • Last visited

  1. Hi Does any one know if there is a plugin for wordpress that allow specific users to only post to specific categories. For example When User A goes to write a new post, under the categories section, they cna only see only 3 categories out of a possible 30 that might be there.
  2. Thanks for the in-depth feedback, I do feel you are right one some of the points raised. I think I will tweak the site a little.
  3. Thanks for the feedback Alot of people have told me it looks like facebook. I am not sure if that is a good thing or a bad thing.
  4. Hi people I just launched my site aimed for UK uni students and would love to hear some feedback (good or bad)not only about the design of my site, but also the idea behind it. The more in depth the better. Thanks Here is the link to my site Inside Uni
  5. nop that never worked either ...its still hidden
  6. Nop that never worked it just hidden the slider now
  7. That is for the login <? session_start(); include_once"config.php"; if(isset($_POST['login'])){ $username= trim($_POST['username']); $password = trim($_POST['password']); if($username == NULL OR $password == NULL){ $final_report.="Please complete all the fields below.."; }else{ $check_user_data = mysql_query("SELECT * FROM `members` WHERE `username` = '$username'") or die(mysql_error()); if(mysql_num_rows($check_user_data) == 0){ $final_report.="This username does not exist.."; }else{ $get_user_data = mysql_fetch_array($check_user_data); if($get_user_data['password'] == $password){ $start_idsess = $_SESSION['username'] = "".$get_user_data['username'].""; $start_passsess = $_SESSION['password'] = "".$get_user_data['password'].""; $final_report.="You are about to be logged in, please wait a few moments.. <meta http-equiv='Refresh' content='2; URL=members.php'/>"; }}}} ?> This is for the logout <? session_start(); include_once"config.php";; session_unset('username'); session_unset('password'); echo "<meta http-equiv='Refresh' content='2; URL=login.php'/>"; ?> register one <? include_once"config.php"; if(isset($_POST['register'])){ $username = $_POST['username']; $password = $_POST['password']; $email = $_POST['email']; $memip = $_SERVER['REMOTE_ADDR']; $date = date("d-m-Y"); if($username == NULL OR $password == NULL OR $email == NULL){ $final_report.= "Please complete the form below.."; }else{ if(strlen($username) <= 3 || strlen($username) >= 30){ $final_report.="Your username must be between 3 and 30 characters.."; }else{ $check_members = mysql_query("SELECT * FROM `members` WHERE `username` = '$username'"); if(mysql_num_rows($check_members) != 0){ $final_report.="The username is already in use!"; }else{ if(strlen($password) <= 6 || strlen($password) >= 12){ $final_report.="Your password must be between 6 and 12 digits and characters.."; }else{ if(!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email)){ $final_report.="Your email address was not valid.."; }else{ $create_member = mysql_query("INSERT INTO `members` (`id`,`username`, `password`, `email`, `ip`, `date`) VALUES('','$username','$password','$email','$memip','$date')"); $final_report.="Thank you for registering at Richies, you may login."; }}}}}} ?> Members One <? session_start(); include_once"config.php"; if(!isset($_SESSION['username']) || !isset($_SESSION['password'])){ header("Location: login.php"); }else{ $fetch_users_data = mysql_fetch_object(mysql_query("SELECT * FROM `members` WHERE username='".$_SESSION['username']."'")); } ?> Config file <? ob_start();session_start(); $hostname = ""; $data_username = ""; //database username $data_password = " "; //database password $data_basename = ""; //database name $conn = mysql_connect("".$hostname."","".$data_username."","".$data_password.""); mysql_select_db("".$data_basename."") or die(mysql_error()); ?> i have tested the above on the files they came with and it works but when i try put the code into the slider it dose not.
  8. CREATE TABLE IF NOT EXISTS `members` ( `id` int(11) NOT NULL auto_increment, `username` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `ip` varchar(255) NOT NULL, `date` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; That is the tables
  9. I have a scrpit from another login php but it dos enot seem to work. And my database is set up by mysql
  10. Hi I need help to make my login slider work. I bought a template website because i really liked the login in slider. I have set up my database already but i am having trouble codeing it I want it to work so when some one pressed login into to my main site also i want it to work so people can signup Here is the slider Login slider Thanks in advance for the help and please tell me if your require more info.
  11. Dre replied to Dre's topic in Domain Names
    Yes i have my website is parked with sedo at the moment but i just wanted to get a view from people on here. Dre
  12. Dre posted a topic in Domain Names
    I have bought my first domain name to resell (amaturequeen.com) (don’t worry there is nothing on it) I was wondering where would be the best place to get it valued. Or even how much do you lot think it is worth. I have been on a few site already and been given quotes all at different prices (from hundreds to couple of pounds) and i got a feeling i been ripped of.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.