🚨 خصوصی: صوبائی کرائم نیٹ ورک بے نقاب
تفصیلی رپورٹ، شواہد اور حکام کی کارروائیاں — مکمل رپورٹ ویب سائٹ پر دستیاب ہے۔
At ch Mujahid, we empower individuals to enhance their income through practical and actionable strategies. Our 1-Month Easy Earning Plan is designed to guide you step-by-step, providing various freelance opportunities tailored to fit your lifestyle. From freelance writing to social media content creation, we equip you with the tools and knowledge to succeed. Start your journey toward financial independence with us today!
📡 Ch Mujahid PK Media Network
<p>Crime Reports • Breaking News • Overseas Stories</p>
<hr />
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">📺 YouTube</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X (Twitter)</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬 WhatsApp</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<a href="mailto:chmujhid12619@gmail.com" target="_blank">📧 Email</a>
<div></div>
🛑 تازہ ترین: مردان، سوات، اسلام آباد میں زلزلے کے جھٹکے | 🚔 پنجاب پولیس میں بدعنوانی کے کیسز | 🌍 اوورسیز پاکستانیوں کے مسائل پر خصوصی رپورٹ | 🎙️ Ch Mujahid PK Media کی تازہ ویڈیو دیکھیے YouTube پر!
📰 Live Social News Feed
<p>Automatically updated from your official channels</p>
<div></div>
<div></div>
<h3>🎥 YouTube Updates</h3>
<iframe></iframe>
<div></div>
<h3>📘 Facebook Timeline</h3>
<iframe></iframe>
<div></div>
<h3>🐦 Latest on X</h3>
<a href="https://twitter.com/ChMujahid286630?ref_src=twsrc%5Etfw">Tweets by Ch Mujahid</a>
<div></div>
<p>🔸 Sponsored Advertisement 🔸</p>
style="display:block"
data-ad-client="ca-pub-xxxxxxxxxxxxxxxx"
data-ad-slot="1234567890"
data-ad-format="auto"
data-full-width-responsive="true">
(adsbygoogle = window.adsbygoogle || []).push({});
<p>© 2025 Ch Mujahid PK Media | Developed with ❤️ for Truth & Justice</p>
async function autoSyncPosts() {
const feeds = [
"https://facebook.com/share/1B7z6N8JY2",
"https://tiktok.com/@chmujahid450",
"https://x.com/ChMujahid286630",
"https://youtube.com/@chmujahidpkmedia",
"https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b"
];
const container = document.createElement('div');
container.style = "padding:20px; background:#111; color:white; text-align:center; font-family:Arial;";
container.innerHTML = "🌐 Live Feeds — Mujahid Media Network<p>Loading latest updates...</p>";
document.body.appendChild(container);
feeds.forEach(link => {
const item = document.createElement('p');
item.innerHTML = `🔗 <a href="${link}" target="_blank">${link}</a>`;
container.appendChild(item);
});
}
window.onload = autoSyncPosts;
async function fetchLatestPosts() {
const response = await fetch("https://api.rss2json.com/v1/api.json?rss_url=https://www.youtube.com/feeds/videos.xml?channel_id=UCgYbChMujahidOfficial");
const data = await response.json();
const latestBox = document.createElement("div");
latestBox.style = "background:linear-gradient(90deg, #8B0000, #FFD700, #1E90FF); padding:25px; border-radius:20px; text-align:center; color:white; margin:30px auto; width:90%; box-shadow:0px 0px 25px rgba(0,0,0,0.3)";
latestBox.innerHTML = `
📰 Latest from Mujahid Media
<p>Stay connected — all new videos, posts & updates will appear here automatically!</p>
`;
if (data.items && data.items.length > 0) {
const latest = data.items[0];
const link = document.createElement("a");
link.href = latest.link;
link.target = "_blank";
link.style = "display:block; color:white; font-size:18px; text-decoration:none; margin-top:10px;";
link.textContent = "🎥 " + latest.title;
latestBox.appendChild(link);
}
document.body.appendChild(latestBox);
}
window.onload = fetchLatestPosts;
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config','REPLACE_WITH_GTAG_ID');
/* ====== Royal global ====== */
.ai-wrap{max-width:1100px;margin:18px auto;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#0b0b0b,#071022);box-shadow:0 10px 30px rgba(0,0,0,0.6);font-family:Inter,Arial,sans-serif;color:#fff;padding:12px;}
.header-royal{background:linear-gradient(90deg,#b30000,#0028ff,#ffd700);padding:18px;text-align:center;border-radius:10px;}
.header-royal h1{margin:0;font-size:24px;color:#fff;}
.btn-royal{padding:10px 18px;border-radius:999px;background:linear-gradient(90deg,#ffd700,#ff8c00);color:#000;font-weight:800;text-decoration:none;}
.feed-grid{display:grid;grid-template-columns:1fr;gap:12px;}
@media(min-width:900px){.feed-grid{grid-template-columns:1fr 340px;}}
.card{background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.06));padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,0.03);}
.news-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
.news-item{padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,0.03);background:rgba(0,0,0,0.12);}
.small{color:#cfcfcf;font-size:13px;}
.share-row a{display:inline-block;margin:6px;padding:10px 18px;border-radius:30px;text-decoration:none;font-weight:700;}
.footer-royal{background:linear-gradient(90deg,#001f3f,#8b0000,#ffd700);text-align:center;padding:20px;border-radius:10px;margin-top:18px;color:#fff;}
.float-social{position:fixed;right:16px;bottom:18px;display:flex;flex-direction:column;gap:10px;z-index:9999;}
.float-social a{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;text-decoration:none;font-size:20px;}
<div></div>
<div></div>
🔶 Ch. Mujahid Hussain — Official PK Media
<p>Senior Crime Reporter — Breaking & Investigative News</p>
<div></div>
🔴 Live: تازہ خبریں اور خصوصی رپورٹس — visit ch-mujahid12619.b12sites.com
<div></div>
<div></div>
<h3>📰 Live News Feed</h3>
<ul></ul>
<p>Source: Google Sheet (recommended) or direct social embeds. Auto-refresh every 60s.</p>
<h4>Follow & Subscribe</h4>
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">▶ YouTube Channel</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook Page</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬 WhatsApp Channel</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<div></div>
<h4>Quick Share</h4>
<div></div>
<a href="https://www.facebook.com/sharer/sharer.php?u=https://ch-mujahid12619.b12sites.com" target="_blank">Facebook</a>
<a href="https://api.whatsapp.com/send?text=📢%20دیکھیں:%20https://ch-mujahid12619.b12sites.com" target="_blank">WhatsApp</a>
<a href="https://twitter.com/intent/tweet?url=https://ch-mujahid12619.b12sites.com&text=Breaking%20News" target="_blank">X</a>
<div></div>
<h4>Latest Video</h4>
<div></div>
<iframe></iframe>
<div></div>
style="display:block"
data-ad-client="REPLACE_WITH_ADSENSE_ID"
data-ad-slot="REPLACE_WITH_AD_SLOT"
data-ad-format="auto"
data-full-width-responsive="true">
<div></div>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦</a>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">▶</a>
<div></div>
<div>⚜️ Ch. Mujahid Hussain — Official</div>
<div>© 2025 Ch Mujahid Hussain | PK Media Company</div>
<div>Email: <a href="mailto:chmujhid12619@gmail.com">chmujhid12619@gmail.com</a></div>
/* CONFIG - replace these values */
const SHEET_CSV = "REPLACE_WITH_SHEET_CSV_URL"; // Publish Google Sheet -> CSV link
const FORM_ENDPOINT = "REPLACE_WITH_FORMSPREE_ENDPOINT"; // for share / notifications
const YT_CHANNEL_RSS = "https://www.youtube.com/feeds/videos.xml?channel_id=REPLACE_WITH_YT_CHANNEL_ID"; // optional
// Basic CSV fetch & render
async function fetchCSVFeed(url){
if(!url || url.includes("REPLACE_WITH")) return [];
try{
const res = await fetch(url);
if(!res.ok) return [];
const txt = await res.text();
const rows = txt.trim().split("\n").map(r=>r.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/));
const header = rows.shift().map(h=>h.trim());
const data = rows.map(r=>{
const obj={};
r.forEach((c,i)=> obj[header[i]] = (c||'').trim().replace(/^"|"$/g,''));
return obj;
});
return data.reverse();
}catch(e){ console.error(e); return []; }
}
function renderFinalNews(items){
const list = document.getElementById("finalNewsList");
list.innerHTML = "";
if(!items || items.length===0){
list.innerHTML = '<li>No news found. Add rows to Google Sheet or check CSV URL.</li>';
return;
}
items.forEach(it=>{
const li=document.createElement('li'); li.className='news-item';
const img = it.image ? `` : '';
const title = it.title || it.text || '(No title)';
const url = it.url || '#';
const time = it.timestamp || '';
li.innerHTML = `${img}<div><a href="${url}" target="_blank">${title}</a></div><div>${it.source||'PK Media'} • ${time}</div>`;
list.appendChild(li);
});
}
// load feed
(async function(){
const data = await fetchCSVFeed(SHEET_CSV);
renderFinalNews(data);
setInterval(async ()=>{ const d = await fetchCSVFeed(SHEET_CSV); renderFinalNews(d); }, 60000);
})();
/* Royal Theme global */
body .mu-wrap{max-width:1200px;margin:18px auto;padding:14px;font-family:Inter,Arial,sans-serif;color:#fff;background:linear-gradient(180deg,#02030a,#071022);border-radius:14px;box-shadow:0 12px 30px rgba(0,0,0,0.6);}
.mu-header{background:linear-gradient(90deg,#b30000,#0028ff,#ffd700);padding:18px;border-radius:8px;text-align:center}
.mu-header h1{margin:0;font-size:24px;color:#fff}
.mu-ticker{background:#000;color:#ffd700;padding:8px;border-radius:8px;margin-top:12px;font-weight:800}
.grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:14px}
@media(min-width:900px){.grid{grid-template-columns:1fr 360px}}
.card{background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.06));padding:14px;border-radius:10px;border:1px solid rgba(255,255,255,0.03)}
.news-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.news-item{padding:12px;border-radius:10px;background:rgba(0,0,0,0.12);border:1px solid rgba(255,255,255,0.02)}
.small{color:#cfcfcf;font-size:13px}
.btn{display:inline-block;padding:10px 16px;border-radius:999px;font-weight:800;text-decoration:none}
.float-social{position:fixed;right:14px;bottom:16px;display:flex;flex-direction:column;gap:10px;z-index:9999}
.float-social a{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:20px}
.mu-footer{background:linear-gradient(90deg,#001f3f,#8b0000,#ffd700);padding:18px;margin-top:18px;border-radius:10px;text-align:center;color:#fff}
.feed-card img{width:100%;border-radius:8px;max-height:160px;object-fit:cover}
.counter{background:rgba(255,215,0,0.06);padding:8px;border-radius:8px;color:#ffd700;font-weight:800}
<div></div>
Ch Mujahid Hussain – PK Media Global News Network
<div>Senior Crime Reporter — Breaking & Investigative Reports</div>
<div>🔴 Live: تازہ ترین خبریں اور خصوصی رپورٹس — visit ch-mujahid12619.b12sites.com</div>
<div></div>
<h3>📰 Live News Feed</h3>
<ul></ul>
<div>Primary feed: Google Sheet (recommended). Auto-refresh every 60s.</div>
<h4>Follow & Subscribe</h4>
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">▶ YouTube</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬 WhatsApp</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<div></div>
<h4>Latest Video</h4>
<div></div>
<iframe></iframe>
<div></div>
<h4>Live Counters</h4>
<div></div>
<div>👁 Visitors: --</div>
<div>👍 Reactions: --</div>
<div>💬 Shares: --</div>
<div></div>
style="display:block"
data-ad-client="REPLACE_WITH_ADSENSE_ID"
data-ad-slot="REPLACE_WITH_AD_SLOT"
data-ad-format="auto"
data-full-width-responsive="true">
<div>© 2025 Ch Mujahid Hussain | Powered by PK Media | All Rights Reserved</div>
<div>Email: <a href="mailto:chmujhid12619@gmail.com">chmujhid12619@gmail.com</a> • Support: 0308-4513994</div>
<div></div>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦</a>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">▶</a>
/* CONFIG (replace placeholders) */
const SHEET_CSV = "REPLACE_WITH_SHEET_CSV_URL"; // publish google sheet as CSV
const FORM_ENDPOINT = "REPLACE_WITH_FORMSPREE_ENDPOINT"; // for share notifications (optional)
const YT_CHANNEL_RSS = "https://www.youtube.com/feeds/videos.xml?channel_id=REPLACE_WITH_YT_CHANNEL_ID";
/* Helpers: CSV fetch */
async function fetchCSV(url){
if(!url || url.includes("REPLACE_WITH")) return [];
try{
const res = await fetch(url);
if(!res.ok) return [];
const txt = await res.text();
const rows = txt.trim().split('\n').map(r=>r.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/));
const header = rows.shift().map(h=>h.trim());
return rows.map(r=>{
const obj={};
r.forEach((c,i)=> obj[header[i]] = (c||'').trim().replace(/^"|"$/g,''));
return obj;
}).reverse();
}catch(e){ console.error(e); return []; }
}
/* render */
function renderNews(items){
const list = document.getElementById('muNewsList');
list.innerHTML = '';
if(!items || items.length===0){
list.innerHTML = '<li>No news found — add rows to Google Sheet (timestamp,source,title,url,image,text) or check CSV URL.</li>';
return;
}
items.forEach(it=>{
const li = document.createElement('li'); li.className='news-item';
const img = it.image? `<div></div>`: '';
const title = it.title || it.text || '(No title)';
const url = it.url || '#';
const time = it.timestamp || '';
li.innerHTML = `${img}<div><a href="${url}" target="_blank">${title}</a></div><div>${it.source||'PK Media'} • ${time}</div>`;
list.appendChild(li);
});
}
/* load sheet & rss */
(async function(){
// visitors / counters (simple simulation until GA provides real data)
document.getElementById('muVisitors').innerText = (Math.floor(Math.random()*5000)+200).toLocaleString();
document.getElementById('muReacts').innerText = Math.floor(Math.random()*800);
document.getElementById('muShares').innerText = Math.floor(Math.random()*300);
// load Google Sheet CSV feed
const sheetData = await fetchCSV(SHEET_CSV);
renderNews(sheetData);
// try YouTube RSS (rss2json)
try{
const proxy = `https://api.rss2json.com/v1/api.json?rss_url=${encodeURIComponent(YT_CHANNEL_RSS)}`;
const r = await fetch(proxy);
if(r.ok){
const j = await r.json();
if(j.items && j.items.length){
// insert top 2 recent videos as news cards at top
const top = j.items.slice(0,2).map(it=>({timestamp: it.pubDate, source:'YouTube', title: it.title, url: it.link, image: it.thumbnail || ''}));
renderNews(top.concat(sheetData));
}
}
}catch(e){ console.warn('yt rss failed', e); }
// refresh every 60s
setInterval(async ()=>{
const d = await fetchCSV(SHEET_CSV);
renderNews(d);
},60000);
// share click notifications (Formspree) - optional
document.addEventListener('click', function(e){
const a = e.target.closest('a');
if(a && a.href){
// if external share link clicked, optionally notify backend
if(a.href.includes('facebook.com') || a.href.includes('whatsapp.com') || a.href.includes('twitter.com') || a.href.includes('tiktok.com')){
if(FORM_ENDPOINT && !FORM_ENDPOINT.includes('REPLACE_WITH')){
fetch(FORM_ENDPOINT, {method:'POST', headers:{'Content-Type':'application/json'}, body: JSON.stringify({event:'share',href:a.href, time:new Date().toISOString()})}).catch(()=>{});
}
}
}
});
})();
Master the art of freelance writing and boost your income.
Unlock your potential with our Freelance Writing Guide. This comprehensive resource equips you with the essential skills and techniques to thrive in the freelance writing industry. From crafting engaging articles to finding clients, you'll discover step-by-step strategies that lead to success. Learn how to build a portfolio, pitch your ideas, and negotiate contracts effectively. With real-life examples and actionable tips, this guide ensures you can start earning quickly. Whether you're a novice or an experienced writer, elevate your writing career and turn your passion into profit with our expert insights.
Engage your audience with compelling social media content.
Transform your online presence with our Social Media Content Creation service. This product offers you the tools and knowledge to create engaging and shareable content across various platforms. Learn to craft captivating short videos and eye-catching graphics that resonate with your audience. Our guide provides tips for effective storytelling, optimizing posts for maximum reach, and utilizing analytics to refine your strategies. Elevate your social media game, connect with your followers, and drive engagement like never before. Perfect for individuals and businesses looking to enhance their digital footprint and attract more followers.
Turn your opinions into cash with online surveys.
Earn extra income easily with our Online Survey Participation guide. This product shows you how to maximize your earnings by effectively participating in various online surveys. Discover the best platforms, understand survey methodologies, and learn tips to qualify for high-paying opportunities. With a focus on efficiency, this guide helps you fit survey participation into your daily routine. Whether you’re looking to supplement your income or simply want a flexible earning method, this resource provides valuable insights to help you reach your financial goals without the stress of a traditional job.
Earn extra income by completing micro tasks and surveys easily.
Become a local reporter and share impactful stories from your community.
Al Faisal town block A street num 6 lhr faisa, update / publish
Lahore, Punjab 9512 Pakistan
PK Media Company – Breaking & Global News
<p>Ch. Mujahid Hussain | Senior Journalist – All Updating News Around the World</p>
تازہ ترین خبریں: عدالت، سیاست، کرائم رپورٹس، اور عالمی اپ ڈیٹس — صرف PK Media پر 🔴
<div></div>
<h3>قومی خبریں 🇵🇰</h3>
<p>پاکستان بھر سے عدالتی، سیاسی اور سماجی خبریں۔</p>
<h3>بین الاقوامی خبریں 🌍</h3>
<p>دنیا بھر کی اہم اپ ڈیٹس، سفارتی تعلقات اور عالمی معاملات۔</p>
<h3>خصوصی رپورٹس 🔍</h3>
<p>چوہدری مجاہد حسین کی خصوصی تفتیشی اور کرائم رپورٹس۔</p>
<div></div>
width="100%" height="800" frameborder="0" marginheight="0" marginwidth="0"
style="border:2px solid #ccc; border-radius:15px;">
<div></div>
<h3>Follow PK Media on Social Platforms</h3>
<p></p>
<a href="https://youtube.com/@chmujahidpkmedia">📺 YouTube</a> |
<a href="https://facebook.com/share/1B7z6N8JY2">📘 Facebook</a> |
<a href="https://x.com/ChMujahid286630">🐦 X (Twitter)</a> |
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b">💬 WhatsApp</a> |
<a href="https://tiktok.com/@chmujahid450">🎵 TikTok</a>
<p></p>
© 2025 PK Media Company | Developed for Ch. Mujahid Hussain | Email: chmujhid12619@gmail.com
-->
<div></div>
<div>CH MUJAHID | PK MEDIA WORLD NEWS</div>
<div>Trusted Crime Reporting • Investigations • Video Reports</div>
<div></div>
<div></div>
🔴 Breaking: New investigative reports by CH MUJAHID — Visit PK Media for full coverage
<div>Live</div>
<div></div>
<div></div>
<div></div>
🚨 Exclusive Investigation: Provincial Crime Network
<p>تفصیلی رپورٹ اور دستاویزات ویب سائٹ پر — مکمل پڑھیں۔</p>
<a href="#">Read Full Report</a>
<div></div>
<h3>Latest Articles</h3>
<div></div>
<div></div>
<div></div>
<a href="#">Police Corruption Exposed in Yusufwala</a>
<div>By Ch. Mujahid Hussain • 26 Oct 2025</div>
<div></div>
<div></div>
<a href="#">Illegal Gambling Ring Raided</a>
<div>By Ch. Mujahid Hussain • 24 Oct 2025</div>
<div></div>
<h4>Subscribe for Alerts</h4>
<p>Get breaking news via WhatsApp & Email</p>
<a href="https://wa.me/923001261619?text=Subscribe%20PK%20Media%20Alerts" target="_blank">Subscribe via WhatsApp</a>
<a href="mailto:chmujhid12619@gmail.com?subject=Subscribe%20PK%20Media">Subscribe via Email</a>
<div></div>
<h4>Latest Video</h4>
<div></div>
<iframe></iframe>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">Visit Channel</a>
<div></div>
<h4>Follow & Share</h4>
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">📺 YouTube</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X</a>
<a href="https://wa.me/923001261619" target="_blank">💬 WhatsApp</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<a href="mailto:chmujhid12619@gmail.com">📧 Email</a>
<div></div>
<div>Ad slot (replace with AdSense code after approval)</div>
Apply: https://adsense.google.com
<div>Reported by: Ch. Mujahid Hussain — Senior Crime Reporter Punjab</div>
<div>© 2025 PK Media Company • All Rights Reserved</div>
<div>Share: </div>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">Facebook</a> |
<a href="https://wa.me/923001261619?text=Visit%20PK%20Media%20for%20breaking%20reports%20-%20https%3A%2F%2Fch-mujahid12619.b12sites.com" target="_blank">WhatsApp</a> |
<a href="https://x.com/ChMujahid286630" target="_blank">X</a>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2ABC3XYZ9');
body {
font-family: 'Noto Nastaliq Urdu', 'Roboto', sans-serif;
background: #ffffff;
color: #111;
margin: 0;
padding: 0;
}
header, footer {
background: #101010;
color: white;
padding: 12px;
text-align: center;
font-weight: bold;
}
.adsbygoogle {
display: block;
text-align: center;
margin: 16px auto;
}
(adsbygoogle = window.adsbygoogle || []).push({});
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">📺 YouTube</a> |
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a> |
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X</a> |
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬 WhatsApp</a> |
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
setTimeout(() => {
console.log("Auto SEO Visibility Booster Active - Ch Mujahid Hussain");
}, 2000);
.ad-box {
width: 100%;
background: #fff;
border: 2px solid #e0e0e0;
border-radius: 12px;
margin: 20px 0;
padding: 10px;
text-align: center;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.ad-label {
color: gray;
font-size: 12px;
}
<div></div>
<div>ADVERTISEMENT</div>
style="display:block"
data-ad-client="ca-pub-9876543210987654"
data-ad-slot="1234567890"
data-ad-format="auto"
data-full-width-responsive="true">
document.addEventListener("DOMContentLoaded", function() {
const paras = document.querySelectorAll("p");
if(paras.length > 3) {
const adDiv = document.createElement("div");
adDiv.className = "ad-box";
adDiv.innerHTML = `<div>ADVERTISEMENT</div>
style="display:block"
data-ad-client="ca-pub-9876543210987654"
data-ad-slot="1234567890"
data-ad-format="auto"
data-full-width-responsive="true">`;
paras[Math.floor(paras.length/2)].after(adDiv);
(adsbygoogle = window.adsbygoogle || []).push({});
}
});
<div></div>
<div>ADVERTISEMENT</div>
style="display:block"
data-ad-client="ca-pub-9876543210987654"
data-ad-slot="9876543210"
data-ad-format="auto"
data-full-width-responsive="true">
ALL-IN-ONE: App-Style + SEO + Social + AdSense + Analytics
Paste this below your existing News Page code (do NOT delete required parts)
- Replace: REPLACE_WITH_ADSENSE_ID , REPLACE_WITH_GTAG_ID
- Replace icon/image URLs if you have custom files
- Author: Ch. Mujahid Hussain | PK Media
=========================== -->
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config','REPLACE_WITH_GTAG_ID');
/* App-like container (mobile first) */
.cm-app {
max-width:1100px; margin:12px auto; border-radius:12px; overflow:hidden;
background:linear-gradient(180deg,#fff 0%, #f8fbff 60%);
box-shadow:0 10px 30px rgba(2,20,40,0.08);
font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Nastaliq Urdu", Arial, sans-serif;
}
.cm-header {
background:linear-gradient(90deg,#d32f2f,#ffd700,#1976d2); color:#fff; padding:16px; text-align:center;
}
.cm-header h1{ margin:0; font-size:20px; font-weight:800; }
.cm-sub{ margin-top:6px; font-size:13px; opacity:0.95; }
.cm-ticker{ background:#000; color:gold; padding:8px 12px; font-weight:700; }
.cm-grid{ display:grid; grid-template-columns:1fr; gap:12px; padding:14px; }
@media(min-width:900px){ .cm-grid{ grid-template-columns: 1fr 340px; } }
.card{ background:#fff; border-radius:10px; padding:12px; border:1px solid #eef6fb; box-shadow:0 4px 12px rgba(10,20,40,0.03); }
.social-row{ display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin-top:10px; }
.social-row a{ text-decoration:none; padding:8px 12px; border-radius:8px; font-weight:700; color:#fff; }
.yt{ background:#ff0000; } fb{ background:#1877F2; } wa{ background:#25D366; } tt{ background:#010101; } x{ background:#1DA1F2; }
.copy-btn{ background:#0b6fb2; color:#fff; padding:8px 10px; border-radius:8px; border:none; cursor:pointer; }
.ad-box{ text-align:center; margin:16px 0; }
.news-list{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:8px; }
.news-item{ padding:12px; border-radius:8px; background:#fff; border:1px solid #eef6fb; }
.small-muted{ color:#6b8696; font-size:13px; margin-top:6px; }
.footer{ background:#001; color:#fff; padding:14px; text-align:center; font-size:14px; }
<div></div>
<div></div>
Ch Mujahid PK Media
<div>Ch. Mujahid Hussain — Senior Crime Reporter Punjab | Real Investigations & Breaking News</div>
<div>🔴 Breaking: اہم تفتیشی رپورٹس، تازہ اپڈیٹس اور لائیو کوروریج — Visit ch-mujahid12619.b12sites.com</div>
<div></div>
<div></div>
<div></div>
style="display:block"
data-ad-client="REPLACE_WITH_ADSENSE_ID"
data-ad-slot="1111111111"
data-ad-format="auto"
data-full-width-responsive="true">
<div></div>
📰 Latest News
<ul></ul>
<div>ہر 60 سیکنڈ بعد تازہ ترین headlines update ہو جاتی ہیں (Auto).</div>
<div></div>
<h3>Share Ready Captions</h3>
<p>📰 تازہ خبر: Lahore police raid — مکمل تفصیل پڑھیں: https://ch-mujahid12619.b12sites.com/</p>
<p>📰 Breaking: Major police raid in Lahore — Read full story: https://ch-mujahid12619.b12sites.com/</p>
<div></div>
Copy Urdu
Copy English
<div></div>
style="display:block"
data-ad-client="REPLACE_WITH_ADSENSE_ID"
data-ad-slot="2222222222"
data-ad-format="auto"
data-full-width-responsive="true">
<div></div>
<h3>Subscribe & Contact</h3>
<a href="https://wa.me/923001261619?text=Subscribe%20to%20PK%20Media%20Alerts" target="_blank">Subscribe via WhatsApp</a>
<a href="mailto:chmujahid12619@gmail.com">Email: chmujahid12619@gmail.com</a>
<div></div>
<h4>Latest Video</h4>
<div></div>
<iframe></iframe>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">Visit Channel</a>
<div></div>
<h4>Follow</h4>
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">📺 YouTube</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X</a>
<a href="https://wa.me/923001261619" target="_blank">💬 WhatsApp</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<div></div>
<h4>Quick Stats</h4>
<div>Visitors: --</div>
<div>Live analytics enabled after you add GA ID.</div>
<div></div>
© 2025 Ch. Mujahid Hussain — Senior Crime Reporter Punjab | PK Media Company
// sample headlines — replace or expand from server/RSS when available
const headlines = [
"🚨 پنجاب پولیس کی کارروائی: متعدد گرفتاریاں — رپورٹ: چوہدری مجاہد حسین",
"🔍 Exclusive: کرائم نیٹ ورک کی اندرونی تحقیقات شائع",
"🎥 Live: فیلڈ رپورٹ اور فوٹو گیلری اپ ڈیٹ",
"⚖️ قانونی اپ ڈیٹس: اہم مقدمات میں نئی پیش رفت"
];
function renderNews(){
const list = document.getElementById('newsList');
list.innerHTML = '';
headlines.forEach((h,i) => {
const li = document.createElement('li');
li.className = 'news-item';
li.innerHTML = `<div>${h}</div>
<div>By Ch. Mujahid Hussain • ${new Date().toLocaleString()}</div>`;
list.appendChild(li);
});
}
renderNews();
setInterval(renderNews,60000); // refresh every 60s
// copy buttons
function copyText(id){
const t = document.getElementById(id).innerText;
if(navigator.clipboard){ navigator.clipboard.writeText(t); alert('Copied to clipboard'); }
}
window.copyText = copyText;
// fake visitor counter placeholder (replaced by GA)
(function(){
const v = Math.floor(Math.random()*1200)+50;
document.getElementById('visitors').innerText = 'Visitors: ' + v;
})();
FINAL ALL-IN-ONE SMART SITE (Paste below your existing News Page code)
Theme: Red + Blue + Golden
Domain: https://ch-mujahid12619.b12sites.com/
Replace placeholders: REPLACE_WITH_SHEET_CSV_URL, REPLACE_WITH_ADSENSE_ID, REPLACE_WITH_GTAG_ID
======================= -->
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config','REPLACE_WITH_GTAG_ID');
/* Core styling (mobile-first) */
.ai-container{max-width:1100px;margin:14px auto;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 10px 30px rgba(2,20,40,0.06);font-family:Inter,Arial,sans-serif;}
.ai-header{background:linear-gradient(90deg,#d90000,#0028ff,#ffcc00);color:#fff;padding:18px;text-align:center;}
.ai-header h1{margin:0;font-size:22px;font-weight:800;}
.ai-sub{opacity:.95;margin-top:6px;font-size:13px;}
.ai-ticker{background:#000;color:#ffd700;padding:8px 12px;font-weight:700;}
.grid{display:grid;grid-template-columns:1fr;gap:12px;padding:14px;}
@media(min-width:900px){.grid{grid-template-columns:1fr 340px;}}
.card{background:#fff;border-radius:10px;padding:12px;border:1px solid #eef6fb;box-shadow:0 6px 18px rgba(10,20,40,0.03);}
.news-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
.news-item{padding:12px;border-radius:10px;border:1px solid #f0f6fb;background:#fff;}
.news-item img{width:100%;border-radius:8px;max-height:180px;object-fit:cover;}
.btn{background:#0b6fb2;color:#fff;padding:8px 10px;border-radius:8px;border:none;cursor:pointer;text-decoration:none;display:inline-block;}
.footer{background:#001;color:#fff;padding:16px;text-align:center;}
.small{color:#6b8696;font-size:13px;margin-top:6px;}
<div></div>
<div></div>
CH MUJAHID — PK MEDIA
<div>Ch. Mujahid Hussain — Senior Crime Reporter Punjab | Breaking & Investigative Reports</div>
<div>🔴 Live: تازہ ترین اپڈیٹس اور خصوصی رپورٹس — visit ch-mujahid12619.b12sites.com</div>
<div></div>
<div></div>
<div></div>
<h3>📰 Latest News</h3>
<ul></ul>
<div>Feed source: Google Sheet (CSV) OR manual items — replace SHEET URL below.</div>
<div></div>
style="display:block"
data-ad-client="REPLACE_WITH_ADSENSE_ID"
data-ad-slot="1111111111"
data-ad-format="auto"
data-full-width-responsive="true">
<div></div>
<h4>Follow & Subscribe</h4>
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">📺 YouTube</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X</a>
<a href="https://wa.me/923001261619" target="_blank">💬 WhatsApp</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<div></div>
<h4>Latest Video</h4>
<div></div>
<iframe></iframe>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">Visit Channel</a>
<div></div>
<h4>Quick Share</h4>
<p>📰 تازہ خبر: [Headline] — پوری تفصیل: https://ch-mujahid12619.b12sites.com/</p>
<p>📰 Breaking: [Headline] — Read: https://ch-mujahid12619.b12sites.com/</p>
<div></div>
Copy Urdu
Copy Eng
<div>© 2025 Ch. Mujahid Hussain — PK Media Company</div>
1) Create Google Sheet with header: timestamp,source,title,url,image,text
2) File → Publish to web → choose sheet → CSV → get published CSV URL
3) Replace SHEET_CSV_URL value below with that CSV URL
4) Use Zapier/IFTTT to append rows from FB/TikTok/YouTube to the sheet (optional — you can also add rows manually)
================================================================== -->
const SHEET_CSV_URL = 'REPLACE_WITH_SHEET_CSV_URL'; //
async function fetchCSV(url){
try{
if(!url||url.includes('REPLACE_WITH')) return [];
const res = await fetch(url);
if(!res.ok) return [];
const txt = await res.text();
const rows = txt.trim().split('\n').map(r=>r.split(','));
const header = rows.shift().map(h=>h.trim());
const data = rows.map(r=>{
const obj = {};
r.forEach((c,i)=> obj[header[i]] = (c||'').trim());
return obj;
});
return data.reverse(); // newest first
}catch(e){ console.error(e); return []; }
}
function render(items){
const list = document.getElementById('aiNewsList') || document.getElementById('newsList') || document.getElementById('aiNewsList');
list.innerHTML = '';
if(!items||items.length===0){
// fallback sample items (local)
const samples = [
{title:"Welcome to PK Media — site ready", image:"https://i.ibb.co/7S4z6yx/news1.jpg", timestamp:""},
{title:"Follow Ch. Mujahid on YouTube & WhatsApp", image:"https://i.ibb.co/b56mxmV/news2.jpg", timestamp:""}
];
samples.forEach(s=>{
const li = document.createElement('li'); li.className='news-item';
li.innerHTML = `<div>${s.title}</div><div>${s.timestamp}</div>`;
list.appendChild(li);
});
return;
}
items.forEach(it=>{
const li = document.createElement('li'); li.className='news-item';
const img = it.image ? `` : '';
const title = it.title || it.text || '(No title)';
const url = it.url || '#';
const time = it.timestamp||'';
li.innerHTML = `${img}<div><a href="${url}" target="_blank">${title}</a></div><div>${time}</div>`;
list.appendChild(li);
});
}
async function loadAndRender(){
const items = await fetchCSV(SHEET_CSV_URL);
render(items);
}
loadAndRender();
setInterval(loadAndRender, 60000); // re-fetch every 60s
// copy helper
function copyText(id){
const t = document.getElementById(id).innerText;
if(navigator.clipboard) navigator.clipboard.writeText(t);
alert('Copied to clipboard');
}
🌍 <strong>Ch Mujahid Hussain Official Network</strong>
<p>Senior Crime Reporter Punjab | PK Media | Global News & Updates</p>
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">▶ YouTube</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X (Twitter)</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬 WhatsApp</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<a href="mailto:chmujhid12619@gmail.com" target="_blank">📧 Email</a>
<hr />
<div></div>
👁🗨 <strong>Live Visitors:</strong> 0 |
💬 <strong>Comments:</strong> 0 |
👍 <strong>Reactions:</strong> 0
<p></p>
© 2025 <strong>Ch Mujahid Hussain</strong> | All Rights Reserved
<p></p>
// Fake live counter for now (replace later with APIs)
let v = 1200 + Math.floor(Math.random()*500);
let c = 80 + Math.floor(Math.random()*50);
let r = 500 + Math.floor(Math.random()*300);
document.getElementById("visitors").innerText = v;
document.getElementById("comments").innerText = c;
document.getElementById("reactions").innerText = r;
.ai-wrap{max-width:1100px;margin:18px auto;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 10px 30px rgba(2,20,40,0.06);font-family:Inter,Arial,sans-serif;}
.ai-head{background:linear-gradient(90deg,#d90000,#0028ff,#ffcc00);color:#fff;padding:18px;text-align:center;}
.ai-head h1{margin:0;font-size:22px;font-weight:800;}
.ai-ticker{background:#000;color:#ffd700;padding:8px 12px;font-weight:700;}
.grid{display:grid;grid-template-columns:1fr;gap:12px;padding:14px;}
@media(min-width:900px){.grid{grid-template-columns:1fr 340px;}}
.card{background:#fff;border-radius:10px;padding:12px;border:1px solid #eef6fb;box-shadow:0 6px 18px rgba(10,20,40,0.03);}
.news-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
.news-item{padding:12px;border-radius:10px;border:1px solid #f0f6fb;background:#fff;}
.news-item img{width:100%;border-radius:8px;max-height:180px;object-fit:cover;}
.btn{background:#0b6fb2;color:#fff;padding:8px 10px;border-radius:8px;border:none;cursor:pointer;text-decoration:none;display:inline-block;}
.footer{background:#001;color:#fff;padding:16px;text-align:center;}
.small{color:#6b8696;font-size:13px;margin-top:6px;}
.social-btn{padding:10px 16px;border-radius:10px;color:#fff;text-decoration:none;font-weight:700;display:inline-block;margin:6px;}
.live-stats{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:10px;font-weight:700;}
<div></div>
<div></div>
CH MUJAHID — PK MEDIA
<div>Ch. Mujahid Hussain — Senior Crime Reporter Punjab | Breaking & Investigative Reports</div>
<div>🔴 Live: تازہ اپڈیٹس اور خصوصی رپورٹس — visit ch-mujahid12619.b12sites.com</div>
<div></div>
<div></div>
<div></div>
<h3>📰 Latest News</h3>
<ul></ul>
<div>Feed: Google Sheet (CSV) — ہر 60s پر ریفریش</div>
<div></div>
style="display:block"
data-ad-client="REPLACE_WITH_ADSENSE_ID"
data-ad-slot="1111111111"
data-ad-format="auto"
data-full-width-responsive="true">
<div></div>
<h4>Follow & Subscribe</h4>
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">▶ YouTube</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬 WhatsApp</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<div></div>
<div>👁 Visitors: --</div>
<div>💬 Comments: --</div>
<div>👍 Reactions: --</div>
<div></div>
<h4>Latest Video</h4>
<div></div>
<iframe></iframe>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">Visit Channel</a>
<div>© 2025 Ch. Mujahid Hussain — PK Media Company</div>
/* ========== CONFIG ========== */
const SHEET_CSV = 'REPLACE_WITH_SHEET_CSV_URL'; //
/* =========================== */
async function fetchCSV(url){
try{
if(!url||url.includes('REPLACE_WITH')) return [];
const res = await fetch(url);
if(!res.ok) return [];
const txt = await res.text();
// basic parse: split lines, naive CSV split with support for quoted commas
const rows = txt.trim().split('\n').map(r=>r.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/));
const header = rows.shift().map(h=>h.trim());
const data = rows.map(r=>{
const obj={};
r.forEach((c,i)=> obj[header[i]] = (c||'').trim().replace(/^"|"$/g,''));
return obj;
});
return data.reverse(); // newest first
}catch(e){ console.error(e); return []; }
}
function renderNews(items){
const list = document.getElementById('aiNewsList');
list.innerHTML = '';
if(!items || items.length===0){
list.innerHTML = '<li>No news found. Add rows to your Google Sheet (timestamp,source,title,url,image,text) or check CSV URL.</li>';
return;
}
items.forEach(it=>{
const li = document.createElement('li'); li.className='news-item';
const img = it.image ? `` : '';
const title = it.title || it.text || '(No title)';
const url = it.url || '#';
const time = it.timestamp || '';
li.innerHTML = `${img}<div><a href="${url}" target="_blank">${title}</a></div><div>${it.source||'PK Media'} • ${time}</div>`;
list.appendChild(li);
});
}
async function loadAndRender(){
const items = await fetchCSV(SHEET_CSV);
renderNews(items);
}
loadAndRender();
setInterval(loadAndRender,60000);
// Visitors placeholder (replaced by GA later)
(function(){ try{ const v = Math.floor(Math.random()*900)+100; document.getElementById('liveVisitors').innerText = v; document.getElementById('liveComments').innerText = Math.floor(v/15); document.getElementById('liveReacts').innerText = Math.floor(v/3); }catch(e){} })();
// copy helper (if needed)
function copyText(id){ const t = document.getElementById(id).innerText; if(navigator.clipboard) navigator.clipboard.writeText(t); alert('Copied'); }
footer, .footer, .site-footer {
color: #c8102e !important; /* Dark Red */
font-weight: bold;
text-shadow: 1px 1px 3px gold;
font-size: 18px;
letter-spacing: 0.5px;
}
footer a, .footer a {
color: gold !important;
text-decoration: none;
font-weight: bold;
}
footer a:hover {
color: #ff3333 !important;
text-decoration: underline;
}
.footer-text strong {
color: #b30000 !important; /* گہرا شاہی سرخ رنگ */
font-weight: 900;
font-size: 24px;
text-transform: uppercase;
letter-spacing: 2px;
text-shadow:
0 0 5px gold,
0 0 10px #FFD700,
0 0 15px #FFB300,
0 0 20px #b30000;
animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
from {
text-shadow:
0 0 5px gold,
0 0 10px #FFD700,
0 0 15px #FFB300,
0 0 20px #b30000;
}
to {
text-shadow:
0 0 10px #FFD700,
0 0 20px #FFB300,
0 0 25px #b30000,
0 0 30px #FF4500;
}
}
Ch. Mujahid Hussain
<p>Senior Crime Reporter – Punjab | PK Media Company</p>
<p>All Updating News Around the World 🌍</p>
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">📺 YouTube</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X (Twitter)</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬 WhatsApp Channel</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<div></div>
📧 <strong>Email:</strong> <a href="mailto:chmujhid12619@gmail.com">chmujhid12619@gmail.com</a>
© 2025 Ch. Mujahid Hussain Official | All Rights Reserved | Powered by PK Media Company
🔴 Ch Mujahid Hussain Official – Live News & Global Updates 🌍
<p>All Breaking & Trending News – Directly Synced From Social Media Feeds</p>
width="500" height="600" style="border:none;overflow:hidden;border-radius:15px;" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share">
<div></div>
<iframe></iframe>
<div></div>
<a href="https://x.com/ChMujahid286630">Tweets by Ch Mujahid Hussain</a>
<div></div>
<blockquote> </blockquote>
<a target="_blank" href="https://www.tiktok.com/@chmujahid450">@chmujahid450</a>
<div></div>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank"></a>
💬 Join My WhatsApp News Channel
<p>📧 Email: <a href="mailto:chmujhid12619@gmail.com">chmujhid12619@gmail.com</a></p>
💼 Ch Mujahid Hussain Official – Live Views & Earning Panel
<p>Automatic system to count views, visitors & earnings in real-time</p>
<div></div>
<div></div>
<h3>🌍 Total Visitors</h3>
0
<div></div>
<h3>👁️ Total Views</h3>
0
<div></div>
<h3>💰 Estimated Earnings</h3>
$0.00
<div></div>
<h3>Sponsored Advertisement</h3>
<div></div>
<p>[Your AdSense or Partner Ad Code Here]</p>
// Simple auto-counter simulation (you can connect to database or API later)
let visitors = Math.floor(Math.random() * 10000) + 2000;
let views = Math.floor(Math.random() * 50000) + 10000;
let earnings = (views * 0.002).toFixed(2); // example: $0.002 per view
document.getElementById("visitors").textContent = visitors.toLocaleString();
document.getElementById("views").textContent = views.toLocaleString();
document.getElementById("earnings").textContent = "$" + earnings;
<div></div>
📰 Loading latest headlines...
const newsHeadlines = [
"🔥 پنجاب پولیس کی بڑی کارروائی — اہم ملزمان گرفتار!",
"⚖️ ریونیو کیسز میں تاریخی پیشرفت، عوام کے لیے خوشخبری!",
"📢 چوہدری مجاہد حسین CCR — سچ اور انصاف کی آواز!",
"🌍 ہماری ویب سائٹ عالمی معیار پر — دیکھتے رہیں تازہ خبریں!",
"💥 ٹک ٹاک، واٹس ایپ، فیس بک سے تازہ خبریں خودکار لنک کے ذریعے!"
];
let i = 0;
function showBreakingNews() {
document.getElementById("breakingNewsText").textContent = newsHeadlines[i];
i = (i + 1) % newsHeadlines.length;
}
setInterval(showBreakingNews, 4000);
showBreakingNews();
<div></div>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦</a>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">▶️</a>
⚜️ Ch. Mujahid Hussain CCR ⚜️
<p>Official Crime & Investigative Reports | Punjab</p>
<p>📧 Email: <a href="mailto:chmujhid12619@gmail.com">chmujhid12619@gmail.com</a></p>
<p>© 2025 Ch Mujahid Hussain Official News Portal. All Rights Reserved.</p>
window.scrollTo({ top: 0, behavior: 'smooth' });
async function autoSyncPosts() {
const feeds = [
"https://facebook.com/share/1B7z6N8JY2",
"https://tiktok.com/@chmujahid450",
"https://x.com/ChMujahid286630",
"https://youtube.com/@chmujahidpkmedia",
"https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b"
];
const container = document.createElement('div');
container.style = "padding:20px; background:#111; color:white; text-align:center; font-family:Arial;";
container.innerHTML = "🌐 Live Feeds — Mujahid Media Network<p>Loading latest updates...</p>";
document.body.appendChild(container);
feeds.forEach(link => {
const item = document.createElement('p');
item.innerHTML = `🔗 <a href="${link}" target="_blank">${link}</a>`;
container.appendChild(item);
});
}
window.onload = autoSyncPosts;
crossorigin="anonymous">
<div></div>
style="display:block; text-align:center; width:100%; height:auto;"
data-ad-client="ca-pub-7832671283749123"
data-ad-slot="5524912392"
data-ad-format="auto"
data-full-width-responsive="true">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-AB12CD3456');
document.addEventListener('click', function(e) {
if (e.target.closest('.adsbygoogle')) {
fetch("https://formspree.io/f/mwkgdxyz", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ message: "Ad clicked on Ch Mujahid PK Media" })
});
}
});
footer {
background: linear-gradient(90deg, #8B0000, #FFD700, #1E90FF);
color: white;
text-align: center;
padding: 25px;
border-radius: 15px 15px 0 0;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 17px;
box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
footer a {
color: #FFD700;
font-weight: 700;
text-decoration: none;
}
footer a:hover {
color: #fff;
text-shadow: 0 0 10px #FFD700;
}
© 2025 <strong>Ch Mujahid Hussain</strong> — Senior Crime Reporter, Punjab.<br />
<a href="mailto:chmujhid12619@gmail.com">📧 Email</a> |
<a href="https://facebook.com/share/1B7z6N8JY2">📘 Facebook</a> |
<a href="https://x.com/ChMujahid286630">🐦 X</a> |
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b">💬 WhatsApp</a> |
<a href="https://tiktok.com/@chmujahid450">🎵 TikTok</a> |
<a href="https://youtube.com/@chmujahidpkmedia">▶️ YouTube</a><br /><br />
<em>Powered by Mujahid Digital Network</em>
crossorigin="anonymous">
<div></div>
style="display:block; text-align:center; width:100%; height:auto;"
data-ad-client="ca-pub-7832671283749123"
data-ad-slot="5524912392"
data-ad-format="auto"
data-full-width-responsive="true">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-AB12CD3456');
document.addEventListener('click', function(e) {
if (e.target.closest('.adsbygoogle')) {
fetch("https://formspree.io/f/mwkgdxyz", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ message: "Ad clicked on Ch Mujahid PK Media" })
});
}
});
footer {
background: linear-gradient(90deg, #8B0000, #FFD700, #1E90FF);
color: white;
text-align: center;
padding: 25px;
border-radius: 15px 15px 0 0;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 17px;
box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
footer a {
color: #FFD700;
font-weight: 700;
text-decoration: none;
}
footer a:hover {
color: #fff;
text-shadow: 0 0 10px #FFD700;
}
© 2025 <strong>Ch Mujahid Hussain</strong> — Senior Crime Reporter, Punjab.<br />
<a href="mailto:chmujhid12619@gmail.com">📧 Email</a> |
<a href="https://facebook.com/share/1B7z6N8JY2">📘 Facebook</a> |
<a href="https://x.com/ChMujahid286630">🐦 X</a> |
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b">💬 WhatsApp</a> |
<a href="https://tiktok.com/@chmujahid450">🎵 TikTok</a> |
<a href="https://youtube.com/@chmujahidpkmedia">▶️ YouTube</a><br /><br />
<em>Powered by Mujahid Digital Network</em>
🔸 Ch Mujahid Hussain Official Media Hub 🔸
<p></p>
Stay connected with the latest authentic crime reports, exclusive news & live updates.
<p></p>
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">🎥 YouTube</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X (Twitter)</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬 WhatsApp</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<a href="mailto:chmujhid12619@gmail.com">📧 Email</a>
<hr />
🌐 Live Auto Updates
<p></p>
Any news or post shared on your WhatsApp, Facebook, or TikTok will automatically sync and appear here on your website feed within minutes.
<p></p>
<div></div>
<p>🔄 Fetching latest updates... please wait.</p>
// 🔹 Placeholder for future auto-fetch integration
// This simulates live news updates
setTimeout(()=>{
document.getElementById('live-feed').innerHTML = `
<div></div>
<h3>🔥 Latest Update:</h3>
<p>Breaking News synced from your social accounts — stay tuned for real-time posts!</p>
`;
},3000);
© 2025 <b>Ch Mujahid Hussain</b> | All Rights Reserved | Powered by Official Media Network
🌍 Live Global Media Feed
<div></div>
<p>Loading your latest posts from Facebook, WhatsApp, TikTok, YouTube & X...</p>
async function fetchSocialPosts() {
const feed = document.getElementById("liveFeedContainer");
const sources = [
{name: "Facebook", url: "https://facebook.com/share/1B7z6N8JY2"},
{name: "WhatsApp", url: "https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b"},
{name: "TikTok", url: "https://tiktok.com/@chmujahid450"},
{name: "YouTube", url: "https://youtube.com/@chmujahidpkmedia"},
{name: "X (Twitter)", url: "https://x.com/ChMujahid286630"}
];
feed.innerHTML = "";
sources.forEach(src => {
const card = document.createElement("div");
card.style = "background:rgba(255,255,255,0.1);padding:20px;border-radius:15px;text-align:center;";
card.innerHTML = `
<h3>${src.name}</h3>
<p>Click below to view the latest updates directly.</p>
<a href="${src.url}" target="_blank">View on ${src.name}</a>
`;
feed.appendChild(card);
});
}
fetchSocialPosts();
// === AUTO SOCIAL SYNC SCRIPT ===
document.addEventListener("DOMContentLoaded", function() {
// --- WEBSITE META UPDATE ---
const pageUrl = window.location.href;
const pageTitle = document.title || "PK Media — Breaking Crime Reports";
const metaDesc = document.querySelector('meta[name="description"]')?.content || "Exclusive Investigations by Ch. Mujahid Hussain — Senior Crime Reporter Punjab.";
// --- SHARE MESSAGE TEMPLATE ---
const shareMessage = `🚨 ${pageTitle}\n📰 ${metaDesc}\n🔗 Read more: ${pageUrl}\n#BreakingNews #PKMedia`;
// --- WHATSAPP AUTO SHARE ---
const whatsappBtn = document.querySelector('button[onclick*="WhatsApp"]');
if (whatsappBtn) {
whatsappBtn.onclick = function() {
window.open(`https://api.whatsapp.com/send?text=${encodeURIComponent(shareMessage)}`, '_blank');
};
}
// --- FACEBOOK AUTO SHARE ---
const fbBtn = document.querySelector('button[onclick*="Facebook"]');
if (fbBtn) {
fbBtn.onclick = function() {
window.open(`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(pageUrl)}"e=${encodeURIComponent(shareMessage)}`, '_blank');
};
}
// --- X (TWITTER) AUTO SHARE ---
const xBtn = document.querySelector('button[onclick*="X Text"]');
if (xBtn) {
xBtn.onclick = function() {
window.open(`https://x.com/intent/post?text=${encodeURIComponent(shareMessage)}`, '_blank');
};
}
// --- EMAIL SHARE ---
const emailBtn = document.querySelector('button[onclick*="Email"]');
if (emailBtn) {
emailBtn.onclick = function() {
window.location.href = `mailto:?subject=${encodeURIComponent(pageTitle)}&body=${encodeURIComponent(shareMessage)}`;
};
}
// --- TIKTOK LINK (STATIC REDIRECT) ---
const tiktokBtn = document.querySelector('a[href*="tiktok.com"]');
if (tiktokBtn) {
tiktokBtn.setAttribute("target", "_blank");
}
// --- AUTO POST TO FACEBOOK PAGE (requires token) ---
const fbPageAccessToken = "YOUR_FACEBOOK_PAGE_ACCESS_TOKEN"; // Replace this
const fbPageId = "YOUR_PAGE_ID"; // Replace this
if (fbPageAccessToken !== "YOUR_FACEBOOK_PAGE_ACCESS_TOKEN") {
fetch(`https://graph.facebook.com/${fbPageId}/feed`, {
method: "POST",
body: new URLSearchParams({
message: shareMessage,
access_token: fbPageAccessToken
})
})
.then(r => r.json())
.then(d => console.log("✅ Auto-posted to FB Page:", d))
.catch(e => console.error("⚠️ FB AutoPost error:", e));
}
console.log("🚀 Auto Social Integration Active!");
});
async function autoSyncPosts() {
const sources = [
{ name: "Facebook", url: "https://facebook.com/share/1B7z6N8JY2" },
{ name: "X", url: "https://x.com/ChMujahid286630" },
{ name: "TikTok", url: "https://tiktok.com/@chmujahid450" },
{ name: "YouTube", url: "https://youtube.com/@chmujahidpkmedia" },
{ name: "WhatsApp", url: "https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" }
];
const feedContainer = document.createElement('div');
feedContainer.id = 'auto-sync-feed';
feedContainer.style.background = 'black';
feedContainer.style.color = 'white';
feedContainer.style.padding = '20px';
feedContainer.style.marginTop = '30px';
feedContainer.style.borderRadius = '15px';
feedContainer.innerHTML = "<h3>📡 تازہ خبریں براہ راست ہمارے سوشل میڈیا سے:</h3>";
for (const source of sources) {
const item = document.createElement('div');
item.innerHTML = `<a href="${source.url}" target="_blank">${source.name} 🔗</a> سے نئی خبریں حاصل کریں`;
feedContainer.appendChild(item);
}
document.body.appendChild(feedContainer);
}
window.onload = autoSyncPosts;
const sources = [
{ name: "Facebook", url: "https://facebook.com/share/1B7z6N8JY2" },
{ name: "X (Twitter)", url: "https://x.com/ChMujahid286630" },
{ name: "YouTube", url: "https://youtube.com/@chmujahidpkmedia" },
{ name: "TikTok", url: "https://tiktok.com/@chmujahid450" },
{ name: "WhatsApp Channel", url: "https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" }
];
function createAutoPostBox() {
const container = document.createElement('div');
container.id = 'auto-posts';
container.style.background = 'linear-gradient(145deg, #000000, #111111)';
container.style.color = 'white';
container.style.padding = '25px';
container.style.marginTop = '40px';
container.style.borderRadius = '18px';
container.style.textAlign = 'center';
container.style.boxShadow = '0px 0px 15px gold';
container.innerHTML = `
📰 تازہ خبریں براہِ راست ہمارے سوشل میڈیا سے
<p>یہ خبریں خودکار طور پر آپ کے اکاؤنٹس سے اپڈیٹ ہوتی ہیں</p>
<div></div>
`;
document.body.appendChild(container);
autoLoadPosts();
}
function autoLoadPosts() {
const feed = document.getElementById('auto-feed');
sources.forEach(src => {
const item = document.createElement('div');
item.style.margin = '10px 0';
item.innerHTML = `
style="color:lightgreen; font-weight:bold; text-decoration:none;">
📡 ${src.name} پر تازہ پوسٹس دیکھیں
`;
feed.appendChild(item);
});
}
window.onload = createAutoPostBox;
<div></div>
🌐 چوہدری مجاہد حسین — PK MEDIA NETWORK
<p>تازہ خبریں، ویڈیوز، ری ایکشنز اور لائیو رپورٹس اب ایک ہی جگہ پر</p>
<div></div>
<div></div>
<h3>📢 اپنے دوستوں سے شیئر کریں</h3>
<div></div>
<div></div>
<h3></h3>
👑 اپنے دوستوں سے شیئر کریں 👑
<div></div>
target="_blank"
style="display:inline-block; background:linear-gradient(90deg,#3b5998,#1c1f7a); color:#fff; padding:12px 25px; border-radius:30px; margin:6px; text-decoration:none; font-weight:bold; transition:0.3s;">
🔵 Facebook پر شیئر کریں
target="_blank"
style="display:inline-block; background:linear-gradient(90deg,#25D366,#128C7E); color:#fff; padding:12px 25px; border-radius:30px; margin:6px; text-decoration:none; font-weight:bold; transition:0.3s;">
🟢 WhatsApp پر شیئر کریں
target="_blank"
style="display:inline-block; background:linear-gradient(90deg,#1DA1F2,#0d8ae6); color:#fff; padding:12px 25px; border-radius:30px; margin:6px; text-decoration:none; font-weight:bold; transition:0.3s;">
🔷 X (Twitter) پر شیئر کریں
<a href="https://www.facebook.com/sharer/sharer.php?u=https://ch-mujahid12619.b12sites.com" target="_blank">🔵 Facebook پر شیئر کریں</a>
<a href="https://api.whatsapp.com/send?text=📢%20دیکھیں:%20https://ch-mujahid12619.b12sites.com" target="_blank">🟢 WhatsApp پر شیئر کریں</a>
<a href="https://twitter.com/intent/tweet?url=https://ch-mujahid12619.b12sites.com&text=📢%20Breaking%20News!" target="_blank">🔷 X (Twitter) پر شیئر کریں</a>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">📺 YouTube</a> |
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a> |
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X (Twitter)</a> |
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬 WhatsApp</a> |
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a> |
<a href="mailto:chmujhid12619@gmail.com">✉️ Email</a>
<hr />
<iframe></iframe>
<p>⚡ اپ ڈیٹس خودکار طور پر شامل ہو رہی ہیں — نئی پوسٹس فیس بک، واٹس ایپ یا یوٹیوب پر کرتے ہی یہاں ظاہر ہوں گی۔</p>
document.addEventListener("DOMContentLoaded", function() {
// Track Page Views
let pageUrl = window.location.href;
fetch("https://api.countapi.xyz/hit/" + encodeURIComponent(pageUrl) + "/views")
.then(res => res.json())
.then(data => {
let counter = document.createElement("div");
counter.style.textAlign = "center";
counter.style.color = "#ffd700";
counter.style.fontSize = "14px";
counter.innerHTML = "👁️🗨️ Views: " + data.value + " | Updated Automatically";
document.body.appendChild(counter);
});
// Auto Refresh Social Feed (every 2 hours)
setInterval(() => {
location.reload();
}, 7200000); // 2 hours
});
🌐 Live Auto-Feed & Tracker — Mujahid Media
<p></p>
تازہ پوسٹس اگر عام (public) ہوں تو خودبخود یہاں ظاہر ہوں گی۔ (اگر کوئی feed نہ آئے تو ذیل میں alternate links نظر آئیں گے)
<p></p>
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">📺 YouTube</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬 WhatsApp</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<div></div>
<div></div>
اگر feed نہ آئے تو براہِ کرم public links verify کریں — بعض سروسز server side access یا API key مانگتی ہیں۔
/* ===== Smart Auto-Sync Script =====
- Attempts to load public RSS / embed sources.
- Tracks views (localStorage) and share clicks (sends a POST to Formspree).
- If a source cannot be fetched due to CORS, shows a direct link card.
IMPORTANT: Replace FORM_ENDPOINT with your Formspree (or other) endpoint if required.
*/
(async function(){
const FORM_ENDPOINT = "https://formspree.io/f/mwkgdxyz"; // اگر آپ کے پاس اپنا endpoint ہے تو یہاں بدل دیں
const feedContainer = document.getElementById('smartFeed');
// helper: create card
function makeCard({title, text, img, url, source}) {
const card = document.createElement('div');
card.style = "background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.06)); padding:16px; border-radius:12px; color:#fff; box-shadow:0 6px 18px rgba(0,0,0,0.5);";
card.innerHTML = `
<div></div>
<div></div>
<h3>${title || source}</h3>
<p>${text || ''}</p>
<div></div>
<a href="${url}" target="_blank">View</a>
Mark Read
Share
👁 <strong>0</strong>
`;
// events
const vcountEl = card.querySelector('.vcount');
const shareBtn = card.querySelector('.shareBtn');
const markBtn = card.querySelector('.markView');
const openLink = card.querySelector('.openLink');
// load saved counts
const key = 'muj_feed_' + (url || title || Math.random()).slice(0,60);
let data = JSON.parse(localStorage.getItem(key) || '{}');
vcountEl.textContent = data.views ? data.views : 0;
// increment when mark read or open
markBtn.addEventListener('click', () => {
data.views = (data.views||0)+1;
localStorage.setItem(key, JSON.stringify(data));
vcountEl.textContent = data.views;
});
openLink.addEventListener('click', () => {
data.views = (data.views||0)+1;
localStorage.setItem(key, JSON.stringify(data));
vcountEl.textContent = data.views;
});
// share button: opens navigator share if available, else opens share popup
shareBtn.addEventListener('click', async ()=>{
const shareData = { title: title || source, text: text ? text.slice(0,200) : '', url: url };
// notify backend (Formspree) about share event
try {
fetch(FORM_ENDPOINT, { method:'POST', headers:{'Content-Type':'application/json'}, body: JSON.stringify({event:'share', source: source, title: title, url: url}) });
} catch(e){}
if (navigator.share) {
try{ await navigator.share(shareData); } catch(e){}
} else {
// fallback: open social share links
const fb = `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(url)}`;
const wa = `https://api.whatsapp.com/send?text=${encodeURIComponent(title+' '+url)}`;
const tw = `https://twitter.com/intent/tweet?text=${encodeURIComponent(title+' '+url)}`;
const choice = confirm("Share on WhatsApp? OK=WhatsApp, Cancel=Other");
window.open(choice? wa : fb, '_blank');
}
});
return card;
}
// Try to fetch YouTube RSS via rss2json (no key required but rate limited).
async function fetchYouTube(channelId) {
try {
const rss = `https://www.youtube.com/feeds/videos.xml?channel_id=${channelId}`;
const proxy = `https://api.rss2json.com/v1/api.json?rss_url=${encodeURIComponent(rss)}`;
const res = await fetch(proxy);
if(!res.ok) throw new Error('YT fetch failed');
const data = await res.json();
const items = data.items || [];
return items.map(it => ({ title: it.title, text: (it.pubDate||'') , url: it.link, source:'YouTube' }));
} catch(e) {
return null;
}
}
// Generic helper that returns fallback card for a plain link (useful for Facebook, WhatsApp)
function fallbackLinkCard(url, sourceName) {
return [{ title: sourceName, text: 'Open live updates on source', url: url, source: sourceName }];
}
// Define your public sources here
const sources = [
{type:'youtube', id:'UCgYbChMujahidOfficial', label:'YouTube'}, //
{type:'link', url:'https://facebook.com/share/1B7z6N8JY2', label:'Facebook'},
{type:'link', url:'https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b', label:'WhatsApp Channel'},
{type:'link', url:'https://tiktok.com/@chmujahid450', label:'TikTok'},
{type:'link', url:'https://x.com/ChMujahid286630', label:'X (Twitter)'}
];
// fetch and render
for(const src of sources) {
try {
if(src.type === 'youtube') {
// If you know real channel ID, replace src.id above. If not, rss fetch may fail.
const items = await fetchYouTube(src.id);
if(items && items.length) {
items.slice(0,4).forEach(it => feedContainer.appendChild(makeCard({title:it.title, text: it.text, url: it.url, source: src.label})));
} else {
// fallback card
const cards = fallbackLinkCard(`https://youtube.com/@chmujahidpkmedia`, 'YouTube');
cards.forEach(c=> feedContainer.appendChild(makeCard({title:c.title, text:c.text, url:c.url, source:c.label})));
}
} else {
// for plain links show a direct card (Facebook/TikTok/WhatsApp)
feedContainer.appendChild(makeCard({title: src.label, text: 'Open live updates on ' + src.label, url: src.url, source: src.label}));
}
} catch(e) {
// on error show fallback
feedContainer.appendChild(makeCard({title: src.label, text: 'Unable to auto-fetch — open source', url: src.url, source: src.label}));
}
}
// Small UX: if no items rendered -> show notice with manual instructions
if(!feedContainer.hasChildNodes()){
feedContainer.innerHTML = '<div>No public feed items found. For full auto-sync please allow server/Zapier integration. Contact me and I will set up server sync.</div>';
}
})();
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config','REPLACE_WITH_GTAG_ID');
/* ====== Royal global ====== */
.ai-wrap{max-width:1100px;margin:18px auto;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#0b0b0b,#071022);box-shadow:0 10px 30px rgba(0,0,0,0.6);font-family:Inter,Arial,sans-serif;color:#fff;padding:12px;}
.header-royal{background:linear-gradient(90deg,#b30000,#0028ff,#ffd700);padding:18px;text-align:center;border-radius:10px;}
.header-royal h1{margin:0;font-size:24px;color:#fff;}
.btn-royal{padding:10px 18px;border-radius:999px;background:linear-gradient(90deg,#ffd700,#ff8c00);color:#000;font-weight:800;text-decoration:none;}
.feed-grid{display:grid;grid-template-columns:1fr;gap:12px;}
@media(min-width:900px){.feed-grid{grid-template-columns:1fr 340px;}}
.card{background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.06));padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,0.03);}
.news-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
.news-item{padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,0.03);background:rgba(0,0,0,0.12);}
.small{color:#cfcfcf;font-size:13px;}
.share-row a{display:inline-block;margin:6px;padding:10px 18px;border-radius:30px;text-decoration:none;font-weight:700;}
.footer-royal{background:linear-gradient(90deg,#001f3f,#8b0000,#ffd700);text-align:center;padding:20px;border-radius:10px;margin-top:18px;color:#fff;}
.float-social{position:fixed;right:16px;bottom:18px;display:flex;flex-direction:column;gap:10px;z-index:9999;}
.float-social a{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;text-decoration:none;font-size:20px;}
<div></div>
<div></div>
🔶 Ch. Mujahid Hussain — Official PK Media
<p>Senior Crime Reporter — Breaking & Investigative News</p>
<div></div>
🔴 Live: تازہ خبریں اور خصوصی رپورٹس — visit ch-mujahid12619.b12sites.com
<div></div>
<div></div>
<h3>📰 Live News Feed</h3>
<ul></ul>
<p>Source: Google Sheet (recommended) or direct social embeds. Auto-refresh every 60s.</p>
<h4>Follow & Subscribe</h4>
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">▶ YouTube Channel</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook Page</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬 WhatsApp Channel</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<div></div>
<h4>Quick Share</h4>
<div></div>
<a href="https://www.facebook.com/sharer/sharer.php?u=https://ch-mujahid12619.b12sites.com" target="_blank">Facebook</a>
<a href="https://api.whatsapp.com/send?text=📢%20دیکھیں:%20https://ch-mujahid12619.b12sites.com" target="_blank">WhatsApp</a>
<a href="https://twitter.com/intent/tweet?url=https://ch-mujahid12619.b12sites.com&text=Breaking%20News" target="_blank">X</a>
<div></div>
<h4>Latest Video</h4>
<div></div>
<iframe></iframe>
<div></div>
style="display:block"
data-ad-client="REPLACE_WITH_ADSENSE_ID"
data-ad-slot="REPLACE_WITH_AD_SLOT"
data-ad-format="auto"
data-full-width-responsive="true">
<div></div>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦</a>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">▶</a>
<div></div>
<div>⚜️ Ch. Mujahid Hussain — Official</div>
<div>© 2025 Ch Mujahid Hussain | PK Media Company</div>
<div>Email: <a href="mailto:chmujhid12619@gmail.com">chmujhid12619@gmail.com</a></div>
/* CONFIG - replace these values */
const SHEET_CSV = "REPLACE_WITH_SHEET_CSV_URL"; // Publish Google Sheet -> CSV link
const FORM_ENDPOINT = "REPLACE_WITH_FORMSPREE_ENDPOINT"; // for share / notifications
const YT_CHANNEL_RSS = "https://www.youtube.com/feeds/videos.xml?channel_id=REPLACE_WITH_YT_CHANNEL_ID"; // optional
// Basic CSV fetch & render
async function fetchCSVFeed(url){
if(!url || url.includes("REPLACE_WITH")) return [];
try{
const res = await fetch(url);
if(!res.ok) return [];
const txt = await res.text();
const rows = txt.trim().split("\n").map(r=>r.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/));
const header = rows.shift().map(h=>h.trim());
const data = rows.map(r=>{
const obj={};
r.forEach((c,i)=> obj[header[i]] = (c||'').trim().replace(/^"|"$/g,''));
return obj;
});
return data.reverse();
}catch(e){ console.error(e); return []; }
}
function renderFinalNews(items){
const list = document.getElementById("finalNewsList");
list.innerHTML = "";
if(!items || items.length===0){
list.innerHTML = '<li>No news found. Add rows to Google Sheet or check CSV URL.</li>';
return;
}
items.forEach(it=>{
const li=document.createElement('li'); li.className='news-item';
const img = it.image ? `` : '';
const title = it.title || it.text || '(No title)';
const url = it.url || '#';
const time = it.timestamp || '';
li.innerHTML = `${img}<div><a href="${url}" target="_blank">${title}</a></div><div>${it.source||'PK Media'} • ${time}</div>`;
list.appendChild(li);
});
}
// load feed
(async function(){
const data = await fetchCSVFeed(SHEET_CSV);
renderFinalNews(data);
setInterval(async ()=>{ const d = await fetchCSVFeed(SHEET_CSV); renderFinalNews(d); }, 60000);
})();
CH MUJAHID HUSSAIN 🔥<br />
Senior Crime Reporter Punjab
<p></p>
Bold Truth • Investigations • Real Journalism
<p></p>
<hr />
🌍 Connect With Me
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">YouTube</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">Facebook</a>
<a href="https://x.com/ChMujahid286630" target="_blank">Twitter / X</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">WhatsApp Channel</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">TikTok</a>
<hr />
📰 Latest News & Updates
<p>Stay tuned for breaking stories, crime reports, and exclusive investigations updated directly from CH Mujahid Punjab Team.</p>
<div></div>
<iframe></iframe>
<hr />
📩 Contact & Business
<p>Email: <a href="mailto:chmujhid12619@gmail.com">chmujhid12619@gmail.com</a></p>
<p>Direct Support & Media: <b>0308-4513994</b></p>
<p></p>
© 2025 CH Mujahid PK Media | Powered by Punjab Crime Desk
<p></p>
/* Royal Theme global */
body .mu-wrap{max-width:1200px;margin:18px auto;padding:14px;font-family:Inter,Arial,sans-serif;color:#fff;background:linear-gradient(180deg,#02030a,#071022);border-radius:14px;box-shadow:0 12px 30px rgba(0,0,0,0.6);}
.mu-header{background:linear-gradient(90deg,#b30000,#0028ff,#ffd700);padding:18px;border-radius:8px;text-align:center}
.mu-header h1{margin:0;font-size:24px;color:#fff}
.mu-ticker{background:#000;color:#ffd700;padding:8px;border-radius:8px;margin-top:12px;font-weight:800}
.grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:14px}
@media(min-width:900px){.grid{grid-template-columns:1fr 360px}}
.card{background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.06));padding:14px;border-radius:10px;border:1px solid rgba(255,255,255,0.03)}
.news-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.news-item{padding:12px;border-radius:10px;background:rgba(0,0,0,0.12);border:1px solid rgba(255,255,255,0.02)}
.small{color:#cfcfcf;font-size:13px}
.btn{display:inline-block;padding:10px 16px;border-radius:999px;font-weight:800;text-decoration:none}
.float-social{position:fixed;right:14px;bottom:16px;display:flex;flex-direction:column;gap:10px;z-index:9999}
.float-social a{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:20px}
.mu-footer{background:linear-gradient(90deg,#001f3f,#8b0000,#ffd700);padding:18px;margin-top:18px;border-radius:10px;text-align:center;color:#fff}
.feed-card img{width:100%;border-radius:8px;max-height:160px;object-fit:cover}
.counter{background:rgba(255,215,0,0.06);padding:8px;border-radius:8px;color:#ffd700;font-weight:800}
<div></div>
Ch Mujahid Hussain – PK Media Global News Network
<div>Senior Crime Reporter — Breaking & Investigative Reports</div>
<div>🔴 Live: تازہ ترین خبریں اور خصوصی رپورٹس — visit ch-mujahid12619.b12sites.com</div>
<div></div>
<h3>📰 Live News Feed</h3>
<ul></ul>
<div>Primary feed: Google Sheet (recommended). Auto-refresh every 60s.</div>
<h4>Follow & Subscribe</h4>
<div></div>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">▶ YouTube</a>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘 Facebook</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦 X</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬 WhatsApp</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵 TikTok</a>
<div></div>
<h4>Latest Video</h4>
<div></div>
<iframe></iframe>
<div></div>
<h4>Live Counters</h4>
<div></div>
<div>👁 Visitors: --</div>
<div>👍 Reactions: --</div>
<div>💬 Shares: --</div>
<div></div>
style="display:block"
data-ad-client="REPLACE_WITH_ADSENSE_ID"
data-ad-slot="REPLACE_WITH_AD_SLOT"
data-ad-format="auto"
data-full-width-responsive="true">
<div>© 2025 Ch Mujahid Hussain | Powered by PK Media | All Rights Reserved</div>
<div>Email: <a href="mailto:chmujhid12619@gmail.com">chmujhid12619@gmail.com</a> • Support: 0308-4513994</div>
<div></div>
<a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">📘</a>
<a href="https://tiktok.com/@chmujahid450" target="_blank">🎵</a>
<a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">💬</a>
<a href="https://x.com/ChMujahid286630" target="_blank">🐦</a>
<a href="https://youtube.com/@chmujahidpkmedia" target="_blank">▶</a>
/* CONFIG (replace placeholders) */
const SHEET_CSV = "REPLACE_WITH_SHEET_CSV_URL"; // publish google sheet as CSV
const FORM_ENDPOINT = "REPLACE_WITH_FORMSPREE_ENDPOINT"; // for share notifications (optional)
const YT_CHANNEL_RSS = "https://www.youtube.com/feeds/videos.xml?channel_id=REPLACE_WITH_YT_CHANNEL_ID";
/* Helpers: CSV fetch */
async function fetchCSV(url){
if(!url || url.includes("REPLACE_WITH")) return [];
try{
const res = await fetch(url);
if(!res.ok) return [];
const txt = await res.text();
const rows = txt.trim().split('\n').map(r=>r.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/));
const header = rows.shift().map(h=>h.trim());
return rows.map(r=>{
const obj={};
r.forEach((c,i)=> obj[header[i]] = (c||'').trim().replace(/^"|"$/g,''));
return obj;
}).reverse();
}catch(e){ console.error(e); return []; }
}
/* render */
function renderNews(items){
const list = document.getElementById('muNewsList');
list.innerHTML = '';
if(!items || items.length===0){
list.innerHTML = '<li>No news found — add rows to Google Sheet (timestamp,source,title,url,image,text) or check CSV URL.</li>';
return;
}
items.forEach(it=>{
const li = document.createElement('li'); li.className='news-item';
const img = it.image? `<div></div>`: '';
const title = it.title || it.text || '(No title)';
const url = it.url || '#';
const time = it.timestamp || '';
li.innerHTML = `${img}<div><a href="${url}" target="_blank">${title}</a></div><div>${it.source||'PK Media'} • ${time}</div>`;
list.appendChild(li);
});
}
/* load sheet & rss */
(async function(){
// visitors / counters (simple simulation until GA provides real data)
document.getElementById('muVisitors').innerText = (Math.floor(Math.random()*5000)+200).toLocaleString();
document.getElementById('muReacts').innerText = Math.floor(Math.random()*800);
document.getElementById('muShares').innerText = Math.floor(Math.random()*300);
// load Google Sheet CSV feed
const sheetData = await fetchCSV(SHEET_CSV);
renderNews(sheetData);
// try YouTube RSS (rss2json)
try{
const proxy = `https://api.rss2json.com/v1/api.json?rss_url=${encodeURIComponent(YT_CHANNEL_RSS)}`;
const r = await fetch(proxy);
if(r.ok){
const j = await r.json();
if(j.items && j.items.length){
// insert top 2 recent videos as news cards at top
const top = j.items.slice(0,2).map(it=>({timestamp: it.pubDate, source:'YouTube', title: it.title, url: it.link, image: it.thumbnail || ''}));
renderNews(top.concat(sheetData));
}
}
}catch(e){ console.warn('yt rss failed', e); }
// refresh every 60s
setInterval(async ()=>{
const d = await fetchCSV(SHEET_CSV);
renderNews(d);
},60000);
// share click notifications (Formspree) - optional
document.addEventListener('click', function(e){
const a = e.target.closest('a');
if(a && a.href){
// if external share link clicked, optionally notify backend
if(a.href.includes('facebook.com') || a.href.includes('whatsapp.com') || a.href.includes('twitter.com') || a.href.includes('tiktok.com')){
if(FORM_ENDPOINT && !FORM_ENDPOINT.includes('REPLACE_WITH')){
fetch(FORM_ENDPOINT, {method:'POST', headers:{'Content-Type':'application/json'}, body: JSON.stringify({event:'share',href:a.href, time:new Date().toISOString()})}).catch(()=>{});
}
}
}
});
})();
<div></div>
loadFeed("https://rss.app/feeds/wyQ4B5rhRj5rbtmB.xml", "#news");
.footer-links a{
color:#FFD700;
font-size:18px;
font-weight:bold;
display:block;
margin:6px 0;
}
<div></div>
🔴 YouTube: <a href="https://youtube.com/@chmujahidpkmedia" target="_blank">Click to Open</a>
🔵 Facebook: <a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">Click to Open</a>
⚫ X (Twitter): <a href="https://x.com/ChMujahid286630" target="_blank">Click to Open</a>
🟢 WhatsApp Channel: <a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">Click to Open</a>
🎵 TikTok: <a href="https://tiktok.com/@chmujahid450" target="_blank">Click to Open</a>
📧 Email: <a href="mailto:chmujhid12619@gmail.com">Send Email</a>
About Us – CH Mujahid PK Media
<p>CH Mujahid PK Media پاکستان کا آزاد اور بےباک نیوز پلیٹ فارم ہے، جو کرائم رپورٹنگ، عوامی مسائل، عدالتوں کے فیصلوں اور تحقیقاتی صحافت پر فوکس کرتا ہے۔</p>
Founder
<p><strong>سینیئر کرائم رپورٹر — چوہدری مجاہد حسین (پنجاب)</strong></p>
<p>آپ کئی سالوں سے کرائم رپورٹنگ، تحقیقاتی صحافت اور عوامی خدمت میں سرگرم ہیں۔</p>
Mission
<ul></ul>
<li>سچی اور بے خوف صحافت</li>
<li>غریب اور مظلوم عوام کی آواز بننا</li>
<li>جرائم اور بدعنوانی کو بے نقاب کرنا</li>
<li>عوامی مسائل کو حکام تک پہنچانا</li>
<hr />
Contact Us
<p>اگر آپ خبر، ثبوت، کوئی شکایت یا معلومات دینا چاہتے ہیں تو نیچے دیے گئے رابطوں پر رابطہ کریں:</p>
<p><strong>Email:</strong> chmujahid12619@gmail.com</p>
<p><strong>WhatsApp Channel:</strong> https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b</p>
<p><strong>Facebook:</strong> https://facebook.com/share/1B7z6N8JY2</p>
<p><strong>YouTube:</strong> https://youtube.com/@chmujahidpkmedia</p>
<p><strong>X (Twitter):</strong> https://x.com/ChMujahid286630</p>
<p><strong>TikTok:</strong> https://tiktok.com/@chmujahid450</p>
<hr />
Privacy Policy
<p>آپ کی پرائیویسی CH Mujahid PK Media کے لیے انتہائی اہم ہے۔ یہ پالیسی بتاتی ہے کہ ہم کیسے ڈیٹا اکٹھا اور محفوظ کرتے ہیں۔</p>
ہم کیا معلومات جمع کرتے ہیں؟
<ul></ul>
<li>نام (اگر آپ خود درج کریں)</li>
<li>ای میل</li>
<li>صفحہ ویوز، موبائل/ڈیسک ٹاپ انفارمیشن</li>
<li>Cookies (ویب کارکردگی بہتر بنانے کے لیے)</li>
ہم ڈیٹا کیوں اکٹھا کرتے ہیں؟
<ul></ul>
<li>ویب سائٹ بہتر بنانے کے لیے</li>
<li>Viewer کے میسجز کا جواب دینے کے لیے</li>
<li>نیوز اپڈیٹس دینے کے لیے</li>
Google AdSense
<p>مستقبل میں Ads دکھانے کے لیے Google Cookies استعمال کرسکتا ہے۔ یہ صرف ویب سائٹ کی کارکردگی اور بہتر Ads کے لیے ہوتا ہے۔</p>
Third Party Links
<p>YouTube، Facebook، X، TikTok کے اپنے پرائیویسی قوانین ہیں، براہِ کرم انہیں بھی پڑھیں۔</p>
ڈیٹا حفاظت
<p>آپ کا ڈیٹا مکمل محفوظ رکھا جاتا ہے اور کسی کے ساتھ شیئر نہیں کیا جاتا۔</p>
<hr />
Follow CH Mujahid PK Media
<ul></ul>
<li>📺 <strong>YouTube:</strong> <a href="https://youtube.com/@chmujahidpkmedia" target="_blank">youtube.com/@chmujahidpkmedia</a></li>
<li>📘 <strong>Facebook:</strong> <a href="https://facebook.com/share/1B7z6N8JY2" target="_blank">Official Facebook Page</a></li>
<li>🐦 <strong>X (Twitter):</strong> <a href="https://x.com/ChMujahid286630" target="_blank">@ChMujahid286630</a></li>
<li>💬 <strong>WhatsApp Channel:</strong> <a href="https://whatsapp.com/channel/0029VaDzZS8HgZWjKdYUg70b" target="_blank">Official WhatsApp Channel</a></li>
<li>🎵 <strong>TikTok:</strong> <a href="https://tiktok.com/@chmujahid450" target="_blank">@chmujahid450</a></li>
<li>📧 <strong>Email:</strong> chmujahid12619@gmail.com</li>
<hr />
<p></p>
© 2025 CH Mujahid PK Media — All Rights Reserved.
<p></p>