Leagues

Premier League
Championship
Primera División
Serie A
Bundesliga
Ligue 1
SuperLiga
Eresdivisie
Premier League
1. Süper Lig
Premier Liga
Superligaen
Tippeligaen
Allsvenskan
MLS
Liga 1

Play for your Club

Register a profile, select your favorite club and start scoring points for your club.

You can change club in your profile page.

Premier League (England)

#    Club Score Topscore      By 
1    Manchester United 167713180 points 282448 points      dinamoZG
2    Aston Villa 130705091 points 282728 points      Footsie
3    Arsenal 69024574 points 265050 points      ramdejan
4    Liverpool 67001790 points 271192 points      pablo5
5    Chelsea 38169456 points 264878 points      gossy19
6    Bolton Wanderers 27717425 points 263088 points      shortybolton
7    Tottenham Hotspur 11197218 points 243779 points      spartian20
8    Manchester City 10165747 points 273505 points      MikeNCAFC
9    Everton 2528568 points 184400 points      stekelly86
10    Portsmouth 2488662 points 203152 points      joegazz1
11    Hull City 1366457 points 152012 points      afroman
12    Fulham 785720 points 193027 points      LiOnKiNgFaN9
13    West Ham United 522918 points 129085 points      arianprince
14    Stoke City 284560 points 93210 points      pandd79
15    Sunderland 109495 points 91296 points      peterfitz73
16    Birmingham City 0 points points     
16    Blackburn Rovers 0 points points     
16    Burnley 0 points points     
16    WBA 0 points points     
16    Wigan Athletic 0 points points     

Game Stats

Registered players: 4259
Players online: 2
Visitors online: 4
Current season: Season 5
Total games played: 91887
Games played today: 45

Daily top scorers

2Leftfeet 282208 points
Footsie 281090 points
DrMollauner 273977 points
lopezuribe88 236349 points

Weekly top scorers

2Leftfeet 282774 points
Footsie 281175 points
DrMollauner 277315 points
Genoa76 275778 points
MikeNCAFC 273505 points
utkarsha 262058 points
marwandinho 259260 points
demo82 255665 points
lopezuribe88 243294 points
McManaman 233077 points

Season top scorers

2Leftfeet 282861 points
Footsie 282728 points
dinamoZG 282448 points
Genoa76 282431 points
frederik850 280616 points
DrMollauner 278193 points
Monyancho 278095 points
spitzer 274071 points
MikeNCAFC 273505 points
pablo5 271192 points

Request Details

Session Id:yoijuumqrodarb55v0rfzg55Request Type:GET
Time of Request:8/1/2010 7:10:38 AMStatus Code:200
Request Encoding:Unicode (UTF-8)Response Encoding:Unicode (UTF-8)

Trace Information

