Verified:

KoHeartsGPA Game profile

Member
EE Patron
29,485

Sep 30th 2021, 17:05:27

:-(
Mess with me you better kill me, or I'll just take your pride & joy and jack it up
(•_•)
http://www.youtube.com/watch?v=W6VRMGTwU4I
-=TSO~DKnights~ICD~XI~LaF=-

S.F. Giants 2010, 2012, 2014 World Series Champions, fluff YEAH!

Primeval Game profile

Game Moderator
Mod Boss
3037

Sep 30th 2021, 19:06:53

Their site says they can be reached at

Requiem Game profile

Member
EE Patron
9056

Sep 30th 2021, 20:47:21

Working for me.

Bug Game profile

Member
EE Patron
1506

Oct 2nd 2021, 8:47:02

market details are down, and i think some emails have been sent to bore already so far.

enshula Game profile

Member
EE Patron
2510

Oct 5th 2021, 14:30:20

news and scores arnt updating as well

i think what happened with the market is it stopped updating at the same time and is now empty because over 72 hours has passed

enshula Game profile

Member
EE Patron
2510

Oct 5th 2021, 14:35:39

btw earthgraphs also stopped updating

Requiem Game profile

Member
EE Patron
9056

Oct 5th 2021, 15:51:22

I sent an email to his ICANN technical contact as well. Hopefully, it reaches an inbox he checks!

Dark Demon Game profile

Forum Moderator
EE Patron
1773

Oct 5th 2021, 16:51:06

Ttt
Mercs
Natural Born Killers

bore Game profile

Patron
385

Oct 5th 2021, 22:00:46

I tried to figure out what the problem was, then I updated some things, that broke everything, then fixed some of it and now maybe it's working again.

I don't know why it stopped working though, and tbh I don't understand most of how eestats works...

I've read your emails btw, I just haven't had time to look at it before now. works fine, and so apparently does the ICANN technical contact email :P

Edited By: bore on Oct 5th 2021, 22:19:40

KoHeartsGPA Game profile

Member
EE Patron
29,485

Oct 6th 2021, 2:12:37

Thank you bore!
Mess with me you better kill me, or I'll just take your pride & joy and jack it up
(•_•)
http://www.youtube.com/watch?v=W6VRMGTwU4I
-=TSO~DKnights~ICD~XI~LaF=-

S.F. Giants 2010, 2012, 2014 World Series Champions, fluff YEAH!

bore Game profile

Patron
385

Oct 6th 2021, 5:18:35

OK there were some more broken things that I've fixed now. My EEstats URL is now https://www.eestats.com/my.php until I figure out the magic of Apache RewriteEngine.

enshula Game profile

Member
EE Patron
2510

Oct 6th 2021, 5:55:34

@bore

because http://www.earthgraphs.com broke at the same time id expect it was something either the game changed or maybe a certificate expired

dont think it can be requiring security since boxcar and ghqnet show as unsecured and are still updating

Bug Game profile

Member
EE Patron
1506

Oct 6th 2021, 6:12:35

Nothing has changed from EE's content, so I think its just bad timing that things in the site broke as well.

KoHeartsGPA Game profile

Member
EE Patron
29,485

Oct 6th 2021, 6:23:40

Russian hackers :P
Mess with me you better kill me, or I'll just take your pride & joy and jack it up
(•_•)
http://www.youtube.com/watch?v=W6VRMGTwU4I
-=TSO~DKnights~ICD~XI~LaF=-

S.F. Giants 2010, 2012, 2014 World Series Champions, fluff YEAH!

bore Game profile

Patron
385

Oct 6th 2021, 10:10:20

Does boxcar and ghqnet pull from all server feeds? Could be a glitch in the feeds with values that neither eestats nor earthgraphs have good enough errorhanding for. Please don't do a Bobby Tables in the feeds :P

enshula Game profile

Member
EE Patron
2510

Oct 6th 2021, 10:50:33

boxcar and ghqnet dont use the market feed

boxcars markets been down for years and i dont think qhq ever had it that could be the difference

http://li.epicgamer.org:8080/...ame=bushels&newsid=72

theres this market site too which is up, so its probably not that


i dont think its relevant but found this error in ghqnet when looking for market stuff:

Detailed Error Information:
Module IIS Web Core
Notification MapRequestHandler
Handler ASPClassic
Error Code 0x80070002
Requested URL http://laf.ghqnet.com:80/games/earth/TechCalc.asp
Physical Path E:\ghqcom\games\earth\TechCalc.asp
Logon Method Anonymous
Logon User Anonymous
Request Tracing Directory C:\inetpub\logs\FailedReqLogFiles

enshula Game profile

Member
EE Patron
2510

Oct 6th 2021, 11:07:17

btw speaking of parsing the market info

i like to import your market feed into spreadsheets sometimes and i had to write error correction for when nothing is sold in a category during a time block, usually the 6 hour one in a minor tech, or early set during protection

but i dont actually want you to fix it because it would break stuff :P

something which might be easy for you to change would be the vertical axis on the graphs since sometimes price spikes and then it gets hard to tell what its at, for oil which can go to 4200 for example would be handy if that didnt go to 10k

food also would make sense to cap at slightly over private price since volume sold over that is very low

i dont know if theres a way to make the top of the vaxis be the highest value plotted rather than the next power of 10 after that value but that would make it a lot better too

https://www.eestats.com/alliance/serverstats

also this page is pretty cool and useful for a few things like average food and oil price, jets prices have become more important than turrets though and arguably agri more so than bus

Bug Game profile

Member
EE Patron
1506

Oct 6th 2021, 11:46:31

Laf's feeds haven't skipped a bit just so you know.

I think Enshula forgets he plays there sometimes cause we have a bunch of things he could use if eestats isnt to his like..

As for GHQ issues that error looks like it was something you either lacked access to or broke, they had issues the other day due to a full table so it potentially is a similar issue also...

bore Game profile

Patron
385

Oct 6th 2021, 11:58:04

enshula: you mean I should do something with this glorious piece of code?

if($maxprice>1000){$maxprice=10000;$ticks=1000;}
elseif($maxprice>500){$maxprice=1000;$ticks=100;}
elseif($maxprice>300){$maxprice=500;$ticks=50;}
elseif($maxprice>150){$maxprice=300;$ticks=30;}
elseif($maxprice>100){$maxprice=150;$ticks=30;}
else{$maxprice=100;$ticks=10;}

Update!
if($maxprice>5000){$maxprice=10000;$ticks=1000;}
elseif($maxprice>1000){$maxprice=5000;$ticks=500;}
elseif($maxprice>500){$maxprice=1000;$ticks=100;}
elseif($maxprice>300){$maxprice=500;$ticks=50;}
elseif($maxprice>150){$maxprice=300;$ticks=30;}
elseif($maxprice>100){$maxprice=150;$ticks=30;}
elseif($maxprice>50){$maxprice=100;$ticks=10;}
else{$maxprice=50;$ticks=5;}

Edited By: bore on Oct 6th 2021, 12:04:18
See Original Post

Tmac Game profile

Member
890

Oct 6th 2021, 12:38:53

Ty bore!

Requiem Game profile

Member
EE Patron
9056

Oct 6th 2021, 13:55:41

Originally posted by bore:
I've read your emails btw, I just haven't had time to look at it before now. works fine, and so apparently does the ICANN technical contact email :P


Ha-ha great! Just making sure you got the message, ty!

g0nz0 Game profile

Member
837

Oct 6th 2021, 16:13:37

Originally posted by bore:
Does boxcar and ghqnet pull from all server feeds? Could be a glitch in the feeds with values that neither eestats nor earthgraphs have good enough errorhanding for. Please don't do a Bobby Tables in the feeds :P


There are times when my money is displayed with decimal format. Is this another side effect or strange happenstance?

enshula Game profile

Member
EE Patron
2510

Oct 6th 2021, 17:41:33

https://www.eestats.com/...ldmarket/1758/oil_barrels

yes,this one is probably about as bad as it gets, just over 1k early when volume is miniscule

if its not too much trouble id probably try something a little more granular like this, oil maxes at 4200 so the 10k one would only catch tech which at least has a meaningful floor of something like 450-600 rather than 20-50

if($maxprice>5000){$maxprice=10000;$ticks=500;}
elseif($maxprice>4000){$maxprice=5000;$ticks=250;}
elseif($maxprice>3000){$maxprice=4000;$ticks=200;}
elseif($maxprice>2000){$maxprice=3000;$ticks=150;}
elseif($maxprice>1000){$maxprice=2000;$ticks=100;}
elseif($maxprice>500){$maxprice=1000;$ticks=100;}
elseif($maxprice>300){$maxprice=500;$ticks=50;}
elseif($maxprice>150){$maxprice=300;$ticks=30;}
elseif($maxprice>100){$maxprice=150;$ticks=30;}
elseif($maxprice>50){$maxprice=100;$ticks=10;}
else{$maxprice=50;$ticks=5;}

https://www.eestats.com/...et&goodid=6&old=1

not sure if it would be possible to do something like

https://www.eestats.com/...maxprice=200&ticks=20

but that would also be super cool though, particularly for checking volumes as they go from 1,000's early to potentially 1,000,000,000's billions late set

if its at all hard to code dont waste too much time on something only i might use :)

