Fatal error: Call to undefined function boxstart() in /home/****/public_html/***

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

    Fatal error: Call to undefined function boxstart() in /home/****/public_html/***

    Can somebody help me script im usin is lava and error im gettin is boxstart function any help is great

    #2
    U have that undefined function boxstart() in that page, on line where its reported. Just find in that page boxstart() and delete it.
    <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

    Comment


      #3
      i need it tho mate its a vital to what iv got

      Comment


        #4
        Well, than u need to find that function and add it to the script. Maybe someone here have it.
        <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

        Comment


          #5
          hopefully some1 will share it mate

          Comment


            #6
            If you are lazy to find those function
            Just make a define for that function

            edit your core.php

            PHP Code:
            function boxstart(){

            Did I help you?
            You can help me too
            Your donations will help me finance my studies.

            Comment


              #7
              Originally posted by kei_ki7 View Post
              If you are lazy to find those function
              Just make a define for that function

              edit your core.php

              PHP Code:
              function boxstart(){

              Simple and smart

              But he does need to learn to edit or build things or he will never go out of a noob to pro not how i see it.
              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


                #8
                @ SubZero: if he is not trying to understand what 'undefined function' means, but he continues telling that thats a vital in what he got, sorry but he is a noob trying to be noober.
                mysterio.al - programming is a functional art

                Comment


                  #9
                  Just turn the error reporting to zero... Or find the function in the script and fix or delete it.. Noob can be a pro s0meday..

                  Comment


                    #10

                    Yes that code is not recommended to use
                    That's why I said that if the coder lazy to find those function, then do that
                    Did I help you?
                    You can help me too
                    Your donations will help me finance my studies.

                    Comment


                      #11
                      that is a function used in the mobilezonez script my old script
                      Code:
                      function boxstart($title){
                      
                          echo "
                      
                          <div class=\"boxed\">
                      
                            <div class=\"boxedTitle\">
                      
                              <h1 align=\"center\" class=\"boxedTitleText c1\"><strong>$title</strong>
                      
                          </h1>
                      
                            </div>
                      
                            <div class=\"boxedContent c1\">
                      
                      ";
                      
                      }
                      
                      function boxend(){
                      
                          echo "</div></div>";
                      
                          }
                      Added after 4 minutes:

                      it use is as follows
                      Code:
                      boxstart("Your Title Bar Here");  
                      echo "page crap here<br/>";
                      boxend()
                      make sure u have the css in the core or it simply wont work lol dont ask for more help download the ol mobilezonez script and copy and paste
                      Last edited by ozziemale31; 02.07.11, 07:33.









                      Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                      Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                      Comment

                      Working...
                      X