TWLan Forum
[v1.4] ~*All-In-One~Version1.9*~ - Printable Version

+- TWLan Forum (https://twlan.org)
+-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61)
+--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62)
+---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65)
+----- Forum: Spielerprojekte (https://twlan.org/forumdisplay.php?fid=9)
+------ Forum: Modifikationen / All-in-One-Pakete (https://twlan.org/forumdisplay.php?fid=17)
+------ Thread: [v1.4] ~*All-In-One~Version1.9*~ (/showthread.php?tid=4059)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25


RE: ~*All-In-One~Version1.9*~ - Molt - 02.04.2013

Du kannst doch einfach neu runterladen, entpacken und nachschauen. -.-

PHP Code:
        "31"=>"24642",
        
"32"=>"26472",
        
"33"=>"29000",
        
"34"=>"32000",
        
"35"=>"35000",
        
"36"=>"38000",
        
"37"=>"42000",
        
"38"=>"46000",
        
"39"=>"50000",
        
"40"=>"55000",
        
"41"=>"60000",
        
"42"=>"65000",
        
"43"=>"71000",
        
"44"=>"77000",
        
"45"=>"83000",
        
"46"=>"99000",
        
"47"=>"115000",
        
"48"=>"250000",
        
"49"=>"350000",
        
"50"=>"500000" 



RE: ~*All-In-One~Version1.9*~ - --TuRbUl3nCe** - 02.04.2013

Habe es wieder übertragen und wenn ich es jetzt wiede röffnen mag dann kommt diese Fehlermeldung.
Es konnte keine Verbindung mit dem MySql Server hergestellt werden.
DS_Lan\All-in-One_v1.9\htdocs\daemons>goto endlos

DS-Lan\All-in-One_v1.9\htdocs\daemons>..\..\apache\bin\php.exe event.php

???


RE: ~*All-In-One~Version1.9*~ - snake 9 - 02.04.2013

pc komplett neustarten und dann dslan starten


RE: ~*All-In-One~Version1.9*~ - --TuRbUl3nCe** - 13.04.2013

so hab mir des jz ma neu runtergeladen, ich weiß warum es net geht.
meine Firewall blockt es ab. Allein spielen kann ich ja aber sobald ein anderer mitspielt kommt ja imerr die fehlermeldung und das nur wegen der firewall. Mein papas hat gesagt ich soll mal fragen elchen Port man braucht?? also z.B. 192.168.200.18:999 wenn wir das wüssten was hier begzogen wird könnten wir ihn freigebeen und zusammen spielen *-*
hoffe auf hile!

Smile


RE: ~*All-In-One~Version1.9*~ - Phisa - 13.04.2013

(13.04.2013, 11:57)--TuRbUl3nCe** Wrote: so hab mir des jz ma neu runtergeladen, ich weiß warum es net geht.
meine Firewall blockt es ab. Allein spielen kann ich ja aber sobald ein anderer mitspielt kommt ja imerr die fehlermeldung und das nur wegen der firewall. Mein papas hat gesagt ich soll mal fragen elchen Port man braucht?? also z.B. 192.168.200.18:999 wenn wir das wüssten was hier begzogen wird könnten wir ihn freigebeen und zusammen spielen *-*
hoffe auf hile!

Smile

Wenn du nichts an der Konfiguration geändert hast, müsste der Port 80 freigegeben werden (Standard Apache Port).

Lg


RE: ~*All-In-One~Version1.9*~ - --TuRbUl3nCe** - 01.05.2013

Okay jetzt funktioniert wieder alles danke leute! nächste frage wie kann man ändern dass z.B. man hauptgebäude auf 33 bauen kann und so weiter? ohne dass es wieder kapuutgeht Big Grin


RE: ~*All-In-One~Version1.9*~ - ON21 - 01.05.2013

suchfunktion.


RE: ~*All-In-One~Version1.9*~ - SlimShady95 - 01.05.2013

[Link]

MfG Manuel


RE: ~*All-In-One~Version1.9*~ - ceetje123 - 02.01.2015

Hallo,

Ich bin ein Niederländer und ich spreche nicht sehr gut Deutsch, aber ich kann mir retten im Deutsch. Ich habe ein frage. Gibt es auch ein Linux aio? Oder kann Sie mir hilfen mitt die Linux aio setup?


RE: ~*All-In-One~Version1.9*~ - Molt - 02.01.2015


  1. Install TWLan for Linux.
  2. Download and unpack the AiO.
  3. Delete /opt/twlan/htdocs and /opt/twlan/mysql/data/lan.
  4. Replace the deleted folders with AiO/htdocs and AiO/mysql/data/lan respectively.
Kind regards
Molt


RE: ~*All-In-One~Version1.9*~ - ceetje123 - 02.01.2015

I get the error aLang Error: Language File for de doesn't exist! (/lang/de.ini not found). While it is there.


RE: ~*All-In-One~Version1.9*~ - Molt - 02.01.2015

Try this:

Open /opt/twlan/htdocs/include.inc.php in a text editor and after the "<?php", insert a new line and add the following:
PHP Code:
define('PATH'dirname(__FILE__));
chdir(PATH); 

Kind regards
Molt


RE: ~*All-In-One~Version1.9*~ - ceetje123 - 02.01.2015

Now I get Warning: chdir() [function.chdir]: open_basedir restriction in effect. File(/opt/twlan/htdocs) is not within the allowed path(s): (/opt/twlan/tmp/:/opt/twlan/htdocs/) in /opt/twlan/htdocs/include.inc.php on line 3
Es konnte keine Verbindung mit dem MySql Server hergestellt werden.


RE: ~*All-In-One~Version1.9*~ - Molt - 03.01.2015

Alright, my fault.

First of all, MySQL needs some more patching: Remove /opt/twlan/mysql/data and replace it with AiO/mysql/data.
Then, change the snippet I gave you in my last post to this:
PHP Code:
define('PATH'dirname(__FILE__));
chdir(PATH.'/'); 



RE: ~*All-In-One~Version1.9*~ - ceetje123 - 03.01.2015

I got fun with my younger brother right now. Thanks by the way.

Now the mysql server can't connect.


RE: ~*All-In-One~Version1.9*~ - Molt - 03.01.2015

Sure that it's still running?
Also, did you keep the mysql user and password from the AiO config?


RE: ~*All-In-One~Version1.9*~ - ceetje123 - 03.01.2015

Yes, shouldn't I do that? Also it shows it can't find the pid file.


RE: ~*All-In-One~Version1.9*~ - Molt - 03.01.2015

Are you on 64bit?


RE: ~*All-In-One~Version1.9*~ - ceetje123 - 03.01.2015

Yes I am

But got also 32 bit version


RE: ~*All-In-One~Version1.9*~ - Molt - 03.01.2015

What happens when you run this?:
Code:
/opt/twlan/mysql/bin/mysqld