Jump to content

Mutulic

Active+ Member
  • Posts

    28
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Mutulic

  1. Hello everyone, here i will add updates about my CMS! My CMS will be FREE open source on GitHub and will have a premium version too. - Framework abilities: Run with cronjob When cronjob is called auto save navicat database as json on website Ranking, top 5 and statistics are imported from downloaded json (by cronjob) You have option to take all from downloaded json or dirrectly from db every 5 minutes For internal database using TXT files, not SQLite: Themplates change Easy to adapt existent template html to my CMS Easy to install: - Developed functions: Multilanguage system [Created with JS (auto reload current page with selected language)] Server statistics Top 10 guilds Top 10 players Login with recaptcha CronJob Function Template changer - In construction: Register News on first page User Panel Admin Panel Download
  2. Gameforge coming too :))
  3. Sure, you can add by game source and using my php code to access it
  4. for custom work add me on discord
  5. Hello comunity, This is a API script for Metin2 - PHP version TCP to P2P Connection. Thanks @ Gurgarath for explain how metin2 works Download Alternative download links → Mega
  6. Hello comunity, This is a tutorial to add custom delete code character for Metin2CMS by @ IonutRO. Location: pages/register.php Under: <tr> <td><?php print $lang['email-address']; ?>:</td> <td><input class="form-control" name="email" id="email" pattern=".{7,64}" maxlength="64" placeholder="*****@*****.tld" required="" type="email"> <p class="text-danger" id="checkemail"></p> </td> </tr> Add: <tr> <td>Delete code:</td> <td><input class="form-control" name="delete_char" id="delete_char" pattern=".{7,7}" maxlength="7" required="" type="number"> </td> </tr> Location: include/functions/register.php Replace: if(isset($_POST['captcha']) && isset($_POST['username']) && isset($_POST['password']) && isset($_POST['rpassword']) && isset($_POST['email']) && isset($_SESSION['captcha']['code'])) With: if(isset($_POST['captcha']) && isset($_POST['username']) && isset($_POST['password']) && isset($_POST['rpassword']) && isset($_POST['email']) && isset($_SESSION['captcha']['code'] && isset($_POST['delete_char'])) Location: include/functions/register.php Replace: if($database->register($_POST['username'],$_POST['password'],$_POST['email'],$ref)) With: if($database->register($_POST['username'], $_POST['password'], $_POST['email'], $ref, $_POST['delete_char'])) Location: include/classes/user.php Replace: public function register($username,$password,$email,$ref) With: public function register($username, $password, $email, $ref, $delcode) Location: include/classes/user.php Replace: $stmt->bindparam(":social_id", $social_id); With: $stmt->bindparam(":social_id", $delcode); Location: include/classes/user.php Remove: $social_id = rand(1000000, 9999999); // updated in v2.12 Thanks
  7. It is not true, there are many more bonuses in the server source that are not in item_attr and are not custom
  8. 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
  9. 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
  10. I know, but that's just a demonstrative script.
  11. 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
  12. 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
  13. The cache time will be able to be changed from the Admin Panel, I plan to do that
  14. 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:
  15. 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
  16. Event Calendar PHP & HTML Import events from JSON You can use custom DATE: site.com/?month=x&year=xxxx Download Alternative download links → Mega
  17. 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)
  18. 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]
  19. 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 ##
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.