Edited By: enshula on Oct 6th 2021, 17:49:58
See Original Post

enshula Game profile

Member
EE Patron
2510

Oct 6th 2021, 17:45:01

Originally posted by Bug:
Laf's feeds haven't skipped a bit just so you know.

I think Enshula forgets he plays there sometimes cause we have a bunch of things he could use if eestats isnt to his like..

As for GHQ issues that error looks like it was something you either lacked access to or broke, they had issues the other day due to a full table so it potentially is a similar issue also...


that links to eestats as well, but i like the idea of a good open tool for people to use without a barrier to entry

and eestats is definately to my like, particularly for market info i like it the best

s Game profile

Member
346

Oct 12th 2021, 13:28:59

looks like the ranks feed doesn't roll into /oldranks anymore.

bore Game profile

Patron
385

Oct 13th 2021, 20:52:59

oops! fixed now.

s Game profile

Member
346

Oct 13th 2021, 22:53:09

sweet. thanks bore!

galleri Game profile

Game Moderator
Primary, Express, Tourney, & FFA
13,960

Oct 13th 2021, 22:57:35

Originally posted by bore:
oops! fixed now.

Thank you bore!
#BoreforPrez!


https://gyazo.com/...b3bb28dddf908cdbcfd162513

Kahuna: Ya you just wrote the fkn equation, not helping me at all. Lol n I hated algebra.

