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!

[Release] Decoded DmN Webshop 1.6 Free

Newbie Spellweaver
Joined
Sep 9, 2005
Messages
51
Reaction score
8
For Educational Purposes Only!
This files are de-ioncubed aka decoded but they contain errors...i am not that good in php to fix them. I released them here so one day a good web programmer can fix them and re-release them! Indeed its a great webshop release and i recommend you use it for your site! Original Shop can be found here

Feature List
  • Vault View
    • Clear Vault
  • Donate 3 Automatic Methods + Logs
    • Paypal
    • Paymentwall (75+ payment methods)
    • SMSCoin
  • WebShop
    • Support Sockets System
    • Support Ancient Sets
    • Support Harmony Options
    • Support Reffinery Options
    • Support New Extended Vaults
    • Storebox
      • View Newly Bought Items
      • View Old Bought Items
      • Recover Item
    • Web Wallet - For Zen Transfers
    • Admin CP
      • Add New Items
      • Edit Items
      • Manage Configuration Webshop
      • Manage Shop Configuration
      • Manage Sockets / Add New Sockets
      • Manage Harmony Options
      • Manage Ancient Options
      • Manage Category List
      • Manage Menu List
      • Manage Donations
      • Edit User Credits
      • View User Warehouse
      • View Shop Logs
      • Search Item
      • Remove Item
    • View Paypal Logs
    • View Paymentwall Logs
    • Import Credits From Other Database Or Table
SUPPORTED SERVER VERSIONS: SEASON 2 - SEASON 6 EP3

DOWNLOAD LINK:

SUPPORT FORUM:

Some Images:

Credits: neo6, FCV2005
 
Last edited:
Experienced Elementalist
Joined
Sep 25, 2012
Messages
292
Reaction score
26
Re: [Decoded] DmN Webshop 1.6 Free [Reposted due to Rollback]

Nice release but how to install it! Its dont use any more ioncube? after i write localhost/webshop/ its show me Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `'$'' in C:\xampp\htdocs\webshop\index.php on line 42 any sugestion?
 
Custom Title Activated
Loyal Member
Joined
Apr 6, 2007
Messages
1,806
Reaction score
483
Re: [Decoded] DmN Webshop 1.6 Free [Reposted due to Rollback]

i've got running right now the original 1.6 Free files...it uses IonCube....and works like a charm....runs very smoothly and very user friendly....i recommend this webshop. its 10/10.
 
Apprentice
Joined
Dec 14, 2007
Messages
839
Reaction score
430
Re: [Decoded] DmN Webshop 1.6 Free [Reposted due to Rollback]

Nice release but how to install it! Its dont use any more ioncube? after i write localhost/webshop/ its show me Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `'$'' in C:\xampp\htdocs\webshop\index.php on line 42 any sugestion?

line 42 you should have like this:

// secure;
// new ( );
$ss = new secure;
// database;
// new ( );
$db = new database;
// validate;
// new ( );
$validate = new validate;
// auth;
// new ( );
$auth = new auth;
// smarty;
// new ( );
$oSmarty = new smarty;
i start to debug and complete the code, but there are too many errors, however you can use this decrypted code in didactic mode
 
Newbie Spellweaver
Joined
Feb 8, 2012
Messages
7
Reaction score
0
Re: [Decoded] DmN Webshop 1.6 Free [Reposted due to Rollback]

correction line 42

$ss = new Secure();
$db = new Database();
$db->connectDB($config['connection']['host'], $config['connection']['user'], $config['connection']['pass'], $config['connection']['stats'], $config['connection']['debug']);
$auth = New Auth();
$validate = New Validate();
$auth->SecureSession(true, 'sha256', false);}
$oSmarty = new Smarty();


correction linea 97 - 98
$action = strtolower(trim(preg_replace('/[^0-9a-z_-]/i','',$action)));

