View Single Post
  #1  
Old 02-17-2012, 01:40 PM
tristantio tristantio is offline
Fire Giant

tristantio's Avatar

Join Date: Nov 2010
Posts: 888
Default Realtime auction logger (hourly refresh, may increase)

Hello all,

I have a new logger up at my site - unlike the wiki logger this is updated much more frequently and includes the actual /auc listings (one for each unique seller found).

You can view it at:

http://ahungry.com/eqauctions/

For this to show current info users will need to submit their logs in real time. To simplify that, I have added a Windows exe (as well as *nix shell scripts) that will scan your defined log directory and send in the newest lines of your logs to the auction server.

You will not need to refresh the page to view updated auctions, some javascript will handle that for you.

There is also a search box, this search accepts all types of regex arguments (if you are unfamiliar, I will list some common ones):

To see all auctions for sale of a certain item (in this case a flowing black silk sash), filter by some custom "sale" verbage and the item name, by typing the following into the search box:
Code:
(wts|sell|wtt).*(fbss|flowing black silk)
To see all auctions of people wanting to buy a FBSS, you could enter:
Code:
(wtb|buy).*(fbss|flowing black silk)
I still have my EQ Atlas mirror with restyling up at:

http://ahungry.com/eqatlas/
Last edited by tristantio; 09-25-2014 at 11:56 AM..
Reply With Quote