Zorp Game profile

Member
953

Oct 17th 2021, 15:04:21

Just an FYI, my fluff stopped updating on September 30th around noon as well, so I'd say this is some server change. Anybody figure this out?

Zorp Game profile

Member
953

Oct 17th 2021, 15:12:23

Both ranks and news stopped updating at the same time, my script is still trying to grab news and ranks but the server is responding saying no new ranks or news are available.

Requiem Game profile

Member
EE Patron
9056

Oct 17th 2021, 19:12:11

Mine is still working! If you need any help hit me up on Discord.

Bug Game profile

Member
EE Patron
1506

Oct 17th 2021, 22:58:32

yeah there was some server downtime, but everything came back up, I am surprised that its still an issue now because no one else seams to have any issues..

enshula Game profile

Member
EE Patron
2510

Oct 18th 2021, 9:13:44

Originally posted by Zorp:
Both ranks and news stopped updating at the same time, my script is still trying to grab news and ranks but the server is responding saying no new ranks or news are available.


Originally posted by s:
looks like the ranks feed doesn't roll into /oldranks anymore.


Originally posted by bore:
oops! fixed now.


sounds like either its in the the wrong folder now or the name of the file you need to use has changed

Requiem Game profile

Member
EE Patron
9056

Oct 18th 2021, 15:59:34

Bores archive of old sets doesn't have anything to do with the feed, I don't think.

Zorp Game profile

Member
953

Dec 19th 2021, 18:47:29

In case anybody else has a similar problem, I fixed this by telling curl to ignore the SSL cert, my funtion was saying it's expired.

KoHeartsGPA Game profile

Member
EE Patron
29,485

Dec 19th 2021, 21:29:55

Thank you, Zorp!
Mess with me you better kill me, or I'll just take your pride & joy and jack it up
(•_•)
http://www.youtube.com/watch?v=W6VRMGTwU4I
-=TSO~DKnights~ICD~XI~LaF=-

S.F. Giants 2010, 2012, 2014 World Series Champions, fluff YEAH!