hello.I want to make a site for finding jobs with membership and stuff.(something like guru.com or elance in the membership system) and i have already seen your videos about dynamic site and also downloaded the packet for basic membership.Can i use the php code to html page?how do i custom made the memberships?what isthe best site to upload a webpage wich will be user friendly?the last 2 month im trying to learn php
im developing webpages with kompozer.I use kubuntu sytem and i dont have big xp
Another great video tutorial from Adam @ Develop PHP and I've got everything working just great but the one thing that doesn't seem to work is the users profile pic. I've uploaded a photo to a mocked up account just to test the system and it has uploaded ok as I can see the .jpg sitting there on the server via my ftp client, but when I log in and load member_profile.php no image appears and just get the box with a ? in. Anyone else had this problem?
Well image posting script is really unsecyre..because if i will go tu users id catalog,for example if users id is 52 and his photo catalog will be 52 and then i go to pictures/52 and i will see all users photos,because folder 52 is not secure..without any index file..that secure issue we can sort if automaticly will be created index file in each new photo folder..
can somebody help. me why do i get undefined variable: for the username,country,state,city,accounttype and email. Sorry i can't fix it. im a beginner. I appriciate to anyone who knows how to fix it.
Found it!! Line 22 looks for the 'emailactivated' field in the db and I had named the field 'emailactivation'. A simple edit in phpMyadmin did the trick!
Hey can anyone help me with this error message I get when I click on "Activate Now" in the email: ACTIVATION RESULTS
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /data/26/2/131/139/2620302/user/2874549/htdocs/activation001.php on line 22
when an activation link is send to me in email and i click on it i get this error and it does not activate my email:
ACTIVATION RESULTS
Your account could not be activated!
"; } elseif ($doublecheck > 0) { // Print a success message to the browser cuz all is good // And supply the user with a link to your log in page, please alter that link line print "
@XXTeamCORE can you send me your source code please? This error normally occurs when you havn't defined your variable properly (maybe you missed a semi colon) or you have not used the variable in the correct location...an index error wont stop the programme from working but it can cause you problems as it changes the behavior of the script.
Add me on skype if you need and I'll see if i can solve it....alexsims1992
Hey, can some one help me how to avoid this error message? it's making crazy..
Connected successfully
Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb/web093/b935/ipg.ocdeejaycom/dj/php_scripts/member_system/connect_to_mysql.php:6) in /hermes/bosweb/web093/b935/ipg.ocdeejaycom/dj/php_scripts/member_system/login.php on line 33
hey adam your vids are awesome but i have one problem when i click the submit button on the join form on my website it goes to a page that says Unknown column 'password' in 'field list' plz help me!
@mrtjs123 check what action you have assigned to your form, upon clicking a submit button it will use the forms action as its processing parameter, its likely you are linking to the page you dont need
@ExposedHD Hi, I am going to be publishing a series soon on how to create an aestheticly pleasing site with just CSS and HTML over the next few weeks !:)
could somebody please tell me where should i go to download the files, because i don't know what to do right now, i'm new to this whole php thing, so please help
I have figured this out and the system that you set up is great but can anyone explain to me how I lock certain pages that can only be viewed once logged in and also how can I put membership fees on member profiles?
Thanks for the source link man, when I looked at the php files you had in there for the member system they were so long I had to copy and paste most of them (don't have much time in this situation). I did the activation, logout and index ones. The others were really long so I pasted them lol. Ah well, at least most of the work I do on my site i know did at least 50%.
hi adam good job with this tutorials i did install everything and it's working perfect but now my cuestion is how to have a control of all my members i'm talking about something like a members control panel . and i wish to add a members listing area where everybody can see everybody's profile can you please help me up a little bit with that thanks for everything and you are the best good job again..atte manuel
@notoriousrob671....I had the same problem cuz i accidentally deleted the folder memberFiles, so make sure you still have that and if your trying to modify the script, you have to delete that line of code...hope that helps you
Hi sir,may i ask you,how do i create a php code for my members area system,something like e-bay or amazon allow user to login and logout sell their own items and so on....? And they can featuring their products to my first page? I couldn't find the exact and correct way to go first.
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/29/5492929/html/memberSystemBasic/join_form.php on line 47
I keep getting this warning
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/29/5492929/html/memberSystemBasic/join_form.php on line 48
thankyou for the video and helped to get a membership system into my website but when i try to log in after there are no errors it comes up missing data to run, any help would be appreciated thankyou
@Anjeelah it doesn't matter what the name is as long as it is consistant with your code.. if in your code to look in the folder is for "stupidfolder" then the folder name has to be "stupidfolder" it can be anything as long as matches, and on most servers it IS case sensitive
Don't understand the setting permissions issue because the file mgr in my hosting acct only allows to check off permissions that are designated by topic (i.e., "execute files" "write files" "read files" - and not numbers, so the 775 thing is not offered or shown as an option.
I'm having problems where all the embedded html code (as in, all the html code that is within the php markups) shows on the first loading like normal HTML code. This happens on my LAMP home server and a remote web server. It is probably better just to send this link - djspdatabase.host22.com/join_form.php
I'm having problems where it looks as though the php markups aren't in place, but on checking they are. It is probably better just to send this link djspdatabase . host22. com / join_form. php
Adam, it does not work. I just downloaded your package and made a database. I can log in and it goes to the profile page, but the register and login links dont change. It still says register/login. I haven't changed any code what so ever except the connect to my sql script. What could be wrong!???
Nice work Adam!! :D I really appreciate you sharing this wonderful code! :D I too like the Flash header, but I think maybe it's a good idea to have a login system in HTML. Dunno why, just seems more normal to me. I think that profile pic uploader should be flash though, easy enough to fix. :)
Thanks again Adam!!:D YOUR TUTS ARE THE BEST!!!!!!!!!!!!!!!!!!!!! Can't wait to hear about security!!
@MrShawnlloyd - thank you sir, long overdue and I had all the scripts already. I welcome similar tutorials made by others on building membership websites.
i get a error when trying to sign up
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/a1763681/public_html/join_form.php on line 47
help
randomthingting 1 day ago
hello.I want to make a site for finding jobs with membership and stuff.(something like guru.com or elance in the membership system) and i have already seen your videos about dynamic site and also downloaded the packet for basic membership.Can i use the php code to html page?how do i custom made the memberships?what isthe best site to upload a webpage wich will be user friendly?the last 2 month im trying to learn php
im developing webpages with kompozer.I use kubuntu sytem and i dont have big xp
philippnev 1 week ago
Hey I get this error when clicking on the login page:
Notice: Undefined index: email in C:\xampp\htdocs\files\website\login.php on line 19
Can someone please help me resolve this? Thanks!
PivotyPivoty 1 month ago
Another great video tutorial from Adam @ Develop PHP and I've got everything working just great but the one thing that doesn't seem to work is the users profile pic. I've uploaded a photo to a mocked up account just to test the system and it has uploaded ok as I can see the .jpg sitting there on the server via my ftp client, but when I log in and load member_profile.php no image appears and just get the box with a ? in. Anyone else had this problem?
colourelectric 1 month ago
Well image posting script is really unsecyre..because if i will go tu users id catalog,for example if users id is 52 and his photo catalog will be 52 and then i go to pictures/52 and i will see all users photos,because folder 52 is not secure..without any index file..that secure issue we can sort if automaticly will be created index file in each new photo folder..
Royalllllll 1 month ago
@Royalllllll unsecure*
Royalllllll 1 month ago
Why do i get undefined variables in registration page?
jn10987654321 1 month ago 2
can somebody help. me why do i get undefined variable: for the username,country,state,city,accounttype and email. Sorry i can't fix it. im a beginner. I appriciate to anyone who knows how to fix it.
jn10987654321 1 month ago
Found it!! Line 22 looks for the 'emailactivated' field in the db and I had named the field 'emailactivation'. A simple edit in phpMyadmin did the trick!
stephensansatymail 2 months ago
Hey can anyone help me with this error message I get when I click on "Activate Now" in the email: ACTIVATION RESULTS
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /data/26/2/131/139/2620302/user/2874549/htdocs/activation001.php on line 22
Your account could not be activated!
stephensansatymail 2 months ago
HI CAN YOU PLZ HELP!!!
when an activation link is send to me in email and i click on it i get this error and it does not activate my email:
ACTIVATION RESULTS
Your account could not be activated!
"; } elseif ($doublecheck > 0) { // Print a success message to the browser cuz all is good // And supply the user with a link to your log in page, please alter that link line print "
Your account has been activated!
Click Here to log in now.
"; } ?>
PLZ HELP :)
ShazTheKing786 2 months ago
@ShazTheKing786 hey can you send me your script, this error will have been pre defined by you somewhere in your script,
the elseif statement is counting if the doublecheck variable is greater than 0,
TheHTMLCode 2 months ago
here is the code:
include_once "storescripts/connect_to_mysql.php";
// Get the member id from the URL variable
$id = $_REQUEST['id'];
$id = ereg_replace("[^A-Za-z0-9]", "", $id); // filter everything but numbers for security
if (!$id) { echo "Missing Data to Run"; exit();
}
// Update the database field named 'email_activated' to 1
$sql = mysql_query("UPDATE members SET emailactivated='1' WHERE id='$id'");
// Check the database to see if all is right now
ShazTheKing786 2 months ago
@ShazTheKing786 for starters why have you got ereg_replace? that should be preg_replace
2) have you checked your SQL connection, does it actually work?
3) can I see your HTML code? you said you were having problems with the form, this does not look like a problemed script to me
TheHTMLCode 2 months ago
Comment removed
TheHTMLCode 2 months ago
"Notice: Undefined index: email in C:\xampp\htdocs\login.php on line 2" is what it says whenever I test out the login page. Plz help
XXTeamCORE 3 months ago
@XXTeamCORE can you send me your source code please? This error normally occurs when you havn't defined your variable properly (maybe you missed a semi colon) or you have not used the variable in the correct location...an index error wont stop the programme from working but it can cause you problems as it changes the behavior of the script.
Add me on skype if you need and I'll see if i can solve it....alexsims1992
TheHTMLCode 2 months ago
Hey, can some one help me how to avoid this error message? it's making crazy..
Connected successfully
Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb/web093/b935/ipg.ocdeejaycom/dj/php_scripts/member_system/connect_to_mysql.php:6) in /hermes/bosweb/web093/b935/ipg.ocdeejaycom/dj/php_scripts/member_system/login.php on line 33
7144008864 4 months ago
@7144008864 without seeing your source code I can't help you, can you inbox me it?
TheHTMLCode 2 months ago
Comment removed
7144008864 4 months ago
Comment removed
7144008864 4 months ago
hey adam your vids are awesome but i have one problem when i click the submit button on the join form on my website it goes to a page that says Unknown column 'password' in 'field list' plz help me!
mrtjs123 4 months ago
@mrtjs123 check what action you have assigned to your form, upon clicking a submit button it will use the forms action as its processing parameter, its likely you are linking to the page you dont need
TheHTMLCode 2 months ago
Where can I get this source code now? The link is broken
MrC0MPUT3R 5 months ago
wheres part 4????
britishgoose01 5 months ago
Well I was able to get it working very easiely :) But I would love to see a tutorial on how to make it more advanced. Like a better look/effects.
ExposedHD 5 months ago
@ExposedHD Hi, I am going to be publishing a series soon on how to create an aestheticly pleasing site with just CSS and HTML over the next few weeks !:)
TheHTMLCode 2 months ago
could somebody please tell me where should i go to download the files, because i don't know what to do right now, i'm new to this whole php thing, so please help
webdesign11 6 months ago
I have figured this out and the system that you set up is great but can anyone explain to me how I lock certain pages that can only be viewed once logged in and also how can I put membership fees on member profiles?
IBleedMusick 7 months ago
it says jiggymembers.members table does not exist! I do not have mysql table how would i fix this
dreamweaverbuilder 7 months ago
BRILLIANT
jacobvarghese1992 7 months ago
i cant upload image to account
i have error
it say:
There was an error uploading the file, please try again. If it continually fails, contact us by email.
Click here to return to your profile edit area
NebojsaG14 7 months ago
@NebojsaG14
make sure u have a memberFiles folder
jacobvarghese1992 7 months ago
@jacobvarghese1992
yes i have :)
NebojsaG14 7 months ago
This has been flagged as spam show
mysql_num_rows(): supplied argument is not a valid MySQL result resource in public_html/members/activation.php on line 22
^ why do i keep seeing this?!
when i try to create a dummy account, i click the activation link and it takes me to the activation.php page where i see this warning :(
feverrcadence 7 months ago
Comment removed
feverrcadence 7 months ago
what does...
Unknown column 'state' in 'field list'
mean?
Bunyonz 8 months ago
@Bunyonz did you ever find out im stuck there
smtx14 6 months ago
cant find the PART 4..please help.
nnngggiii 8 months ago
ok download link has changed and I found it.. thumbs up for others to see new link:
developphp com/Tests/php_scripts/memberSystemBasic.zip
Ferdri3 9 months ago
@Ferdri3 That doesn't work
coolskull100 9 months ago
@coolskull100 no it does!!!
coolskull100 9 months ago
can someone link to another place where to download these files.. cuz the link here doesnt work anymore
Ferdri3 9 months ago
FIX IT OR MR.SPAM WILL RAIN UPON YOUR YOUTUBE CHANNEL WITH HIS WRATH OF SpAM mwahahahahahahahahahahahahahah!!!
coolskull100 9 months ago
WHERE DID THE FILE GO????? THE LINK SENDS ME 2 UR 404!!!
coolskull100 9 months ago
great tutorials there really helpful, but when i go to download the required files it says "oops! file not found"
peepsie112 9 months ago
Thanks for the source link man, when I looked at the php files you had in there for the member system they were so long I had to copy and paste most of them (don't have much time in this situation). I did the activation, logout and index ones. The others were really long so I pasted them lol. Ah well, at least most of the work I do on my site i know did at least 50%.
kennboy1 10 months ago
You can add CAPTCHA code in join_form.php with a CAPTCHA zip file at YouTube watch?v=WLbxx64FbX0&lc --- it works it.
instantproducts 10 months ago
i simply love you dude<3
blackmanpkz 10 months ago
where's part 4?
calvinschools 10 months ago
hi adam good job with this tutorials i did install everything and it's working perfect but now my cuestion is how to have a control of all my members i'm talking about something like a members control panel . and i wish to add a members listing area where everybody can see everybody's profile can you please help me up a little bit with that thanks for everything and you are the best good job again..atte manuel
aztekalp 11 months ago
"ok so we'll see you in part 4.. BAIBAI ^^" hahaha ^^
DreamvoidStudios 11 months ago
@notoriousrob671....I had the same problem cuz i accidentally deleted the folder memberFiles, so make sure you still have that and if your trying to modify the script, you have to delete that line of code...hope that helps you
EdwardCroes 1 year ago
hi wel done bt iam hav prblm wit d dbtable i.e d last 2 enum i cant find d default in my db iam usin cs5 pls hlp tanks.
rafmyguy 1 year ago
When I try to sign up for an account on my site, it gives me an error...
Warning: mkdir() [function.mkdir]: Permission denied in /home/a5902807/public_html/join_form.php on line 62
BUT under that, it gives the message saying to check your email, and in phpmyadmin it says the account was created.
notoriousrob617 1 year ago
Well only get this messeage when im trying to register:
Column count doesn't match value count at row 1
someone know whats wrong?
ShoorteyFTW 1 year ago
Hi sir,may i ask you,how do i create a php code for my members area system,something like e-bay or amazon allow user to login and logout sell their own items and so on....? And they can featuring their products to my first page? I couldn't find the exact and correct way to go first.
DagMaxso 1 year ago
thnx men it works but how kan i maak it dat other peaple can de de members profile?
JGProductionsmusic 1 year ago
Hi, I'm new to this and I was wondering if the php has to above the HTML? And also if it's a .php file how do I see the webpage?
killershah786 1 year ago
Hi can you make a page for ( send message ) or ( add friend )thanks
999996k 1 year ago
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/29/5492929/html/memberSystemBasic/join_form.php on line 47
I keep getting this warning
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/29/5492929/html/memberSystemBasic/join_form.php on line 48
Table 'membersurbane1.members' doesn't exist
URBANENEWS 1 year ago
really cool and nice tutorial!!!! you guys makes the best tutorials in the hole web
0736353788 1 year ago
really cool and nice tutorial!!!!
0736353788 1 year ago
Have you got part 4 up yet? Really keen to hear some security tips.
denno021 1 year ago 2
Thanks man! This is awsome!! I am noob to this and you are really explaining nice and easy!! =) Keep up the good work! =D
Pelle90 1 year ago
thankyou for the video and helped to get a membership system into my website but when i try to log in after there are no errors it comes up missing data to run, any help would be appreciated thankyou
MrGTmedia 1 year ago
Is there any reason why the "memberFiles" has a capital "F". Can I still change mine to a lowercase?
Anjeelah 1 year ago
@Anjeelah it doesn't matter what the name is as long as it is consistant with your code.. if in your code to look in the folder is for "stupidfolder" then the folder name has to be "stupidfolder" it can be anything as long as matches, and on most servers it IS case sensitive
insidmal 1 year ago
Don't understand the setting permissions issue because the file mgr in my hosting acct only allows to check off permissions that are designated by topic (i.e., "execute files" "write files" "read files" - and not numbers, so the 775 thing is not offered or shown as an option.
Anjeelah 1 year ago
Thanks So much
profchimpinstein 1 year ago
my picture thing wont work please just make one more tutorial for this!
TheBlakeWilliamson 1 year ago
wtf??? no part 4
TheBlakeWilliamson 1 year ago
many thanks Adam... you and your coding friends really know how to do it wright =)
sportnastava 1 year ago
Hi,
I'm having problems where all the embedded html code (as in, all the html code that is within the php markups) shows on the first loading like normal HTML code. This happens on my LAMP home server and a remote web server. It is probably better just to send this link - djspdatabase.host22.com/join_form.php
kingsofcarnage 1 year ago
Hi,
I'm having problems where it looks as though the php markups aren't in place, but on checking they are. It is probably better just to send this link djspdatabase . host22. com / join_form. php
kingsofcarnage 1 year ago
do you know how to put script "remember me" and "forgot your password?"
bizopolitan2u 1 year ago
When I try to create a test account it says that the column is a duplicate or something
AQWProtego 1 year ago
Adam, it does not work. I just downloaded your package and made a database. I can log in and it goes to the profile page, but the register and login links dont change. It still says register/login. I haven't changed any code what so ever except the connect to my sql script. What could be wrong!???
TheCompyGuru 1 year ago
where do you learn everything?
MyVlogger 1 year ago
This is excellent stuff, by far the best on YouTube....works so well. Thanks Adam
ghostdancer12 1 year ago
Another really cool and easy-to-understand tutorial. Thanks a lot! As always, very beneficial and useful stuff. :)
cookingwithanarchy 1 year ago
awesome much better than the advanced one (now i geting it ^^)
RedDiamondForLive 1 year ago
THANK YOU ADAM, this was just what i've started and i had no idea where i could find this,but now that thats sorted out i can start, :D.
GiveMeUrCookies 1 year ago
Nice work Adam!! :D I really appreciate you sharing this wonderful code! :D I too like the Flash header, but I think maybe it's a good idea to have a login system in HTML. Dunno why, just seems more normal to me. I think that profile pic uploader should be flash though, easy enough to fix. :)
Thanks again Adam!!:D YOUR TUTS ARE THE BEST!!!!!!!!!!!!!!!!!!!!! Can't wait to hear about security!!
ddoodm 1 year ago
thannnnnnnnx man
hayk7 1 year ago
nice tut Adam
MrShawnlloyd 1 year ago
@MrShawnlloyd - thank you sir, long overdue and I had all the scripts already. I welcome similar tutorials made by others on building membership websites.
flashbuilding 1 year ago