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.

Bundesliga (Germany)

#    Club Score Topscore      By 
1    Borussia Mönchengladbach 84894871 points 280255 points      DrMollauner
2    Bayern München 1098629 points 252813 points      Gollum
3    TSG Hoffenheim 488960 points 121137 points      Pekey
4    FC Schalke 04 383565 points 103485 points      schalke04
5    Hamburger SV 161148 points 161148 points      liapisdragon
6    1.FC Köln 0 points points     
6    1.FC Nürnberg 0 points points     
6    Bayer Leverkusen 0 points points     
6    Borussia Dortmund 0 points points     
6    Eintracht Frankfurt 0 points points     
6    FSV Mainz 05 0 points points     
6    Hannover 96 0 points points     
6    Hertha BSC Berlin 0 points points     
6    SC Freiburg 0 points points     
6    SV Werder Bremen 0 points points     
6    VfB Stuttgart 0 points points     
6    VfL Bochum 0 points points     
6    VfL Wolfsburg 0 points points     

Game Stats

Registered players: 4368
Players online: 4
Visitors online: 6
Current season: Season 5
Total games played: 95839
Games played today: 90

Daily top scorers

2Leftfeet 282756 points
Footsie 281185 points
DrMollauner 274105 points
hinejac 204743 points
hoonan 139879 points
mariokempo 137131 points
Pigperson 129794 points
sofianezaho 113587 points
neilwillo 111568 points
MANUTDKS 97648 points

Weekly top scorers

2Leftfeet 282886 points
Footsie 282068 points
DrMollauner 280063 points
Genoa76 263868 points
ruudgullit32 261960 points
poochie76 248357 points
hinejac 204743 points
hoonan 194102 points
darkgazer 193004 points
nabakumar 192577 points

Season top scorers

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

Request Details

Session Id:bozpok55aarktamflg1bvijlRequest Type:GET
Time of Request:9/10/2010 7:04:49 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.0000230.000023
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 = 6 ORDER BY [Result] DESC,tea_name; Drop Table #GamesAll;0.5429330.542911
SQL Side Bar Start0.6099240.066991
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;1.3716970.761773
aspx.pageBegin PreRender1.3721590.000462
aspx.pageEnd PreRender1.3721990.000040
aspx.pageBegin SaveViewState1.3744750.002276
aspx.pageEnd SaveViewState1.3745360.000061
aspx.pageBegin Render1.3745480.000012
aspx.pageEnd Render1.3773510.002803

Control Tree

