Jump to content
MakeWebGames

Tidy Up Item Market


melduk

Recommended Posts

Hi,

I am looking for someone to tidy up the item market.

Basically the change I want is, I want it to remove listings from the item market that have been on for 14 days or longer and put them back in a users Inventory.

Happy to pay for this modification.

let me know if you are interested.

Thanks.

Link to comment
Share on other sites

Nice and simple idea, it's not really a mod but you can do it with purely MySQL or even just from within mccodes. Why not try doing it yourself, the logic would be simple?

- Use a cursor and select the posts older than 14 days

- Add the new inventory item

- Remove the item record from the market

- Notify user

Link to comment
Share on other sites

Yeh, I prob could do it with MySQL queries however at present the script doesn't store the date/time an item is added so that would need to be coded in first. Something I have no clue how to do.

Happy to PayPal someone money to do this as I really want to sort a solution out for this ASAP.

Cheers

Link to comment
Share on other sites

Yeh, I prob could do it with MySQL queries however at present the script doesn't store the date/time an item is added so that would need to be coded in first. Something I have no clue how to do.

Happy to PayPal someone money to do this as I really want to sort a solution out for this ASAP.

Cheers

You wouldn't even need a date/time field if you wanted to do it very simply.

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...