[wap] Gta Wap Script Enlish Translated

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

    [wap] Gta Wap Script Enlish Translated

    Heres Grand Theft Auto Script Originally in russian
    iv translated most of it however some of the translation is a little dodgy lol and i got bored and couldnt be arsed to any more.
    also changed header.php and ini.php SO script works

    remember to register globals ;)
    otherwize your gonna be typing:

    $id = $_GET["id"];
    $pass = $_GET["pass"];
    $mode = $_GET["mode"];</div>
    etc everywhere lol

    also language files might not work on all php versions

    gta script could be a good game if someone is willing to sit down and add pictures and tidy things up
    or it could be easily changed into html by changing headers/footers and adding forms
    Attached Files
    Last edited by subzero; 13.03.09, 03:36.

    #2
    nice share will test it

    Comment


      #3
      thanks.

      i tried script on one server and the language files caused errors
      $lang[&#39;home_page&#39;] = &#39;Home&#39;;
      because of the [&#39; &#39;]
      im guessing this is something to do with php version ??????????
      it wokred fine on differnt server.

      Comment


        #4
        bad translation or edit is in /langpach/rusian/lang_texts.php

        <? php

        / * Language Pack for GTA: WaPP-City * /


        / / city1/about.php

        $ lang [ &#39;ab1&#39;] = &#39;Progress quiet evening now calm Vice City.
        I suddenly remembered my old friends and aides Lens ... ... Phil Kortez .. ... Suddenly distribute phone call ...
        - Yes
        - Alle, Tommy? Friend Tommy, is Lens ...
        - Lens? Ty alive bastard?
        - Polegche Tommy, we need to talk. I heard about a new young town, Wapp City. There is than wait ...
        - Lens, you do not forget that limit me? What feature lezesh me again?
        - Tommy, I was forced ... Forgive friend ... I regret and want to repair their guilt ...
        Well, all right, let&#39;s examine what you have for the attention ...
        All-clear ... and so new city, new adventures ... After all, this is what we need, is not it?
        Lens devil-take, you are human. Tomorrow morning meeting at the airport ...
        Well-Tommy, until tomorrow.
        Morning. Airport. I tired these blackguardly lyudishki Vice City ...
        Rather would be in a new place ... Suddenly there and smile me luck ..
        That came Lens.
        Hi-Lens. Well, years toward a new adventure?
        - Hello. You are human, there already are waiting for us. Poleteli.
        &#39;;
        $ lang [ &#39;ab2&#39;] = &#39;flight has been long and nudnym. But finally arrived. Zdravstvuj Wapp City.
        Lens had already found mestechno advance for the first time ... took a taxi, went Ehali ... and here is not about weapons-stop machine shop.
        - Lens, just arrived and immediately for the cause?
        - And you thought as chuvak? While a young town, but there are already many thugs ...
        - It is clear ... Then to start posidim in the area, all show who we are!
        Going to the store we see behind the ... Phil Kessedi!
        Drug-and you then what fate?
        - Hello Tommy! Well as armed city without me?
        - Then you invite tryahnut antiquities ...
        Tommy-O, be happy! A junior posidyat in stores. ... Let&#39;s dial cannons In this area there is only Kastety, Beretta, Kalashy, and Napalm ... And in other areas there is no road ... had recently been severe storms. ..
        - It is clear ... Until we have enough of that ...
        Having obtained three guns, we went to den ... But passing past the dock I noticed familiar yacht ... Yahtu Polkovnika Korteza ... It turned that Vice City after he went here and had to beget ...
        I come to him and invited him to join us, which he immediately agreed.
        Upon arrival, we decided to relax .... difficult day tomorrow ... To start you need to visit the black market, casino, and has already gained forces can and visit local bank ...
        At night I have an old Voodoo ... Is it here? ... Then all will have easy ... It does not likes to joke ...
        In general look ...

        [b] ToMMu BepceTTu © </ b>
        &#39;;
        $ lang [ &#39;lans&#39;] =&#39; Lens&#39;;
        $ lang [ &#39;pravila&#39;] = &#39;Rules especially that the city will not As stated this is GTA, that is, constant fighting, demolition, robbery, theft, dirty copies and no less dirty whores))
        In short there must be as sure as you can and can not but want)) To begin, you need weapons, without it, and nowhere does)) Then you can podratsya)) A podnakopiv experience if you like, you can join the existing gangs, or someone you know his gang. Ð yet, there are BANK. Well, you understand why)) If you have a gang, it can take themselves and each hour charging interest. But to take the bank itself could be under Only if the roof below the gang credibility than that of yours! If you do not kryshuesh Bank, it could be G AB Ð Ð T. Money is a lot)) Ð to the same increases credibility)) Can not luck and robbery were not able to and besides you injured guards at 70 %((
        Now about Vudu ... Ð
        blackguardly something very old! Umeet take health and nasylat damage ... For lave course))
        Zuiho. Ð
        TVOE is the place .... here you can keep guns, wheelbarrows and bablo))
        All this you can store and obschake gang (if you have), but with all that you polozhesh in obschak will be available and the whole gang))
        If pressed a copy, go to the hairdresser, if ill health he is happy to correct a chemist and in a brothel))

        &#39;;
        $ lang [ &#39;abo_mes&#39;] =&#39; Hay, mjen! Remember me? Ð
        I dragged you from the peredryagi! Remember how everything was? Net? Listen!
        &#39;;
        $ lang [ &#39;abo_sluh&#39;] = &#39;Listen&#39;;
        $ lang [ &#39;abo_rules&#39;] =&#39; Rules of the city &#39;;

        ?>
        //////////////////////////////////////////////
        In all red selectios
        text lines let&#39;s contain bad argument for text in php &#39;... let`s Use this caracter
        / * This may cause error in displayng page because is space betwin / and * ... you can delete this comment or fix /* comment */
        $ lang Bad varialbe ... most be $lang without any spaces
        All this most be fix
        ;)

        Comment


          #5

          I installed the script and I GTA on a server, but can not enter the house to my money

          Comment


            #6
            I installed the script and OK, but I couldn&#39;t register. Why???

            Comment


              #7
              you havent registered globals on

              Comment


                #8
                i have uploaded the script on a host and unfortunatelly does`nt works :| it appears on the screen " 52 " i configured ini.php and nothin i activated globals and nothin :| put the original script ini.php i know how to edit myself.

                Comment


                  #9
                  this is my original ini.php from my localhost where work good
                  Code:
                  <?
                  $DB_HOST = "localhost";
                  $DB_USER = "root";
                  $DB_PASS = "12345";
                  $DB_NAME = "gta";
                  $version=&#39;0.6.1&#39;;
                  $per_page_o=10;  
                  $vremya_gonki=300; 
                  $per_page=4;  
                  $limit=50;  
                  $lang=array();
                  include "langpack/russian/lang_main.php";
                  $rus = array(
                  );
                  function cyr($cyr_str)
                  {
                  global $rus;
                  return strtr($cyr_str,$rus);
                  }
                  mysql_connect($DB_HOST,$DB_USER,$DB_PASS) or die ("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n
                  <!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"
                  \"http://www.wapforum.org/DTD/wml_1.1.xml\">
                  <wml>
                  <head><meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/></head>
                  <card title=\"ErroRrr\">
                  
                  Can&#39;t connect to the database :( don&#39;t worry! try again!</p></card></wml>");
                  mysql_select_db($DB_NAME);
                  ?>
                  and for register globals on
                  inside on php.ini:
                  Code:
                  register_globals = On
                  or if you use .htacces file
                  Code:
                  php_value register_globals 1

                  Comment


                    #10
                    using register_globals can be a security problem

                    i checked the script so it will work with register_globals
                    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
                      haw can add more replace word?

                      Comment


                        #12
                        can some one plz send the ini.php with the globals registered cause it dosent work for me

                        Comment


                          #13
                          Who have a lil time to wait for me because i&#39;ll translate in english and i&#39;ll make a xhtml/html version

                          Comment


                            #14
                            nice share goint to try thanks

                            Comment


                              #15
                              Very good. Thank for share

                              Comment

                              Working...
                              X