PURA CRICKET LEAGUE

OFFICIAL PARTNER

SEASON 2024 ARCHIVE

REWRITING
HISTORY.

Pura Cricket League ka sabse bada data archive ab aapke hath mein hai. 2024 ke har chauke aur chhakke ka hisab yahan milega.

PCL PLAYER ARCHIVES

MAHFUZ SIDDIQUI

ADNAN XI | ALL-ROUNDER

MS

Ranked #1 MVP in Season 2024. Highest run-scorer in the Grand Final with a massive 94 off 46 balls.

178Runs
204.3SR
2Wkts

MD HASSAN

NEHAL XI | BOWLER

MH

The spin wizard of PCL. Rank 2 in MVP leaderboard. Crucial 29* in the final match to clinch the title.

80Runs
7Wkts
7.08Eco

SHANU SIDD

NEHAL XI | BATSMAN

SS

Fastest fifty in the Final (18 balls). Known for a lethal 300.0 strike rate under pressure.

84Runs
300.0SR
66s

SEASON 2024 MATCH RECORDS

] } }; // --- NAVIGATION ENGINE --- function navTo(pageId) { document.querySelectorAll('.section').forEach(s => s.classList.remove('active')); document.querySelectorAll('.nav-link').forEach(n => n.classList.remove('active')); document.getElementById(pageId).classList.add('active'); event.currentTarget.classList.add('active'); window.scrollTo({ top: 0, behavior: 'smooth' }); } // --- DYNAMIC RENDERER --- function renderMatches() { const container = document.getElementById('match-container'); container.innerHTML = PCL_DATABASE.matches.map(m => `
${m.name.toUpperCase()} ${m.date}
${m.inn1.team} ${m.inn1.score}
${m.inn2.team} ${m.inn2.score}
${m.result.toUpperCase()}
`).join(''); } // Initialize window.onload = () => { renderMatches(); console.log("PCL Master System Initialized... All PDF data synced."); };