thanksssss
[wap] Gta Wap Script Enlish Translated
Collapse
X
-
Originally posted by wolf77ar View Postthis is my original ini.php from my localhost where work good
and for register globals onCode:<? $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); ?>
inside on php.ini:
or if you use .htacces fileCode:register_globals = On
Code:php_value register_globals 1
If hosting does not support php_value is how
Comment
-
why cant you translate to english before sharing, most people here understand english onlyOriginally posted by something else View Postheres 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
please if you want to share complete your project before uploading
thankshttp://myfacepals.com
MYFACEPALS SOCIAL NETWORKsigpic
Comment
Comment