dango
Account Details
SteamID64 76561198028750428
SteamID3 [U:1:68484700]
SteamID32 STEAM_0:0:34242350
Country Cyprus
Signed Up July 21, 2012
Last Posted November 17, 2017 at 10:06 AM
Posts 1535 (0.3 per day)
Game Settings
In-game Sensitivity 1.4
Windows Sensitivity 7
Raw Input 1
DPI
1150
Resolution
1920x1080
Refresh Rate
120hz
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 ⋅⋅ 48 49 50 51 52 53 54 ⋅⋅ 101
#172 ESEA S15 NA Main Happenings/Predictions in TF2 General Discussion
LangeYou may notice a series of posts have been nuked. A user posted a log containing personal information of no relevance to the community at large. I removed those posts to protect the individuals that the logs pertained to.

I don't think that was very private to begin with. I heard of the whole blue thing before I even knew who he was.

posted about 11 years ago
#2 ESEA-Invite: Show Me the Monet vs. lost in translation in Events

5-2 LiT, 2 rounds for the (g)rape factor.

Also awesome casters

posted about 11 years ago
#41 Private Messaging on TFTV in News

If that was in reference to June himself, then holy shit that is great hahahaha

posted about 11 years ago
#17 AG Supports CEVO in Expanded League in TF2 General Discussion
TwinqeI would love to hear about any Invite and Main teams who will switch to CEVO now

From what I've talked to, the only Main teams who would possibly care are those who are possibly being moved to invite next season. For invite players, IMO, this seems better than ESEA. Sure you don't have LAN, but given all the potential ways to increase the prize pool, they will likely be taking home more money.

posted about 11 years ago
#8 Open, IM, Main in TF2 General Discussion

What happened with StPatrick?

posted about 11 years ago
#4 REMOVE HORROR in Off Topic

I'm so confused

posted about 11 years ago
#2 ESEA League Season 15 Prize Breakdown in TF2 General Discussion

That's a pretty impressive first place for main.

posted about 11 years ago
#13 ESEA-Main: AG Rinkuing with Rinku vs. Street Hoops eSports in Events

beasly talks a lot but he's a great caster. shwan playing the sigma role in this cast is cool too.

posted about 11 years ago
#6 ESEA-Main: AG Rinkuing with Rinku vs. Street Hoops eSports in Events

This is why we've needed main casts

posted about 11 years ago
#20 Ippz casting? in TF2 General Discussion

I've been skipping around through the VOD and watched about 10 minutes total so far. I haven't heard him swear once yet, so it must not have been as frequent as you guys are making it out to be.

In fact, the parts where he isn't swearing at least, sound great. I really like him as a caster.

posted about 11 years ago
#7 hitbox.tv in Off Topic

I think youtube streaming is by far the best in terms of quality, as well as players options.

posted about 11 years ago
#567 How to Get to In-Game Comp Lobbies in TF2 General Discussion

Make fake ratings on Metacritic

posted about 11 years ago
#5 Python urllib2 help in Off Topic

Thanks, I actually managed to find a much more elegant solution. I always seem to find solutions right after I post threads.

>>> import urllib2
>>> opener = urllib2.build_opener()
>>> opener.addheaders.append(('Cookie', 'viewed_welcome_page=1'))
>>> f = opener.open('http://play.esea.net/index.php?s=stats&d=match&id=3492240')

Turns out the urllib2 opener has a list/set to hold cookies, which get sent when opening a url.

Thanks for the help.

posted about 11 years ago
#3 Python urllib2 help in Off Topic
mthsadhad to find this out a while ago for stat screens in our casts. there is a cookie is called "viewed_welcome_page" and the content is 1, with an expiration date of 1 year, that is set when you are done viewing the welcome page. set this cookie before you execute anything else in your script and it should work okay without redirecting you to that stupid page. i'm rusty as fuck when it comes to python though so i might not be able to help you, sorry.

Yeah, I found that cookie already, I'm just not sure how to set it, and send it with the request. Thanks though.

posted about 11 years ago
#1 Python urllib2 help in Off Topic

Hello,

I'm using Python's urllib2 module to try and grab the source of ESEA match pages. Unfortunately I get the below error:

urllib2.HTTPError: HTTP Error 302: The HTTP server returned a redirect error that would lead to an infinite loop.
The last 30x error message was:
Moved Temporarily

I'm pretty sure this is due to ESEA automatically redirecting to their pointless start page if there is no cookies saying you've already seen it. I don't really know enough about HTTP though to truly understand what's happening, nor how to remedy it. Any ideas?

Thanks

posted about 11 years ago
1 ⋅⋅ 48 49 50 51 52 53 54 ⋅⋅ 101