Support Forums

Full Version: Creating A Login/Register Script & Adding Features
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,I Am In the middle of Creating My first Website can some users give me some Tutorials on how To create A decent Php Login/Register Script & How to add features Such As Shoutbox,Blogs & Mod CP (like SF the forum is connected to the users accounts)
Thanks
Spudster
Remember, google is great.
http://www.google.com/search?sourceid=ch...gin+script

You can now click on one of those links to view all the possible ways.
I hope this helped.
^ that should help him i see some nice sites for help there.
does it matter what tutorial I do would I be able to add my own features still?
A simple google search will do you good here..

It doesn't matter what tutorial you use as you can always edit the code.
And Im trying to connect A Site To A Mybb Forum http://dsibook.net (Not my site just A Example) How do I make A Mybb Template Have These Templates Made for DSi Browser and could I make Mybb Plugins like these http://dsibook.net/blogs/
1) you need a database, SQL is pretty standard for this kind of thing.

You can't compare a forum with a regular site. That's one thing you have to know, the MyBB install sets up your database for you, whereas if you have your own site, chances are you'll be creating a login class of your own with PHP or some other reputable secure login script for various languages out there. PHP is just a common way to go. With that comes the responsibility of making sure that it's secure. You mention a ModCP so you're going to have to include variables to different levels of users in the database, and define permissions for each. This should be expected though as every database needs some kind of administration (via an administration level user). Blogs are going to be a part of the data inputted into the database as part of the user's account. Personally with no offense intended, I don't think you're quite as knowledgable to be able to do this all on your own without doing some research to gather some more information about this.

You want to connect a MyBB database with other data on a website? That's more difficult than just a simple addon file.
Will could I make the features as A Mybb Mod?