SA-MP Forums Archive
[TUTORIAL]PHP With MySQL - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [TUTORIAL]PHP With MySQL (/showthread.php?tid=129127)



[TUTORIAL]PHP With MySQL - coole210 - 21.02.2010

....


Re: [TUTORIAL]PHP With MySQL - Eazy_Efolife - 21.02.2010

Mysql injection....


Re: [TUTORIAL]PHP With MySQL - »»»Hakam - 22.02.2010

So your basically giving us a code on how to register a username on our server using a simple php script. That's good, But. I'm not sure if you posted in the wrong section or not =P

~Hakam.


Re: [TUTORIAL]PHP With MySQL - Onyx09 - 22.02.2010

Nice tut


Re: [TUTORIAL]PHP With MySQL - SlashPT - 22.02.2010

very good TUT


Re: [TUTORIAL]PHP With MySQL - Christopher. - 22.02.2010

Nice tutorial, But there's a flaw, You should check the Username and Password for MySQL injection just by simply using:

Код:
mysql_real_escape_string();
But using that your going to ensure nobody is just going to go ahead and drop you're entire table.


Re: [TUTORIAL]PHP With MySQL - gotenks918 - 22.02.2010

Yep, tables could be removed and your database messed up without the proper security precautions.


Re: [TUTORIAL]PHP With MySQL - coole210 - 22.02.2010

....


Re: [TUTORIAL]PHP With MySQL - xenowort - 22.02.2010

podrian usar injected de mysqlpor odbc conector por vb6 es peligroso


Re: [TUTORIAL]PHP With MySQL - Norn - 23.02.2010

Quote:
Originally Posted by xenowort
podrian usar injected de mysqlpor odbc conector por vb6 es peligroso
PHP.net, this thread is pointless imo..