Page 1 of 1

[Updating] My Website for dsp. Have fun.

Posted: Thu Aug 21, 2014 12:25 pm
by altalus
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).

Re: My Website for dsp. Have fun.

Posted: Thu Aug 21, 2014 2:52 pm
by atom0s
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.

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

Posted: Tue Aug 26, 2014 10:51 am
by altalus
Quick update: I am re-writing all SQL with MySQLi... so...much...stuff...