CodeCanyon

PHP Login & User Management

  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
debra64 says
Purchased

I have purchased and uploaded to my wehosting account. Needing directions. First of all is there an instruction manual of sorts other than this comment section?

What I have currently done: Uploaded to www.mysite.com/login

What I am needing to login secure is two different paths: 1. www.mysite.com/weddings and 2. www.mysite.com/portraits

The customer will be accessing this from the main website located at www.mymainsite.com

How would I set this up with the purchased phplogin script?

I appreciate your time and assistance!

Debra

Posted 16 days ago
Author
jigowatt jigowatt replied

Debra,

Yoursite.com/login has an “Install Guide” link on the left side. Please click this. I’ve also responded to your emails.

Regards,
Matt

Posted 16 days ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 50 and 99 items
Seppelchen says
Purchased

Hello, you have add a simple Contact form (disabled.php), but there is a mistake in line 34:

ERROR : “Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /var/www/web180/html/acp/disabled.php on line 34”

Your Code in this line: “else if(!$generic::isEmail($email)) { $error = ‘ You have enter an invalid e-mail address, try again. ’; }”

But why?

Posted 14 days ago
Author
jigowatt jigowatt replied

Hi,

What version are you on? I can’t replicate it on the latest version.

Cheers,
Matt

Posted 11 days ago
Purchased
Seppelchen Seppelchen replied

I am using 2.44

Posted 11 days ago
Purchased
Seppelchen Seppelchen replied

I have send you an email with the link.

Posted 11 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
sturtle78 says
Purchased

can you hide .pdf and .jpeg files behind this wall?

Posted 9 days ago
Author
jigowatt jigowatt replied

Nope.

Posted 9 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
ktuluxx says
Purchased

Hi,

Just bought this great script. Anyhow, this might already been asked before but can I disable the activation email? Meaning that once user register, there is no need to send the activation email and user can straight away use the system.

Thanks

Posted 9 days ago
Author
jigowatt jigowatt replied

Good question, I’ll log it to look into it for the future. Possibly adding something in config.php, or adding a new page in the admin panel for settings.

Matt

Posted 8 days ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 50 and 99 items
Seppelchen says
Purchased

If I am update the new file on ”/php-login-user-manage/classes/class.generic.php”

I receive this ERROR : “Woops!

You’re missing a config.php file preventing a database connection from being made.

Please run the Install Wizard to create a config file.”

But why?

Posted 8 days ago
Author
jigowatt jigowatt replied

You don’t have a config.php file in /classes/ would be my guess.

Posted 8 days ago
Purchased
Seppelchen Seppelchen replied

The file: config.php are in classes. Your script is not compatible with PHP versions under 5.3.

The file: class.generic.php need this:


// For users not on PHP >5.3 yet
        if ( !defined(__DIR__) )
            define(__DIR__, dirname(__FILE__));

My wish is, that the files are compatible with PHP 5 .2.17 . Because some people can’t update to php 5.3. because some other scripts don’t work… and confixx don’t work too.

Best, Seppelchen

Posted 8 days ago
Author
jigowatt jigowatt replied

You need to apply the changes from 2.44 too.

Posted 5 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
fredwhite says
Purchased

Hi, enjoying the script. Quick question. After user signs up and it sends email, what if the email is undeliverable? I see a line in class.signup.php regarding !mail…ERROR, but what about bouncebacks or retry timeouts?

Posted 7 days ago
Author
jigowatt jigowatt replied

Bouncebacks aren’t accounted for, you’ll likely receive an email saying you couldn’t deliver the message to so and so’s email address.

However, once the mailer fails, it will not retry or continue.

Cheers,
Matt

Posted 7 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
drehimself says
Purchased

Bootstrap 2.0 has just been released. After reading the changes, I knew it would affect almost everything in this script (CSS wise). I tried, and it did :(. Any plans for an update using bootstrap 2.0?

Posted 7 days ago
Author
jigowatt jigowatt replied

Yep latest version now has bootstrap v2.0.

Matt

Posted 5 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
drehimself says
Purchased

Oops, I replaced the wrong css file. I just tried it again, and only some components are affected. Not as bad as I originally thought! I’ll just go ahead and update my code with the new bootstrap 2.0 requirements :)

Posted 7 days ago
Author
jigowatt jigowatt replied

Awesome ! I’m planning on doing the same in the next release.

Let me know how the update goes,
Matt

Posted 6 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
TonyRS says

With your system, using your code to protect an existing page on my website based on user levels am I able to determine the id of a particular logged in user? if so how, do you have an example?

Rgds Tony

Posted 6 days ago
Author
jigowatt jigowatt replied

Yes, just a simple SQL check on $_SESSION['username'];. Such as SELECT user_id FROM login_users WHERE username = '$user'

Cheers,
Matt

Posted 6 days ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
cyberbitegroup says
Purchased

For some reason, after I click the activation link in the email, it takes me to the page where it says congratulations you are activated, however, then when you try to click the link that takes you to home.php (index.php for me) it automatically is redirecting back to the activate.php page and saying:

“Your account has already been activated”

Why would it be doing this?

Posted 5 days ago
Author
jigowatt jigowatt replied

Which version of the script are you on?

Posted 5 days ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
cyberbitegroup says
Purchased

Also, this is coming out of the vardump if this helps you.

["activate"]=> &object(__PHP_Incomplete_Class)#1 (6) { ["__PHP_Incomplete_Class_Name"]=> string(8) "Activate"

Also: Even if I MANUALLY change the URL to just the normal index file, it will still redirect me back until I log out and log back in to get a fresh session… somethings not right hereeeeeeee

Posted 5 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • United Kingdom
bbashy says
Purchased

Real nice work on this, I just have one question, can I use SMTP somehow? Can’t seem to find the function for the mail part either.

Thanks

Posted 3 days ago
Author
jigowatt jigowatt replied

We use the standard php mail() function to fire off emails. So I believe you’d have to set your SMTP details for mail() in php.ini, or rewrite all my emails to use a custom mailer class.

Matt

Posted 2 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Maldives
wadday says
Purchased

It’s fantastic. i luv it.. and looking forward to submit more comment about this after implementing on my new business website. specially i like the ajax and browser exit session clear or logout part in this.. well good work. :)

Posted 3 days ago
Author
jigowatt jigowatt replied

Yay, thank you :)

Posted 2 days ago

You must sign in or sign up to purchase this item.

$15Regular Licence

$15

Regular Licence a website (commercial, personal, client), or intranet site project - Details

$75Extended Licence

$75

Extended Licence a website template for sale (including on ThemeForest or ActiveDen) - Details

1653 Purchases 513 Comments

Buyer Rating
12345 ( 301 ratings )
jigowatt

jigowatt

  • Has been a member for 3-4 years
  • Author had a File in an Envato Bundle
  • Interviewed on the Envato Notes blog
  • Author had a Free File of the Month
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • United Kingdom
  • Referred between 100 and 199 users
View Portfolio
Created 9 July 09
Compatible Browsers IE8, IE9, Opera, Chrome
Software Version PHP 4.x, PHP 5.x, MySQL 4.x, MySQL 5.x
Files Included JavaScript JS, HTML, CSS, PHP, SQL
by
by
by
by
by