Control IdTypeRender Size Bytes (including children)Viewstate Size Bytes (excluding children)
__PAGEASP.leagues_aspx3422820
    form1System.Web.UI.HtmlControls.HtmlForm330230
        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.Repeater1152340
            rptLeague:_ctl0System.Web.UI.WebControls.RepeaterItem8010
                rptLeague:_ctl0:_ctl0System.Web.UI.ResourceBasedLiteralControl8010
            rptLeague:_ctl1System.Web.UI.WebControls.RepeaterItem5690
                rptLeague:_ctl1:_ctl0System.Web.UI.DataBoundLiteralControl569104
            rptLeague:_ctl2System.Web.UI.WebControls.RepeaterItem6710
                rptLeague:_ctl2:_ctl0System.Web.UI.DataBoundLiteralControl67180
            rptLeague:_ctl3System.Web.UI.WebControls.RepeaterItem5490
                rptLeague:_ctl3:_ctl0System.Web.UI.DataBoundLiteralControl54976
            rptLeague:_ctl4System.Web.UI.WebControls.RepeaterItem6700
                rptLeague:_ctl4:_ctl0System.Web.UI.DataBoundLiteralControl67080
            rptLeague:_ctl5System.Web.UI.WebControls.RepeaterItem5550
                rptLeague:_ctl5:_ctl0System.Web.UI.DataBoundLiteralControl55584
            rptLeague:_ctl6System.Web.UI.WebControls.RepeaterItem6420
                rptLeague:_ctl6:_ctl0System.Web.UI.DataBoundLiteralControl64252
            rptLeague:_ctl7System.Web.UI.WebControls.RepeaterItem5270
                rptLeague:_ctl7:_ctl0System.Web.UI.DataBoundLiteralControl52756
            rptLeague:_ctl8System.Web.UI.WebControls.RepeaterItem6480
                rptLeague:_ctl8:_ctl0System.Web.UI.DataBoundLiteralControl64860
            rptLeague:_ctl9System.Web.UI.WebControls.RepeaterItem5300
                rptLeague:_ctl9:_ctl0System.Web.UI.DataBoundLiteralControl53060
            rptLeague:_ctl10System.Web.UI.WebControls.RepeaterItem6510
                rptLeague:_ctl10:_ctl0System.Web.UI.DataBoundLiteralControl65164
            rptLeague:_ctl11System.Web.UI.WebControls.RepeaterItem5250
                rptLeague:_ctl11:_ctl0System.Web.UI.DataBoundLiteralControl52556
            rptLeague:_ctl12System.Web.UI.WebControls.RepeaterItem6430
                rptLeague:_ctl12:_ctl0System.Web.UI.DataBoundLiteralControl64352
            rptLeague:_ctl13System.Web.UI.WebControls.RepeaterItem5300
                rptLeague:_ctl13:_ctl0System.Web.UI.DataBoundLiteralControl53060
            rptLeague:_ctl14System.Web.UI.WebControls.RepeaterItem6430
                rptLeague:_ctl14:_ctl0System.Web.UI.DataBoundLiteralControl64352
            rptLeague:_ctl15System.Web.UI.WebControls.RepeaterItem5290
                rptLeague:_ctl15:_ctl0System.Web.UI.DataBoundLiteralControl52960
            rptLeague:_ctl16System.Web.UI.WebControls.RepeaterItem6450
                rptLeague:_ctl16:_ctl0System.Web.UI.DataBoundLiteralControl64556
            rptLeague:_ctl17System.Web.UI.WebControls.RepeaterItem5230
                rptLeague:_ctl17:_ctl0System.Web.UI.DataBoundLiteralControl52352
            rptLeague:_ctl18System.Web.UI.WebControls.RepeaterItem6450
                rptLeague:_ctl18:_ctl0System.Web.UI.DataBoundLiteralControl64556
            rptLeague:_ctl19System.Web.UI.WebControls.RepeaterItem270
                rptLeague:_ctl19:_ctl0System.Web.UI.LiteralControl270
        _ctl0ASP.PageRight_ascx99070
            _ctl0:rptDaySystem.Web.UI.WebControls.Repeater293140
                _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.RepeaterItem3120
                    _ctl0:rptDay:_ctl4:_ctl0System.Web.UI.DataBoundLiteralControl31236
                _ctl0:rptDay:_ctl5System.Web.UI.WebControls.RepeaterItem2550
                    _ctl0:rptDay:_ctl5:_ctl0System.Web.UI.DataBoundLiteralControl25536
                _ctl0:rptDay:_ctl6System.Web.UI.WebControls.RepeaterItem3150
                    _ctl0:rptDay:_ctl6:_ctl0System.Web.UI.DataBoundLiteralControl31540
                _ctl0:rptDay:_ctl7System.Web.UI.WebControls.RepeaterItem2590
                    _ctl0:rptDay:_ctl7:_ctl0System.Web.UI.DataBoundLiteralControl25940
                _ctl0:rptDay:_ctl8System.Web.UI.WebControls.RepeaterItem3150
                    _ctl0:rptDay:_ctl8:_ctl0System.Web.UI.DataBoundLiteralControl31540
                _ctl0:rptDay:_ctl9System.Web.UI.WebControls.RepeaterItem2590
                    _ctl0:rptDay:_ctl9:_ctl0System.Web.UI.DataBoundLiteralControl25940
                _ctl0:rptDay:_ctl10System.Web.UI.WebControls.RepeaterItem3120
                    _ctl0:rptDay:_ctl10:_ctl0System.Web.UI.DataBoundLiteralControl31236
                _ctl0:rptDay:_ctl11System.Web.UI.WebControls.RepeaterItem140
                    _ctl0:rptDay:_ctl11:_ctl0System.Web.UI.LiteralControl140
            _ctl0:rptWeekSystem.Web.UI.WebControls.Repeater293040
                _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.RepeaterItem2610
                    _ctl0:rptWeek:_ctl5:_ctl0System.Web.UI.DataBoundLiteralControl26144
                _ctl0:rptWeek:_ctl6System.Web.UI.WebControls.RepeaterItem3140
                    _ctl0:rptWeek:_ctl6:_ctl0System.Web.UI.DataBoundLiteralControl31440
                _ctl0:rptWeek:_ctl7System.Web.UI.WebControls.RepeaterItem2570
                    _ctl0:rptWeek:_ctl7:_ctl0System.Web.UI.DataBoundLiteralControl25736
                _ctl0:rptWeek:_ctl8System.Web.UI.WebControls.RepeaterItem3100
                    _ctl0:rptWeek:_ctl8:_ctl0System.Web.UI.DataBoundLiteralControl31036
                _ctl0:rptWeek:_ctl9System.Web.UI.WebControls.RepeaterItem2590
                    _ctl0:rptWeek:_ctl9:_ctl0System.Web.UI.DataBoundLiteralControl25940
                _ctl0:rptWeek:_ctl10System.Web.UI.WebControls.RepeaterItem3130
                    _ctl0:rptWeek:_ctl10:_ctl0System.Web.UI.DataBoundLiteralControl31340
                _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 

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.Int32152
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_SessionIdbozpok55aarktamflg1bvijl42

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=bozpok55aarktamflg1bvijl
Hostwww.soccernerd.com
User-AgentCCBot/1.0 (+http://www.commoncrawl.org/bot.html)
x-cc-idccc03-02

Querystring Collection

NameValue
id6

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=bozpok55aarktamflg1bvijl HTTP_HOST:www.soccernerd.com 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=bozpok55aarktamflg1bvijl Host: www.soccernerd.com 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_STRINGid=6
REMOTE_ADDR38.107.191.108
REMOTE_HOST38.107.191.108
REMOTE_PORT40305
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=bozpok55aarktamflg1bvijl
HTTP_HOSTwww.soccernerd.com
HTTP_USER_AGENTCCBot/1.0 (+http://www.commoncrawl.org/bot.html)
HTTP_X_CC_IDccc03-02