05.02.2011, 15:10
05.02.2011, 16:02
(04.02.2011, 19:46)SlimShady95 Wrote: [ -> ]You can´t because this files are encrypted and they don´t use the language file.
MfG Manuel
Obwohl man Usertools ja nicht verschlüsseln darf ;D Egal.
Wie wär's wenn du ganz einfach die Language-Datei benutzt? So kann es jeder Übersetzen und außerdem wird das Tool jede Version unterstützen.
05.02.2011, 16:09
(05.02.2011, 16:02)Yannici Wrote: [ -> ](04.02.2011, 19:46)SlimShady95 Wrote: [ -> ]You can´t because this files are encrypted and they don´t use the language file.
MfG Manuel
Obwohl man Usertools ja nicht verschlüsseln darf ;D Egal.
Wie wär's wenn du ganz einfach die Language-Datei benutzt? So kann es jeder Übersetzen und außerdem wird das Tool jede Version unterstützen.
Wo wir mal wieder bei dem Thema sind; fast jeder verschlüsselt seine Tools

Aber das mit den Sprachdateien wäre echt ne Idee, jetzt wo es die gibt, sollte man sie auch benutzen.
MfG Manuel
05.02.2011, 16:33
Ok, ich schreib das ganze Tool eh nochmal neu (dann gibts keine Bugs mehr und der Code wird auch etwas kleiner ^^)
evtl. schaff ich das die Woche noch (Hab leider keine genaue Vorstellung wann, da die Schule mich grad stresst
^^)
Und verschlüsselt hab ich das eigentlich um das Ausführen des Codes zu beschleunigen und euch meinen umtändlichen Code zu ersparen
Das mit der Sprachdatei ist echt ein guter Vorschlag, ich könnte eine Sprach-Config machen, in der Englisch und Deutsch bereits enthalten sind und man andere Sprachen einfach hinzufügen kann
Aber vorerst muss euch Version 1.5 reichen xD
evtl. schaff ich das die Woche noch (Hab leider keine genaue Vorstellung wann, da die Schule mich grad stresst

Und verschlüsselt hab ich das eigentlich um das Ausführen des Codes zu beschleunigen und euch meinen umtändlichen Code zu ersparen

Das mit der Sprachdatei ist echt ein guter Vorschlag, ich könnte eine Sprach-Config machen, in der Englisch und Deutsch bereits enthalten sind und man andere Sprachen einfach hinzufügen kann

Aber vorerst muss euch Version 1.5 reichen xD
05.02.2011, 16:34
Entschuldigen sie mich aber wie handelsnamen in englisch?
05.02.2011, 17:46
pls dont use the google translator!
05.02.2011, 18:26
ok
) just tel me

05.02.2011, 18:28
(05.02.2011, 16:09)SlimShady95 Wrote: [ -> ](05.02.2011, 16:02)Yannici Wrote: [ -> ](04.02.2011, 19:46)SlimShady95 Wrote: [ -> ]You can´t because this files are encrypted and they don´t use the language file.
MfG Manuel
Obwohl man Usertools ja nicht verschlüsseln darf ;D Egal.
Wie wär's wenn du ganz einfach die Language-Datei benutzt? So kann es jeder Übersetzen und außerdem wird das Tool jede Version unterstützen.
fast jeder verschlüsselt seine Tools
MfG Manuel
Da fällt das wort "fast" mal wieder

Also ich verschlüssele grundsätzlich nicht. Würde große Projekte evtl. verschlüsseln, aber die kleinen Tools hier bei DSLan sind wir relativ egal

05.02.2011, 18:28
(05.02.2011, 18:26)zDefctt Wrote: [ -> ]ok) just tel me
Yeah! He said he will translate everything in English when he's going to finish the 2.0 version!
05.02.2011, 18:47
ok i wait, and thanks, it's a good script
05.02.2011, 18:48
i have already started writing the language files
unfortunately my english is bad, so it could take a while :/
unfortunately my english is bad, so it could take a while :/
05.02.2011, 20:37
(05.02.2011, 18:48)deralteghostdeath Wrote: [ -> ]i have already started writing the language files
unfortunately my english is bad, so it could take a while :/
As I said you don't need to hurry. We can wait !
Anyway , why did you encrypt those files? Just a question...
05.02.2011, 21:03
Hmm dont know, to accelerate and protect the code, but in 2.0 nobody should care about the encryption, cause then you can change the language and add a new language if you want 

05.02.2011, 21:11
(05.02.2011, 21:03)deralteghostdeath Wrote: [ -> ]Hmm dont know, to accelerate and protect the code, but in 2.0 nobody should care about the encryption, cause then you can change the language and add a new language if you want
Oh! "Protect the code" , that's a really good reason!

Well what can I say , I'm really looking forward for your 2.0 version!
05.02.2011, 21:15
^^
thx, nice to hear
thx, nice to hear
06.02.2011, 13:37
If we're going to continue like this , our DsLan will soon be just like the official game. 

06.02.2011, 13:56
no it will be better 
but now b2t

but now b2t
06.02.2011, 16:43
(06.02.2011, 13:56)lolli1 Wrote: [ -> ]no it will be better
but now b2t
b2t?
06.02.2011, 16:52
back to topic^^
09.02.2011, 23:34
Update
Deutsch: Jetzt könnt ihr euch die Version 1.5 mit Sprachdateien runterladen, die Standardsprache ist Englisch, was sich aber ganz leicht in der Config in {dslan}/htdocs/awards/awards_config.php ändern lässt einfach die Zeileersetzen mit
English: Now you can download the Version 1.5 + language files !
You can change the language in
{dslan}/htdocs/awards/awards_config.php
The language is set by this code
You also can add a language, copy the code from 'en.php', create a new file and insert the copied code !
Change the contents of the variables and save the file (for example) as 'fr.php'
Now open {dslan}/htdocs/awards/awards_config.php
and change this:
I hope you like my little tool ;D
Deutsch: Jetzt könnt ihr euch die Version 1.5 mit Sprachdateien runterladen, die Standardsprache ist Englisch, was sich aber ganz leicht in der Config in {dslan}/htdocs/awards/awards_config.php ändern lässt einfach die Zeile
PHP Code:
$language_file = 'en.php';
PHP Code:
$language_file = 'de.php';
You can change the language in
{dslan}/htdocs/awards/awards_config.php
The language is set by this code
PHP Code:
$language_file = 'en.php';
Change the contents of the variables and save the file (for example) as 'fr.php'
Now open {dslan}/htdocs/awards/awards_config.php
and change this:
PHP Code:
$language_file = 'fr.php';
I hope you like my little tool ;D