Jump to content

K1NG

Members
  • Posts

    12
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by K1NG

  1. One guy have a xml's for vesper armors with stats? for gracia final , equiped vesper robe 745 casting speed , dark crystal 1500 :S need stats working , any guy can post? ty , sorry for bad english =/
  2. 02:22:12 »¶Ó­Ê¹ÓÃÐÐÕß¡£ 02:22:13 Link LoginServer Succeed. 02:22:19 Login LoginServer Success. 02:22:19 上次登录服务器[01] 02:22:19 服务器[02]当前在线率:-1.#J%,能否登陆:否 02:22:22 ->Login LoginServer Fail. Help Please? ;x
  3. Hi All... I Need Stuck Subs .class Compiled For Gracia Final L2JServer... Thx. Please Help me.
  4. Hi all ! ... I Need One Exploit Or Program For Hellbound ( L2JFREE ) For Enchant And Items! Please Help ME (: THX !
  5. Hi All ! ... I Need L2Walker OOG For L2 DragonHeart ( Gracia 2 ) http://ct2dragonheart.servegame.com Here LInk , Please Help Me (:
  6. In Data/zones/zone.xml Select Your Zone Idd and Add Line <stat name='noPeace' val='true'/> For Select Zone Id Look at the coordinator And Test =)
  7. Yes , Its Possible For Gracia 2 , Change The SQL For One Compatible In Your DataBase , You Need Client Files , XML And Textures =)
  8. I Go To Test ;D Thanks For SVN Link , Test And Report Buggs ;)
  9. I Create My New Server Lineage 2 Interlude , Rates 200x , I Need One Java Developer , My Staff Have WebMaster , WebDesigner , Designer... ADD MSN -> eduardo_RV_121@hotmail.com For Contact... English Bad , Speak Portuguese Or English Very Bad and Help For Google Translator =]
  10. <?php $L2JBS_config["mysql_host"]="localhost"; // MySQL IP $L2JBS_config["mysql_port"]=3306; // MySQP port $L2JBS_config["mysql_db"]="l2jdb"; // Nome Da Sua DataBase Exemplo: l2jdb $L2JBS_config["mysql_login"]="root"; // MySQL Login name $L2JBS_config["mysql_password"]="root"; // MySQL Password error_reporting(0); ?> <?php $L2JBS_config["javascript_sort_method"]="bubble"; $link = mysql_connect($L2JBS_config['mysql_host'].":".$L2JBS_config['mysql_port'], $L2JBS_config['mysql_login'], $L2JBS_config['mysql_password']); if (!$link) die("Couldn't connect to MySQL"); @mysql_select_db($L2JBS_config['mysql_db'], $link) or die ('Error '.mysql_errno().': '.mysql_error()); ?> <p>Você esta prestes a criar uma conta em nosso servidor, por isso leia atentamente as regras abaixo. Elas servem para garantir um bom funcionamento do Server para que todos tenham um bom divertimento. </p> <p> </p> <p><strong>Regra 1 </strong>: Nunca peca aos ADMINS/GMS itens ou qualquer outro tipo de vantagem. Tal Atitude e passível de banimento.</p> <p> <br /> </p> <p><strong>Regra 2 </strong>: Mantenha um mínimo de respeito ao utilizar os chats globais ou particulares. Ofensas relacionadas a staff são consideradas desrespeito as regras. </p> <p> </p> <form method="post" action="?p=reg" onsubmit="return checkform(this)"> <table align="center"> <tr> <td><b><font face="Trebuchet MS" size="1">Login</font></b></td> <td><font face="Trebuchet MS" size="1"><b> <input type="text" name="account" maxlength="15" size="20" /></b></font></td> </tr> <tr> <td><b><font face="Trebuchet MS" size="1">Senha</font></b></td> <td><font face="Trebuchet MS" size="1"><b> <input type="password" name="password" maxlength="15" size="20" /></b></font></td> </tr> <tr> <td><b><font face="Trebuchet MS" size="1">Repetir Senha</font></b></td> <td><font face="Trebuchet MS" size="1"><b> <input type="password" name="password2" maxlength="15" size="20" /></b></font></td> </tr> <tr> <td colspan="2" style="text-align: center;"> <font size="1" face="Trebuchet MS"><b><br /> <input type="submit" name="submit" value="Registrar" /></b></font></td> </tr> </table> <p align="center"><a href="?p=trocar_senha">Trocar Senha</a></p> </form> <?php if(ereg("^([a-zA-Z0-9_-])*$", $_POST['account']) && ereg("^([a-zA-Z0-9_-])*$", $_POST['password']) && ereg("^([a-zA-Z0-9_-])*$", $_POST['password2'])) { if ($page="index.php" && $_POST['account'] && strlen($_POST['account'])<16 && strlen($_POST['account'])>3 && $_POST['password'] && $_POST['password2'] && $_POST['password']==$_POST['password2']) { $check=mysql_query("select * from accounts where login='".$_POST['account']."'"); $check1=mysql_num_rows($check); if($check1>0) { echo "<p clss='error'><b>Falha no Registro, Conta ja Existe .</b></p>"; } else { mysql_query("INSERT INTO accounts (login, password) VALUES ('".$_POST['account']."', '".base64_encode(pack('H*', sha1($_POST['password'])))."')", $link); mysql_close($link); print '<p class="error"><b>Resgistro Completo... Conta Criada </b></p>'; } } else { print '<p class="error"><b> </b></p>'.mysql_error(); } } else { echo "As limitações não foram testadas para a segurança. Se você for confiável que tido a informação correta, consultar por favor à administração. "; } ?> Man In Portuguese , Translate , Credits TO Me K1NG'
  11. If anyone has a Source, Or Learn Some From Project Based on Oneo Please Post.
  12. Hi All... I Need L2JOneo Source Code Interlude For Compile Classes, How To can? Sorry All , My English Is Very Very Bad :) ;D Thanks For Atention!
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock