c0deina / csgojackpotV2

CSGO Jackpot Source
31 stars 21 forks source link

Help me please. #3

Open delidolu1adam opened 9 years ago

delidolu1adam commented 9 years ago

http://www.aser24.net on ERROR's

N3mE commented 9 years ago

add me on skype> nemeplay

neonm8 commented 9 years ago

n3me i added u on skype.

delidolu1adam commented 9 years ago

MySQL took care of the problem. However, this system would add to the page menu to change the language.

For example: index.php?lang=en , index.php?lang=ru , index.php?lang=tr , index.php?lang=fr , index.php?lang=de

Please. help me.

" index.php " <?php @include_once "langdoc.php"; if(!isset($_COOKIE['lang'])) { setcookie("lang","en",2147485547); $lang = "en"; } else $lang = $_COOKIE["lang"]; $sitename = "GGSKINS.CF"; $title = "$sitename"; @include_once('set.php'); require('steamauth/steamauth.php'); if(isset($_SESSION["steamid"])) { include_once('steamauth/userInfo.php');} ?>

" en.php " <?php SetCookie("lang","en",2147485547); header('Location: '.getenv("HTTP_REFERER")); exit; ?>

c0deina commented 9 years ago

Please explain what are you trying to say about the language thing.

delidolu1adam commented 9 years ago

language selection menu

Example <-a href="www.site.com/index.php?lang=de">Germany<-/a> <-a href="www.site.com/index.php?lang=en">English<-/a> <-a href="www.site.com/index.php?lang=tr">Turkish<-/a> <-a href="www.site.com/index.php?lang=ru">Russian<-/a>

delidolu1adam commented 9 years ago

I need help

c0deina commented 9 years ago

With what @delidolu1genc ?

delidolu1adam commented 9 years ago

Mate check my site please. www.aser24.net My site on installed the script?

I need language menu. I want to change the page language when clicked.

Examle, Language Section Menu http://i.hizliresim.com/3aYW80.png

You understand now? Please help me.

N3mE commented 9 years ago

Add me on skype: nemeplay ,I can help you :eyeglasses:

c0deina commented 9 years ago

Just edit the file the line whee it says ru.gif and en.gif and edit it to fit your other languages you want to add, aswell as add on langdoc.php new texts to fit the translations.

delidolu1adam commented 9 years ago

D3uxx, Mate, you sure you know english?

I know that the addition of new languages. I wanted to get my help not to add language!

I'll add the language menu on the main page, where you need to change the URL.

For example: www.sitename.com/index.php?lang=en

Twitter for example: www.twitter.com/?lang=en , www.twitter.com/?lang=tr , www.twitter.com/?lang=ru

Allow site visitors to change the language. You understand now?

neonm8 commented 9 years ago

i can fix all your problems add me on skype csgositehf

delidolu1adam commented 8 years ago

www.yoursite.com/tr.php

<?php SetCookie("lang","tr",2147485547); header("Location: http://www.yoursite.com"); die(); ?>