[Updating] My Website for dsp. Have fun.

Applications/Tools written to make running DarkStar easier for the rest of us.
Post Reply
altalus
Posts: 136
Joined: Wed Nov 14, 2012 8:31 pm
Location: Montreal Qc, CAN

[Updating] My Website for dsp. Have fun.

Post by altalus » Thu Aug 21, 2014 12:25 pm

Deleted

I do not want to be hold responsible of anything so I simply deleted this. You want it ? Ask me and we'll see. Might not be worth your time (see post below).
Last edited by altalus on Tue Aug 26, 2014 10:50 am, edited 4 times in total.

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: My Website for dsp. Have fun.

Post by atom0s » Thu Aug 21, 2014 2:52 pm

For those that are unsure of web coding, I do want to take a sec to say that this code base is VERY insecure. No offense to the work altalus put into this, but it has riddled with MySQL injections all over the code. If you are unsure what this means, it means that someone who is savy with web coding can exploit this website code to execute MySQL queries on your server without your permission. This is due to the fact that it uses sanitized queries from POST/GET data passed from the users browser.

Another suggestion to better secure the queries is to switch from the MySQL functions to use MySQLi for better security.

altalus
Posts: 136
Joined: Wed Nov 14, 2012 8:31 pm
Location: Montreal Qc, CAN

Re: [Updating] My Website for dsp. Have fun.

Post by altalus » Tue Aug 26, 2014 10:51 am

Quick update: I am re-writing all SQL with MySQLi... so...much...stuff...

Post Reply