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] MuCore Market System Paid Version Last 5 Market Items/Gift System/Exchange

Joined
Mar 17, 2007
Messages
737
Reaction score
266
Download from here !




Add Last 5 Market Items to index.php
PHP:
<?php require_once('last_items.php'); ?>




#Fortumo Donation System

PHP:
<script src="http://fortumo.com/javascripts/fortumopay.js" type="text/javascript"></script>        <div style="text-align: center;">    <a id="fmp-button" href="#" rel="<?php echo $core['config']['fortumo']['service_id'];?>?cuid=<?php echo $user_auth_id;?>&callback_url=<?php echo $core['config']['website_url'];?>/fortumo_api.php">            <img src="http://fortumo.com/images/fmp/fortumopay_96x47.png" width="96" height="47" alt="Mobile Payments by Fortumo" border="0" />    </a></div>


@add that code to your config.php

PHP:
$core['config']['fortumo']['service_id'] = '9a0e4ad54af42c8cf41f8c8fe7e91926';
$core['config']['fortumo']['secret'] = 'a93487890173596701be471c315e9b64';



More ?
 
Evolution Team
Joined
Apr 26, 2014
Messages
634
Reaction score
382
Re: MuCore Market System (Paid Version) / Last 5 Market Items / Gift System / Exchang

nice to see that some people still use mucore its most liked web engine and stable good release gj
 
Newbie Spellweaver
Joined
Jan 2, 2015
Messages
67
Reaction score
0
Re: MuCore Market System (Paid Version) / Last 5 Market Items / Gift System / Exchang

where does this need to be added ? i know it says index but getting error when i past it in :p

PHP:
<?php require_once('last_items.php'); ?>
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
Re: MuCore Market System (Paid Version) / Last 5 Market Items / Gift System / Exchang

is this can be compatible with TT and zteam server files?
 
Evolution Team
Joined
Apr 26, 2014
Messages
634
Reaction score
382
Re: MuCore Market System (Paid Version) / Last 5 Market Items / Gift System / Exchang

is this can be compatible with TT and zteam server files?
yes just edit .php files its the most easy way to change tables,column names and you are set to support any server
 
Joined
Mar 17, 2007
Messages
737
Reaction score
266
Re: MuCore Market System (Paid Version) / Last 5 Market Items / Gift System / Exchang

dont forget to change warehouse size

Credits : Salvis,DarkStyle Web , Jaccub !
 
Newbie Spellweaver
Joined
May 2, 2014
Messages
67
Reaction score
5
Re: MuCore Market System (Paid Version) / Last 5 Market Items / Gift System / Exchang

someone could give me an installation guide please?
 
Junior Spellweaver
Joined
Jul 17, 2013
Messages
160
Reaction score
53
Re: MuCore Market System (Paid Version) / Last 5 Market Items / Gift System / Exchang

I edit mssql part and i have this bug.
If i dont have socket(s3 serveR) must to disable id?
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
Re: MuCore Market System (Paid Version) / Last 5 Market Items / Gift System / Exchang

Compatible with IGCN database right? or we can adapt to other database?
 
Junior Spellweaver
Joined
Jul 17, 2013
Messages
160
Reaction score
53
Re: MuCore Market System (Paid Version) / Last 5 Market Items / Gift System / Exchang

I edit vault capacity with 32,was 64 ,now i see all item from warehouse but i cant fix to show normal is a bug in merchant.php
another merchant.php from mucore market 1.0.0 work ,but not show properly item image.

mucore market jacubb merchant.php


mucore market 1.0.0 merchant.php

 
Back
Top