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.1Quote:
gibts die Serverfiles von dir auc Einzelnd will die gerne auf meinem root habn :)
It´s the Client, it is very Buggy. Try to change the Graficsettings inside the Client.Quote:
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...]
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.Quote:
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??
can give me step by step tutorial?:handsdown:Quote:
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.
Parse error: syntax error, unexpected T_STRING in K:\Portable\Programme\XAMPP\xampp\htdocs\regi.php on line 2
<?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>
[Only registered and activated users can see links. Click Here To Register...], das neue interfaceQuote:
thxQuote:
[Only registered and activated users can see links. Click Here To Register...], das neue interface
[Only registered and activated users can see links. Click Here To Register...], thanks wäre nett :pQuote:
thx
öhm könnte mir einer nochmal sagen auf welcher seite das tex tool ist?
ich finde es über die sufu einfach nich :(
thx nochmalQuote:
[Only registered and activated users can see links. Click Here To Register...], thanks wäre nett :p