Skip to content

Ini->Sql v1.1

Compare
Choose a tag to compare
@GtakillerIV GtakillerIV released this 07 May 12:34
· 5 commits to master since this release

Your SQL Queries will now be escaped to protect you from any SQL injection attempts(if any). And not only SQL injections. For example: If your ban reason contained a quotation mark, it'll ruin the rest of the queries thus causing errors upon importing.

Added a limit to the files that are visible in the list box item so the application won't hang upon loading large amount of files on slower machines. Also removed some unnecessary code to improve speed.

Fixed progress bar bug.

You can now import your Query.sql file using PHPMyAdmin or any similar software.