WebAuction v0.4

Details

  • Filename
    WebAuction_v0.4.zip
  • Uploaded by
  • Uploaded
    Nov 9, 2011
  • Size
    1.27 MB
  • Downloads
    805
  • MD5
    701962a70e0bbad38873c62ad7c763ca

Supported Bukkit Versions

  • CB 1337

Changelog

v0.4

  • Slight restructure of the look of website
  • Auctions now expire after a certain time
  • Fee for auctions, a market value percentage
  • Fee for storage, flat fee per item

v0.3.3

  • Combined the buy scripts for the website - easier to update
  • Added more website permissions
  • Changed the mailbox signs to give as much mail as possible in each click
  • Changed player images back to the local script rather than minotar.net
  • Item images stored in folder rather than referencing the wiki

v0.3.2

  • Better checks on values submitted from forms
  • Twitter reporting of new auctions and sales

v0.3.1

  • Fixed some problems on the home page with admin bar showing up and ruining table
  • Changed some php tags so I don't use <? instead of <?php
  • Made it so differently damaged tools etc use the same market price (with scaling)

v0.3

  • Fixed the load time for the auctions list on the website (and how it looks when loading)
  • Added graphs and item info pages (will add more stats and things soon)

v0.2.8

  • Checked for 1240 compatibility
  • Removed some empty set errors
  • Removed errors relating to "recent" signs with a number larger than currently available in database

v0.2.7

  • Trying to fix more php errors that get reported (mainly a problem with isset)
  • Attempt at fixing Concurrent Modification error with the recent auction signs
  • Added a sign that shouts in a local area (given a radius) if there is a new auction

v0.2.6

  • Experimenting with in game signs reporting live actions on the website
  • Can now make recent auction signs to show the x th most recent auction - allowing for a scrolling live feed of new auctions

v0.2.5

  • Added player images to website (after seeing a screen shot of Insidiea's webauction)
  • Better handling of upper and lower cases in login (you can log in as either "MyName" or "myname" now)
  • Wont except new auctions with prices which aren't numbers (duh...)
  • Small changes to the item info file. Changing max stacks of foods etc

v0.2.4

  • Configurable cool-down between sign/chest uses
  • In game alerts when you sell an item
  • unlock chests when someone crashes/logs out while using one

v0.2.3

  • Fixed reference bug with sales when result goes straight to mail box

v0.2.2

  • Added in images and info for (most) new 1.8 items

v0.2.1

  • Support for other economy plugins: BOSE6, BOSE7, Essentials, iConomy5, iConomy6, MultipleCurrency

v0.2

  • Main work was trying to get it running with new bukkit/minecraft/spout builds
  • Added md5 for passwords (everyone will have to reset password)

v0.1.8

  • Auctions now stack up fully, no more 3 pages of stone stacks from same person RUN scripts/stackAuctions.php AS AN ADMIN TO SORT CURRENT STACKS!!
  • Start of the Admin section for website, they can remove any auction... will add more stuff they can do, admins need in-game permission: 'wa.webadmin'
  • Edited the look slightly (very slightly)
  • Making it easier to change the look for the site with a config for which css file to use and which jquery theme to use.

v0.1.7

  • Fixes to the MySQL integration

v0.1.6

  • More secure login
  • Fixed error with transaction page where quantity was 0
  • Option to send purchases to my items rather than mail (globally set in the web config file)
  • Fixed the way mail is sent (from my items page) so that it splits items into max stacks, so that you wont lose items if you only have one inventory stack free and you receive mail that contains more than one full stack of items.

v0.1.5

  • Now can link directly to an iConomy table, if in same database
  • Sorted out a problem with depositing and withdrawing decimals
  • Added a max sell price to the website config
  • Round all auction prices to 2dp
  • Added a withdraw all sign

v0.1.4

  • On "my auctions" page when creating a new auction it will show more info about the items you have stored (quantity and market value)
  • New transaction log page, to see recent sales and purchases (log items get removed at the same rate as market value prices get removed, see web config file)
  • Can choose how much of an item stack you want to buy.

v0.1.3

  • left clicking chests caused them to lock

v0.1.2

  • MySQL closing connection too early bug fix

v0.1.1

  • Attempting to sort out spout loading dependencies