Jump to content
MakeWebGames

Looking for a super simple (but secure) start


bloodless2010

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...