CategoryMessageFrom First(s)From Last(s)
aspx.pageBegin Init
aspx.pageEnd Init0.0000210.000021
SELECT count(1) AS [RegisteredPlayers] FROM participant WHERE par_activated = 1;SELECT count(1) AS [PlayersOnline] FROM participant WHERE DATEDIFF(mi,par_last_activity,getdate()) <= 30;SELECT count(1) AS [TotalGamesPlayed] FROM game WHERE gam_finished = 1;SELECT count(1) AS [GamesPlayedToday] FROM game WHERE gam_finished = 1 AND DATEDIFF(hh,gam_created_date,getdate()) <= 24;SELECT sea_name AS [SeasonName] FROM season WHERE sea_id = 5;Create Table #GamesWeek (GameResultLevel int,GameDate datetime,GameResult int,GameParID int);INSERT INTO #GamesWeek(GameResultLevel,GameDate,GameResult,GameParID)SELECT gam_result_level,gam_created_date,gam_result,gam_par_id FROM game WHERE gam_sea_id = 5 AND gam_finished = 1 AND gam_led_id IS NULL AND DATEDIFF(dd,gam_created_date,getdate()) <= 7;SELECT DISTINCT TOP 10 par_id,par_username,par_cou_id,(SELECT TOP 1 GameResult FROM #GamesWeek g2 WHERE g2.GameParID = par_id ORDER BY g2.GameResult DESC) AS [Result],(SELECT TOP 1 GameResultLevel FROM #GamesWeek g2 WHERE g2.GameParID = par_id ORDER BY g2.GameResult DESC) AS [Level],(SELECT TOP 1 GameDate FROM #GamesWeek g2 WHERE g2.GameParID = par_id ORDER BY g2.GameResult DESC) AS [Date] FROM participant,#GamesWeek WHERE par_id = GameParID AND par_deleted = 0 AND par_activated = 1 ORDER BY [Result] DESC;Drop Table #GamesWeek;Create Table #GamesAll (GameResultLevel int,GameDate datetime,GameResult int,GameParID int);INSERT INTO #GamesAll(GameResultLevel,GameDate,GameResult,GameParID)SELECT gam_result_level,gam_created_date,gam_result,gam_par_id FROM game WHERE gam_sea_id = 5 AND gam_finished = 1 AND gam_led_id IS NULL;SELECT DISTINCT TOP 10 par_id,par_username,par_cou_id,(SELECT TOP 1 GameResult FROM #GamesAll g2 WHERE g2.GameParID = par_id ORDER BY g2.GameResult DESC) AS [Result],(SELECT TOP 1 GameResultLevel FROM #GamesAll g2 WHERE g2.GameParID = par_id ORDER BY g2.GameResult DESC) AS [Level],(SELECT TOP 1 GameDate FROM #GamesAll g2 WHERE g2.GameParID = par_id ORDER BY g2.GameResult DESC) AS [Date] FROM participant,#GamesAll WHERE par_id = GameParID AND par_deleted = 0 AND par_activated = 1 ORDER BY [Result] DESC;Drop Table #GamesAll;SELECT count(DISTINCT vis_ip) AS [VisitorsOnline] FROM visitor WHERE vis_is_bot = 0 AND DATEDIFF(mi,vis_last_activity,getdate()) <= 30;Create Table #GamesDay (GameResultLevel int,GameDate datetime,GameResult int,GameParID int);INSERT INTO #GamesDay(GameResultLevel,GameDate,GameResult,GameParID)SELECT gam_result_level,gam_created_date,gam_result,gam_par_id FROM game WHERE gam_sea_id = 5 AND gam_finished = 1 AND gam_led_id IS NULL AND DATEDIFF(hh,gam_created_date,getdate()) <= 24;SELECT DISTINCT TOP 10 par_id,par_username,par_cou_id,(SELECT TOP 1 GameResult FROM #GamesDay g2 WHERE g2.GameParID = par_id ORDER BY g2.GameResult DESC) AS [Result],(SELECT TOP 1 GameResultLevel FROM #GamesDay g2 WHERE g2.GameParID = par_id ORDER BY g2.GameResult DESC) AS [Level],(SELECT TOP 1 GameDate FROM #GamesDay g2 WHERE g2.GameParID = par_id ORDER BY g2.GameResult DESC) AS [Date] FROM participant,#GamesDay WHERE par_id = GameParID AND par_deleted = 0 AND par_activated = 1 ORDER BY [Result] DESC;Drop Table #GamesDay;0.111830-0.352827
aspx.pageBegin PreRender0.1122400.000410
aspx.pageEnd PreRender0.1123810.000141
aspx.pageBegin SaveViewState0.1147030.002322
aspx.pageEnd SaveViewState0.1147670.000063
aspx.pageBegin Render0.1147780.000012
aspx.pageEnd Render0.1172890.002511
SELECT * FROM league,country WHERE leg_cou_id = cou_id ORDER BY leg_sort;Create Table #GamesAll (GameResultLevel int,GameDate datetime,GameResult int,GameParID int,GameTeamID int);INSERT INTO #GamesAll(GameResultLevel,GameDate,GameResult,GameParID,GameTeamID)SELECT gam_result_level,gam_created_date,gam_result,gam_par_id,gam_tea_id FROM game WHERE gam_sea_id = 5 AND gam_finished = 1 AND gam_led_id IS NULL;SELECT tea_id,tea_name,leg_cou_id,(SELECT SUM(GameResult) FROM #GamesAll WHERE GameTeamID = tea_id) AS [Result],(SELECT TOP 1 GameResult FROM #GamesAll,participant WHERE GameParID = par_id AND GameTeamID = tea_id ORDER BY GameResult DESC) AS [TopScore],(SELECT TOP 1 par_id FROM #GamesAll,participant WHERE GameParID = par_id AND GameTeamID = tea_id ORDER BY GameResult DESC) AS [TopScoreID],(SELECT TOP 1 par_username FROM #GamesAll,participant WHERE GameParID = par_id AND GameTeamID = tea_id ORDER BY GameResult DESC) AS [TopScoreUsername],(SELECT TOP 1 par_cou_id FROM #GamesAll,participant WHERE GameParID = par_id AND GameTeamID = tea_id ORDER BY GameResult DESC) AS [TopScoreCountryID] FROM league,team WHERE leg_id = tea_leg_id AND leg_id = 1 ORDER BY [Result] DESC,tea_name; Drop Table #GamesAll;0.4160010.415980
SQL Side Bar Start0.4646570.048656

