Jump to content
MakeWebGames

[mccode] donator day market for v2


tittlemouse

Recommended Posts

here it is a donator day market

dday.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

database data

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

if u have used this mod.

delete it and use this 1.

Link to comment
Share on other sites

  • Replies 53
  • Created
  • Last Reply

Top Posters In This Topic

Re: donator day market for v2 free

 

-- --------------------------------------------------------

--

-- Table structure for table `donatormarket`

--

CREATE TABLE `donatormarket` (

`cmID` int(11) NOT NULL auto_increment,

`cmQTY` int(11) NOT NULL default '0',

`cmADDER` int(11) NOT NULL default '0',

`cmPRICE` int(11) NOT NULL default '0',

PRIMARY KEY (`cmID`)

) ENGINE=MyISAM ;

-- --------------------------------------------------------

 

He did cmID ect is for the Crystal Market. So its clearly just the crystal market converted.

Link to comment
Share on other sites

Guest Anonymous

Re: donator day market for v2 free

the fact is your not going to learn how to code something your new to by coding it, you need to figure out what everything does, and by editing a script that is already made your giving yourself some practice to understanding how it works, just because you can do it doesn't mean he can so give him credit for trying. maybe instead of critisizing him on hios methods you should give him pointers to better it.

Link to comment
Share on other sites

Re: donator day market for v2 free

really, who gives a rats ass if this is just crystal market converted, the point is, it works, and he was cool enough to post it for free and save everyone some time and money, so stop bitching and complaining, and go post somewhere else.

+1 nice add.

Link to comment
Share on other sites

Re: donator day market for v2 free

i have added this to my game and i get

QUERY ERROR: Unknown column 'cm.cmADDER' in 'on clause'

Query was SELECT cm.*, u.* FROM donatormarket cm LEFT JOIN users u ON u.userid=cm.cmADDER ORDER BY cmPRICE/cmQTY ASC

tried changing them from cm to dm and still get the same can anyone help me please

Link to comment
Share on other sites

Re: donator day market for v2 free

hope this works

this file must be called:

dday.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

the sql for it

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

this was my v1 version converted to v2 if this dont work properly just let me know

Link to comment
Share on other sites

Re: donator day market for v2 free

 

really, who gives a rats ass if this is just crystal market converted, the point is, it works, and he was cool enough to post it for free and save everyone some time and money, so stop bitching and complaining, and go post somewhere else.

+1 nice add.

Effort?

Just replace crystals in dreamweaver, wow thats hard :|

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...