Web for proyect NetspherePirates

10/19/2017 17:15 gabrielpop12#1
Files for web files ([Only registered and activated users can see links. Click Here To Register...])

As I am always aware of this project, I have been thinking about creating a website for files for some time (I know it may be soon to create this). It's very simple, I'm going to add things and if at some point it changes the structure of the database, I will update the files.

(I do not know if I'll update the Post)

Configuration:
Go to "../Connections/localhost.php" and modify it with your data.

At the moment it is a simple record.

(Recommendation Use Apache HTTP version 2.4 or higher)

Link: [Only registered and activated users can see links. Click Here To Register...]

Ideas I have to add
-Ranking of accounts that played more matches
-Login and modification of data.
-News system
10/19/2017 20:34 EpitaphHaseo#2
Sorry, but this is TERRIBLE code.
It's 2017 and you're using the old mysql connector instead of mysqli with prepared statements or the pdo connector.
Also, why are you using md5 in the database? Current NetspherePirates versions use PBKDF2 and older versions use SHA1! Md5 is easy to crack, and I don't even see any salting in your code.

Edit: I have made a small & simple cms for NetspherePirates (for personal use), if people are interested, I can modify it a little and post it on github or write it into a simple to use php-library and post that.