Control Tree

Control IdTypeRender Size Bytes (including children)Viewstate Size Bytes (excluding children)
__PAGEASP.leagues_aspx3384220
    form1System.Web.UI.HtmlControls.HtmlForm326330
        Top1ASP.PageTop_ascx13120
            Top1:tbUsernameSystem.Web.UI.WebControls.TextBox820
            Top1:tbPasswordSystem.Web.UI.WebControls.TextBox860
            Top1:btnLogInSystem.Web.UI.WebControls.Button920
            Top1:btnSignOutSystem.Web.UI.WebControls.Button00
        rptLeaguesSystem.Web.UI.WebControls.Repeater358740
            rptLeagues:_ctl0System.Web.UI.WebControls.RepeaterItem680
                rptLeagues:_ctl0:_ctl0System.Web.UI.LiteralControl680
            rptLeagues:_ctl1System.Web.UI.WebControls.RepeaterItem2030
                rptLeagues:_ctl1:_ctl0System.Web.UI.DataBoundLiteralControl20332
            rptLeagues:_ctl2System.Web.UI.WebControls.RepeaterItem2380
                rptLeagues:_ctl2:_ctl0System.Web.UI.DataBoundLiteralControl23832
            rptLeagues:_ctl3System.Web.UI.WebControls.RepeaterItem2060
                rptLeagues:_ctl3:_ctl0System.Web.UI.DataBoundLiteralControl20636
            rptLeagues:_ctl4System.Web.UI.WebControls.RepeaterItem2330
                rptLeagues:_ctl4:_ctl0System.Web.UI.DataBoundLiteralControl23324
            rptLeagues:_ctl5System.Web.UI.WebControls.RepeaterItem1990
                rptLeagues:_ctl5:_ctl0System.Web.UI.DataBoundLiteralControl19928
            rptLeagues:_ctl6System.Web.UI.WebControls.RepeaterItem2330
                rptLeagues:_ctl6:_ctl0System.Web.UI.DataBoundLiteralControl23324
            rptLeagues:_ctl7System.Web.UI.WebControls.RepeaterItem1990
                rptLeagues:_ctl7:_ctl0System.Web.UI.DataBoundLiteralControl19928
            rptLeagues:_ctl8System.Web.UI.WebControls.RepeaterItem2370
                rptLeagues:_ctl8:_ctl0System.Web.UI.DataBoundLiteralControl23728
            rptLeagues:_ctl9System.Web.UI.WebControls.RepeaterItem2040
                rptLeagues:_ctl9:_ctl0System.Web.UI.DataBoundLiteralControl20436
            rptLeagues:_ctl10System.Web.UI.WebControls.RepeaterItem2400
                rptLeagues:_ctl10:_ctl0System.Web.UI.DataBoundLiteralControl24032
            rptLeagues:_ctl11System.Web.UI.WebControls.RepeaterItem2020
                rptLeagues:_ctl11:_ctl0System.Web.UI.DataBoundLiteralControl20232
            rptLeagues:_ctl12System.Web.UI.WebControls.RepeaterItem2370
                rptLeagues:_ctl12:_ctl0System.Web.UI.DataBoundLiteralControl23728
            rptLeagues:_ctl13System.Web.UI.WebControls.RepeaterItem2000
                rptLeagues:_ctl13:_ctl0System.Web.UI.DataBoundLiteralControl20028
            rptLeagues:_ctl14System.Web.UI.WebControls.RepeaterItem2380
                rptLeagues:_ctl14:_ctl0System.Web.UI.DataBoundLiteralControl23832
            rptLeagues:_ctl15System.Web.UI.WebControls.RepeaterItem1930
                rptLeagues:_ctl15:_ctl0System.Web.UI.DataBoundLiteralControl19320
            rptLeagues:_ctl16System.Web.UI.WebControls.RepeaterItem2330
                rptLeagues:_ctl16:_ctl0System.Web.UI.DataBoundLiteralControl23324
            rptLeagues:_ctl17System.Web.UI.WebControls.RepeaterItem240
                rptLeagues:_ctl17:_ctl0System.Web.UI.LiteralControl240
        rptLeagueSystem.Web.UI.WebControls.Repeater1291240
            rptLeague:_ctl0System.Web.UI.WebControls.RepeaterItem8010
                rptLeague:_ctl0:_ctl0System.Web.UI.ResourceBasedLiteralControl8010
            rptLeague:_ctl1System.Web.UI.WebControls.RepeaterItem5580
                rptLeague:_ctl1:_ctl0System.Web.UI.DataBoundLiteralControl55888
            rptLeague:_ctl2System.Web.UI.WebControls.RepeaterItem6700
                rptLeague:_ctl2:_ctl0System.Web.UI.DataBoundLiteralControl67080
            rptLeague:_ctl3System.Web.UI.WebControls.RepeaterItem5460
                rptLeague:_ctl3:_ctl0System.Web.UI.DataBoundLiteralControl54672
            rptLeague:_ctl4System.Web.UI.WebControls.RepeaterItem6660
                rptLeague:_ctl4:_ctl0System.Web.UI.DataBoundLiteralControl66672
            rptLeague:_ctl5System.Web.UI.WebControls.RepeaterItem5460
                rptLeague:_ctl5:_ctl0System.Web.UI.DataBoundLiteralControl54672
            rptLeague:_ctl6System.Web.UI.WebControls.RepeaterItem6790
                rptLeague:_ctl6:_ctl0System.Web.UI.DataBoundLiteralControl67992
            rptLeague:_ctl7System.Web.UI.WebControls.RepeaterItem5590
                rptLeague:_ctl7:_ctl0System.Web.UI.DataBoundLiteralControl55988
            rptLeague:_ctl8System.Web.UI.WebControls.RepeaterItem6750
                rptLeague:_ctl8:_ctl0System.Web.UI.DataBoundLiteralControl67584
            rptLeague:_ctl9System.Web.UI.WebControls.RepeaterItem5480
                rptLeague:_ctl9:_ctl0System.Web.UI.DataBoundLiteralControl54876
            rptLeague:_ctl10System.Web.UI.WebControls.RepeaterItem6690
                rptLeague:_ctl10:_ctl0System.Web.UI.DataBoundLiteralControl66976
            rptLeague:_ctl11System.Web.UI.WebControls.RepeaterItem5480
                rptLeague:_ctl11:_ctl0System.Web.UI.DataBoundLiteralControl54876
            rptLeague:_ctl12System.Web.UI.WebControls.RepeaterItem6680
                rptLeague:_ctl12:_ctl0System.Web.UI.DataBoundLiteralControl66876
            rptLeague:_ctl13System.Web.UI.WebControls.RepeaterItem5570
                rptLeague:_ctl13:_ctl0System.Web.UI.DataBoundLiteralControl55788
            rptLeague:_ctl14System.Web.UI.WebControls.RepeaterItem6660
                rptLeague:_ctl14:_ctl0System.Web.UI.DataBoundLiteralControl66672
            rptLeague:_ctl15System.Web.UI.WebControls.RepeaterItem5500
                rptLeague:_ctl15:_ctl0System.Web.UI.DataBoundLiteralControl55076
            rptLeague:_ctl16System.Web.UI.WebControls.RepeaterItem6480
                rptLeague:_ctl16:_ctl0System.Web.UI.DataBoundLiteralControl64860
            rptLeague:_ctl17System.Web.UI.WebControls.RepeaterItem5290
                rptLeague:_ctl17:_ctl0System.Web.UI.DataBoundLiteralControl52960
            rptLeague:_ctl18System.Web.UI.WebControls.RepeaterItem6400
                rptLeague:_ctl18:_ctl0System.Web.UI.DataBoundLiteralControl64048
            rptLeague:_ctl19System.Web.UI.WebControls.RepeaterItem5160
                rptLeague:_ctl19:_ctl0System.Web.UI.DataBoundLiteralControl51644
            rptLeague:_ctl20System.Web.UI.WebControls.RepeaterItem6460
                rptLeague:_ctl20:_ctl0System.Web.UI.DataBoundLiteralControl64656
            rptLeague:_ctl21System.Web.UI.WebControls.RepeaterItem270
                rptLeague:_ctl21:_ctl0System.Web.UI.LiteralControl270
        _ctl0ASP.PageRight_ascx82010
            _ctl0:rptDaySystem.Web.UI.WebControls.Repeater122136
                _ctl0:rptDay:_ctl0System.Web.UI.WebControls.RepeaterItem580
                    _ctl0:rptDay:_ctl0:_ctl0System.Web.UI.LiteralControl580
                _ctl0:rptDay:_ctl1System.Web.UI.WebControls.RepeaterItem2590
                    _ctl0:rptDay:_ctl1:_ctl0System.Web.UI.DataBoundLiteralControl25940
                _ctl0:rptDay:_ctl2System.Web.UI.WebControls.RepeaterItem3120
                    _ctl0:rptDay:_ctl2:_ctl0System.Web.UI.DataBoundLiteralControl31236
                _ctl0:rptDay:_ctl3System.Web.UI.WebControls.RepeaterItem2610
                    _ctl0:rptDay:_ctl3:_ctl0System.Web.UI.DataBoundLiteralControl26144
                _ctl0:rptDay:_ctl4System.Web.UI.WebControls.RepeaterItem3170
                    _ctl0:rptDay:_ctl4:_ctl0System.Web.UI.DataBoundLiteralControl31744
                _ctl0:rptDay:_ctl5System.Web.UI.WebControls.RepeaterItem140
                    _ctl0:rptDay:_ctl5:_ctl0System.Web.UI.LiteralControl140
            _ctl0:rptWeekSystem.Web.UI.WebControls.Repeater293440
                _ctl0:rptWeek:_ctl0System.Web.UI.WebControls.RepeaterItem580
                    _ctl0:rptWeek:_ctl0:_ctl0System.Web.UI.LiteralControl580
                _ctl0:rptWeek:_ctl1System.Web.UI.WebControls.RepeaterItem2590
                    _ctl0:rptWeek:_ctl1:_ctl0System.Web.UI.DataBoundLiteralControl25940
                _ctl0:rptWeek:_ctl2System.Web.UI.WebControls.RepeaterItem3120
                    _ctl0:rptWeek:_ctl2:_ctl0System.Web.UI.DataBoundLiteralControl31236
                _ctl0:rptWeek:_ctl3System.Web.UI.WebControls.RepeaterItem2610
                    _ctl0:rptWeek:_ctl3:_ctl0System.Web.UI.DataBoundLiteralControl26144
                _ctl0:rptWeek:_ctl4System.Web.UI.WebControls.RepeaterItem3120
                    _ctl0:rptWeek:_ctl4:_ctl0System.Web.UI.DataBoundLiteralControl31236
                _ctl0:rptWeek:_ctl5System.Web.UI.WebControls.RepeaterItem2590
                    _ctl0:rptWeek:_ctl5:_ctl0System.Web.UI.DataBoundLiteralControl25940
                _ctl0:rptWeek:_ctl6System.Web.UI.WebControls.RepeaterItem3120
                    _ctl0:rptWeek:_ctl6:_ctl0System.Web.UI.DataBoundLiteralControl31236
                _ctl0:rptWeek:_ctl7System.Web.UI.WebControls.RepeaterItem2600
                    _ctl0:rptWeek:_ctl7:_ctl0System.Web.UI.DataBoundLiteralControl26040
                _ctl0:rptWeek:_ctl8System.Web.UI.WebControls.RepeaterItem3110
                    _ctl0:rptWeek:_ctl8:_ctl0System.Web.UI.DataBoundLiteralControl31136
                _ctl0:rptWeek:_ctl9System.Web.UI.WebControls.RepeaterItem2620
                    _ctl0:rptWeek:_ctl9:_ctl0System.Web.UI.DataBoundLiteralControl26244
                _ctl0:rptWeek:_ctl10System.Web.UI.WebControls.RepeaterItem3140
                    _ctl0:rptWeek:_ctl10:_ctl0System.Web.UI.DataBoundLiteralControl31440
                _ctl0:rptWeek:_ctl11System.Web.UI.WebControls.RepeaterItem140
                    _ctl0:rptWeek:_ctl11:_ctl0System.Web.UI.LiteralControl140
            _ctl0:rptOverallSystem.Web.UI.WebControls.Repeater293140
                _ctl0:rptOverall:_ctl0System.Web.UI.WebControls.RepeaterItem580
                    _ctl0:rptOverall:_ctl0:_ctl0System.Web.UI.LiteralControl580
                _ctl0:rptOverall:_ctl1System.Web.UI.WebControls.RepeaterItem2590
                    _ctl0:rptOverall:_ctl1:_ctl0System.Web.UI.DataBoundLiteralControl25940
                _ctl0:rptOverall:_ctl2System.Web.UI.WebControls.RepeaterItem3120
                    _ctl0:rptOverall:_ctl2:_ctl0System.Web.UI.DataBoundLiteralControl31236
                _ctl0:rptOverall:_ctl3System.Web.UI.WebControls.RepeaterItem2580
                    _ctl0:rptOverall:_ctl3:_ctl0System.Web.UI.DataBoundLiteralControl25840
                _ctl0:rptOverall:_ctl4System.Web.UI.WebControls.RepeaterItem3120
                    _ctl0:rptOverall:_ctl4:_ctl0System.Web.UI.DataBoundLiteralControl31236
                _ctl0:rptOverall:_ctl5System.Web.UI.WebControls.RepeaterItem2610
                    _ctl0:rptOverall:_ctl5:_ctl0System.Web.UI.DataBoundLiteralControl26144
                _ctl0:rptOverall:_ctl6System.Web.UI.WebControls.RepeaterItem3160
                    _ctl0:rptOverall:_ctl6:_ctl0System.Web.UI.DataBoundLiteralControl31644
                _ctl0:rptOverall:_ctl7System.Web.UI.WebControls.RepeaterItem2590
                    _ctl0:rptOverall:_ctl7:_ctl0System.Web.UI.DataBoundLiteralControl25940
                _ctl0:rptOverall:_ctl8System.Web.UI.WebControls.RepeaterItem3120
                    _ctl0:rptOverall:_ctl8:_ctl0System.Web.UI.DataBoundLiteralControl31236
                _ctl0:rptOverall:_ctl9System.Web.UI.WebControls.RepeaterItem2590
                    _ctl0:rptOverall:_ctl9:_ctl0System.Web.UI.DataBoundLiteralControl25940
                _ctl0:rptOverall:_ctl10System.Web.UI.WebControls.RepeaterItem3110
                    _ctl0:rptOverall:_ctl10:_ctl0System.Web.UI.DataBoundLiteralControl31136
                _ctl0:rptOverall:_ctl11System.Web.UI.WebControls.RepeaterItem140
                    _ctl0:rptOverall:_ctl11:_ctl0System.Web.UI.LiteralControl140
        Bottom1ASP.PageBottom_ascx1300
            Bottom1:_ctl0System.Web.UI.LiteralControl1300

