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!

Recent content by imskaa

  1. imskaa

    Share Korean Patch October 2023 1412 - 1413

    i more likely to know where did you got that file / did you have the extraction tools for 1412
  2. imskaa

    Dragon Nest Releases 520

    can you let me know the file name?
  3. imskaa

    Dragon Nest Releases 520

    any idea how can increase that?
  4. imskaa

    Dragon Nest Discord Bot Register

    i am trying to do something with php files.. so i really need to know where is dnp value stored in the database
  5. imskaa

    Dragon Nest Discord Bot Register

    any idea where to change accounts dnp amount in the database?
  6. imskaa

    Cash Shower in PHP CODE

    <?php // Set database credentials $serverName = "ServerName"; $connectionInfo = array( "Database" => "dnmembership", "UID" => "Username", "PWD" => "Password" ); // Initialize variables $updateStatus = ""; $cashAmount = ""; // Check if the form was submitted if...
  7. imskaa

    Showing Server Statistic using PHP file

    i am using curl becouse the game server and web server are not in same server // Total Account or Account.php <?php // Connect to the database $serverName = "ServerName"; $connectionOptions = array( "Database" => "dnmembership", "UID" => "Username", "PWD" => "Password" ); $conn =...
  8. imskaa

    Get Ranking from database into PHP Code

    <?php $serverName = "ServerName"; $connectionInfo = array( "Database" => "dnworld", "UID" => "Username", "PWD" => "Password" ); // Connect to the SQL Server database $conn = sqlsrv_connect($serverName, $connectionInfo); // Prepare the SQL query $sql = "SELECT TotalRank...
  9. imskaa

    Discord RPC {BETA | PROTOTYPE}

    any idea where to pu the client.dll to make it work ?
  10. imskaa

    Dragon Nest Kr Resource

    its 12gb files, i just need the web files for registration
  11. imskaa

    Dragon Nest Kr Resource

    can you share web files to register please sir
  12. imskaa

    Anyone have web files with register system?

    Hello there, Anyone have web files with register system? i have been trying to looking for the files here but i only found expired url files.. can someone share it please
Back
Top