#371
|
|||
|
Site seems to be down. I am getting a 404 NOT FOUND message.
| ||
#372
|
|||
|
Anyone else getting this issue, has been down for about 24 hours now?
Any other sites available? | ||
#373
|
||||
|
Quote:
http://www.project1999.com/forums/sh...d.php?t=229230 | |||
#374
|
|||
|
Sorry about that, had someone attacking the server, it should be fixed now.
During the downtime, I was able to add a new update that now shows item prices on hover (week/month/all time) for quick comparison as you shop.
__________________
Realtime auction logger: http://ahungry.com/eqauctions/
| ||
#375
|
|||
|
Any chance of getting thurg / SS armor pieces added to the site? Currently searching for eroded / eroded leather doesn't work at all.
| ||
#376
|
|||
|
Uploading my log, how long will it take to update?
i'm gonna try to keep this site as updated as possible | ||
#377
|
|||
|
Nevermind its working, thanks!
| ||
#378
|
|||
|
People need to run the log parser for the website to post up to date auctions. You can download the log file parser from here: http://ahungry.com/eqauctions
There is a download for Windows, Linux and Mac. Also there are quite a few missing items,. can we still email you ahungry?
__________________
| ||
#379
|
||||
|
I am often in EC for a day at a time, even while I'm AFK.
How do I install the logger on my mac setup? The website surprisingly doesn't have a guide. I downloaded the logger designated as MAC, but its just a text file, and it might as well be a different language. Do I place that text somewhere or is that a guide? Any help would be good. Text in the file: Code:
#!/bin/bash #Define your log directory here - easiest to symlink to your wine DIR LOGDIR=~/eqLogs #Don't mess with this! IFS=$'\n' while :; do for f in `find ${LOGDIR}/eqlog* -newerct "1 minute ago"`; do echo "Working with: $f" curl -F "dump=$(tail -n100 $f|grep -E '[A-Za-z] auctions, ')" http://ahungry.com/aucDump.php done sleep 60 done
__________________
Quote:
| |||
#380
|
|||
|
Yup you can always email me missing items.
For MAC, the script is a bash (shell) script - you run it in your terminal window - if you've never used the terminal before, you would just want to open it up, save that file and do something like: Code:
chmod u+x nameOfFile.sh ./nameOfFile.sh
__________________
Realtime auction logger: http://ahungry.com/eqauctions/
| ||
Thread Tools | |
Display Modes | |
|
|