Wap-motor 18 Help

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

    Wap-motor 18 Help

    I translated the script in Romanian, I have installed, it works ok, but is a little problem on some phones, I tested with Nokia 6300 and some characters appear mind, is something of encoding, which could be the problem?

    error could be header?
    Code:
    header('Content-type:text/html; charset=utf-8');
    echo &#39;<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>&#39;;
    echo &#39;<meta http-equiv="Content-Type" content="text/html; charset=utf-8">&#39;;
    ?


    demo: http://tzapone.net

    #2
    Try this


    Code:
    header(&#39;Content-type:text/html; charset=iso-8859-1&#39;);
    echo &#39;<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>&#39;;
    echo &#39;<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">&#39;;
    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


      #3
      I have another problem, every time when operator change ip&#39;s, session expires. How can I resolve this issue because IPs change every 3,4 minutes

      Comment


        #4
        mate help me wher i can download wapmotor 18 english i have wapmotor 17.5 help me mate !!!!

        Comment


          #5
          Originally posted by marwin29
          mate help me wher i can download wapmotor 18 english i have wapmotor 17.5 help me mate !!!![/b]
          why dont you translate it???
          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


            #6
            Create a file utf-to-win.php then insert like include("utf-to-win.php"); where the script needs.
            Code:
            <?php
            function utf_to_win($str)
            {
            $str=strtr($str,array("Đ°"=>"ŕ","б"=>"á","в"=>"â","Đł"=>"ă","Đ´"=>"ä","е"=>"ĺ","Ń‘"=>"¸","ж"=>"ć","Đ·"=>"ç","и"=>"č","Đą"=>"é","Đş"=>"ę","Đ»"=>"ë","ĐĽ"=>"ě","Đ˝"=>"í","Đľ"=>"î","Đż"=>"ď","Ń€"=>"đ","Ń�"=>"ń","Ń‚"=>"ň","Ńƒ"=>"ó","Ń„"=>"ô","Ń…"=>"ő","ц"=>"ö","ч"=>"÷","Ńˆ"=>"ř","щ"=>"ů","ŃŠ"=>"ú","Ń‹"=>"ű","ŃŚ"=>"ü","ŃŤ"=>"ý","ŃŽ"=>"ţ","ŃŹ"=>"˙","Đ�"=>"Ŕ","Đ‘"=>"Á","Đ’"=>"Â","Đ“"=>"Ă","Đ”"=>"Ä","Đ•"=>"Ĺ","Đ�"=>"¨","Đ–"=>"Ć","Đ—"=>"Ç","Đ˜"=>"Č","Đ™"=>"É","Đš"=>"Ę","Đ›"=>"Ë","Đś"=>"Ě","Đť"=>"Í","Đž"=>"Î","Đź"=>"Ď","Đ "=>"Đ","С"=>"Ń","Т"=>"Ň","ĐŁ"=>"Ó","Ф"=>"Ô","ĐĄ"=>"Ő","Ц"=>"Ö","Ч"=>"×","Ш"=>"Ř","Đ©"=>"Ů","ĐŞ"=>"Ú","Đ«"=>"Ű","Ь"=>"Ü","Đ­"=>"Ý","Đ®"=>"Ţ","ĐŻ"=>"ß"));
             return $str;
            }
            ?>
            After that replace your header with this:
            Code:
            Error_Reporting ( E_ALL & ~ E_NOTICE ); 
            Error_Reporting ( ERROR | WARNING );
            echo "<?xml version="1.0" encoding="UTF-8" ?>
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
            <html xmlns="http://www.w3.org/1999/xhtml">
            <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
            bla bla bla.....
            If utf-to-win dont help you then try only with the header i give it to you.Good luck
            www.inbuzunar.mobi - Your mobile portal pocket

            Comment

            Working...
            X