When i try to add this to my database
ALTER TABLE `users` ADD `medical` int(11) NOT NULL DEFAULT '0'
ALTER TABLE `users` ADD `hydrokit` int(11) NOT NULL DEFAULT '0'
ALTER TABLE `users` ADD `seeds` int(11) NOT NULL DEFAULT '0'
ALTER TABLE `users` ADD `ounces` int(11) NOT NULL DEFAULT '0'
Im getting this error: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `users` ADD `hydrokit` int(11) NOT NULL DEFAULT '0' ALTER TABLE `us' at line 2
Hey, im using Mccode v2 but its vulnerable to sql injection, blind sql injection and cross site scripting, isit just the version that i got that are so vulnerable or is mccode really vulnerable?