[Release] LC-Server fertig / Basierend auf -AquaLung- dateien

12/18/2010 03:24 Liikex3#2641
gibts die Serverfiles von dir auc Einzelnd will die gerne auf meinem root habn :)
12/18/2010 08:54 AndrejXS#2642
glaube ich eher weniger . du kannst die serverfiles nur auf linux benutzen .habe selber keine ahnung warum . frag die schöpfer von Lc ^^
12/18/2010 14:26 Havelok#2643
Quote:
Originally Posted by Hjacket View Post
gibts die Serverfiles von dir auc Einzelnd will die gerne auf meinem root habn :)
Klar hier. Aber nen Tipp, am einfachsten ist es mit Suse 10.1
Alle anderen Distro´s setzen schon mehr Linux Kenntnisse vorraus.

Dies sind die Files, welche von Aqualung erstellt wurden. Auch wurde damit die hier vorliegende Virtual Box erstellt. Also nichts neues.
Nein das sind keine Neuen Files. Das sind die Alten Files. Jedoch reineweg die Serverfiles ohne Virtual Box. Nur für Leute geeignet die wissen was Sie damit anfangen können.
Passwort ist auch hier das selbe wie bei den Hauptfiles von mir. Steht im 1. Threat.
[Only registered and activated users can see links. Click Here To Register...]
12/18/2010 16:41 Project Rivalry#2644
ich habe mal alle files auf einen anderen hoster hochgeladen da man bei uploaded.to solange warten muss

[Only registered and activated users can see links. Click Here To Register...]
12/20/2010 18:44 Mogile#2645
Wie kann man sich ein neuer acc erstellen ?
12/20/2010 22:26 10 + 5 = 13#2646
IN GAME PLAY ARE OK BUT WHY IM GETTING DISPLAY LIKE THIS WHEN LOGIN,SELECTING SERVER AND CHARACTER? :-(
[Only registered and activated users can see links. Click Here To Register...]
12/21/2010 11:00 Havelok#2647
Quote:
Originally Posted by 10 + 5 = 13 View Post
IN GAME PLAY ARE OK BUT WHY IM GETTING DISPLAY LIKE THIS WHEN LOGIN,SELECTING SERVER AND CHARACTER? :-(
[Only registered and activated users can see links. Click Here To Register...]
It´s the Client, it is very Buggy. Try to change the Graficsettings inside the Client.
12/21/2010 19:36 10 + 5 = 13#2648
can i change the character name "bulla" to any other name?
If yes,how??
and how can i set how the game run (exp&drop rate)??How to change password hubbi to any other password??
12/22/2010 06:20 Havelok#2649
Quote:
Originally Posted by 10 + 5 = 13 View Post
can i change the character name "bulla" to any other name?
If yes,how??
and how can i set how the game run (exp&drop rate)??How to change password hubbi to any other password??
Take a look to the DB. Use PHPmyAdmin. Inside you can change the Username, Charactername and password. There you can change the XP rate, the droprate is Hardcoded but you can change in the DB what MOB which item drop.
Look trough all DB´s inside the Server and you find all your needs.
12/22/2010 11:40 10 + 5 = 13#2650
Quote:
Originally Posted by Havelok View Post
Take a look to the DB. Use PHPmyAdmin. Inside you can change the Username, Charactername and password. There you can change the XP rate, the droprate is Hardcoded but you can change in the DB what MOB which item drop.
Look trough all DB´s inside the Server and you find all your needs.
can give me step by step tutorial?:handsdown:
12/23/2010 17:58 ownedbynico#2651
Guckt mal was mach ich falsch?
da kommt nämlich immer:
Code:
Parse error: syntax error, unexpected T_STRING in K:\Portable\Programme\XAMPP\xampp\htdocs\regi.php on line 2
PHP Code:
<?php
$m
=mysql_connect("[COLOR="Red"]localhost[/COLOR]","[COLOR="Red"]root[/COLOR]","[COLOR="Red"]12345[/COLOR]");
mysql_select_db("[COLOR="Red"]newproject_db[/COLOR]",$m);
if ((isset(
$_POST['anmelden']))&&(strlen($_POST['name'])>0)&&(strlen($_POST['pw'])>0)&&(strlen($_POST['pww'])>0)) {
    if (
$_POST['pw']==$_POST['pww']) {
        if (
$m) {
            
$e=mysql_query("SELECT MAX(a_index) FROM t_users");
            
$u=mysql_fetch_row($e);
            
$u=$u[0]+1;
            
$e=mysql_query("SELECT MAX(user_code) FROM bg_user");
            
$b=mysql_fetch_row($e);
            
$b=$b[0]+1;
            
$reg_date=date("Y-m-d H:i:s");
            
$name=$_POST['name'];
            
$pw=$_POST['pw'];
            
$x=mysql_query("INSERT INTO t_users VALUES ('$u','$name','$pw','$b','$reg_date','NULL','1','1','1','-1','0','0','10','0','','0')");
            
$y=mysql_query("INSERT INTO bg_user VALUES ('$b','$name','$pw','1')");
            
mysql_close($m);
            if ((
$x==1)&&($y==1)) {
                die(
"Du wurdest erfolgreich angemeldet.");
            }
            else {
                die(
"Dieser Username ist bereits vorhanden.");
            }
        }
    }
    else {
        die(
"Die eingegebenen Passwörter stimmen nicht überein.");
    }
}
?>
<form action="<?php $_SERVER['PHP_SELF']; ?>" method="post">
    Username:<br />
    <input type="text" name="name" maxlength="30" size="30" />
    <br />
    Passwort:<br />
    <input type="password" name="pw" maxlength="15" size="30" />
    <br />
    Passwort wiederholen:<br />
    <input type="password" name="pww" maxlength="15" size="30" />
    <br />
    <input type="submit" name="anmelden" value="Anmelden" />
</form>
Wie kann man weitere gms machen?
12/23/2010 18:01 breekachu.#2652
Quote:
Originally Posted by nicster View Post
Guckt mal was mach ich falsch?

--------------------------------------------------
Fragen:
Man kann doch bestimmt das aktuelle Desing vom GER Client kopieren?

wenn ja:

wenn nein:
[Only registered and activated users can see links. Click Here To Register...], das neue interface
12/23/2010 18:30 ownedbynico#2653
Quote:
Originally Posted by » Snakebite. View Post
[Only registered and activated users can see links. Click Here To Register...], das neue interface
thx

öhm könnte mir einer nochmal sagen auf welcher seite das tex tool ist?
ich finde es über die sufu einfach nich :(
12/23/2010 18:36 breekachu.#2654
Quote:
Originally Posted by nicster View Post
thx

öhm könnte mir einer nochmal sagen auf welcher seite das tex tool ist?
ich finde es über die sufu einfach nich :(
[Only registered and activated users can see links. Click Here To Register...], thanks wäre nett :p
12/23/2010 18:45 ownedbynico#2655
Quote:
Originally Posted by » Snakebite. View Post
[Only registered and activated users can see links. Click Here To Register...], thanks wäre nett :p
thx nochmal
hast bei beiden nen thx bekommen :p

Frage:
wie kann man mehrere gms machen?