Posts: 19 Joined: Thu Mar 11 2010, 02:59PM Registered Member #5868
Demonik wrote ...
ver nice makz :d Djakonda : Speak frekin english ! its an english forum !
Я не говорю по английски! Если тебе нужно то говори на Русском! Я не виноват, что вы не понимаете русский. Я благодарен, что администрация понимает русский язык! И старается обеспечить поддержку на разных языках! Огромное им спасибо, от всего сердца...
ver nice makz :d Djakonda : Speak frekin english ! its an english forum !
Я не говорю по английски! Если тебе нужно то говори на Русском! Я не виноват, что вы не понимаете русский. Я благодарен, что администрация понимает русский язык! И старается обеспечить поддержку на разных языках! Огромное им спасибо, от всего сердца...
i told you already, that even if translators are mostly bad it helps non russian people to get started. thise is the last time i´m translating that on myself, if you have further questions shot your message through google translate first. since i do the same effort all the time so you can follow it better than nothing. otherwise don´t be surprised if no one is trying to help you, or have to wait untill a russian mate is comming along. thanks.
wrote ... Я уже сказал вам, что даже если переводчики в основном плохо помогает, не русскому народу, чтобы начать. thise последнее время я переводить, что на себя, если у Вас есть дополнительные вопросы выстрелил ваши сообщения через Google Translate в первую очередь. поскольку я все же усилия, время, чтобы вы могли следить лучше, чем ничего. В противном случае не удивляйтесь, если никто не пытается вам помочь, или нужно ждать, пока русский Мать идет вперед. спасибо.
Posts: 19 Joined: Thu Mar 11 2010, 02:59PM Registered Member #5868
MadMakz I have understood you =)... Thanks for дополние in a plug-in (2x bbCode, 1x HTML).
Here still a problem, I make change in the form of Russian translation in a file "gsl_details.php" and "lgsl_config.php" accordingly I keep these files in a format utf-8 for display of Russian font. Then banners cease to be displayed. In what there can be a reason? Also what will be if in a file ".htaccess" to add a line " AddDefaultCharset utf-8 " ??? Whether it Will affect on work ability of a plug-in?
Forgive for English, it is translated Im'translator 3.3.3
Posts: 19 Joined: Thu Mar 11 2010, 02:59PM Registered Member #5868
Dear managers how to solve a problem with translation of monitoring into Russian? I translate files ' gsl_details.php ' and ' lgsl_config.php ' and I keep them in a format utf-8 for normal display of Russian font. But there is a problem, scripts cease to work in the coding utf-8... What to do? And how to be? In advance thanks...
does the banner not show cyrillic chars or the details page? if it´s not about the banners you may ask in the exiting russian thread. i think you have better chances there to get quicker help and it would keep this thread free from too much offtopic. if it is about the banners not showing cyrillic chars post or PM me an IP of an server wich does use cyrillic in servername and i´ll have a look or try using unifont or arialuni or a localized font. you can change servername fonts by changeing the $text_font0 entries in lgsl_image.php SpiffyTek
is not an lgsl_image.php problem. it sais that this server does not exist, so make sure you query for a valid server ID. i actually intended to implent a sort of a proper error message graphic, but it is not possible due the way lgsl is handleing errors in its core, via exit(); code. SpiffyTek
i actually intended to implent a sort of a proper error message graphic, but it is not possible due the way lgsl is handleing errors in its core, via exit(); code.
In the code: $lookup = lgsl_lookup_id($_GET['s']); Will return nothing if the server ID does not exist, so like the lgsl_details.php add: if (!$lookup) { return graphic with message }
i actually intended to implent a sort of a proper error message graphic, but it is not possible due the way lgsl is handleing errors in its core, via exit(); code.
In the code: $lookup = lgsl_lookup_id($_GET['s']); Will return nothing if the server ID does not exist, so like the lgsl_details.php add: if (!$lookup) { return graphic with message }
omg, now i feel stupid :S and while i look at it it´s so clear (mysql_fetch_array) *facepalm*
Posts: 19 Joined: Thu Mar 11 2010, 02:59PM Registered Member #5868
Kind time of day of the Lord... At me have collected still Question's.
1) Prompt please how in general list of monitoring of games to clean all variants of games and to leave only one game steam source?
2) How to replace or add, admissible формать cards in monitoring? That is, all cards go in a format (.png), whether it is possible to add still a format (.gif)???
3) How to make in monitoring a rating of servers?
In advance thanks..
I shall forgive pardons for bad translation on English..
Posts: 19 Joined: Thu Mar 11 2010, 02:59PM Registered Member #5868
Kind time of day of the Lord... At me have collected still Question's.
1) Prompt please how in general list of monitoring of games to clean all variants of games and to leave only one game steam source?
2) How to replace or add, admissible формать cards in monitoring? That is, all cards go in a format (.png), whether it is possible to add still a format (.gif)???
3) How to make in monitoring a rating of servers?
In advance thanks..
I shall forgive pardons for bad translation on English..
Kind time of day of the Lord... At me have collected still Question's.
1) Prompt please how in general list of monitoring of games to clean all variants of games and to leave only one game steam source?
2) How to replace or add, admissible формать cards in monitoring? That is, all cards go in a format (.png), whether it is possible to add still a format (.gif)???
3) How to make in monitoring a rating of servers?
In advance thanks..
I shall forgive pardons for bad translation on English..
1) i´m not sure but i think this is discussed in another topic already. i hardly understand your question so i´m not exactly sure of what you want :S 2) yes, i will add support for gif, jpeg and png in the next release. however i´m not going to support animated gif´s because i simply see no point of having this. 3) do you mean implenting the rateing result into the image? if so i´d implent it if there´s a proper maintained rating script for LGSL.
for all: the next update for my image script will come along as soon rich releases his new version of LGSL and will also include caching of images to reduce the load and proper error messages as image, so no longer
LGSL PROBLEM: REQUESTED SERVER NOT IN DATABASE: '92.241.176.65 : 27021 : 27021 : 0 : 0 : '
if the server doesn´t exist in DB. also, i´m going to replace many of the "if" statements by using the php switch() function.