Session state

Session KeyTypeValue
SignedInSystem.BooleanFalse
ParticipantIDSystem.String0
ParticipantUserNameSystem.String 
ParticipantFirstNameSystem.String 
AffiliateIDSystem.String2

Application State

Application KeyTypeValue
strConnectSystem.StringData Source=64.187.103.247;Initial Catalog=arcoiri_soccernerd;uid=arcoiri_general;pwd=snebamse
application_titleSystem.StringSoccernerd.com
application_urlSystem.Stringhttp://www.soccernerd.com/
FilesDirectorySystem.StringC:\websites\soccernerd.com\www_public\images\
application_pathSystem.StringC:\websites\soccernerd.com\www_public\
AdminEmailSystem.Stringmartin@askhoej.dk
SMTPServerSystem.String 
FromEmailSystem.Stringnoreply@soccerned.com
FromNameSystem.StringSoccernerd.com
Level_1System.StringEasy#5#0#0#0#0#10#6125
Level_2System.StringEasy#3#2#0#0#0#10#7400
Level_3System.StringEasy#1#4#0#0#0#10#8775
Level_4System.StringMedium#0#5#0#0#0#10#11000
Level_5System.StringMedium#0#3#2#0#0#10#11550
Level_6System.StringMedium#0#1#4#0#0#10#12100
Level_7System.StringHard#0#0#5#0#0#10#13500
Level_8System.StringHard#0#0#3#2#0#10#14100
Level_9System.StringHard#0#0#1#4#0#10#17150
Level_10System.StringVery Hard#0#0#0#5#0#10#17500
Level_11System.StringVery Hard#0#0#0#3#2#10#19500
Level_12System.StringVery Hard#0#0#0#1#4#10#22950
TimeScoreSystem.String100
ScoreLevel_1System.String2500
ScoreLevel_2System.String3000
ScoreLevel_3System.String3500
ScoreLevel_4System.String4000
ScoreLevel_5System.String4500
DefaultQuizIDSystem.Int321
SeasonIDSystem.Int325
VisitorsOnlineSystem.Int3295
LastErrorSystem.Web.HttpExceptionSystem.Web.HttpException: Request is not available in this context at System.Web.HttpApplication.get_Request() at SoccerNerd.Global.Session_End(Object sender, EventArgs e) in C:\Inetpub\wwwroot\SoccerNerd\Global.asax.cs:line 129

