Time Zone And Browsers Ban Error

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

    #31
    okay... i searched the whole script and i compared it with other lavalair scripts, but w/out succes!!!!

    evrythng looks fine... ughhhhhhhhh


    but i did noticed sum warning at ibwf_users..... it says sum NO TWO PRIMARY KEYS CANT BE dnt knw what lol

    maybe its sumthng there??
    sigpiceeeeerrr....

    Comment


      #32
      add this to the config.php file
      $timeadjust = (4 * 60 * 60); // +4 hours

      and replace every time() in every php file with this: (time() + $timeadjust)


      so now you can adjust the time of your site in the config.php file. Hope this helps. i did it before, and it worked.

      Comment


        #33
        add this to the config.php file
        $timeadjust = (4 * 60 * 60); // +4 hours

        and replace every time() in every php file with this: (time() + $timeadjust)
        so now you can adjust the time of your site in the config.php file. Hope this helps. i did it before, and it worked.[/b]


        hey thanx dude!!! i made it b4!!! now im on the 2nd problem at this topic lol time works fine now!!!!

        now i wanna know why i dont c users browsers??
        sigpiceeeeerrr....

        Comment


          #34
          ///////////////////////////////////////////Get IP

          function getip_uid($uid)
          {
          $not = mysql_fetch_array(mysql_query("SELECT ipadd FROM ibwf_users WHERE id='".$uid."'"));
          return $not[0];

          }

          ///////////////////////////////////////////Get Browser

          function getbr_uid($uid)
          {
          $not = mysql_fetch_array(mysql_query("SELECT browserm FROM ibwf_users WHERE id='".$uid."'"));
          return $not[0];

          }



          and this should b alright.... right???? i found it in core.php
          sigpiceeeeerrr....

          Comment


            #35
            lol alash bro your problem fixed once again enjoy lol
            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


              #36



              jej jej finaly it works!!!

              ugh now i have 2 ban all those double nicks lol hehehe
              sigpiceeeeerrr....

              Comment


                #37
                I have the same problem with time. I used on every time stamp +(7*60*60) but the problem is in the statistics: The day begins at 7 AM.

                Comment


                  #38
                  how do i change the time on funmobile? i tried adding putenv("TZ=Africa/Johannesburg"); and then the site stop workin lol
                  how to add this code in funmobile config any help?



                  <?php

                  $siturl = "http://funmobile.ws";
                  $stitle = "FunMobile.WS";
                  $dbname = "";
                  $dbhost = "localhost";
                  $dbuser = "";
                  $dbpass = "";
                  Failure is not when a girls leaves you, its only when you let her go virgin. heheh!!

                  <span style="color:#9ACD32"><span style="font-size:36pt;line-height:100%">BEST MOBILE ADVERTISER</span></span>

                  Comment


                    #39
                    i put a code on meine where users can set there own time.

                    Comment


                      #40
                      i put a code on meine where users can set there own time.[/b]


                      hmm thats the way u missed ?> that code so it should be


                      <?php

                      $siturl = "http://funmobile.ws";
                      $stitle = "FunMobile.WS";
                      $dbname = "";
                      $dbhost = "localhost";
                      $dbuser = "";
                      $dbpass = "";

                      $max_buds=35;
                      $topic_af = 120;
                      $post_af = 45;
                      $onver = false;
                      ?>

                      Comment


                        #41
                        how do i change the time on funmobile? i tried adding putenv("TZ=Africa/Johannesburg"); and then the site stop workin lol
                        how to add this code in funmobile config any help?
                        <?php

                        $siturl = "http://funmobile.ws";
                        $stitle = "FunMobile.WS";
                        $dbname = "";
                        $dbhost = "localhost";
                        $dbuser = "";
                        $dbpass = "";[/b]

                        hmmm thts wizards funmobile....... its sumhow diferent from the config i use
                        sigpiceeeeerrr....

                        Comment


                          #42
                          even after closin with ?> it didn work my site stop working
                          Failure is not when a girls leaves you, its only when you let her go virgin. heheh!!

                          <span style="color:#9ACD32"><span style="font-size:36pt;line-height:100%">BEST MOBILE ADVERTISER</span></span>

                          Comment

                          Working...
                          X