0) { $items = file($database); foreach($items as $line) { list($username, $password, $email, $name, $active) = explode('|', trim($line)); if ($username == $_POST['username'] && $active != "0" && $password == $crypt_pass) { $found = true; $fullname = $name; } } } if($found == false) { header('Location: '.$error_page); exit; } else { session_start(); $_SESSION['username'] = $_POST['username']; $_SESSION['fullname'] = $fullname; $rememberme = isset($_POST['rememberme']) ? true : false; if ($rememberme) { setcookie('username', $_POST['username'], time() + 3600*24*30); setcookie('password', $_POST['password'], time() + 3600*24*30); } header('Location: '.$success_page); exit; } } $username = isset($_COOKIE['username']) ? $_COOKIE['username'] : ''; $password = isset($_COOKIE['password']) ? $_COOKIE['password'] : ''; ?> Signup
 
E-Mail: webmaster@jawed.co.in
 
welcome to www.jawed.co.in
All the content/s are collected from the search engines and/or free resources. Please read disclaimer before using/downloading any content/stuffs or whatsoover.
All Logo/s,Trade Mark/s,Stuff/s,Content/s,Material/s,Software/s are property of their respective owner
For any query please contact at webmaster@jawed.co.in


SocialTwist Tell-a-Friend
Jawed on Twitter
jawed on Facebook
Sign up for a new account
Full Name:
User Name:
Password:
Confirm Password:
E-mail:
 
Sing Up for a new account
Don't have yet sign up or subscribed ?
it is easy, it enable you to receive newsletters, periodically updates ,utilities, study materials and support for many problems.
Sign Up / Subscription is as easy as just typing your name and e-mail ID . Please fill up the  form below for subscription / sign up.