Php registration system with mail secure

c, c++, php, html, sql ..etc discussion. also includes codes and source codes.
Post Reply
User avatar
Legu
Allie
Allie
Posts: 232
Joined: Sun Dec 18, 2011 6:47 pm

Php registration system with mail secure

Post by Legu »

Hi guyz im lookin for a very basic registration system. It should have admins/moderators/users. Everytime a new user creates an account he receives an email. After checkin the email he should be able to fully activate his account. Since nearly every site has such a system i believe there must be some download for this. (Probaly 3-4 php files and one database file for the user names and stuff). Thx for help.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Php registration system with mail secure

Post by Sethioz »

so called "registration" alone does nothing. i don't understand what you trying to do, you can "reigster" users, but what would be the use of it ? if you talking about making it work with something, like getting access to a specifc download..etc, then there is a LOT more than just registration.

if you looking to have some specific function, explain.

if you are looking to learn about php, then this is very bad thing to start with, you have to first read about php and understand the prefixes and commands that can be used and also how SQL database works and how to make it work so it writes and receives values and is not vulnerable ..etc

so explain what is your goal here.
User avatar
Legu
Allie
Allie
Posts: 232
Joined: Sun Dec 18, 2011 6:47 pm

Re: Php registration system with mail secure

Post by Legu »

I was lookin for this:
http://www.html-form-guide.com/php-form ... -form.html
With this u can easily create users (database).Users get an email after they succesfully filled up the required fields. To understand the whole thing just download it.
Actually i have one more problem it says that i need to upload the whole "source" folder to my site. How am i supposed to this if my site is called Mainsite.hml?
"Getting this error after filling up the fields on register.php --> Failed sending registration confirmation email. However the program succesfully inserts the userdata into the database. Any ideas how to fix it?
Attachments
RegistrationForm.zip
The file which has all the needed php files.
(44.07 KiB) Downloaded 772 times
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Php registration system with mail secure

Post by Sethioz »

what is this form suppouse to be for ? what are you trying to do, i asked that before.

so you put registration up and then what ? so it will be like a kids sandbox that user just enters details and then user has "profile" and thats it ? what is the point of that, you can just use a picture if you want to show some details and let them upload a simple picture.

what is your whole point ?? i don't see any point in having a simple registration form. its like entering your details into notepad and make a picture of it and upload, same effect.
Post Reply