Cookies Collection

NameValueSize
ASP.NET_SessionIdyoijuumqrodarb55v0rfzg5542

Headers Collection

NameValue
Cache-Controlno-cache
Connectionclose
Pragmano-cache
Accepttext/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-CharsetISO-8859-1,utf-8;q=0.7,*;q=0.7
Accept-Encodinggzip
Accept-Languageen-us,en;q=0.5
CookieASP.NET_SessionId=yoijuumqrodarb55v0rfzg55
Hostwww.soccernerd.com
If-Modified-SinceFri, 02 Apr 2010 13:33:51 GMT
User-AgentCCBot/1.0 (+http://www.commoncrawl.org/bot.html)
x-cc-idccc03-02

Server Variables

NameValue
ALL_HTTPHTTP_CACHE_CONTROL:no-cache HTTP_CONNECTION:close HTTP_PRAGMA:no-cache HTTP_ACCEPT:text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HTTP_ACCEPT_CHARSET:ISO-8859-1,utf-8;q=0.7,*;q=0.7 HTTP_ACCEPT_ENCODING:gzip HTTP_ACCEPT_LANGUAGE:en-us,en;q=0.5 HTTP_COOKIE:ASP.NET_SessionId=yoijuumqrodarb55v0rfzg55 HTTP_HOST:www.soccernerd.com HTTP_IF_MODIFIED_SINCE:Fri, 02 Apr 2010 13:33:51 GMT HTTP_USER_AGENT:CCBot/1.0 (+http://www.commoncrawl.org/bot.html) HTTP_X_CC_ID:ccc03-02
ALL_RAWCache-Control: no-cache Connection: close Pragma: no-cache Accept: text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Accept-Encoding: gzip Accept-Language: en-us,en;q=0.5 Cookie: ASP.NET_SessionId=yoijuumqrodarb55v0rfzg55 Host: www.soccernerd.com If-Modified-Since: Fri, 02 Apr 2010 13:33:51 GMT User-Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html) x-cc-id: ccc03-02
APPL_MD_PATH/LM/W3SVC/1791190237/Root
APPL_PHYSICAL_PATHC:\websites\soccernerd.com\www_public\
AUTH_TYPE 
AUTH_USER 
AUTH_PASSWORD 
LOGON_USER 
REMOTE_USER 
CERT_COOKIE 
CERT_FLAGS 
CERT_ISSUER 
CERT_KEYSIZE 
CERT_SECRETKEYSIZE 
CERT_SERIALNUMBER 
CERT_SERVER_ISSUER 
CERT_SERVER_SUBJECT 
CERT_SUBJECT 
CONTENT_LENGTH0
CONTENT_TYPE 
GATEWAY_INTERFACECGI/1.1
HTTPSoff
HTTPS_KEYSIZE 
HTTPS_SECRETKEYSIZE 
HTTPS_SERVER_ISSUER 
HTTPS_SERVER_SUBJECT 
INSTANCE_ID1791190237
INSTANCE_META_PATH/LM/W3SVC/1791190237
LOCAL_ADDR64.71.237.231
PATH_INFO/leagues.aspx
PATH_TRANSLATEDC:\websites\soccernerd.com\www_public\leagues.aspx
QUERY_STRING 
REMOTE_ADDR38.107.191.109
REMOTE_HOST38.107.191.109
REMOTE_PORT23513
REQUEST_METHODGET
SCRIPT_NAME/leagues.aspx
SERVER_NAMEwww.soccernerd.com
SERVER_PORT80
SERVER_PORT_SECURE0
SERVER_PROTOCOLHTTP/1.1
SERVER_SOFTWAREMicrosoft-IIS/6.0
URL/leagues.aspx
HTTP_CACHE_CONTROLno-cache
HTTP_CONNECTIONclose
HTTP_PRAGMAno-cache
HTTP_ACCEPTtext/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
HTTP_ACCEPT_CHARSETISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_ACCEPT_ENCODINGgzip
HTTP_ACCEPT_LANGUAGEen-us,en;q=0.5
HTTP_COOKIEASP.NET_SessionId=yoijuumqrodarb55v0rfzg55
HTTP_HOSTwww.soccernerd.com
HTTP_IF_MODIFIED_SINCEFri, 02 Apr 2010 13:33:51 GMT
HTTP_USER_AGENTCCBot/1.0 (+http://www.commoncrawl.org/bot.html)
HTTP_X_CC_IDccc03-02