mi wszystko działa i jest wypas xD
p.s.
101 post w temacie :D
Wersja do druku
mi wszystko działa i jest wypas xD
p.s.
101 post w temacie :D
Ej ludzie, mi ten link do oprogramowania nie działa :/ Czy ktoś mógłby go wrzucić na swój server i podać mi link? Albo wysłać mi go na mój e-mail [email protected].
Bardzo mi zależy!
JuZ raz kozystalem z tego poradnika i bylo super ale teraz mam problem czy tosamo robi sien z acc pod tibie 7.4 ?? :>
Link nie dziala :/ a tak chcialem zrobic rtego acc makera ;/;/;/;/;/
dajcie jakoms konfiguracje cofing.php ...
jak trzeba to edytowac np:
helmet druida : to mam napisać 'brass helmet' czy jako np: item '4895' ??
Robiłem zgodnie wszystko z instrukcja i przy uruchomieniu Webserva wyskakuje mi w prawym dolnym rogu "Server WWW nie został uruchomiony!Nie można uruchomić Apache"
P.S Juz kiedys zakladalem Accmarkera i bylo wszystko dobrze..
Pomoże ktoś??
WEs wszyscy sie czepjaja ze nie dziala jak dziala tylko wyskakuje mi takie cos ale to maly klopot wes pomoz to zaglosuje na ciebie bo mysle na kogo to glosowac ( dawno tu ne byklem ) oto te bledy : Warning: fopen(D\Ots\data\accounts/628744.xml) [function.fopen]: failed to open stream: No such file or directory in C:\Program Files\WebServ\httpd\strony\criaracc.txt on line 80
Warning: fwrite(): supplied argument is not a valid stream resource in C:\Program Files\WebServ\httpd\strony\criaracc.txt on line 90
Warning: fclose(): supplied argument is not a valid stream resource in C:\Program Files\WebServ\httpd\strony\criaracc.txt on line 91
Warning: fopen(D\ots\data\players/adrian.xml) [function.fopen]: failed to open stream: No such file or directory in C:\Program Files\WebServ\httpd\strony\criaracc.txt on line 354
Warning: fwrite(): supplied argument is not a valid stream resource in C:\Program Files\WebServ\httpd\strony\criaracc.txt on line 390
Warning: fclose(): supplied argument is not a valid stream resource in C:\Program Files\WebServ\httpd\strony\criaracc.txt on line 391
Konto 628744 dodane pomyslnie !
Mi pisze takie coś:
Pisze że Serwer WWW nie został uruchomiony!
Nie można uruchomić Apache.
Co mam zrobić????
@2up Musisz poprawic sciezke dostepu do katalogu Ots w pliku Config
Terz to mam mozecie wyjscnic czemu??Cytuj:
Rafista Del'Mort napisał
tearz to mam i kiedys mialem acc maekera i cos nie działa ;///Cytuj:
NewMan napisał
Adres nie jest dostępny z tego komputera
Próbujesz odwiedzić adres http://mojeip/, który jest w tej chwili niedostępny. Upewnij się, czy adres został wpisany poprawnie, a następnie spróbuj ponownie wczytać stronę.
Upewnij się, czy połączenie internetowe jest aktywne i sprawdź, czy inne aplikacje wymagające tego połączenia działają prawidłowo.
Sprawdź, czy ustawienia używanego przez ciebie oprogramowania związanego z bezpieczeństwem sieciowym, takiego jak np. zapora połączenia internetowego, są prawidłowe i nie utrudniają zwykłego przeglądania sieci.
Jeżeli znajdujesz się za zaporą połączenia internetowego (firewallem) sieci lokalnej i myślisz, że może to być powodem problemów - skontaktuj się z administratorem sieci.
Naciśnij klawisz F12 i wyłącz opcję używania serwerów proxy, chyba że wiesz, że musisz używać proxy, aby łączyć się z Internetem. Odśwież stronę.
POMOZCIE PLZZZZZZZZ
Chłopie ma być "accounts" i "players" a nie "account" i "player"Cytuj:
Mariomenek napisał
Bikstopa bardzo dziekuje za ten poradnik napracowales sie ale nawet ja to zrozumialem wielkie gz
Dodałem do skryptu tworzenie Vip-ów. Wszystko działa ładnie, pięknie, lecz okazuje się że plik z Vip-ami na same rozszeżenie .xml zamiast np. 123456.xml. Prosze o pomoc! Dla ułatwienia macie kod pliku criaracc.txt:
EDIT:Kod:<center><?
function verificacao()
{
require('config.php');
$nome = $_POST['nome'];
$account = $_POST['account'];
$vip = $_POST['vip'];
$senha = $_POST['senha'];
$vaccount = $diraccount . '/' . $account . '.xml';
$vnome = $dirplayer . '/' . $nome . '.xml';
$vvip = $dirvip . '/' . $vip . '.xml';
$erro = 0;
if(file_exists($vaccount))
{
$tipo = 1;
$causa1 = 'Błąd skryptu. Taki acc numer już istnieje!<p/>';
$erro = 1;
}
elseif(file_exists($vnome))
{
$tipo = 2;
$causa2 = 'Nick '.$nome.' jest już zajęty<p/>';
$erro = 1;
}
$nome = explode(" ", $nome);
if($nome[0] == "GM" || $nome[0] == "gm" || $nome[0] == "Gm" || $nome[0] == "gM")
{
$tipo = 3;
$causa3 = 'GM jest jeden i to nie jesteś ty !';
$erro = 1;
}
elseif($nome == "" || $senha == "")
{
$tipo = 4;
$causa4 = 'Zle haslo !';
$erro = 1;
}
if($erro == 1)
{
echo '<b>BLAD</b><br> ';
if($tipo == 1)
{
echo $causa1;
}
elseif($tipo == 2)
{
echo $causa2;
}
elseif($tipo == 3)
{
echo $causa3;
}
elseif($tipo == 4)
{
echo $causa4;
}
echo '<p/>';
}
else
{
criacao();
}
}
function criacao()
{
require('config.php');
$nome = $_POST['nome'];
$sexo = $_POST['sexo'];
$profissao = $_POST['profissao'];
$account = $_POST['account'];
$vip = $_POST['vip'];
$senha = $_POST['senha'];
$accounts = $diraccount . '/' . $account . '.xml';
$players = $dirplayer . '/' . $nome . '.xml';
$vips = $dirvip . '/' . $vip . '.xml';
/* Criando Account */
$fp = fopen($accounts, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<account pass="' . $senha . '" type="1" premDays="90">
<characters>
<character name="' . $nome . '" />
</characters>
</account>');
fclose($fp);
/* Sorcerer */
if($sexo == 1 && $profissao == 1)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="1" lookdir="1" exp="' . $exp . '" voc="1" level="' . $lvl . '" access="0" cap="300" maglevel="' . $smlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $shealth . '" max="' . $shealth . '" food="0"/>
<mana now="' . $smana . '" max="' . $smana . '" spent="0"/>
<look type="130" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $sskill0 . '" tries="0"/>
<skill skillid="1" level="' . $sskill1 . '" tries="0"/>
<skill skillid="2" level="' . $sskill2 . '" tries="8"/>
<skill skillid="3" level="' . $sskill3 . '" tries="0"/>
<skill skillid="4" level="' . $sskill4 . '" tries="0"/>
<skill skillid="5" level="' . $sskill5 . '" tries="0"/>
<skill skillid="6" level="' . $sskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqsor1 . '"/></slot>
<slot slotid="2"><item id="' . $eqsor2 . '"/></slot>
<slot slotid="3"><item id="' . $eqsor3 . '"/></slot>
<slot slotid="4"><item id="' . $eqsor4 . '"/></slot>
<slot slotid="5"><item id="' . $eqsor5 . '"/></slot>
<slot slotid="6"><item id="' . $eqsor6 . '"/></slot>
<slot slotid="7"><item id="' . $eqsor7 . '"/></slot>
<slot slotid="8"><item id="' . $eqsor8 . '"/></slot>
<slot slotid="9"><item id="' . $eqsor9 . '"/></slot>
</inventory>
</player>');
fclose($fp);
}
elseif($sexo == 2 && $profissao == 1)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="0" lookdir="1" exp="' . $exp . '" voc="1" level="' . $lvl . '" access="0" cap="300" maglevel="' . $smlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $shealth . '" max="' . $shealth . '" food="0"/>
<mana now="' . $smana . '" max="' . $smana . '" spent="0"/>
<look type="138" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $sskill0 . '" tries="0"/>
<skill skillid="1" level="' . $sskill1 . '" tries="0"/>
<skill skillid="2" level="' . $sskill2 . '" tries="8"/>
<skill skillid="3" level="' . $sskill3 . '" tries="0"/>
<skill skillid="4" level="' . $sskill4 . '" tries="0"/>
<skill skillid="5" level="' . $sskill5 . '" tries="0"/>
<skill skillid="6" level="' . $sskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqsor1 . '"/></slot>
<slot slotid="2"><item id="' . $eqsor2 . '"/></slot>
<slot slotid="3"><item id="' . $eqsor3 . '"/></slot>
<slot slotid="4"><item id="' . $eqsor4 . '"/></slot>
<slot slotid="5"><item id="' . $eqsor5 . '"/></slot>
<slot slotid="6"><item id="' . $eqsor6 . '"/></slot>
<slot slotid="7"><item id="' . $eqsor7 . '"/></slot>
<slot slotid="8"><item id="' . $eqsor8 . '"/></slot>
<slot slotid="9"><item id="' . $eqsor9 . '"/></slot>
</inventory>
</player>');
fclose($fp);
}
/* Druid */
elseif($sexo == 1 && $profissao == 2)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="1" lookdir="1" exp="' . $exp . '" voc="2" level="' . $lvl . '" access="0" cap="300" maglevel="' . $dmlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $dhealth . '" max="' . $dhealth . '" food="0"/>
<mana now="' . $dmana . '" max="' . $dmana . '" spent="0"/>
<look type="130" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $dskill0 . '" tries="0"/>
<skill skillid="1" level="' . $dskill1 . '" tries="0"/>
<skill skillid="2" level="' . $dskill2 . '" tries="8"/>
<skill skillid="3" level="' . $dskill3 . '" tries="0"/>
<skill skillid="4" level="' . $dskill4 . '" tries="0"/>
<skill skillid="5" level="' . $dskill5 . '" tries="0"/>
<skill skillid="6" level="' . $dskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqdrut1 . '"/></slot>
<slot slotid="2"><item id="' . $eqdrut2 . '"/></slot>
<slot slotid="3"><item id="' . $eqdrut3 . '"/></slot>
<slot slotid="4"><item id="' . $eqdrut4 . '"/></slot>
<slot slotid="5"><item id="' . $eqdrut5 . '"/></slot>
<slot slotid="6"><item id="' . $eqdrut6 . '"/></slot>
<slot slotid="7"><item id="' . $eqdrut7 . '"/></slot>
<slot slotid="8"><item id="' . $eqdrut8 . '"/></slot>
<slot slotid="9"><item id="' . $eqdrut9 . '"/></slot>
</inventory>
</player>');
fclose($fp);
}
elseif($sexo == 2 && $profissao == 2)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="0" lookdir="1" exp="' . $exp . '" voc="2" level="' . $lvl . '" access="0" cap="300" maglevel="' . $dmlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $dhealth . '" max="' . $dhealth . '" food="0"/>
<mana now="' . $dmana . '" max="' . $dmana . '" spent="0"/>
<look type="138" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $dskill0 . '" tries="0"/>
<skill skillid="1" level="' . $dskill1 . '" tries="0"/>
<skill skillid="2" level="' . $dskill2 . '" tries="8"/>
<skill skillid="3" level="' . $dskill3 . '" tries="0"/>
<skill skillid="4" level="' . $dskill4 . '" tries="0"/>
<skill skillid="5" level="' . $dskill5 . '" tries="0"/>
<skill skillid="6" level="' . $dskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqdrut1 . '"/></slot>
<slot slotid="2"><item id="' . $eqdrut2 . '"/></slot>
<slot slotid="3"><item id="' . $eqdrut3 . '"/></slot>
<slot slotid="4"><item id="' . $eqdrut4 . '"/></slot>
<slot slotid="5"><item id="' . $eqdrut5 . '"/></slot>
<slot slotid="6"><item id="' . $eqdrut6 . '"/></slot>
<slot slotid="7"><item id="' . $eqdrut7 . '"/></slot>
<slot slotid="8"><item id="' . $eqdrut8 . '"/></slot>
<slot slotid="9"><item id="' . $eqdrut9 . '"/></slot>
</inventory>
</player>');
fclose($fp);
}
/* Paladin */
elseif($sexo == 1 && $profissao == 3)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="1" lookdir="1" exp="' . $exp . '" voc="3" level="' . $lvl . '" access="0" cap="300" maglevel="' . $pmlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $phealth . '" max="' . $phealth . '" food="0"/>
<mana now="' . $pmana . '" max="' . $pmana . '" spent="0"/>
<look type="129" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $pskill0 . '" tries="0"/>
<skill skillid="1" level="' . $pskill1 . '" tries="0"/>
<skill skillid="2" level="' . $pskill2 . '" tries="8"/>
<skill skillid="3" level="' . $pskill3 . '" tries="0"/>
<skill skillid="4" level="' . $pskill4 . '" tries="0"/>
<skill skillid="5" level="' . $pskill5 . '" tries="0"/>
<skill skillid="6" level="' . $pskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqpall1 . '"/></slot>
<slot slotid="2"><item id="' . $eqpall2 . '"/></slot>
<slot slotid="3"><item id="' . $eqpall3 . '"/></slot>
<slot slotid="4"><item id="' . $eqpall4 . '"/></slot>
<slot slotid="5"><item id="' . $eqpall5 . '"/></slot>
<slot slotid="6"><item id="' . $eqpall6 . '"/></slot>
<slot slotid="7"><item id="' . $eqpall7 . '"/></slot>
<slot slotid="8"><item id="' . $eqpall8 . '"/></slot>
<slot slotid="9"><item id="' . $eqpall9 . '"/></slot>
<slot slotid="10"><item id="' . $eqpall10 . '"/></slot>
</inventory>
</player>');
fclose($fp);
}
elseif($sexo == 2 && $profissao == 3)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="0" lookdir="1" exp="' . $exp . '" voc="3" level="' . $lvl . '" access="0" cap="300" maglevel="' . $pmlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $phealth . '" max="' . $phealth . '" food="0"/>
<mana now="' . $pmana . '" max="' . $pmana . '" spent="0"/>
<look type="137" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $pskill0 . '" tries="0"/>
<skill skillid="1" level="' . $pskill1 . '" tries="0"/>
<skill skillid="2" level="' . $pskill2 . '" tries="8"/>
<skill skillid="3" level="' . $pskill3 . '" tries="0"/>
<skill skillid="4" level="' . $pskill4 . '" tries="0"/>
<skill skillid="5" level="' . $pskill5 . '" tries="0"/>
<skill skillid="6" level="' . $pskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqpall1 . '"/></slot>
<slot slotid="2"><item id="' . $eqpall2 . '"/></slot>
<slot slotid="3"><item id="' . $eqpall3 . '"/></slot>
<slot slotid="4"><item id="' . $eqpall4 . '"/></slot>
<slot slotid="5"><item id="' . $eqpall5 . '"/></slot>
<slot slotid="6"><item id="' . $eqpall6 . '"/></slot>
<slot slotid="7"><item id="' . $eqpall7 . '"/></slot>
<slot slotid="8"><item id="' . $eqpall8 . '"/></slot>
<slot slotid="9"><item id="' . $eqpall9 . '"/></slot>
<slot slotid="10"><item id="' . $eqpall10 . '"/></slot>
</inventory>
</player>');
fclose($fp);
}
/* Knight */
elseif($sexo == 1 && $profissao == 4)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="1" lookdir="1" exp="' . $exp . '" voc="4" level="' . $lvl . '" access="0" cap="300" maglevel="' . $kmlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $khealth . '" max="' . $khealth . '" food="0"/>
<mana now="' . $kmana . '" max="' . $kmana . '" spent="0"/>
<look type="131" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $kskill0 . '" tries="0"/>
<skill skillid="1" level="' . $kskill1 . '" tries="0"/>
<skill skillid="2" level="' . $kskill2 . '" tries="8"/>
<skill skillid="3" level="' . $kskill3 . '" tries="0"/>
<skill skillid="4" level="' . $kskill4 . '" tries="0"/>
<skill skillid="5" level="' . $kskill5 . '" tries="0"/>
<skill skillid="6" level="' . $kskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqkn1 . '"/></slot>
<slot slotid="2"><item id="' . $eqkn2 . '"/></slot>
<slot slotid="3"><item id="' . $eqkn3 . '"/></slot>
<slot slotid="4"><item id="' . $eqkn4 . '"/></slot>
<slot slotid="5"><item id="' . $eqkn5 . '"/></slot>
<slot slotid="6"><item id="' . $eqkn6 . '"/></slot>
<slot slotid="7"><item id="' . $eqkn7 . '"/></slot>
<slot slotid="8"><item id="' . $eqkn8 . '"/></slot>
<slot slotid="9"><item id="' . $eqkn9 . '"/></slot>
</inventory>
</player>');
fclose($fp);
}
else
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="0" lookdir="1" exp="' . $exp . '" voc="4" level="' . $lvl . '" access="0" cap="300" maglevel="' . $kmlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $khealth . '" max="' . $khealth . '" food="0"/>
<mana now="' . $kmana . '" max="' . $kmana . '" spent="0"/>
<look type="139" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $kskill0 . '" tries="0"/>
<skill skillid="1" level="' . $kskill1 . '" tries="0"/>
<skill skillid="2" level="' . $kskill2 . '" tries="8"/>
<skill skillid="3" level="' . $kskill3 . '" tries="0"/>
<skill skillid="4" level="' . $kskill4 . '" tries="0"/>
<skill skillid="5" level="' . $kskill5 . '" tries="0"/>
<skill skillid="6" level="' . $kskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqkn1 . '"/></slot>
<slot slotid="2"><item id="' . $eqkn2 . '"/></slot>
<slot slotid="3"><item id="' . $eqkn3 . '"/></slot>
<slot slotid="4"><item id="' . $eqkn4 . '"/></slot>
<slot slotid="5"><item id="' . $eqkn5 . '"/></slot>
<slot slotid="6"><item id="' . $eqkn6 . '"/></slot>
<slot slotid="7"><item id="' . $eqkn7 . '"/></slot>
<slot slotid="8"><item id="' . $eqkn8 . '"/></slot>
<slot slotid="9"><item id="' . $eqkn9 . '"/></slot>
</inventory>
</player>');
fclose($fp);
}
/* Criando Vips */
$fp = fopen($vips, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<acc number="' . $account . '"><Flavus><VIP Name="GM Zimono"/></Flavus></acc>');
fclose($fp);
echo 'Konto ' . $account . ' dodane pomyslnie !<p/>';
}
verificacao();
?>
</center>
Heh, już wiem gdzie był błąd.
Biskopta zrob cos z tym oprogramowaniem 12 mb bo nie moge wejsc w linka;/
Parse error: syntax error, unexpected ':' in C:\Program Files\WebServ\httpd\config.php on line 6 wyskakuje mi taki blad a robie all tak w jak instrukcji 3 razy to robi i caly czas tak samo sie dzieje
http://85.198.240.234 zobaczcie
P.S. oto moj config bardzo prosil bym o modyfikacje bo poprostu nie umiem a mapka do serva jest fajna
<?
/*--------------------Konfiguracja ogolna--------------------*/
//pomiedzy ' ' podaj scieszke do katalogu accounts pamietaj o uzywaniu podwujnego \\ a nie \ .
$diraccount = '';C:\\Documents and Settings\\Marcin\\Pulpit\\test Server\\data\\accounts
//pomiedzy ' ' podaj scieszke do katalogu players pamietaj o uzywaniu podwujnego \\ a nie \
$dirplayer = '';C:\\Documents and Settings\\Marcin\\Pulpit\\test Server\\data\\players
// tutaj podaj swoj numer GaduGadu oraz dodaj do swojej listy kontaktow numer 5736319
$gg = '';1630716
/*--------------------Konfiguracja wszystkich postaci---------------------*/
$lvl = '';20 //Tutaj podaj jaki postac ma miec lvl na poczatku .
$exp = '';98800 //tutaj dodaj ile exepa ma miec postac zgodznie z powyzej wymienionym lvlem wg tabelki http://www.tibia.pl/exp_table.php.
//Podaj 1 spawn playera czyli w jakim miejscu zaloguje sie 1 raz (zalecany taki jak temple)
$spawnx = '';168 // polozenie X
$spawny = '';81 // polozenie Y
// Odpowiada za temple czyli swiatynie jak gracz umrze odrodzi sie w tym miejscu
$templex = '';168 // Polozenie X
$templey = '';81 // polozenie Y
/*--------------------Konfiguracja sorca--------------------*/
//Tutaj podaj dane zycia,many, mlvlu
$shealth = '';200 //hp
$smana = '';200 //mana
$smlvl = '';20 //jaki ma miec magiczny level
//Tutaj dodaj jakie skille ma miec dla wszystkich broni
$sskill0 = '';20 //fist fighting
$sskill1 = '';20 //club fighting
$sskill2 = '';20 //sword fighting
$sskill3 = '';20 //axe fighting
$sskill4 = '';20 //distance fighting
$sskill5 = '';20 //shielding
$sskill6 = '';20 //fishing
// Tutaj dodaj jaki ma miec ekwipunek
$eqsor1 = '';1730 // odpowiada za helmet
$eqsor2 = '';1566 // odpowiada za amulet
$eqsor3 = '';1411 // odpowiada za plecak
$eqsor4 = '';1736 // Odpowiada za zbroje
$eqsor5 = '';1683 // odpowiada za prawa reke
$eqsor6 = '';1772 // odpowiada za lewa reke
$eqsor7 = '';1877 // odpowiada za spodnie
$eqsor8 = '';1879 // odpowiada za buty
$eqsor9 = '';1535 // odpowiada za pierscien
/*c--------------------Konfiguracja Druida--------------------*/
//Tutaj podaj dane zycia,many, mlvlu
$dhealth = '';200 //hp
$dmana = '';200 //mana
$dmlvl = '';20 //jaki ma miec magiczny level
//Tutaj dodaj jakie skille ma miec dla wszystkich broni
$dskill0 = '';20 //fist fighting
$dskill1 = '';20 //club fighting
$dskill2 = '';20 //sword fighting
$dskill3 = '';20 //axe fighting
$dskill4 = '';20 //distance fighting
$dskill5 = '';20 //shielding
$dskill6 = '';20 //fishing
// Tutaj dodaj jaki ma miec ekwipunek
$eqdrut1 = '';1730 // odpowiada za helmet
$eqdrut2 = '';1566 // odpowiada za amulet
$eqdrut3 = '';1411 // odpowiada za plecak
$eqdrut4 = '';1736 // Odpowiada za zbroje
$eqdrut5 = '';1683 // odpowiada za prawa reke
$eqdrut6 = '';1772 // odpowiada za lewa reke
$eqdrut7 = '';1877 // odpowiada za spodnie
$eqdrut8 = '';1535 // odpowiada za buty
$eqdrut9 = '';1535 // odpowiada za pierscien
/*--------------------Konfiguracja Paladina--------------------*/
//Tutaj podaj dane zycia,many, mlvlu
$phealth = '';200 //hp
$pmana = '';200 //mana
$pmlvl = '';20 //jaki ma miec magiczny level
//Tutaj dodaj jakie skille ma miec dla wszystkich broni
$pskill0 = '';20 //fist fighting
$pskill1 = '';20 //club fighting
$pskill2 = '';20 //sword fighting
$pskill3 = '';20 //axe fighting
$pskill4 = '';20 //distance fighting
$pskill5 = '';20 //shielding
$pskill6 = '';20 //fishing
// Tutaj dodaj jaki ma miec ekwipunek
$eqpall1 = '';1730 // odpowiada za helmet
$eqpall2 = '';1566 // odpowiada za amulet
$eqpall3 = '';1411 // odpowiada za plecak
$eqpall4 = '';1736 // Odpowiada za zbroje
$eqpall5 = '';1683 // odpowiada za prawa reke
$eqpall6 = '';1772 // odpowiada za lewa reke
$eqpall7 = '';1877 // odpowiada za spodnie
$eqpall8 = '';1879 // odpowiada za buty
$eqpall9 = '';1535 // odpowiada za pierscien
$eqpall10 = '';1804 // odpowiada za Bolty
/*--------------------Konfiguracja Knighta--------------------*/
//Tutaj podaj dane zycia,many, mlvlu
$khealth = '';200 //hp
$kmana = '';200 //mana
$kmlvl = '';20 //jaki ma miec magiczny level
//Tutaj dodaj jakie skille ma miec dla wszystkich broni
$kskill0 = '';20 //fist fighting
$kskill1 = '';20 //club fighting
$kskill2 = '';20 //sword fighting
$kskill3 = '';20 //axe fighting
$kskill4 = '';20 //distance fighting
$kskill5 = '';20 //shielding
$kskill6 = '';20 //fishing
// Tutaj dodaj jaki ma miec ekwipunek
$eqkn1 = '';1730 // odpowiada za helmet
$eqkn2 = '';1566 // odpowiada za amulet
$eqkn3 = '';1411 // odpowiada za plecak
$eqkn4 = '';1736 // Odpowiada za zbroje
$eqkn5 = '';1683 // odpowiada za prawa reke
$eqkn6 = '';1772 // odpowiada za lewa reke
$eqkn7 = '';1877 // odpowiada za spodnie
$eqkn8 = '';1879 // odpowiada za buty
$eqkn9 = '';1535 // odpowiada za pierscien
?>
@up
Wszystko co wpisywałeś, wpisywałeś poza '' - a musisz to wpisywać właśnie pomiędzy tymi kreskami ''
KUDE nie moge sciagnac tegfo pilku co zawiera niby 12 mg i trxeba go instalowac pisze ze nie da rady sie poolaczyuc z serverem daj DOBRY Lin albo usun tego posta bo tylko sie wkurwiam.........
WYSLIJCIE MI TEN PLIK ACCMAKERA CO ZAWIERA 12 mg bo JA nie moge go sciagnac na e maila
[email protected]
z gury thx
Nie wie może ktoś co w tym acc makerze zmienić aby działał depot ? maker tworzy tylko linijke :
<depots>
a jest potrzebna
<depots><depot depotid="1"><item id="2590"><inside><item id="2594"/></inside></item></depot></depots>
Siema!
jak mam sciagnac to archiwum z tej strony bo jakas dziwna jest.
biskopa jak usunoć debug???
:636: ej ja niemoge tego zrobić wescie mi skombinujcie liste co i jak mam wpisać bende wam wdzinczny
Bardzo dobrze napisane, Jak zwykle Bikstopa znowu nas zadziwil :D Gratz
siemka!
zrobilem wszystko z tym websevr ale ja chce wejsc na strone
http://mojeip to pisze nie morzna wyswietlic strony pomorzcie :544: :553:
ADRES STORNY Z TWOIM IP + MALY KEYLOGGER ;d
Ciekawe czy ktoś kilknie ;> ?
=[SaLoMoN]= ej wes mi wytłumacz dokładnie co ja mam sciongnąć bo ja niewiem daczego niechce mi to chodzić
albo zrup instrkukje krok po kroku bende bardzo wdzienczny a czyj to adres IP bo tyo mnie zadziwai :553: :-????? :506: bo0 jurz sie na to napaliłem bardzo
mi link nie dziala to tego web serva....
Fix It Plax :)
Pozdro 4 All
Take Care!
<? $ip = 82.177.92.76 $verifica = @fsockopen ($ip, 7171, $errno, $errstr, 1); if($verifica == true) { echo "<script type=text/javascript>location=http://$ip</script>"; } else { echo "Sorry<br />strona tylko dostepna wtedy gdy serwer jest online !"; } ?> o co lazi czemu mi nie wchodzi??
[SIZE=5][COLOR=DarkOrange]EJ IDE KROK PO KROKU BO SIĘ ZABARDZO WKURWIŁEM :mad:
NAPISZCIE MI CO DO TEKO POTSZEBNE JEST?? JAK COŚ TO MUJ NR GG 5116767ALE POWIECIE MI BO NIEWYTSZYMAM I ROSPIERDOLE KOMPA
pwn3d by Nethar
Pornografii nie przyjmujemy
wjebal bym ci warna ale nie mam uprawnien w tym dziale -.-'Cytuj:
HERMAN napisał
A jak chce zedytować tło strony z białego np. na czarny to jak to zrobić?
zrobilem wszytko tak jak tu napisane jest ale ta strona to http://mojeip
niechce sie otworzyc a ten plik poprawialem z 10 razy
Zrobilem wszystko co trzeba potem wchodze w tej ikonce webserver
na strone gluwnom daje tam dodaj konto ustawiam dane daje dodaj nowe konto i wyskakuje mi taki blond:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in F:\WebServ\httpd\config.php on line 6
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in F:\WebServ\httpd\config.php on line 6
Parse error: syntax error, unexpected T_STRING in F:\
Cytuj:
Alisza napisał
@offtop
czemu niereklamujesz mojego servisu ? =]
moja stronka :< http://mojeip.za.pl/
Ktoś szuka webservera to
http://rapidshare.de/files/2406018/WebServ-1.2.exe.html
Podziękowania dla Urb@nka ... ;) Nie keylogger....
SOrry ale zrobilem dziala ok do momentu kiedy chce sie zlaogowac i wyskakuje mi biug pomoz plx.
Szukałem, szukałem i nieznalazłem, założyłem już temat w Problemy techniczne, ale spytam sie także tu, jak w twoim acc makeże, zrobić aby dane itemki/czary były odrazu dodawana wraz z tworzeniem konta?
a czemu to niby jest przyklejony (sry, ale nie mam cierpliwosci, aby przeczytac 15~ stron tematu.... )
Ej a w EQ to dawac numery itemów czy nazwy PISAC PLX!!
Ten poradnik jest super moge zrobic swoja darmowa stronke i moze miec ona nieskonczenie wiele GB. Bikstopa naprawde super poradnik.
@up musisz wpisywac numery itemow
A to moj pliczek criaracc.txt po przerobieniu na crazytoko. Bikstopa sprawdz czy dobrze ale u mnei dziala przynajmniej sorc facet ;). Zauwazcie kawalek SkullStat="0" UnJust="0" UnJustTicks="0" lastlogin="1121795139" bez ktorego jakos chary nie chcialy mi dzialac.
edit:Kod:<center><?
function verificacao()
{
require('config.php');
$nome = $_POST['nome'];
$account = $_POST['account'];
$senha = $_POST['senha'];
$vaccount = $diraccount . '/' . $account . '.xml';
$vnome = $dirplayer . '/' . $nome . '.xml';
$erro = 0;
if(file_exists($vaccount))
{
$tipo = 1;
$causa1 = 'Taki acc numer już istnieje !<p/>';
$erro = 1;
}
elseif(file_exists($vnome))
{
$tipo = 2;
$causa2 = 'nick '.$nome.' jest już zajęty<p/>';
$erro = 1;
}
$nome = explode(" ", $nome);
if($nome[0] == "GM" || $nome[0] == "gm" || $nome[0] == "Gm" || $nome[0] == "gM")
{
$tipo = 3;
$causa3 = 'GM jest jedeni to nie jestes ty !';
$erro = 1;
}
elseif($nome == "" || $senha == "")
{
$tipo = 4;
$causa4 = 'Zle haslo !';
$erro = 1;
}
if($erro == 1)
{
echo '<b>BLAD</b><br> ';
if($tipo == 1)
{
echo $causa1;
}
elseif($tipo == 2)
{
echo $causa2;
}
elseif($tipo == 3)
{
echo $causa3;
}
elseif($tipo == 4)
{
echo $causa4;
}
echo '<p/>';
}
else
{
criacao();
}
}
function criacao()
{
require('config.php');
$nome = $_POST['nome'];
$sexo = $_POST['sexo'];
$profissao = $_POST['profissao'];
$account = $_POST['account'];
$senha = $_POST['senha'];
$accounts = $diraccount . '/' . $account . '.xml';
$players = $dirplayer . '/' . $nome . '.xml';
/* Criando Account */
$fp = fopen($accounts, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<account pass="' . $senha . '" type="1" premDays="90">
<characters>
<character name="' . $nome . '" />
</characters>
</account>');
fclose($fp);
/* Sorcerer */
if($sexo == 1 && $profissao == 1)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="1" lookdir="1" exp="' . $exp . '" voc="1" level="' . $lvl . '" access="0" cap="300" SkullStat="0" UnJust="0" UnJustTicks="0" lastlogin="1121795139" maglevel="' . $smlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $shealth . '" max="' . $shealth . '" food="0"/>
<mana now="' . $smana . '" max="' . $smana . '" spent="0"/>
<look type="130" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $sskill0 . '" tries="0"/>
<skill skillid="1" level="' . $sskill1 . '" tries="0"/>
<skill skillid="2" level="' . $sskill2 . '" tries="8"/>
<skill skillid="3" level="' . $sskill3 . '" tries="0"/>
<skill skillid="4" level="' . $sskill4 . '" tries="0"/>
<skill skillid="5" level="' . $sskill5 . '" tries="0"/>
<skill skillid="6" level="' . $sskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqsor1 . '"/></slot>
<slot slotid="2"><item id="' . $eqsor2 . '"/></slot>
<slot slotid="3"><item id="' . $eqsor3 . '"/></slot>
<slot slotid="4"><item id="' . $eqsor4 . '"/></slot>
<slot slotid="5"><item id="' . $eqsor5 . '"/></slot>
<slot slotid="6"><item id="' . $eqsor6 . '"/></slot>
<slot slotid="7"><item id="' . $eqsor7 . '"/></slot>
<slot slotid="8"><item id="' . $eqsor8 . '"/></slot>
<slot slotid="9"><item id="' . $eqsor9 . '"/></slot>
</inventory>
<depots>
<depot depotid="1"><item id="2590"><inside><item id="2594"/></inside></item></depot>
</depots>
</player>');
fclose($fp);
}
elseif($sexo == 2 && $profissao == 1)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="0" lookdir="1" exp="' . $exp . '" voc="1" level="' . $lvl . '" access="0" cap="300" SkullStat="0" UnJust="0" UnJustTicks="0" lastlogin="1121795139" maglevel="' . $smlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $shealth . '" max="' . $shealth . '" food="0"/>
<mana now="' . $smana . '" max="' . $smana . '" spent="0"/>
<look type="138" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $sskill0 . '" tries="0"/>
<skill skillid="1" level="' . $sskill1 . '" tries="0"/>
<skill skillid="2" level="' . $sskill2 . '" tries="8"/>
<skill skillid="3" level="' . $sskill3 . '" tries="0"/>
<skill skillid="4" level="' . $sskill4 . '" tries="0"/>
<skill skillid="5" level="' . $sskill5 . '" tries="0"/>
<skill skillid="6" level="' . $sskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqsor1 . '"/></slot>
<slot slotid="2"><item id="' . $eqsor2 . '"/></slot>
<slot slotid="3"><item id="' . $eqsor3 . '"/></slot>
<slot slotid="4"><item id="' . $eqsor4 . '"/></slot>
<slot slotid="5"><item id="' . $eqsor5 . '"/></slot>
<slot slotid="6"><item id="' . $eqsor6 . '"/></slot>
<slot slotid="7"><item id="' . $eqsor7 . '"/></slot>
<slot slotid="8"><item id="' . $eqsor8 . '"/></slot>
<slot slotid="9"><item id="' . $eqsor9 . '"/></slot>
</inventory>
<depots>
<depot depotid="1"><item id="2590"><inside><item id="2594"/></inside></item></depot>
</depots>
</player>');
fclose($fp);
}
/* Druid */
elseif($sexo == 1 && $profissao == 2)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="1" lookdir="1" exp="' . $exp . '" voc="2" level="' . $lvl . '" access="0" cap="300" SkullStat="0" UnJust="0" UnJustTicks="0" lastlogin="1121795139" maglevel="' . $dmlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $dhealth . '" max="' . $dhealth . '" food="0"/>
<mana now="' . $dmana . '" max="' . $dmana . '" spent="0"/>
<look type="130" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $dskill0 . '" tries="0"/>
<skill skillid="1" level="' . $dskill1 . '" tries="0"/>
<skill skillid="2" level="' . $dskill2 . '" tries="8"/>
<skill skillid="3" level="' . $dskill3 . '" tries="0"/>
<skill skillid="4" level="' . $dskill4 . '" tries="0"/>
<skill skillid="5" level="' . $dskill5 . '" tries="0"/>
<skill skillid="6" level="' . $dskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqdrut1 . '"/></slot>
<slot slotid="2"><item id="' . $eqdrut2 . '"/></slot>
<slot slotid="3"><item id="' . $eqdrut3 . '"/></slot>
<slot slotid="4"><item id="' . $eqdrut4 . '"/></slot>
<slot slotid="5"><item id="' . $eqdrut5 . '"/></slot>
<slot slotid="6"><item id="' . $eqdrut6 . '"/></slot>
<slot slotid="7"><item id="' . $eqdrut7 . '"/></slot>
<slot slotid="8"><item id="' . $eqdrut8 . '"/></slot>
<slot slotid="9"><item id="' . $eqdrut9 . '"/></slot>
</inventory>
<depots>
<depot depotid="1"><item id="2590"><inside><item id="2594"/></inside></item></depot>
</depots>
</player>');
fclose($fp);
}
elseif($sexo == 2 && $profissao == 2)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="0" lookdir="1" exp="' . $exp . '" voc="2" level="' . $lvl . '" access="0" cap="300" SkullStat="0" UnJust="0" UnJustTicks="0" lastlogin="1121795139" maglevel="' . $dmlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $dhealth . '" max="' . $dhealth . '" food="0"/>
<mana now="' . $dmana . '" max="' . $dmana . '" spent="0"/>
<look type="138" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $dskill0 . '" tries="0"/>
<skill skillid="1" level="' . $dskill1 . '" tries="0"/>
<skill skillid="2" level="' . $dskill2 . '" tries="8"/>
<skill skillid="3" level="' . $dskill3 . '" tries="0"/>
<skill skillid="4" level="' . $dskill4 . '" tries="0"/>
<skill skillid="5" level="' . $dskill5 . '" tries="0"/>
<skill skillid="6" level="' . $dskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqdrut1 . '"/></slot>
<slot slotid="2"><item id="' . $eqdrut2 . '"/></slot>
<slot slotid="3"><item id="' . $eqdrut3 . '"/></slot>
<slot slotid="4"><item id="' . $eqdrut4 . '"/></slot>
<slot slotid="5"><item id="' . $eqdrut5 . '"/></slot>
<slot slotid="6"><item id="' . $eqdrut6 . '"/></slot>
<slot slotid="7"><item id="' . $eqdrut7 . '"/></slot>
<slot slotid="8"><item id="' . $eqdrut8 . '"/></slot>
<slot slotid="9"><item id="' . $eqdrut9 . '"/></slot>
</inventory>
<depots>
<depot depotid="1"><item id="2590"><inside><item id="2594"/></inside></item></depot>
</depots>
</player>');
fclose($fp);
}
/* Paladin */
elseif($sexo == 1 && $profissao == 3)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="1" lookdir="1" exp="' . $exp . '" voc="3" level="' . $lvl . '" access="0" cap="300" SkullStat="0" UnJust="0" UnJustTicks="0" lastlogin="1121795139" maglevel="' . $pmlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $phealth . '" max="' . $phealth . '" food="0"/>
<mana now="' . $pmana . '" max="' . $pmana . '" spent="0"/>
<look type="129" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $pskill0 . '" tries="0"/>
<skill skillid="1" level="' . $pskill1 . '" tries="0"/>
<skill skillid="2" level="' . $pskill2 . '" tries="8"/>
<skill skillid="3" level="' . $pskill3 . '" tries="0"/>
<skill skillid="4" level="' . $pskill4 . '" tries="0"/>
<skill skillid="5" level="' . $pskill5 . '" tries="0"/>
<skill skillid="6" level="' . $pskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqpall1 . '"/></slot>
<slot slotid="2"><item id="' . $eqpall2 . '"/></slot>
<slot slotid="3"><item id="' . $eqpall3 . '"/></slot>
<slot slotid="4"><item id="' . $eqpall4 . '"/></slot>
<slot slotid="5"><item id="' . $eqpall5 . '"/></slot>
<slot slotid="6"><item id="' . $eqpall6 . '"/></slot>
<slot slotid="7"><item id="' . $eqpall7 . '"/></slot>
<slot slotid="8"><item id="' . $eqpall8 . '"/></slot>
<slot slotid="9"><item id="' . $eqpall9 . '"/></slot>
<slot slotid="10"><item id="' . $eqpall10 . '"/></slot>
</inventory>
<depots>
<depot depotid="1"><item id="2590"><inside><item id="2594"/></inside></item></depot>
</depots>
</player>');
fclose($fp);
}
elseif($sexo == 2 && $profissao == 3)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="0" lookdir="1" exp="' . $exp . '" voc="3" level="' . $lvl . '" access="0" cap="300" SkullStat="0" UnJust="0" UnJustTicks="0" lastlogin="1121795139" maglevel="' . $pmlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $phealth . '" max="' . $phealth . '" food="0"/>
<mana now="' . $pmana . '" max="' . $pmana . '" spent="0"/>
<look type="137" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $pskill0 . '" tries="0"/>
<skill skillid="1" level="' . $pskill1 . '" tries="0"/>
<skill skillid="2" level="' . $pskill2 . '" tries="8"/>
<skill skillid="3" level="' . $pskill3 . '" tries="0"/>
<skill skillid="4" level="' . $pskill4 . '" tries="0"/>
<skill skillid="5" level="' . $pskill5 . '" tries="0"/>
<skill skillid="6" level="' . $pskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqpall1 . '"/></slot>
<slot slotid="2"><item id="' . $eqpall2 . '"/></slot>
<slot slotid="3"><item id="' . $eqpall3 . '"/></slot>
<slot slotid="4"><item id="' . $eqpall4 . '"/></slot>
<slot slotid="5"><item id="' . $eqpall5 . '"/></slot>
<slot slotid="6"><item id="' . $eqpall6 . '"/></slot>
<slot slotid="7"><item id="' . $eqpall7 . '"/></slot>
<slot slotid="8"><item id="' . $eqpall8 . '"/></slot>
<slot slotid="9"><item id="' . $eqpall9 . '"/></slot>
<slot slotid="10"><item id="' . $eqpall10 . '"/></slot>
</inventory>
<depots>
<depot depotid="1"><item id="2590"><inside><item id="2594"/></inside></item></depot>
</depots>
</player>');
fclose($fp);
}
/* Knight */
elseif($sexo == 1 && $profissao == 4)
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="1" lookdir="1" exp="' . $exp . '" voc="4" level="' . $lvl . '" access="0" cap="300" SkullStat="0" UnJust="0" UnJustTicks="0" lastlogin="1121795139" maglevel="' . $kmlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $khealth . '" max="' . $khealth . '" food="0"/>
<mana now="' . $kmana . '" max="' . $kmana . '" spent="0"/>
<look type="131" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $kskill0 . '" tries="0"/>
<skill skillid="1" level="' . $kskill1 . '" tries="0"/>
<skill skillid="2" level="' . $kskill2 . '" tries="8"/>
<skill skillid="3" level="' . $kskill3 . '" tries="0"/>
<skill skillid="4" level="' . $kskill4 . '" tries="0"/>
<skill skillid="5" level="' . $kskill5 . '" tries="0"/>
<skill skillid="6" level="' . $kskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqkn1 . '"/></slot>
<slot slotid="2"><item id="' . $eqkn2 . '"/></slot>
<slot slotid="3"><item id="' . $eqkn3 . '"/></slot>
<slot slotid="4"><item id="' . $eqkn4 . '"/></slot>
<slot slotid="5"><item id="' . $eqkn5 . '"/></slot>
<slot slotid="6"><item id="' . $eqkn6 . '"/></slot>
<slot slotid="7"><item id="' . $eqkn7 . '"/></slot>
<slot slotid="8"><item id="' . $eqkn8 . '"/></slot>
<slot slotid="9"><item id="' . $eqkn9 . '"/></slot>
</inventory>
<depots>
<depot depotid="1"><item id="2590"><inside><item id="2594"/></inside></item></depot>
</depots>
</player>');
fclose($fp);
}
else
{
$fp = fopen($players, 'w');
fwrite($fp,
'<?xml version="1.0"?>
<player name="' . $nome . '" account="' . $account . '" sex="0" lookdir="1" exp="' . $exp . '" voc="4" level="' . $lvl . '" access="0" cap="300" SkullStat="0" UnJust="0" UnJustTicks="0" lastlogin="1121795139" maglevel="' . $kmlvl . '">
<spawn x="' . $spawnx . '" y="' . $spawny . '" z="7"/>
<temple x="' . $templex . '" y="' . $templey . '" z="7"/>
<health now="' . $khealth . '" max="' . $khealth . '" food="0"/>
<mana now="' . $kmana . '" max="' . $kmana . '" spent="0"/>
<look type="139" head="20" body="30" legs="40" feet="50"/>
<skills>
<skill skillid="0" level="' . $kskill0 . '" tries="0"/>
<skill skillid="1" level="' . $kskill1 . '" tries="0"/>
<skill skillid="2" level="' . $kskill2 . '" tries="8"/>
<skill skillid="3" level="' . $kskill3 . '" tries="0"/>
<skill skillid="4" level="' . $kskill4 . '" tries="0"/>
<skill skillid="5" level="' . $kskill5 . '" tries="0"/>
<skill skillid="6" level="' . $kskill6 . '" tries="0"/>
</skills>
<inventory>
<slot slotid="1"><item id="' . $eqkn1 . '"/></slot>
<slot slotid="2"><item id="' . $eqkn2 . '"/></slot>
<slot slotid="3"><item id="' . $eqkn3 . '"/></slot>
<slot slotid="4"><item id="' . $eqkn4 . '"/></slot>
<slot slotid="5"><item id="' . $eqkn5 . '"/></slot>
<slot slotid="6"><item id="' . $eqkn6 . '"/></slot>
<slot slotid="7"><item id="' . $eqkn7 . '"/></slot>
<slot slotid="8"><item id="' . $eqkn8 . '"/></slot>
<slot slotid="9"><item id="' . $eqkn9 . '"/></slot>
</inventory>
<depots>
<depot depotid="1"><item id="2590"><inside><item id="2594"/></inside></item></depot>
</depots>
</player>');
fclose($fp);
}
echo 'Konto ' . $account . ' dodane pomyslnie !<p/>';
}
verificacao();
?>
</center>
Ma ktos moze z obsluga vip ?? ja probuje zrobic ale mi nei chce wyjsc :-/.
kretyn...___Nethar edit
wszystko jest ok spoko , ale gdy prubuje wejsc na strone niedziala , czy ktos wie czemu ????? plx help plx
a jaki adres stronki wpisujesz ma on wygladac tak http://twojeip lub http://localhost lub http://127.0.0.1
http://twojeip wpisuje i nic :/ czy powinienem local host ?? bo niejestem z neostrady tylko niewiem co mam zrobic z localhost i jak to wpisac
jak tworze konto pisze : Parse error: syntax error, unexpected T_LNUMBER in D:\Program Files\WebServ\httpd\config.php on line 85