require('includes/codes.php'); $url=$_SERVER["QUERY_STRING"]; $url=str_replace("url=","",$url); if(substr($url,0,4) == 'http' && substr($url,0,25) <> 'https://www.how2power.com' && substr($url,0,24) <> 'http://www.how2power.com') { $url = 'Not found.'; } //$url=$_REQUEST["url"]; list($url,$rem) = explode("&utm_source",$url,2); if (substr($url,0,1)=="/") $url="https://www.how2power.com".$url; if (substr($url,0,1)!="/" && strtolower(substr($url,0,5))!="https") $url="/".$url; //echo "$url"; ?>
Article is missing, please contact us to report. Thank you.