Jump to content
MakeWebGames

Recommended Posts

Posted

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

Posted
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()

Posted
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. :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...