I Got A Error

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

    I Got A Error

    Warning: arcade/modules/page_default.php on line 351
    all that its only as a guest its fine as a member an i aint sure wat to do took me ages to put the navbar up too lol an i dont no how to fix it as i cant code lol would someone mind helping me thanks

    #2
    my site owner busy so i need to do this myself lol also does anyone no how ya add google ads to the bottom page of ipb as i can only do it by the shoutbox an i have 2 lots of ads an its too much near the shout thanks

    Comment


      #3
      Do it
      <div class='quotetop'>QUOTE </div>
      <?php
      $a = 5;
      $b = 0;
      $c = ($a/$b);
      echo $c;
      ?>

      And that’s our warning

      Warning: Division by zero in […] on line …

      Believe it or not this is a very common mistake across the web even in professional application. Make a search with the keywords above and see it yourself.

      To prevent the warning output we’ll use @
      @ tells to php.. do not print/output nothing in case of errors, warning and so on..

      edit this way: @($a/$b)

      <?php
      $a = 5;
      $b = 0;
      $c = @($a/$b);
      echo $c;
      ?>[/b]

      Comment


        #4
        ok thanks very much where do i put that can ya say step by step cos i dont no its my ipb forum that has the error thanks

        Comment


          #5
          do here
          <div class='quotetop'>QUOTE </div>
          arcade/modules/page_default.php on line 351[/b]
          <div class='quotetop'>QUOTE </div>
          the bottom page of ipb as i can only do it by the shoutbox an i have 2 lots of ads an its too much near the shout thanks[/b]
          stay here im finding where I added it in my site

          Comment


            #6
            im sorry im clueless do i go in admin cp or my sever sorry hun but im new to this

            Comment


              #7
              To remove error go to server

              To add googleadsene

              follow this

              admincp/looks and feel/Edit Board Header & Footer Wrapper

              paste google ad code before
              Code:
              <img src=&#39;style_images/<#IMG_DIR#>/copyright.gif&#39; style=&#39;vertical-align:top&#39; alt=&#39;IPB&#39; border=&#39;0&#39; /></center>
              
              <% COPYRIGHT %>
              I did some thing for you that anyone here has less experience about it.
              [/code]

              Comment


                #8
                ok the error my site owner will do i dont touch the server cos last time i uploaded wrong index pages lmao ok thanks ya a star hun i will later i do have google sense but it at the top needs to be moved to the bottom thanks for takin the time to help me

                Comment


                  #9
                  i did them ads they look so much better now i no wat to do thanks again

                  Comment


                    #10
                    You wont to edit the hostname login never show hostname login to cpanel.

                    Next time use code box

                    EG:
                    Warning: Division by zero in /home/********/public_html/arcade/modules/page_default.php on line 351
                    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


                      #11
                      oh i have to just fixed the error thanks i see a few have had this error now i can add more games

                      Comment

                      Working...
                      X