bloodless2010 Posted November 18, 2013 Share Posted November 18, 2013 Okay so for this new project I'm working on, I'm looking for a simple engine that would be a good start (i.e secure login with sessions ect, user system already setup) just purely the basics, if anyone knows one let me know Quote Link to comment Share on other sites More sharing options...
Script47 Posted November 18, 2013 Share Posted November 18, 2013 This was made by me, it's opensource and is secure. You can rip it apart for all I care as long it helps you I'm happy. If you need any more information/help with don't hesitate to ask. Mini Bulletin Quote Link to comment Share on other sites More sharing options...
bloodless2010 Posted November 18, 2013 Author Share Posted November 18, 2013 This was made by me, it's opensource and is secure. You can rip it apart for all I care as long it helps you I'm happy. If you need any more information/help with don't hesitate to ask. Mini Bulletin Just looking through your source now and I notice.. // MySQLi Connect. in pdo.config.php and well, you say MySQLi connect then use PDO? Why's that :p - - - Updated - - - This was made by me, it's opensource and is secure. You can rip it apart for all I care as long it helps you I'm happy. If you need any more information/help with don't hesitate to ask. Mini Bulletin Also, is your script secure from stuff like session hijacking/stealing? You're using the standard session_start() Quote Link to comment Share on other sites More sharing options...
a_bertrand Posted November 19, 2013 Share Posted November 19, 2013 Try the free version of NWE: http://www.nw-engine.com Quote Link to comment Share on other sites More sharing options...
Script47 Posted November 19, 2013 Share Posted November 19, 2013 Just looking through your source now and I notice.. in pdo.config.php and well, you say MySQLi connect then use PDO? Why's that :p - - - Updated - - - Also, is your script secure from stuff like session hijacking/stealing? You're using the standard session_start() Yeah it says that because I used to use MySQLi then converted to PDO. Didn't notice that comment haha. As far as I'm aware yes it has been tested by some others too. :) Quote Link to comment Share on other sites More sharing options...
Dominion Posted November 19, 2013 Share Posted November 19, 2013 (edited) Ezrpg is worth a look. Edited November 19, 2013 by Dominion Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.