Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

can anyone help me?

Newbie Spellweaver
Joined
Jul 4, 2023
Messages
19
Reaction score
1
help
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 14, 2022
Messages
29
Reaction score
2
what is that? can you explain to me? :)
add me on discord i will sent u pm my discord id and i will help you FOR FREE, you're not gonna get help from here because most of them are edgy thief covered in "delevoper" disguise
 
Elite Diviner
Joined
Sep 19, 2014
Messages
410
Reaction score
57
<?
error_reporting(0);
ini_set('display_errors',0);
$DB_HOST="10.6.11.11,1433";
$DB_USER = "DragonNest";
$DB_PASSWORD="skQmsgozj!*sha";

$id = $_POST['id'];
$password= $_POST['password'];

if(isset($id))
{

mssql_connect($DB_HOST,$DB_USER,$DB_PASSWORD);
mssql_select_db("dnmembership");
$exists = mssql_query("select AccountID from dbo.Accounts where AccountName = '$id'");
if(mssql_num_rows($exists) > 0 )
{
$exists = mssql_query("select AccountID from dbo.Accounts where AccountName = '$id' and NxLoginPw = '$password'");
if(mssql_num_rows($exists) > 0 )
{
echo 'S000 OK 0';
}
else
{
echo 'E203 OK 0';
}
}
else
{
echo 'E202 OK 0';
}
}
else
{
echo 'E205 OK 0';
}
?>

for login.php

or chack 7chaowan . com/26289.html it from me
 
Newbie Spellweaver
Joined
Jul 4, 2023
Messages
19
Reaction score
1
<?
error_reporting(0);
ini_set('display_errors',0);
$DB_HOST="10.6.11.11,1433";
$DB_USER = "DragonNest";
$DB_PASSWORD="skQmsgozj!*sha";

$id = $_POST['id'];
$password= $_POST['password'];

if(isset($id))
{

mssql_connect($DB_HOST,$DB_USER,$DB_PASSWORD);
mssql_select_db("dnmembership");
$exists = mssql_query("select AccountID from dbo.Accounts where AccountName = '$id'");
if(mssql_num_rows($exists) > 0 )
{
$exists = mssql_query("select AccountID from dbo.Accounts where AccountName = '$id' and NxLoginPw = '$password'");
if(mssql_num_rows($exists) > 0 )
{
echo 'S000 OK 0';
}
else
{
echo 'E203 OK 0';
}
}
else
{
echo 'E202 OK 0';
}
}
else
{
echo 'E205 OK 0';
}
?>

for login.php

or chack 7chaowan . com/26289.html it from me
how i put that?

add me on discord i will sent u pm my discord id and i will help you FOR FREE, you're not gonna get help from here because most of them are edgy thief covered in "delevoper" disguise
lawrein#7038
 
Newbie Spellweaver
Joined
Apr 21, 2022
Messages
47
Reaction score
3
can someone also help me when I try to login it just says Invalid ID/Pass. I executed the query add account on sql successfully. the accounts below are here and I can't login to the game
1694924634063 - can anyone help me? - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top