this works but at registration i get an error about sintacs in sql any help here
Wapside Full (with Themes) Latest Version - Wap2k
Collapse
X
-
Code:DROP TABLE IF EXISTS `wst_settings`; CREATE TABLE `wst_settings` ( `id` int(255) NOT NULL auto_increment, `note` text character set latin1 NOT NULL, `type` text character set latin1 NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM; INSERT INTO `wst_settings` (`id`, `note`, `type`) VALUES (1, 'Welcome to WapSide', 'welcomenote'), (0, '1', 'registration');
demo: http://sof.us.to/wap/
rich has given you the fix next time LOOK ya being lazy to see!!Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
you mean ya cant login with sql injected ?
lol
You had a problem open the login part not sign up error i think you need to think before postin messages mateVisit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
Guest
-
Code:if(!wsd_query("* WSIN ".WS_USERS." WSIS user='$myuser'","c") > 0){ $myreged = wsd_query("".WS_USERS." (id,user,pass,bday,bmonth,byear,sex,location,joined,secreta,secretq) VALUES (0,'$myuser','$encmypass','$mydd','$mymm','$myyyyy','$mysex','$mylocation','$myreg','$secreta','$secretq')","n"); $myreguidsql = wsd_query("id WSIN ".WS_USERS." WSIS user='$myuser'","f"); $myreguid = $myreguidsql[0]; $lss = wsd_query("* WSIN ".WS_USERS." WSIS id='$myreguid' LIMIT 1","c");
Comment
-
Guest
This should fix that error
Code:if(!wsd_query("* WSIN ".WS_USERS." WSIS user='$myuser'","c") > 0){ $myreged = wsd_query("".WS_USERS." (id,user,pass,bday,bmonth,byear,sex,location,joined,secreta,secretq) VALUES (0,'$myuser','$encmypass','$mydd','$mymm','$myyyyy','$mysex','$mylocation','$myreg','$secreta','$secretq')","u"); $myreguidsql = wsd_query("id WSIN ".WS_USERS." WSIS user='$myuser'","f"); $myreguid = $myreguidsql[0]; $lss = wsd_query("* WSIN ".WS_USERS." WSIS id='$myreguid' LIMIT 1","c");
Comment
-
Guest
-
Guest
Im guessing this was caused when pasting the above code back into the index file nope unexpected send on index.php on line 3558 is a missing bracket } or {
Comment
Comment