[wap] Gta Wap Script Enlish Translated

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

    #16
    thanksssss

    Comment


      #17
      is this game script ?? ..

      Comment


        #18
        How to work this in xhtml? . . . Anyone have a sample of this?

        Comment


          #19
          Originally posted by wolf77ar View Post
          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='0.6.1';
          $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't connect to the database :( don'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

          If hosting does not support php_value is how

          Comment


            #20
            Originally posted by Odong View Post
            If hosting does not support php_value is how
            use $_GET and $_POST

            Comment


              #21
              Originally posted by something else View Post
              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:



              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
              why cant you translate to english before sharing, most people here understand english only

              please if you want to share complete your project before uploading

              thanks
              http://myfacepals.com
              MYFACEPALS SOCIAL NETWORKsigpic

              Comment


                #22
                I shared it as I had no intention on doing any more work on it.
                Rather than delete it, I though I would share how far I got with it.

                Comment

                Working...
                X