LinkShare  Referral  Program

New

Advertise ad Here
learn more
           Download > Login System Download Page
Useful

Links

Free technical Tutorials At techtutorials.net



Link Exchange at iWEBTOOL.com

 



The PHP Resource Index

iBuyOfficesupply.com Inc. There are N. 14 Comments for this Article
Ask any relevant question in the Comments or leave your valuable feed-back

printer  Print version of this article

star  Add it to your favourite!

mail email this page to a frend
LinkShare  Referral  Program


Help Needed

WE need your help to translate this script in the following languages.

  • French
  • Dutch
  • German
  • Spanish

Or you can suggest your own language,If you are interested please contact us

Added on   02.08.09
Clicks     22118
Rating:   4.66   out of 5 from   33   raters      
         rate this page   
 Not rated yet.Be the first one to vote!!

MCLogin System 1,2 Download Page

Developed by Joe Pieruccini
under Creative Commons Attribution-Noncommercial 2.5 Australia License at www.maniacomputer.com
email : jp50@maniacomputer.com

Price :  Free

Added :  26-07-2009

This file has been downloaded 2659 times.

With MCLogin System  your visitors can login or register a new account. It is written in PHP and the data is stored in a MySql database.Very easy to install or to customize to meet your needs. You can add it to your pages with just one link. Currently ,Mclogin System is available in english and italian and ,thanks to the translation of Pierre Boue',a French version can be downloaded.

Download:



pre requisites:



Installation

  1. Unzip the file "login" and upload it to the root folder of your web site
  2. Open config_sql.phplocated in login/conf in your php editor or in a text editor such as Notepad
  3. Change the following variables with your MySql credentials
    $host = "";                  // your host name i.e localhost
    $username = "";          // your user name to access MySql
    $password = "";          // your password to access MySql
    $database = "";          // The name of the database
  4. Open config.php in login/conf.php and edit the following variables :
    $site_url='http://www.yoursite.com';  //Enter here,the url of tour website
    $folder='/login';                                 // The name of the folder

    $admin_email='admin@yoursite.com'; // Admin email address to send automatic emails
    $time_zone=8;                                   // enter here Your time zone
    $page_to='/login/index.php' ;               // The page where you want to redirect users after login
    $site_name='
    yoursite';
  5. That's it.

Implementation:

Updates:


If you download this script, please take a second, Rate it

Rate this Script @ The PHP Resource Index!
Script Rating:

Here the Example in English UK Flag

Here the Example in Italian  Italian Flag

Here the Example in French Franch Flag



Download it

 

Disclaimer
This free software may be freely distributed, provided that no charge above the cost of distribution is levied, and that the disclaimer below is always attached to it.

The software is provided as is without any guarantees or warranty.
Although the author has attempted to find and correct any bugs in the free software programs, the author is not responsible for any damage or losses of any kind caused by the use or misuse of the programs.
The author is under no obligation to provide support, service, corrections, or upgrades to the free software programs.

 

For any problems or bugs,don't hesitate to contact me

Comments

Post your comment here or ask any question that is rilevant on what is shown in this page.
Thank you for visiting this website

N. 14 Comments for this page!   add a comment


From:  Avariado   Comment Nr 1    
 Posted on  18/08/09
  
 When registering, if you put no email,the next user that leaves that field in blank will get a "that email already exists" message. But I liked the script, thanks for sharing.

From:  jp50   Comment Nr 2    
 Posted on  18/08/09
  
 Thanks for let me know,I'll fix the problem.

From:  Steve   Comment Nr 3    
 Posted on  24/08/09
  
 I want to have restricted areas on a website.. and allow users to request access and then be able to log-in and see the restricted areas.. is this what this does?

From:  luthfi   Comment Nr 4    
 Posted on  24/08/09
  
 Dear Sir, Would you like to create script like timeout for session or cookies also, so in case 1 user has limitation time for accessing page? thanks

From:  jp50   Comment Nr 5    
 Posted on  24/08/09
  
 Steve,yes,after successful login, you can redirect the user to the restricted area,but then this area needs to be secured, and this goes beyond the scope of this script.

From:  khan   Comment Nr 6    
 Posted on  02/09/09
  
 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /hermes/****/web003/b36/*****/publi c_html/scripts/login/cl****/mysql_m anager.php on line 119 And there is a problem with sql4Table 'script.users_tbl' doesn't exist Is Face Above error

From:  jp50   Comment Nr 7    
 Posted on  02/09/09
  
 Khan, in your database 'script' the table users_tbl does not exist,it should heve been created the first time you run login_index.php.Possible reason is you did not fill config_sql.php with your database details,to fix Try to follow the steps in this page and run login_index.php again.

From:  DG   Comment Nr 8    
 Posted on  12/09/09
  
 The verification image doesn't show in my website. Any possible reason? Thanks

From:  Alex   Comment Nr 9    
 Posted on  15/09/09
  
 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/acm/login/cl****/login_cl* ***.php on line 43

From:  Alex   Comment Nr 10    
 Posted on  15/09/09
  
 Hi, I corrected the problem from my previous post, but now when I try to register, I do not see the captcha characters. Am I missing something?

From:  jp50   Comment Nr 11    
 Posted on  17/09/09
  
 Alex and DG one possible reason may be the session not starting.Try to turn on these 2 variables in the php.ini file display_errors = Off display_startup_errors = Off so you'll see any error in your browser.Read the notes in the php.ini file carefully.

From:  chrissyhavelin   Comment Nr 12    
 Posted on  17/02/10
  http://vpc.org.uk
 Hi i just installed this script on our website vpc.org.uk/newsite/media/members everything works apart from the link emailed to activate the account. do you have any sugestions

From:  chrissy havelin   Comment Nr 13    
 Posted on  02/03/10
  
 is there anyway to get the system to email me when someone opens an account

From:  jp50   Comment Nr 14    
 Posted on  03/03/10
  
 chrissy, there is a way,but nothing ready,it has to be done,you need to add few lines of code.
Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial 2.5 Australia License.