Domain www.schade-schade.de
Germany
Strato GmbH
Unix
Software information

Apache Apache 2.4.66

tcp/443 tcp/80

  • Open service 2a01:238:20a:202:1092:::80 · www.schade-schade.de

    2026-01-10 10:02

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 10:03:09 GMT
    Server: Apache/2.4.66 (Unix)
    Location: https://www.schade-schade.de/
    Content-Length: 277
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://www.schade-schade.de/">here</a>.</p>
    </body></html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 2a01:238:20a:202:1092:::443 · www.schade-schade.de

    2026-01-10 10:02

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 10:02:11 GMT
    Server: Apache/2.4.66 (Unix)
    Upgrade: h2,h2c
    Connection: Upgrade, close
    Last-Modified: Mon, 07 Jul 2014 09:13:24 GMT
    ETag: "253f-4fd96e31b9500"
    Accept-Ranges: bytes
    Content-Length: 9535
    Content-Type: text/html
    
    Page title: Ralf und Marina Schade, Atelier f�r fig�rliches Holzdesign und Holzgestaltung
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/Strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="Author" content="Ralf und Marina Schade, Atelier f�r fig�rliches Holzdesign" />
    <meta name="description" content="In unserem Atelier in Mecklenburg-Vorpommern entstehen Holzskulpturen aller Arten f�r �ffentliche Pl�tze, Spielpl�tze, den eigenen Garten, sowie Theaterfiguren, Marionetten und die bekannten Hutm�nner und Hutfrauen. Auf Schade-Schade.de zeigen wir Ihnen eine Auswahl unserer besten Werke." />
    <meta name="keywords" content="Atelier, Neustrelitz, Schade und Schade, Schade-Schade, Ralf Schade, Marina Schade, Holz, Design, Holzdesign, Holzgestaltung, Holzskulpturen, Skulpturen, Plastiken, Marionetten, Handpuppen, Rolling Stones, Gartenskulpturen, Spielplatzfiguren, Hutm�nner, Hutfrauen, Zylinderhutm�nner, Aktskulpturen, Aktfiguren, Galionsfiguren, Gro�skulpturen" />
    <link rel="shortcut icon" href="images/diverses/schade.ico" />
    
    <link href="css/aufbau.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="css/menue_screen2.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="css/text.css" rel="stylesheet" type="text/css" media="screen" />
    
    <script type="text/javascript">
    <!--
    <!--//--><![CDATA[//><!--
     
      //
      // CSS Photo Shuffler v1.0 by
      //   Carl Camera
      //   http://iamacamera.org 
      //
      // SetOpacity Function and inpiration from Photo Fade by
      //   Richard Rutter
      //   http://clagnut.com
      //
      // License: Creative Commons Attribution 2.5  License
      //   http://creativecommons.org/licenses/by/2.5/
      //
    
      // Customize your photo shuffle settings
      // 
      // * Surround the target < img /> with a < div >. specify id= in both
      // * The first and final photo displayed is in the html <img> tag
      // * The array contains paths to photos you want in the rotation. 
      //   If you want the first photo in the rotation, then it's best to
      //   put it as the final array image.  All photos must be same dimension
      // * The rotations variable specifies how many times to repeat array.
      //   images. zero is a valid rotation value.
    
      var gblPhotoShufflerDivId = "slideshow";
      var gblPhotoShufflerImgId = "photoimg"; 
      var gblImg = new Array(  
        
    	"images/intro/start_home1.jpg?v=0",
    	"images/intro/start_skulpture1.jpg?v=0",
    	"images/intro/start_skulpture5.jpg?v=0",
    	"images/intro/start_skulpture6.jpg?v=0",
    	"images/intro/start_figure2.jpg?v=0",
    	"images/intro/start_figure8.jpg?v=0",
    	"images/intro/start_mario1.jpg?v=0",
    	"images/intro/start_mario2.jpg?v=0",
    	"images/intro/start_mario4.jpg?v=0",
    	"images/intro/start_mario5.jpg?v=0",
    	"images/intro/start_relief6.jpg?v=0",
    	"images/intro/start_skulpture4.jpg?v=0",
    	"images/intro/start_stones1.jpg?v=0",
    	"images/intro/start_stones8.jpg?v=0",
    	"images/intro/start_relief1.jpg?v=0",
    	"images/intro/start_home7.jpg?v=0",
    	"images/intro/start_figure9.jpg?v=0",
    	"images/intro/start_figure1.jpg?v=0"
        );
      var gblPauseSeconds = 4.0;
      var gblFadeSeconds = 0.8;
      var gblRotations = 50;
    
      // End Customization section
      
      var gblDeckSize = gblImg.length;
      var gblOpacity = 100;
      var gblOnDeck = 0;
      var gblStartImg;
      var gblImageRotations = gblDeckSize * (gblRotations+1);
    
      window.onload = photoShufflerLaunch;
      
      function photoShufflerLaunch()
      {
      	var theimg = document.getElementById(gblPhotoShufflerImgId);
            gblStartImg = theimg.src; // save away to show as final image
    
    	document.getElementById(gblPhotoShufflerDivId).style.backgroundImage='url(' + gblImg[gblOnDeck] + ')';
    	setTimeout("photoShufflerFade()",gblPauseSeconds*1000);
      }
    
      function photoShufflerFade()
      {
      	var theimg = document.getElementById(gblPhotoShufflerImgId);
    	
      	// determine delta based on number of fade seconds
    	// the slower the fade the more increments needed
            var fadeDelta = 100 / (25 * gblFadeSeconds);
    
    	// fade top out to reveal bottom image
    	if (gblOpacity < 2*fadeDelta ) 
    	{
    	  gblOpacity = 100;
    	 
    Found one day ago by HttpPlugin
    Create report
  • Open service 81.169.145.92:80 · www.schade-schade.de

    2026-01-10 10:02

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 10:03:09 GMT
    Server: Apache/2.4.66 (Unix)
    Location: https://www.schade-schade.de/
    Content-Length: 277
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://www.schade-schade.de/">here</a>.</p>
    </body></html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 81.169.145.92:443 · www.schade-schade.de

    2026-01-10 10:02

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 10:02:11 GMT
    Server: Apache/2.4.66 (Unix)
    Upgrade: h2,h2c
    Connection: Upgrade, close
    Last-Modified: Mon, 07 Jul 2014 09:13:24 GMT
    ETag: "253f-4fd96e31b9500"
    Accept-Ranges: bytes
    Content-Length: 9535
    Content-Type: text/html
    
    Page title: Ralf und Marina Schade, Atelier f�r fig�rliches Holzdesign und Holzgestaltung
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/Strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="Author" content="Ralf und Marina Schade, Atelier f�r fig�rliches Holzdesign" />
    <meta name="description" content="In unserem Atelier in Mecklenburg-Vorpommern entstehen Holzskulpturen aller Arten f�r �ffentliche Pl�tze, Spielpl�tze, den eigenen Garten, sowie Theaterfiguren, Marionetten und die bekannten Hutm�nner und Hutfrauen. Auf Schade-Schade.de zeigen wir Ihnen eine Auswahl unserer besten Werke." />
    <meta name="keywords" content="Atelier, Neustrelitz, Schade und Schade, Schade-Schade, Ralf Schade, Marina Schade, Holz, Design, Holzdesign, Holzgestaltung, Holzskulpturen, Skulpturen, Plastiken, Marionetten, Handpuppen, Rolling Stones, Gartenskulpturen, Spielplatzfiguren, Hutm�nner, Hutfrauen, Zylinderhutm�nner, Aktskulpturen, Aktfiguren, Galionsfiguren, Gro�skulpturen" />
    <link rel="shortcut icon" href="images/diverses/schade.ico" />
    
    <link href="css/aufbau.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="css/menue_screen2.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="css/text.css" rel="stylesheet" type="text/css" media="screen" />
    
    <script type="text/javascript">
    <!--
    <!--//--><![CDATA[//><!--
     
      //
      // CSS Photo Shuffler v1.0 by
      //   Carl Camera
      //   http://iamacamera.org 
      //
      // SetOpacity Function and inpiration from Photo Fade by
      //   Richard Rutter
      //   http://clagnut.com
      //
      // License: Creative Commons Attribution 2.5  License
      //   http://creativecommons.org/licenses/by/2.5/
      //
    
      // Customize your photo shuffle settings
      // 
      // * Surround the target < img /> with a < div >. specify id= in both
      // * The first and final photo displayed is in the html <img> tag
      // * The array contains paths to photos you want in the rotation. 
      //   If you want the first photo in the rotation, then it's best to
      //   put it as the final array image.  All photos must be same dimension
      // * The rotations variable specifies how many times to repeat array.
      //   images. zero is a valid rotation value.
    
      var gblPhotoShufflerDivId = "slideshow";
      var gblPhotoShufflerImgId = "photoimg"; 
      var gblImg = new Array(  
        
    	"images/intro/start_home1.jpg?v=0",
    	"images/intro/start_skulpture1.jpg?v=0",
    	"images/intro/start_skulpture5.jpg?v=0",
    	"images/intro/start_skulpture6.jpg?v=0",
    	"images/intro/start_figure2.jpg?v=0",
    	"images/intro/start_figure8.jpg?v=0",
    	"images/intro/start_mario1.jpg?v=0",
    	"images/intro/start_mario2.jpg?v=0",
    	"images/intro/start_mario4.jpg?v=0",
    	"images/intro/start_mario5.jpg?v=0",
    	"images/intro/start_relief6.jpg?v=0",
    	"images/intro/start_skulpture4.jpg?v=0",
    	"images/intro/start_stones1.jpg?v=0",
    	"images/intro/start_stones8.jpg?v=0",
    	"images/intro/start_relief1.jpg?v=0",
    	"images/intro/start_home7.jpg?v=0",
    	"images/intro/start_figure9.jpg?v=0",
    	"images/intro/start_figure1.jpg?v=0"
        );
      var gblPauseSeconds = 4.0;
      var gblFadeSeconds = 0.8;
      var gblRotations = 50;
    
      // End Customization section
      
      var gblDeckSize = gblImg.length;
      var gblOpacity = 100;
      var gblOnDeck = 0;
      var gblStartImg;
      var gblImageRotations = gblDeckSize * (gblRotations+1);
    
      window.onload = photoShufflerLaunch;
      
      function photoShufflerLaunch()
      {
      	var theimg = document.getElementById(gblPhotoShufflerImgId);
            gblStartImg = theimg.src; // save away to show as final image
    
    	document.getElementById(gblPhotoShufflerDivId).style.backgroundImage='url(' + gblImg[gblOnDeck] + ')';
    	setTimeout("photoShufflerFade()",gblPauseSeconds*1000);
      }
    
      function photoShufflerFade()
      {
      	var theimg = document.getElementById(gblPhotoShufflerImgId);
    	
      	// determine delta based on number of fade seconds
    	// the slower the fade the more increments needed
            var fadeDelta = 100 / (25 * gblFadeSeconds);
    
    	// fade top out to reveal bottom image
    	if (gblOpacity < 2*fadeDelta ) 
    	{
    	  gblOpacity = 100;
    	 
    Found one day ago by HttpPlugin
    Create report
schade-schade.dewww.schade-schade.de
CN:
schade-schade.de
Not before:
2026-01-10 00:00
Not after:
2027-01-31 23:59
Domain summary