Wapside Full (with Themes) Latest Version - Wap2k

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    this works but at registration i get an error about sintacs in sql any help here

    Comment


      #17
      i'd worked out the reg one myself but getting the same sql error, if anyone knows what this error is or at least which file is causing it can u post here pls
      :p:p:p

      Comment


        #18
        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


          #19
          Sub the demo u supplied has same problem we encounter ...... We were not bieng lazy..... What can be said about u this time.... U eager to snap @ us but then u get same error and call us lazy

          Comment


            #20
            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 mate
            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


              #21
              dude u cant register thats that im not trying to log in ffs

              Comment


                #22
                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 mate[/b]
                no i mean on your demo u posted we cant even register go have alook

                Comment


                  #23
                  If i can be bothered i will error check it lator make sure everthing is working fine

                  Comment


                    #24
                    If i can be bothered i will error check it lator make sure everthing is working fine[/b]
                    thx rich it would help alot

                    Comment


                      #25
                      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");
                      errors there as data isn't being inserted to the database if i had the time i'd look at the script and fix it

                      Comment


                        #26
                        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


                          #27
                          nope unexpected send on index.php on line 3558




                          Comment


                            #28
                            ill check it out

                            Comment


                              #29
                              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


                                #30
                                in config.php there is ws_query and wsd_query lines must they all be replaced by wst_query?????

                                also when i replaced them with wst_query i get a ws/TEMPS missing error look in config there a line about TEMPS must TEMPS be replaced by THEMES

                                Comment

                                Working...
                                X