correction line 109 127 150 175 y183
$error = true;
$oSmarty->assign('error', 'Page not found.');

correction 186 - 216
if ($config['connection']['debug'] == true){
$config['connection']['end'] = microtime(true);
$config['connection']['elapsed'] = microtime(true)-$config['connection']['start'];
echo '<br /><br /><hr /><br />';
new dBug($db->Queries());
echo '<br /><br />';
new dBug($config);
echo '<br /><br />';
if (is_array($_GET) && (count($_GET) > 0)){
new dBug($_GET);
echo '<br /><br />'; }
if (is_array($_POST) && (count($_POST) > 0)){
new dBug($_POST):
echo '<br /><br />'; }
if (is_array($_SESSION) && (count($_SESSION) > 0)){
new dBug($_SESSION);
echo '<br /><br />'; }
if (is_array($_COOKIE) && (count($_COOKIE) > 0)){
new dBug($_COOKIE);
echo '<br /><br />'; } } }


bug full much work sorry my bad english
 
Apprentice
Joined
Dec 14, 2007
Messages
839
Reaction score
430
i really like this webshop code, so, here are some corrected name function:
bgbjhhbhjc = define;
bdcjgdggg = dirname;
cbhhadbgga = realpath;
bbefhegbcg = file_exists;
bbaddegfad = error_reporting;
bbbcgdffib = session_start;
ddifhjeaia = ini_set;
 
Experienced Elementalist
Joined
Sep 25, 2012
Messages
292
Reaction score
26
Maby beter will be if someone from you will release this index.php Because after i replace this line i got again this Parse error: parse error in C:\xampp\htdocs\webshop\index.php on line 50 :D (facepalm) Tnx for helping..
 
Newbie Spellweaver
Joined
Feb 8, 2012
Messages
7
Reaction score
0
Maby beter will be if someone from you will release this index.php Because after i replace this line i got again this Parse error: parse error in C:\xampp\htdocs\webshop\index.php on line 50 :D (facepalm) Tnx for helping..

ok, at night
 
Newbie Spellweaver
Joined
Apr 4, 2013
Messages
5
Reaction score
0
how can i install it??? please help me im a newbie in this kind of works
 
Newbie Spellweaver
Joined
Apr 4, 2013
Messages
5
Reaction score
0
Re: [Decoded] DmN Webshop 1.6 Free [Reposted due to Rollback]

i've got running right now the original 1.6 Free files...it uses IonCube....and works like a charm....runs very smoothly and very user friendly....i recommend this webshop. its 10/10.

good day sir!!!
how did you make the magic work??
can you plss tell me!!!
i really need help..im just a newbie
 
Custom Title Activated
Loyal Member
Joined
Apr 6, 2007
Messages
1,806
Reaction score
483
good day sir!!!
how did you make the magic work??
can you plss tell me!!!
i really need help..im just a newbie

good morning, i got this webshop from other release..same version but not decoded; i didnt check differences with this release actually...so i have no idea what changes were made here.
said that, all i can say is....
1st install ionchbe loaders, check google for a guide, its very easy.
2nd install the webshop, just going to 'host/webshop' assuming the content is on a folder named webshop.....that's how i did it and its working 100%.
if you get any error, post it's content so we can check it.

Enviado desde mi GT-I9300 usando Tapatalk 2
 
Experienced Elementalist
Joined
Apr 9, 2009
Messages
222
Reaction score
85
Here is version 1.2 not coded with ioncube , if someone can make market work on 1.6 version it would be good :)
 
Experienced Elementalist
Joined
Sep 25, 2012
Messages
292
Reaction score
26
Here is version 1.2 not coded with ioncube , if someone can make market work on 1.6 version it would be good :)

In this version is shell inside in smarty decompiler! :///
 
MFS Team Owner
Joined
Jan 10, 2007
Messages
767
Reaction score
227
i can easy manage to fix this system if i take progress on it
 
Back
Top