IGCN and MUDEVS are both very popular.
And in general - find out who you’re working with. RZ worn because there are many scams here (from private people).
Type: Posts; User: cMu
IGCN and MUDEVS are both very popular.
And in general - find out who you’re working with. RZ worn because there are many scams here (from private people).
1. IIS is kinda more stable and secured then apache. but it depends on what CMS you will use - since not all of them supports IIS (although can be easily adapted).
3. if you plan to use a free CMS...
php is mostly used for this type of modules.
you will need to decrypt the binary data of the warehouse, split it and get all item info based on the HEX value.
you can send me message for any more...
Of course. You can upgrade your theme to 1.2.1 with no issues. You can contact me for further details.
any reason you don't use DMN 1.2.1 or latest version?
1.1.8 is very old version and outdated.
I'm a web developer if need.
IP 127.0.0.1
port 80
gameserver name - ServerName column based on this query:
SELECT ServerName FROM MuOnline.dbo.MEMB_STAT
Web developer here if needed.
Adding custom NPC's to the server requires both, server and client side edits (at the source), and requires extra coding.
asking for "payment" for those is totally normal since it's not a default...
I'm a web developer, if it's a paid job.
Try again. You need to find the proper offsets.
https://forum.ragezone.com/f508/development-changing-fps-client-main-1057914/
"And if there is someone who could do this let me know too as I would be interested." -- contact PM.
AccountID is the column name, while in DB it's referred to the account name and not the ID.
https://prnt.sc/BnpZlGO8ZxLx
for thread opener - provide a screenshot from T_InGameShop_Point table...
https://forum.ragezone.com/image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcAAAAIXCAYAAAAL9o55AAAgAElEQVR4nOzdeXxU5d3/9c5s89km...
The whole projcet is built wrong.
for making it fun to use, you will have to re-build like 90% of it.
it is built in a way of "card board" or something such as "Ikariam". it does not meant to be...
I really don't understand why to waste time on this useless projects.
P.S: your code is SQLI vulnerable.
Hello,
I'm a web developer if you need.
<script> jQuery(document).ready(function ($) {
$('img[alt="MMOSERVER Mu Online, Maplestory, Aion Private Server Top"]').remove();
});</script>
or via CSS:
img[alt="MMOSERVER Mu Online,...
jQuery (used in DMN), put this in footer.php:
change .image to your img identifier (can be an ID, class, alt, data attr, find your way using F12.)
edit:
it is possible that this image is...
The HTML is visible at DMNCMS.
try to check the views files of webshop + view sidebar + header + footer.
worst case — you can fix (or remove) that broken image using JavaScript.
If you're looking for web developer, contact me.
"put in my website"
it's not your website if you want to rip someone else codes.
if you don't know how to code those, don't create "your" website.
Offer someone payment and maybe he will be able to help you.
i've got a website that i've coded about 1 year ago, for Ran Online. for sell.
I never understand people like you, if you believe in your project and thinking that it will gain a value of 4~5k donations per month so you should pay the web developer the price he asks for...
Discord - cMuServices#0823
Skype - dorcohen12
php 5.4 is old and outdated. you should use PHP 7 as minimum version, while 8 is the recommended one. (not sure if maplebit supports those)
If you can’t afford 20€ as monthly cost, you’re not in the right business.
What's your monthly cost at this moment? where do you host (what country) and what specs (core, ram, hard drive (or it's SSD) etc)?
just migrate into other company...
Any server owner with a little of a brain will avoid this CMS extremely. the way he sales it is ridiculous, you have to host on his server (with all the other clients), so let's say i have 3 clients...
I can build one for a cost, send PM.
If you know about the shell, then fix it.
it will be cheaper to hire a private dev to fix that security hole, instead using WebEngine that is lacking of important (very) modules.
or just, simple...
DMNCMS, use the 1.2.1 open source version and you're good to go.
it has small bugs, but you can fix them with private dev (or by yourself, if you know PHP (it's written as OOP)).
i wouldn't use...
You've got all the right query's + information on how to do that script, if you want someone to build you that PHP script, then start offering a payment for that and you will get what you want.
even...
Probably. even tho i've gave him basically all he needs (well, almost) :)
Yeah of course, but he can just select the top 1 character of that account, and show it as "online". no one is really gonna check ingame and try to found that Online character, it's just a visual...
check what columns you have in that table, and use it.
you can also check the prodecuders such as WZ_DISCONNECT or WZ_CONNECT and add the custom columns (such as "disc") etc.
order by is a case when you want to sort the results according a descending or ascending order.
so let's say in Character table, column resets, in order to get the top 50 characters (so top 1 is the...
SELECT COUNT(*) FROM MuOnline.dbo.MEMB_STAT WHERE ConnectStat = 1; --- this is for total online players
last online players -
SELECT AccountID FROM MuOnline.dbo.MEMB_STAT WHERE ConnectStat = 1; --...
Even is someone want to, they can't really fix it.
it's basically recoding like 85% of the website, the pages (pages folder, for example register.php) is just passing parameters to the Account class...
the original website was for sell and still for sell.
it wasn’t supposed to get published here (even tho this is useless and missing the important files), and I do now know who posted those files.
Original website? this website was made from scratch.
what original website you mean? again, you cannot judge a website and saying if it's secured or not, without having the files to check.
Edit - ...
I've created the website and it well secured.
how can you judge it's not secured while the code not exists in this rar? all the "real" code is in the classes folder, which is missing. this website...
do you know PHP?
you should fix the DB connection and the require once autoloader.php file.
this file was taken from other CMS and not maplebit, and that file is 100% working as i've personaly...
create.php
<?php require_once '../../autoloader.php'; require_once 'coordinates.php'; ini_set('display_errors', 0); ini_set('display_startup_errors', 0); error_reporting(0); $conn = new...
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_countdown
run in the tasks, "ParseServerFile".
you all, just move to DMNCMS 1.2.1, you can find it at google, open source version.
here is the IPN listener from my CMS, and now just work with it:
<?php require 'autoloader.php'; date_default_timezone_set("America/Chicago"); $Database = new Database; $Website...