CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   PHP (http://www.codingforums.com/forumdisplay.php?f=6)
-   -   I need help Sorry if this is the wrong place to post this. (http://www.codingforums.com/showthread.php?t=286391)

superret2113 01-24-2013 08:34 PM

I need help Sorry if this is the wrong place to post this.
 
Okay i am a noob to all of this so please bare with me here.
I am looking to create a members area for my website.
I want people to be able to sign up, log in, add each other as friends and send messages to each other.

Please point me to the right direction to accomplish all of what i have said.

felgall 01-24-2013 09:00 PM

You have certainly picked something relatively complicated if you don't have any programming experience. Coding such a script yourself would require learning PHP (or whatever other language you decide to use) quite well as several pages would be required in order to set up login, logout, register, lost password etc page before you even get to the point of adding code to all the member's area pages to ensure they are only accessible to members.

The more practical alternative for you without having to learn programming first would be to implement a script written by someone else that provides the member's area functionality.

If you are already using a script to generate your site then there might be a plugin that can add the member's area for you. For example http://www.mytechopinion.com/2009/07...wordpress.html looks at several plugins that provide that functionality for WordPress based sites. If you are using Joomla then http://www.joomlablog.co.za/joomla-t...a-in-joomla-15 provides step by step instructions for adding a member's area. For Drupal there are instructions at http://www.ehow.com/how_8616135_tuto...ip-drupal.html - if you are using some other script then there might be a plugin available for it - you'll need to search to see what's available.

If you are not already using a script such as one of those mentioned then you can either implement one of them in order to add the member's area to your site via that script and its plugins or you can get a stand-alone script that allows you to add the functionality without needing one of those scripts. I wrote a script that provides all the necessary components to set up a member's area and offer it for sale at http://www.felgall.com/php19.htm


All times are GMT +1. The time now is 01:19 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.