as requested

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

    as requested

    a very old wapdesire version 1 by ori .
    Attached Files
    Wapchat4u


    Topsites4u

    #2
    i get server 500 error. but i get it for all wap scripts ive tried so far ive edited the conf. files and done everything i could see needed

    Comment


      #3
      Try to remove the htaccess file.
      <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

      Comment


        #4
        that works thanks, but i cant register. the .htaccess file is set to php_flag register_globals on but as its not there now i uploaded and renamed php.ini (as found in a search result) and still no joy any ideas?

        thanks

        Comment


          #5
          U'r welcome. For registration just set from 0 to 1 in settings table. I don't know the name of it...
          <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

          Comment


            #6
            ini_set("register_globals", 1):

            write this in top of php code before anything sent to browser.
            mysterio.al - programming is a functional art

            Comment


              #7
              Originally posted by Mysterio3 View Post
              ini_set("register_globals", 1):

              write this in top of php code before anything sent to browser.
              sorry, where?!

              looking for settings table

              Comment


                #8
                In the php file you would need it, type that code. In the top of the php file, after <?php
                mysterio.al - programming is a functional art

                Comment


                  #9
                  Originally posted by Mysterio3 View Post
                  In the php file you would need it, type that code. In the top of the php file, after <?php
                  yes i mean which php file do i put it in

                  Comment


                    #10
                    Follow the steps:

                    xhtml_wml_chat_script2.rar > sql > settings.txt > INSERT INTO `ibwf_settings` VALUES(6, 'reg', '0');

                    Change 0 to 1 and u'r done.
                    <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

                    Comment


                      #11
                      done but no, still get 'Registration is disabled at the moment, please check later'

                      Added after 3 minutes:

                      ah no i got it, thanks very much everyone

                      LOL now to work out how to access admin to validate users :D
                      Last edited by miic8310; 12.01.11, 19:05.

                      Comment


                        #12
                        And settings in the scripts admin panel?

                        If not that problem, u need something like

                        PHP Code:
                          foreach ($_POST as $key => $value) {
                              
                        $key $value;
                          }
                          foreach (
                        $_GET as $key => $value) {
                              
                        $key $value;
                          } 
                        ... in core.php to lett script work without register globas on. Probably this is not correct code but something like it.

                        -----------------------------------

                        We wrote at the same time, ok cool.
                        Last edited by arnage; 12.01.11, 19:12.
                        <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

                        Comment


                          #13
                          all good thanks

                          is there a way to auto validate users?

                          Comment


                            #14
                            lol yes theres a way..check ur ibwf_settings in php myadmin


                            I'm Proud to be a Sri Lankan!

                            Comment


                              #15
                              Sorted thanks couple of small errors here and there now but I'll no doubt post up when I've had time to have a decent look at it and it out

                              Comment

                              Working...
                              X