Project 1999

Go Back   Project 1999 > Blue Community > Blue Trading Hub

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #15  
Old 12-08-2016, 05:36 PM
DevGrousis DevGrousis is offline
Fire Giant

DevGrousis's Avatar

Join Date: Feb 2010
Posts: 696
Default

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:
Poor life decisions and planning. I call them RL n00bs. Get RL levels while you are young.

Asher
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:31 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.