Metin2SP
Active Member-
Posts
55 -
Joined
-
Last visited
-
Feedback
100%
Content Type
Forums
Store
Feature Plan
Release Notes
Docs
Events
Everything posted by Metin2SP
-
Detect & Delete Modded Items (Bonus Exceded)
Metin2SP replied to Metin2SP's topic in Web Development & Scripts / Systems
It is not true, there are many more bonuses in the server source that are not in item_attr and are not custom -
Server statistics realtime
Metin2SP replied to Metin2SP's topic in Web Development & Scripts / Systems
You can use it as admin, to have statistics everywhere on phone i think, i will release a CMS in few weeks or months, is under construction, you have more info on my Discord -
Detect & Delete Modded Items (Bonus Exceded)
Metin2SP replied to Metin2SP's topic in Web Development & Scripts / Systems
In mysql is not saved all bonus, a server have +100 bonus and in navicat are stored 15-20 i think yes, but dont work with all bonus, only with bonus stored in navicat -
Server statistics realtime
Metin2SP replied to Metin2SP's topic in Web Development & Scripts / Systems
I know, but that's just a demonstrative script. -
Hello comunity, That's a small script for statistics ? Features: Show online players, created accounts, created characters, offline shops, created guilds, Small chart with players on kingdoms. Statistics and chart auto update without refresh page. Full responsive ? That's a small script developed in 10 minutes, if you like it i can develop it more to include more features ? Thaaaanks ? Download Alternative download links → Mega
-
? Hello, community! ? Script searches through the database to identify items that have exceeded the bonus limit. ? Once identified, it compiles a convenient list for your consideration. Now, you have the power to review and manage your players inventory with ease! This script offers you the possibility to delete items that are modded or over bonus limit. Bonus and limits stored in JSON format, encompassing all bonuses. Now, with just a simple modification, you can adjust the limits according to your needs. Please give me a review ????? Download Alternative download links → Mega
-
The cache time will be able to be changed from the Admin Panel, I plan to do that ?
-
Hello community, I'm thrilled to share that I've recently embarked on a journey with a CMS (Content Management System), diving in just a week ago. Despite the limitations of my available time, I've been immersing myself in this new endeavor. Here's a rundown of the functions I've developed thus far: Cached statistics refreshed every 5 minutes. Menu and submenu functionality, stored in the database, enabling smooth repositioning via drag-and-drop. Top 5 players and guilds cached with updates every 10 minutes. Language system efficiently organized in JSON. Achieved remarkable loading speeds. Implemented a custom Recaptcha solution grounded in mathematics. Designed a registration system with email-based account verification, utilizing a 6-digit code format instead of a link. Introduced a multi-theme support module. Incorporated an information encryption system for enhanced security, storing a unique password in the session. All code is crafted to be clean and easily comprehensible. The environment I've been working in requires PHP version 8.1 or higher alongside SQLite. Thanks in advance! If u are interested about project, add me on discord! Currently, everything is in intense development, aiming to become the most advanced CMS on the market. Some images:
-
Event Calendar HTML & PHP - 2024
Metin2SP replied to Metin2SP's topic in Web Development & Scripts / Systems
Hey, this is just a sample code for users, everyone can improve the design as they wish. If you want to collaborate on something for the community, I'm happy to do that ? -
Event Calendar PHP & HTML Import events from JSON You can use custom DATE: site.com/?month=x&year=xxxx Download Alternative download links → Mega
-
I am new to this field with some experience behind me, and I would like to create something beautiful for this community. Your perspective is highly valuable, and I would be grateful if you could take a moment to share your thoughts on the following: What specific content or sections would you like to see on a Metin2 CMS? Are there any interactive features you find appealing in gaming websites? What visual elements or design aesthetics do you believe would enhance the overall user experience? What kind of informational resources would you find helpful? How can the website encourage and facilitate community engagement among Metin2 players? I need opinions and suggestions to make a new popular CMS. CMS = Content Management System (Like Wordpress)
-
Basic homepage to register and download client. Functions: Register Top 10 players Download Statistics Homepage developed by me in 2 hours ? [Hidden Content] [Hidden Content] 05.08.2024 - header.php updated: <?php header('Cache-control: private'); include 'config.php'; $server_offline = 0; require_once("database.php"); $database = new Connection(SERVER_IP, SERVER_ID, SERVER_PW, array(PDO::ATTR_TIMEOUT => 5, PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION)); if (isset($_POST['username'], $_POST['password'], $_POST['rpassword'], $_POST['email'], $_POST['delete'])) { $username = htmlspecialchars(trim($_POST['username'])); $password = trim($_POST['password']); $rpassword = trim($_POST['rpassword']); $email = filter_var(trim($_POST['email']), FILTER_SANITIZE_EMAIL); $delete = intval($_POST['delete']); if ($password !== $rpassword) { $register_message = '<div class="alert alert-danger">Passwords do not match.</div>'; } elseif (!filter_var($email, FILTER_VALIDATE_EMAIL)) { $register_message = '<div class="alert alert-danger">Invalid email format.</div>'; } elseif (Register::Uniq($username)) { $hash_pw = sha1(sha1($password,true)); $password_hash = '*'.strtoupper($hash_pw); $safebox_password = "000000"; $status = "OK"; $safebox_size = 1; try { $database->beginTransaction(); $register_account = $database->prepare(" INSERT INTO account (login, password, social_id, email, create_time, status) VALUES (:login, :password, :social_id, :email, NOW(), :status) "); $register_account->bindParam(":login", $username); $register_account->bindParam(":password", $password_hash); $register_account->bindParam(":social_id", $delete); $register_account->bindParam(":email", $email); $register_account->bindParam(":status", $status); if ($register_account->execute()) { $lastID = $database->lastInsertId(); $safebox = $database->prepare(" INSERT INTO safebox (account_id, size, password) VALUES (:account_id, :size, :password) "); $safebox->bindParam(":account_id", $lastID, PDO::PARAM_INT); $safebox->bindParam(":size", $safebox_size, PDO::PARAM_INT); $safebox->bindParam(":password", $safebox_password, PDO::PARAM_STR); if ($safebox->execute()) { $database->commit(); $register_message = '<div class="alert alert-success">Successfully registered!</div>'; } else { $database->rollBack(); $register_message = '<div class="alert alert-danger">Failed to create safebox.</div>'; } } else { $database->rollBack(); $register_message = '<div class="alert alert-danger">Failed to register account.</div>'; } } catch (Exception $e) { $database->rollBack(); error_log($e->getMessage()); $register_message = '<div class="alert alert-danger">An error occurred during registration. Please try again later.</div>'; } } else { $register_message = '<div class="alert alert-danger">This username already exists!</div>'; } } ?>
-
Hello, after i use this tutorial i get theese error only when i teleport to map 1 (all kingdoms), in other maps i dont have problems NEW LOADING WINDOW ------------------------------------------------------------------------------- PointWindow: PhaseCurtain FadeOutMusic: BGM/monkey_temple.mp3 - ERROR NOT EXIST ===================================================== DESTROYED TARGET BOARD Is Opening Belt Inven?? 1 ---------------------------------------------------------------------------- DESTROY EXCHANGE ==================================== DESTROIED GUILD WINDOW =============================== DESTROIED PartyWindow ---------------------------------------------------------------------------- CLOSE GAME WINDOW OPEN LOADING WINDOW ------------------------------------------------------------------------------- ===== Load Script File : locale/ro/ui/LoadingWindow.py ---------------------------------------------------------------------------- DELETE CURTAIN PointWindow: BackGround ## Network - Loading Phase ## Exception thrown at 0x00C43BAE in Metin2Debug.exe: 0xC0000005: Access violation reading location 0x0416B000. The program '[33856] Metin2Debug.exe' has exited with code 0 (0x0). ## Network - Hand Shake Phase ## HANDSHAKE RECV 3414822 0 HANDSHAKE SEND 3414822 HANDSHAKE RECV 3414942 60 HANDSHAKE SEND 3415062 KEY_AGREEMENT RECV 256 KEY_AGREEMENT SEND 256 KEY_AGREEMENT_COMPLETED RECV ## Network - Login Phase ## ## Network - Select Phase ##
