TWLan Forum
[v1.4] [Release] TWLan / DSLan v1.4.3L1 for Linux - 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: Announcements (https://twlan.org/forumdisplay.php?fid=63)
+---- Thread: [v1.4] [Release] TWLan / DSLan v1.4.3L1 for Linux (/showthread.php?tid=3540)

Pages: 1 2 3 4 5 6


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Lekensteyn - 19.11.2010

(19.11.2010, 14:09)idefixjm Wrote: http://www.twlan.org/de/showthread.php?tid=3635

siehe Beitrag 1 - Download

That file is bugged, it'll show a '7' in every page, possibly breaking other scripts.
Instructions for increasing the storage in Linux:
1. Start a terminal (https://help.ubuntu.com/community/UsingTheTerminal#Starting%20a%20Terminal)
2. Assuming that you've installed it in the standard folder, run:
Code:
sudo nano /opt/twlan/htdocs/include/configs/max_storage.php
sudo runs the application 'nano' as root, which is necessary for editing the configuration file when not owning the file.
nano is a texteditor: nano - Nano's ANOther editor, an enhanced free Pico clone
3. To move down, use the arrow keys or Page up / Page down. Move down by repeatingly pressing Page down.
In the end, you'll see:
Code:
    "29"=>"325337",

    "30"=>"400000"

);

?>
5. To add extra levels, add a comma after the last ", press Enter for a newline, and type: "31"=>"420000".
The result should look like this:
Code:
    "29"=>"325337",

    "30"=>"400000",
"31"=>"420000"

);

?>
Spaces and newlines before and after the line are ignores, thus the following will be fine too:
Code:
    "29"=>"325337",

    "30"=>"400000",

    "31"=>"420000"

);

?>
5. You've just added level 31 Storage with a capacity of 420000!
6. If you want to add more levels, repeat step 5. Otherwise, continue to 7.
7. Press Ctrl + X for saving and confirm it by pressing Y (or J, depending on your system locale). On the "File Name to Write" prompt, just press Enter without changing the name.


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Crusher - 08.02.2011

wenn ich alles gestartet habe, wo kann man die MySQL Tabellen betrachten?

localhost/phpmyadmin geht ja nicht...

Danke !


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - lolli1 - 08.02.2011

ja, du musst phpmyadmin installieren damit das geht


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Crusher - 08.02.2011

Naja, wie es aussieht, muss ich es anders lösen.
Ich wollte wieder alles auf Anfang setzen:
- SQL for an empty game available in extra/dslan.sql

Aber wenn ich das im Terminal eingebe passiert das:

sudo /opt/twlan/extra/installdb.sh dslan.sql
Invalid script call (missing environment variables)

Weiß wer den genauen Befehl?

Danke!



RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Steffen - 08.02.2011

Warum nimmst du nicht adminer (Google) oder installierst PHPMYADMIN!?


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Crusher - 08.02.2011

(08.02.2011, 21:44)steffengy Wrote: Warum nimmst du nicht adminer (Google) oder installierst PHPMYADMIN!?

muss ich phpmyadmin in den Ordner von twlan einfach installieren uns schon sehe ich die tabellen? ^^


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Bettdecke1 - 08.02.2011

du musst den ordner in phpmyadmin rein und dann http://localhost/phpmyadmin aufrufen.. Falls das Falsch ist, sry Big Grin


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Crusher - 08.02.2011

(08.02.2011, 21:57)Bettdecke1 Wrote: du musst den ordner in phpmyadmin rein und dann http://localhost/phpmyadmin aufrufen.. Falls das Falsch ist, sry Big Grin

Ja ist falsch ^^

Ich hab das aus der Datei lesen können.

if test ! -d "$BASEDIR" -o -z "$ROOTPASS" -o -z "$DBPASS" -o -z "$DB";then
echo 'Invalid script call (missing environment variables)' >&2
exit 1

kann man mir nun genauer sagen,was ich GENAU im Terminal eingeben muss?
Habs versucht,war leider falsch.Hoffe ihr wisst was.


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Molt - 09.02.2011

Ähm, gibts auf der phpMyAdmin-Website keine Anleitung zum Installieren?

LG
Molt


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Steffen - 09.02.2011

Wenn man zu blöd zum installieren von phpmyadmin ist kann man auch einfach adminer nehmen Big Grin


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Crusher - 09.02.2011

(09.02.2011, 13:46)steffengy Wrote: Wenn man zu blöd zum installieren von phpmyadmin ist kann man auch einfach adminer nehmen Big Grin

Okay,danke. War doch leichter,als ich gedacht hatte ^^


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Cpt. Awful - 06.03.2011

Bei mir sagt er, Cannot start apache, Port 80 is in use. Was soll ich tun?


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - lolli1 - 06.03.2011

ehm.. dein port 80 ist belegt^^
guck im faq ganz unten nach


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Cpt. Awful - 08.03.2011

ja das weiss ich. aber wie kann ich den frei machen? welches FAQ?


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - lolli1 - 08.03.2011

häufig gestellte fragen, im fragen-bereich


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Molt - 08.03.2011

Na welche FAQ wohl?
Vielleicht ja die von George Bush? o.0
Klick mal oben auf das Banner/Bild wo "TWLan" steht.
Dann hats darüber ne grosse gelbe Leiste, und da steht FAQ drin!
Wie kann man das nicht finden omg? Ich kanns ja verstehen, wenn man von Computern keine Ahnung hat, aber wenn man nicht lesen kann?! Mannomann...


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Cpt. Awful - 09.03.2011

ja ist gut molt^^ also wird kein port 80 angezeigt.
hier nochmal die ausgabe:
used by /usr/lib/apache2/mpm-prefork/apache2
Cannot start Apache, port 80 is already in use.
habs dann auch damit probiert: sudo netstat -tulpen | grep -v '127.0.0.1'

aber da wird auch kein port 80 angezeigt.


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Molt - 09.03.2011

Hast du zufällig Skype offen? Wenn ja, schliess es mal.
Wenn nicht, ersetz das "127.0.0.1" mal durch "0.0.0.0", dann könnte es evtl. mehr ausspucken...

LG
Molt


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - Cpt. Awful - 10.03.2011

skype is zu. jetzt gibt er das aus:
tcp6 0 0 :::80 :::* LISTEN 0 6115 1441/apache2

irgendwie ist apache schon offen?


RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - k3v95 - 10.03.2011

starte den pc einfach neu oder beende es per taskmanager