Hi somebody can Describe exactly as make reg for vsro have code php but something it does not want to connect with base. We do not know problem. Be in that.
So, if they were write or give`s links for tutorial but I would be thankful such exact. Thx
<?php
/* Simple registration page for silkroad server, by Chernobyl
* Settings are at _inc/config.php
* If you get an mssql connection error, while defining totally correct data
* Just use older ntwdblib.dll for your webserver
*/
require_once('_inc/security.class.php');
require_once('_inc/config.php');
if(!isset($_POST['submit']))
{
echo "<table border='1'>
<form method='post'>
<td>Username</td><td><input type='text' name='username' maxlength='16'></td><tr/>
<td>Password[1]</td><td><input type='password' name='pw1' maxlength='32'></td><tr/>
<td>Password[2]</td><td><input type='password' name='pw2' maxlength='32'></td><tr/>
<td></td><td><input type='submit' name='submit' value='Register'></td>
</form>
</table>";
}
else
{
if(strlen($_POST['username']) < 3) $msg[] = "Username too short";
if(strlen($_POST['username']) > 16)$msg[] = "Username too long";
if(strlen($_POST['pw1']) < 6) $msg[] = "Password [1] too short";
if(strlen($_POST['pw1']) > 32)$msg[] = "Password [1] too long";
if(strlen($_POST['pw2']) < 6) $msg[] = "Password [2] too short";
if(strlen($_POST['pw']) > 32) $msg[] = "Password [2] too long";
if($_POST['pw1'] != $_POST['pw2']) $msg[] = "Passwords are not the same";
./make.py / make.sh - Problem. ;o 06/30/2011 - Metin2 Private Server - 4 Replies Hallöchen,
ich bin gerade auf ein neues Problem gestoßen.
Wenn ich die make.py ausführe (ich gebe python make.py ein)
dann kommt folgendes;
Bus error (core dumped)
Error occured on compile arena_manager.quest
Da muss irgendwas an der arena_manager.quest falsch sein,
Make.sh problem . 10/14/2010 - Metin2 Private Server - 3 Replies Guten Abend liebe Com.
Hab da kleines Problem mit Virtual PC wenn ich Make.sh ausführe .
Also folgendes :
Ich führe Normal Make.sh aus , und dann kommt das etwa 20 mal :
make.sh: ./qc: Permission denied
Problem mit make /make.sh core segmentation fault core dumped Bitte hilfe 09/09/2010 - Metin2 Private Server - 8 Replies Hey
Hab n kleines Problem, wenn ich make mache um die Quests übernehmen zu lassen kommt folgender fehler:
http://www.abload.de/img/fehlerservery5fp.jpg
Was kann ich tun?
LG Saaja
Problem when make an NPC 06/19/2010 - CO2 Private Server - 9 Replies hello everyone,
I have a problem when i make NPCs
I use this code :
#region npcname
case 987787:
{
if (Control == 0 && GC.MyChar.Inventory.Count <= 39)
{
GC.AddSend(Packets.NPCSay("Would you like a free item"));
GC.AddSend(Packets.NPCLink("Yes.", 2));