• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

can anyone help me?

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

Attachments

  • lFtePWUaTySrU8UItFGFh - can anyone help me? - RaGEZONE Forums
    lFtePWUaTySrU8UItFGFhg.png
    971.4 KB · Views: 60
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
<?PHP
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
<?PHP
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
 
Back
Top