Opera Mini

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

    Opera Mini

    hello 1 of my site owners uses opra mini on 1 of the sites i just put up but cant tool up it wont let her any 1 know how n where to unblock this in the wapdesire script cheers

    #2
    look in blocked.php

    Wapchat4u


    Topsites4u

    Comment


      #3
      i looked there b4 i edited it but she still couldnt do it this is the file

      <?php

      $mobile = "blocked2.php";
      $text = $_SERVER[&#39;HTTP_USER_AGENT&#39;];
      $var[0] = &#39;J2ME&#39;;
      $var[1] = &#39;Opera Mini246/&#39;;
      $var[2] = &#39;anonymouse.org&#39;;
      $var[3] = &#39;Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Series 60&#39;;
      $var[4] = &#39;http://www.verkata.com&#39;;

      $result = count($var);

      for ($i=0;$i<$result;$i++)
      {
      $ausg = stristr($text, $var[$i]);
      if(strlen($ausg)>0)
      {
      header("location: $mobile");
      echo &#39;
      java/opera mini browser detected
      &#39;;
      break;
      }

      }
      ?>




      this is the part i took out $var[1] = &#39;Opera Mini246/&#39;; but still didnt work

      Comment


        #4
        come on use ya head you need to take out J2ME. al let you think to why
        Want something coded email me at sales@webnwaphost.com for a prices.




        Comment


          #5
          ok ill give that a go n let ya know results

          Comment


            #6
            cool works for her now

            Comment


              #7
              i looked there b4 i edited it but she still couldnt do it this is the file
              Code:
              <?php
              
              $mobile = "blocked2.php";
              $text = $_SERVER[&#39;HTTP_USER_AGENT&#39;];
              $var[0] = &#39;J2ME&#39;;
              $var[1] = &#39;Opera Mini246/&#39;;
              $var[2] = &#39;anonymouse.org&#39;;
              $var[3] = &#39;Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Series 60&#39;;
              $var[4] = &#39;[url]http://www.verkata.com&#39;;[/url]
              
              $result = count($var);
              
              for ($i=0;$i<$result;$i++)
              {
              $ausg = stristr($text, $var[$i]);
              if(strlen($ausg)>0)
              {
              header("location: $mobile");
              echo &#39;
              java/opera mini browser detected
              &#39;;
              break;
              }
              
              }
              ?>
              this is the part i took out $var[1] = &#39;Opera Mini246/&#39;; but still didnt work[/b]
              your
              Code:
              $var[1] = &#39;Opera Mini246/&#39;;
              was useless! because....


              J2ME = Java 2 Platform, Micro Edition
              Opera Mini = J2ME
              got a clue?

              your
              Code:
              $var[0] = &#39;J2ME&#39;;
              bloks every single J2ME browser
              means.. it blocks UCWEB, SHARK, OPERA MINI, ETC...
              It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
              ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
              ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
              キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

              Comment


                #8
                ok thanks metulj

                Comment


                  #9
                  best thing todo is to delete the blocked.php and the blocked2.php.. whats the point in them? lol use .htaccess to block browsers

                  Comment

                  Working...
                  X