https://regenwald-network.de/

提交的 URL:
https://regenwald-network.de/
报告完成时间:

链接 · 找到 0 个

从页面中识别出的传出链接

JavaScript 变量 · 找到 13 个

在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问

名称类型
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
angularobject
ng339number
APPobject
aobject
tldstring
sldstring

控制台日志消息 · 找到 0 条

记录到 Web 控制台的消息

HTML

页面的原始 HTML 正文

<!DOCTYPE html><html data-ng-app="APP" data-ng-controller="APP" lang="en-US" class="ng-scope"><head><style type="text/css">@charset "UTF-8";[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}</style>
  <script>document.getElementsByTagName("html")[0].lang = navigator.language</script>
  <link rel="shortcut icon" sizes="196x196" href="/flexcast_logo_196.jpg">
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <meta name="author" content="F.-F. Kestennus">
  <meta name="description" content="Cloud Spot-TV Channel List">
  <meta name="mobile-web-app-capable" content="yes">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular.min.js"></script>  
  <script>
var APP = angular.module("APP", [] );  
APP.controller("APP", function ($scope,$http, $sce, $location) {
    
    $scope.API = 'https://api.flexcast.org/';
    $scope.NetzID = '';
    $scope.PlaylistID = '';
	a = $location.host().split(".");
	tld = a.pop();
	sld = a.pop();
	$scope.server = sld+"."+tld;
    
    //$scope.Zufall = [];
    //$scope.Zufall[0] = '';
    //$scope.Zufall[1] = '';
    //$scope.Zufall[Math.round(Math.random())] = '?Channel=';
    //$scope.Zufall[0] = '?Channel=';
    //$scope.Zufall[1] = '?Channel=';

    QueryParm = location.search.substr(1);
    pl = QueryParm.split("&");
    pl.forEach(function(s) {
            a = s.split("=");
            switch(a[0].toLowerCase()) {
                case "channel" : 
                case "channelid" : 
                case "netz" : 
                case "netzid" : 
                case "kanal" : 
                case "kanalid" : 
                    $scope.NetzID = a[1];
                    break;
                case "playlist" : 
                case "playlistid" : 
                case "program" : 
                case "programid" : 
                case "programm" : 
                case "programmid" : 
                    $scope.PlaylistID = a[1];
                    break;
            }
        }
    );
    $scope.Kanal = $scope.NetzID+".";
    //**************************************************************************************************************************        
    $scope.trustSrc = function(src) { return $sce.trustAsResourceUrl(src); }
    //**************************************************************************************************************************        
    $scope.Liste = []; 
    $scope.PlayListe = function () {
        $scope.Meldung = 'loading ...';
        Parm = [];
        Parm.push('NetzID='+$scope.NetzID);
        $http.post($scope.API+'NetzID/', Parm.join('&'),  { headers:{ 'Content-Type':'application/x-www-form-urlencoded' } } ).  
            success(function(data, status, headers, config) { 
                $scope.Liste = data.Modell.Liste; 
                $scope.Meldung = ""; 
            }).
            error(function(data, status, headers, config) { }); 
    }
    $scope.PlayListe();
    //**************************************************************************************************************************        
} ); 
  </script>
  <style>
html {
}	
body {
    background-color:yellow;
	height:100%;
	width:100%;
    margin:auto 0;
}	
div>div {
    display:inline-block;
    margin:1px;
    padding:1px;
}	
div#Meldung {
        color:red;
        font-size:2em;
        font-weight:bold;
        position:fixed;
        top:45%;
        bottom:10%;
        left:5%;
        right:5%;
        text-align:center;
}
  </style>
  <style> @media (max-width: 1024px) { div>div { margin:5px; padding:5px; } } </style>
  <title>Cloud Spot-TV Channel List</title>
 </head>
 <body data-ng-hide="Liste === undefined">
  <div>
	<h1 class="ng-binding">
	<a href="https://regenwald-network.de/">Cloud Spot-TV</a> Channel List ( 0 Channels ) 
	&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
	<a href="https://domain4sale.regenwald-network.de/" class="ng-binding">Domain regenwald-network.de zu verkaufen / for sale</a>
	</h1>
	<hr>
	<h2>#Spots (Channel)</h2>
        <!-- ngRepeat: Zeile in Liste | orderBy:'-Number(Spots)' -->
	<hr>
	<h2>Channel (#Spots)</h2>
        <!-- ngRepeat: Zeile in Liste | orderBy:'NetzID' -->
  </div>
  <div id="Meldung" data-ng-show="'' != Meldung" class="ng-binding">loading ...</div>
 <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8eaec5a44eea668f',t:'MTczMzAxMDk2NS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><iframe height="1" width="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;"></iframe>

</body></html>