Member Registration And Login System |
||
Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.
In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.
Zymic Webmaster Forums Zymic Free Web Hosting Tutorials |
||
5 Pages
« < 2 3 4 5 >
|
![]() |
Member Registration And Login System |
||
Dec 30 2010, 07:10 AM
Post
#61
|
|
|
Newbie ![]() Group: Members Posts: 17 Joined: 3-November 10 Member No.: 163,736 |
Great job, sometime even I do stuck in these code, its simple but get confused when some complexity is involve.
|
|
|
Jan 20 2011, 03:18 PM
Post
#62
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 20-January 11 Member No.: 174,013 |
Thanks very much for this tutorial
when i implement this code it wont submit any details to the database and i cant figure out why. When i fill in the registration form i get the following message Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /www/zzl.org/e/o/i/******/htdocs/register.php on line 37 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /www/zzl.org/e/o/i/*******/htdocs/register.php on line 39 (These seem to be the lines checking if the name is already in the database - and when i go to log in it tells me the user name dosent exist) following this no information seems to be going into the database i havent changed any information in your scripts except the info to connect to the database which i believe is correct. Id really appreciate any help you can offer PS. I havnt posted in a forum before so i hope ive done this correctly |
|
|
Feb 8 2011, 03:32 AM
Post
#63
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 7-February 11 Member No.: 176,595 |
This tutorial is great! Its working for me, I could register and the data shows up in my database after that,
up until I try to login with the registered account and it says that my password is incorrect. Quite odd and funny. Has anyone experience this? |
|
|
Feb 10 2011, 10:49 AM
Post
#64
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 3-February 11 Member No.: 176,169 |
Hey, I want to ask, if I follow this tutorial can I use phpbb forum registation afther that?
Right now it gives me Could not open socket. Is that mean i have to pay and open server socket or i can go around somehow? This is web link " culo.clanteam.com/foorum/ " and its uses my mother language. This post has been edited by zpcs: Jan 25 2013, 11:28 AM
Reason for edit: Broken URL Link and then Broken URL Link allowanced for Descriptive URL Link so as not to disturb content
|
|
|
Feb 16 2011, 08:28 AM
Post
#65
|
|
|
Newbie ![]() Group: Members Posts: 13 Joined: 3-February 11 Member No.: 176,053 |
I don't understand PHP or MySQL at all. Where can i find my sql injection box? :-/
|
|
|
Feb 19 2011, 12:12 AM
Post
#66
|
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 3-November 10 Member No.: 163,774 |
I'm trying to use this with safe mode off. Any help how to do that? Error message:
Fatal error: Call to undefined function safe() in /home/****/public_html/register.php on line 11 |
|
|
Feb 19 2011, 05:09 AM
Post
#67
|
|
|
THE SILENT FORUM NINJA ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrators Posts: 3,706 Joined: 23-January 10 From: on your screen Member No.: 127,507 |
you cant safemode() is enable and there is no work around for it
|
|
|
Feb 20 2011, 06:00 PM
Post
#68
|
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 3-November 10 Member No.: 163,774 |
|
|
|
Mar 19 2011, 06:03 PM
Post
#69
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 19-March 11 Member No.: 182,710 |
NEWBIE: I would like to use this system with modifications. I would like to capture more registration information than included.
Questions: On config.php page should all the database variables be listed? Even though 'include config.php' is at the top of other pages, the variable information is also repeated. Does this mean that where it is repeated, it should match my database variables? Can I connect from the registration page to another page using <a href = ?> THEN from the that page have the user log out? May not be asking the correct questions to get where I'm going. Bear with me. |
|
|
Mar 28 2011, 05:33 AM
Post
#70
|
|
|
Member ![]() ![]() Group: Members Posts: 35 Joined: 4-March 11 Member No.: 180,466 |
Really thankful for the tutorial. It is one of the good forum that i found.
|
|
|
May 3 2011, 08:28 AM
Post
#71
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 15-April 11 From: Philippines Member No.: 186,556 |
Thanks you very much for this wonderful tutorial
I learn a lot keep on making tutorials |
|
|
May 7 2011, 03:50 PM
Post
#72
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 2-April 11 Member No.: 184,639 |
Great tutorial *claps*
But I have an issue... So I started it the index.php files on localost/index.php (i'm using xampp) and when I went to register and entered the test info it said this.... Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\register.php on line 37 Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\register.php on line 39 Do you know what happened? |
|
|
Jun 14 2011, 12:44 AM
Post
#73
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 12-June 11 Member No.: 193,894 |
In register.php, I have a problem with the code...
$_POST['uname'] = safe($_POST['uname']); $_POST['passwd'] = safe($_POST['passwd']); $_POST['email'] = safe($_POST['email']); $_POST['website'] = safe($_POST['website']); $_POST['location'] = safe($_POST['location']); Those five lines seem to be the problem. the error message on the site is: Fatal error: Call to undefined function safe() in /www/zxq.net/p/o/k/pokemonscratch/htdocs/register.php on line 11 |
|
|
Jun 19 2011, 07:34 AM
Post
#74
|
|
|
Newbie ![]() Group: Members Posts: 17 Joined: 15-June 11 Member No.: 194,389 |
You say the code works in this tutorial yet I'm having the same problem others are, I've done everything exactly as it should be and it's just taking me back to my index.php..... It's really annoying.... Also you're confusing as hell man, you tell us what to add into index step by step and then where you say it should look like this: there's code in that finished copy that you didn't even mention in the steps. What's up with that? I can let you access my desktop and show you EVERYTHING is exactly as it should be going by your tut, only that one function doesn't work and I can't seem to fix it. I really hope you can help me address the problem.
|
|
|
Jun 19 2011, 05:17 PM
Post
#75
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 19-June 11 Member No.: 194,885 |
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'assassin120_zzl_'@'192.168.1.1' (using password: YES) in /www/zzl.org/a/s/s/assassin120/htdocs/config.php on line 10
Couldn't connect to server. why happend that???? |
|
|
Jun 19 2011, 05:51 PM
Post
#76
|
|
|
THE SILENT FORUM NINJA ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrators Posts: 3,706 Joined: 23-January 10 From: on your screen Member No.: 127,507 |
that is not the right user that is part of your database name your user would look something like 123456_user and your database name would look something like example_zxq_dbname
http://zymickb.tk/index.php/MySQL |
|
|
Oct 12 2011, 03:46 PM
Post
#77
|
|
|
Member ![]() ![]() Group: Members Posts: 32 Joined: 12-October 11 From: Virginia Member No.: 213,126 |
Thanks for the help! Very thorough tutorial.
|
|
|
Nov 2 2011, 09:13 AM
Post
#78
|
|
|
Newbie ![]() Group: Members Posts: 13 Joined: 5-February 10 Member No.: 129,423 |
Yay! It worked! Thanks for your help!
|
|
|
Jul 31 2012, 12:10 PM
Post
#79
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 6-September 09 Member No.: 109,157 |
Hi,
I am getting below error : Warning: mysql_connect() [function.mysql-connect]: Access denied for user '*****'@'XXX.XXX.X.X' (using password: YES) in /www/zxq.net/m/y/n/mynewjobs/htdocs/JobBoardTemplate/markup/config.php on line 6 Couldn't connect to server. The Database UserName and Password are fine, I checked it!! |
|
|
Aug 2 2012, 11:32 PM
Post
#80
|
|
|
THE SILENT FORUM NINJA ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrators Posts: 3,706 Joined: 23-January 10 From: on your screen Member No.: 127,507 |
see its a little hard to help you remove the database user and just so you know the ip address is just localhost
|
|
|
![]() |
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users) |
||
| 0 Members: | ||
Forum Jump |
||
| Lo-Fi Version | Time is now: 22nd May 2013 - 06:10 AM |