The configurable php script for easy login and session handling.
Image of User Session Pro box

What is User Session Pro?

User Session Pro is a set of plug-and-play scripts, which instantly allow you to put a login / register box on your website.

Try our demo
  • Set up accomplished though a simple set up wizard, no programming required.
  • Allows users to log-in to your website
  • Takes care of registration if they are not already a member
  • Create user groups and access levels
  • Fully configurable through your secure admin control panel
  • Email verification for registrations if enabled
  • Installs within minutes.
 

Why User Session Pro?

By using User Session Pro you will reap many benefits such as full tech support, a fully customisable professional login system that has been tried and tested. An extensive control pannel. You do not need to know how to programme in PHP as User Session Pro uses a setup wizard to help you install it and only very simple commands that can easily be copied and pasted into your webpages.

 

How is User Session Pro Installed?

Installing User Session Pro is remarkably simple:

  1. Instantly Download the User Session Pro zip file
  2. Extract it to your hard drive
  3. Upload the extracted files to your website via ftp
  4. Open the address http://www.yourWebSite.com/UserSessionProAdmin
  5. Follow the on screen wizard instructions

It really is that simple, and if it sounds like a hassle why not ask us about our installation and hosting service.

 

I'm not familiar with PHP, can I still use User Session Pro?

Yes you can! User Session Pro has been developed with ease of use in mind. The admin control panel can generate the PHP code you need, so it's just a case of pasting a line or two into your HTML pages. Check out our demo centre for some examples of what you'll need to paste in.

 

I'm an advanced developer, what can I do with User Session Pro?

User Session Pro uses PHP / HTML templates and CSS for it's output making it easy to match User Session Pros HTML to the requirements of your website. Whilst the admin control panel can generate the php code you'll need to make a login enabled website as an advanced developer you'll see that User Session Pro can be easily nitted into almost any system you have in mind and can be expanded easily to accomplish almost anything!

 

Code Examples (for coders)

Below are examples of code you might use to accomplish various tasks using User Session Pro.

 

Protecting an entire page with User Session Pro:

<?php
require_once('path/to/UserSessionPro.php');
$userSessionPro->protectPageMembersOnly();
//All content and code beyond this point is restricted to members only
?>
<strong>Only logged in members can see this.</strong>
 

Protecting a section of a page:

<?php
require_once('path/to/UserSessionPro.php');
 
//Output the HTML for the login dialog
$userSessionPro->showLoginDialog();
 
//Decide if the user is logged in or not
if ($userSessionPro->isLoggedIn()){
//All content and code within this if block is restricted to members only
echo '<strong>Only logged in members can see this.</strong>';
}else{
//All content and code within this else block is shown to non members
echo '<strong>Everyone else can see this.</strong>';
}
?>
 

You can do loads with User Session Pro if you're confident with code. See our advanced code examples for more or try the demo.

 

What Expansion Modules are Available?

User Session Pro uses a modular design allowing you to take what you need and leave the rest:

Module Title

Module Description

User Session Pro - Core Module download now

Creates a login system and database, easily allowing the protection of your web pages or page portions.

Forgotten Password Retrieval System download now

Creates a dialog system that allows users to reset their password.

Online User Registration System download now

Creates a registration / sign up dialog. Can inlcude email verification on sign up if required.

Extended Permission Groups download now

Allows you to create user groups to further specify who can access what content.

Online Contact System download now

Creates a contact dialog that you can place any where on your website.

Extended User Profiles coming soon

Allows the creation of extended user profiles to store additional information about users.

User and visitor tracking coming soon

Creates powerful tracking data to keep you informed of user activities on your site.

 

Still got questions about User Session Pro?

We love hearing from you and use all of the questions and feedback to improve our services and products. Use the form below and we'll get straight back to you.

Name :
Email :
Do not enter anything in here :
Message :
 
 
 
ProPHPScripts