• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Wcoin,Wcoin(p) and GoblinPoin Editor [MuCore Module]

Newbie Spellweaver
Joined
Oct 29, 2011
Messages
29
Reaction score
35
Spanish :
Esta herramienta es funcional y exitosa, y hoy se las vengo a compartir , espero les sea util hoy en dia para los servidores de muonline se hace necesario tener una herramienta para poder vender o regalar puntos de wcoin-wcoinp-GP a los usuarios.

English:
This tool is functional and successful, and today they come to share, I hope will be useful today for muonline servers is necessary to have a tool to sell or give away points wcoin-wcoinp-GP users.



Version Editor :
1.0


Compatibility: All Version MuCore





View attachment 50

View attachment 51


Features :


  • Edit Cash Points
  • Edit WCoins
  • Edit Goblin Points


installation:



Open config.php


After:

PHP:
 $core['admin_password'] = 'XXXXXX';


[/PHP]


Add this:

PHP:
define('MU_WCoin_TABLE','memb_info');

define('MU_WCoin_COLUMN','WCoin');

define('MU_WCoin_USERID_COLUMN','memb___id');


define('MU_WCoinP_TABLE','memb_info');

define('MU_WCoinP_COLUMN','WCoinP');

define('MU_WCoinP_USERID_COLUMN','memb___id');


define('MU_GoblinCoin_TABLE','memb_info');

define('MU_GoblinCoin_COLUMN','GoblinCoin');

define('MU_GoblinCoin_USERID_COLUMN','memb___id');


Open in admincp/nav_bar archive nav_core.xml

PHP:
<nav_cat title="MU Coins" group="22">   
<nav_option link="index.php?get=mucoins_manager" group="22">MU Coins Manager</nav_option>   
<nav_option link="index.php?get=mucoins_add" group="22">Add MU Coins</nav_option>   
</nav_cat>


Add this:

PHP:
<nav_cat title="WCoin" group="22.1">
   <nav_option link="index.php?get=WCoins_manager" group="22.1">WCoin Manager</nav_option>
   <nav_option link="index.php?get=WCoins_add" group="22.1">Add WCoin</nav_option>
  </nav_cat>
  
  
  <nav_cat title="WCoinp" group="22.2">
   <nav_option link="index.php?get=WCoinp_manager" group="22.2">WCoinp Manager</nav_option>
   <nav_option link="index.php?get=WCoinp_add" group="22.2">Add WCoinp</nav_option>
  </nav_cat>
  
  
  <nav_cat title="GoblinCoin" group="22.3">
   <nav_option link="index.php?get=GoblinCoin_manager" group="22.3">GoblinCoin Manager</nav_option>
   <nav_option link="index.php?get=GoblinCoin_add" group="22.3">Add  GoblinCoin</nav_option>
  </nav_cat>


Download:





Credits :
- FALCON
 
Last edited by a moderator:
MFS Team Owner
Joined
Jan 10, 2007
Messages
767
Reaction score
227
i can add this module too to my web if people need it, just add a request to the thread
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
anyone have mirror of this release? can you share it with me?
 
Back
Top