Posts: 201
Threads: 18
Joined: Jun 2011
Reputation:
0
08-15-2011, 03:20 AM
(This post was last modified: 08-15-2011, 03:21 AM by Closed Account.)
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
Posts: 100
Threads: 0
Joined: Aug 2011
Reputation:
0
^ that should help him i see some nice sites for help there.
Posts: 201
Threads: 18
Joined: Jun 2011
Reputation:
0
08-15-2011, 04:15 PM
(This post was last modified: 08-15-2011, 04:16 PM by Closed Account.)
does it matter what tutorial I do would I be able to add my own features still?
Posts: 115
Threads: 5
Joined: Jul 2011
Reputation:
1
A simple google search will do you good here..
It doesn't matter what tutorial you use as you can always edit the code.
Chase your dreams, and if it doesn't work, dream a new dream. -Louis “Coach” Presutti
Posts: 5,793
Threads: 268
Joined: Sep 2010
Reputation:
85
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.
Posts: 201
Threads: 18
Joined: Jun 2011
Reputation:
0
Will could I make the features as A Mybb Mod?