Domain piotrzablocki.com
Poland
OVH SAS
Software information

Apache Apache

tcp/443 tcp/80

  • Open service 87.98.239.19:443 · piotrzablocki.com

    2024-10-01 12:50

    HTTP/1.1 200 OK
    Date: Tue, 01 Oct 2024 12:50:22 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: Apache
    X-Powered-By: PHP/7.4
    Vary: Accept-Encoding
    
    Page title: Architektura - PORTFOLIO - Piotr Zabłocki
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    
    
    <head>
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    
    
    <meta http-equiv="content-language" content="en, pl"> 
    
    
    
    <title>Architektura - PORTFOLIO - Piotr Zabłocki</title>
    
    
    
    <meta name="keywords" content=" wizualizacje, portfolio, piotr zabłocki, grafika, 3d max, architekt, student, politechnika śląska, design, 2d, 3d, photoshop, corel, konkurs, fotografia, model, grawizja, projekt, projektowanie, urbanistyka">
    
    
    
    <meta name="description" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, urbanistyka, design, wizualizacje, grafika 2D i 3D.">
    
    
    
    <meta name="robots" content="all">
    
    
    
    <meta name="author" content="Piotr Zabłocki"> 
    
    
    
    <meta name="copyright" content="Piotr Zabłocki">
    
    
    
    <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
    
    
    
    <link href="styl.css" rel="stylesheet" type="text/css" />
    
    
    
    <script type="text/javascript" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, design, grafika 2D i 3D.">
    
    
    
    //Gradual Elements Fader- By Dynamic Drive at http://www.dynamicdrive.com
    
    
    
    //Last updated: Nov 8th, 07'
    
    
    
    
    
    
    
    var selectedImage=-1
    
    
    
    var gradualFader={}
    
    
    
    
    
    
    
    gradualFader.baseopacity=0.25 //set base opacity when mouse isn't over element (decimal below 1)
    
    
    
    gradualFader.increment=0.05 //amount of opacity to increase after each iteration (suggestion: 0.1 or 0.2)
    
    
    
    gradualFader.increment1=0.1
    
    
    
    
    
    
    
    document.write('<style type="text/css">\n') //write out CSS to enable opacity on "gradualfader" class
    
    
    
    document.write('.gradualfader{filter:progid:DXImageTransform.Microsoft.alpha(opacity='+gradualFader.baseopacity*100+'); -moz-opacity:'+gradualFader.baseopacity+'; opacity:'+gradualFader.baseopacity+';}\n')
    
    
    
    document.write('</style>')
    
    
    
    
    
    
    
    gradualFader.setopacity=function(obj, value){ //Sets the opacity of targetobject based on the passed in value setting (0 to 1 and in between)
    
    
    
    	var targetobject=obj
    
    
    
    	if (targetobject && targetobject.filters && targetobject.filters[0]){ //IE syntax
    
    
    
    		if (typeof targetobject.filters[0].opacity=="number") //IE6
    
    
    
    			targetobject.filters[0].opacity=value*100
    
    
    
    		else //IE 5.5
    
    
    
    			targetobject.style.filter="alpha(opacity="+value*100+")"
    
    
    
    		}
    
    
    
    	else if (targetobject && typeof targetobject.style.MozOpacity!="undefined") //Old Mozilla syntax
    
    
    
    		targetobject.style.MozOpacity=value
    
    
    
    	else if (targetobject && typeof targetobject.style.opacity!="undefined") //Standard opacity syntax
    
    
    
    		targetobject.style.opacity=value
    
    
    
    	targetobject.currentopacity=value
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeupdown=function(obj, direction){
    
    
    
    	var targetobject=obj
    
    
    
    	var fadeamount=(direction=="fadeup")? this.increment1 : -this.increment
    
    
    
    	if (targetobject && (direction=="fadeup" && targetobject.currentopacity<1 || direction=="fadedown" && targetobject.currentopacity>this.baseopacity)){
    
    
    
    		if(obj._fadeorder!=selectedImage) this.setopacity(obj, targetobject.currentopacity+fadeamount)
    
    
    
    		else this.setopacity(obj, 1)
    
    
    
    		window["opacityfader"+obj._fadeorder]=setTimeout(function(){gradualFader.fadeupdown(obj, direction)}, 30)
    
    
    
    	}
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.clearTimer=function(obj){
    
    
    
    if (typeof window["opacityfader"+obj._fadeorder]!="undefined")
    
    
    
    	clearTimeout(window["opacityfader"+obj._fadeorder])
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.isContained=function(m, e){
    
    
    
    	var e=window.event || e
    
    
    
    	var c=e.relatedTarget || ((e.type=="mouseover")? e.fromElement : e.toElement)
    
    
    
    	while (c && c!=m)try {c=c.parentNode} catch(e){c=m}
    
    
    
    	if (c==m)
    
    
    
    		return true
    
    
    
    	else
    
    
    
    		return false
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeinterface=function(obj, e, direction){
    
    
    
    	if (!this.isContained(obj, e)){
    
    
    
    		gradualFader.clearTimer(obj)
    
    
    
    		//if(obj._fadeorder!=selectedImage) 
    
    
    
    		gradualFader.fadeupdown(obj, direction)
    
    
    
    	}
    
    
    
    Found 2024-10-01 by HttpPlugin
    Create report
  • Open service 2001:41d0:1:1b00:87:98:239:19:80 · piotrzablocki.com

    2024-10-01 12:50

    HTTP/1.1 200 OK
    date: Tue, 01 Oct 2024 12:50:20 GMT
    content-type: text/html; charset=UTF-8
    transfer-encoding: chunked
    server: Apache
    x-powered-by: PHP/7.4
    vary: Accept-Encoding
    x-iplb-request-id: 2A03B0C0000300D0000000001237B001:9F32_200141D000011B000087009802390019:0050_66FBF00C_53D7B:63FD
    x-iplb-instance: 51844
    connection: close
    
    Page title: Architektura - PORTFOLIO - Piotr Zabłocki
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    
    
    <head>
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    
    
    <meta http-equiv="content-language" content="en, pl"> 
    
    
    
    <title>Architektura - PORTFOLIO - Piotr Zabłocki</title>
    
    
    
    <meta name="keywords" content=" wizualizacje, portfolio, piotr zabłocki, grafika, 3d max, architekt, student, politechnika śląska, design, 2d, 3d, photoshop, corel, konkurs, fotografia, model, grawizja, projekt, projektowanie, urbanistyka">
    
    
    
    <meta name="description" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, urbanistyka, design, wizualizacje, grafika 2D i 3D.">
    
    
    
    <meta name="robots" content="all">
    
    
    
    <meta name="author" content="Piotr Zabłocki"> 
    
    
    
    <meta name="copyright" content="Piotr Zabłocki">
    
    
    
    <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
    
    
    
    <link href="styl.css" rel="stylesheet" type="text/css" />
    
    
    
    <script type="text/javascript" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, design, grafika 2D i 3D.">
    
    
    
    //Gradual Elements Fader- By Dynamic Drive at http://www.dynamicdrive.com
    
    
    
    //Last updated: Nov 8th, 07'
    
    
    
    
    
    
    
    var selectedImage=-1
    
    
    
    var gradualFader={}
    
    
    
    
    
    
    
    gradualFader.baseopacity=0.25 //set base opacity when mouse isn't over element (decimal below 1)
    
    
    
    gradualFader.increment=0.05 //amount of opacity to increase after each iteration (suggestion: 0.1 or 0.2)
    
    
    
    gradualFader.increment1=0.1
    
    
    
    
    
    
    
    document.write('<style type="text/css">\n') //write out CSS to enable opacity on "gradualfader" class
    
    
    
    document.write('.gradualfader{filter:progid:DXImageTransform.Microsoft.alpha(opacity='+gradualFader.baseopacity*100+'); -moz-opacity:'+gradualFader.baseopacity+'; opacity:'+gradualFader.baseopacity+';}\n')
    
    
    
    document.write('</style>')
    
    
    
    
    
    
    
    gradualFader.setopacity=function(obj, value){ //Sets the opacity of targetobject based on the passed in value setting (0 to 1 and in between)
    
    
    
    	var targetobject=obj
    
    
    
    	if (targetobject && targetobject.filters && targetobject.filters[0]){ //IE syntax
    
    
    
    		if (typeof targetobject.filters[0].opacity=="number") //IE6
    
    
    
    			targetobject.filters[0].opacity=value*100
    
    
    
    		else //IE 5.5
    
    
    
    			targetobject.style.filter="alpha(opacity="+value*100+")"
    
    
    
    		}
    
    
    
    	else if (targetobject && typeof targetobject.style.MozOpacity!="undefined") //Old Mozilla syntax
    
    
    
    		targetobject.style.MozOpacity=value
    
    
    
    	else if (targetobject && typeof targetobject.style.opacity!="undefined") //Standard opacity syntax
    
    
    
    		targetobject.style.opacity=value
    
    
    
    	targetobject.currentopacity=value
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeupdown=function(obj, direction){
    
    
    
    	var targetobject=obj
    
    
    
    	var fadeamount=(direction=="fadeup")? this.increment1 : -this.increment
    
    
    
    	if (targetobject && (direction=="fadeup" && targetobject.currentopacity<1 || direction=="fadedown" && targetobject.currentopacity>this.baseopacity)){
    
    
    
    		if(obj._fadeorder!=selectedImage) this.setopacity(obj, targetobject.currentopacity+fadeamount)
    
    
    
    		else this.setopacity(obj, 1)
    
    
    
    		window["opacityfader"+obj._fadeorder]=setTimeout(function(){gradualFader.fadeupdown(obj, direction)}, 30)
    
    
    
    	}
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.clearTimer=function(obj){
    
    
    
    if (typeof window["opacityfader"+obj._fadeorder]!="undefined")
    
    
    
    	clearTimeout(window["opacityfader"+obj._fadeorder])
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.isContained=function(m, e){
    
    
    
    	var e=window.event || e
    
    
    
    	var c=e.relatedTarget || ((e.type=="mouseover")? e.fromElement : e.toElement)
    
    
    
    	while (c && c!=m)try {c=c.parentNode} catch(e){c=m}
    
    
    
    	if (c==m)
    
    
    
    		return true
    
    
    
    	else
    
    
    
    		return false
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeinterface=function(obj, e, direction){
    
    
    
    	if (!this.isContained(obj, e)){
    
    
    
    		gradualFader.clearTimer(obj)
    
    
    
    		//if(obj._fadeorder!=selectedImage) 
    
    
    
    		gradualFader.fadeupdown(obj, direction)
    
    
    
    	}
    
    
    
    Found 2024-10-01 by HttpPlugin
    Create report
  • Open service 87.98.239.19:80 · www.piotrzablocki.com

    2024-10-01 12:50

    HTTP/1.1 200 OK
    date: Tue, 01 Oct 2024 12:50:20 GMT
    content-type: text/html; charset=UTF-8
    transfer-encoding: chunked
    server: Apache
    x-powered-by: PHP/7.4
    vary: Accept-Encoding
    x-iplb-request-id: A45AE44F:DE64_5762EF13:0050_66FBF00C_53D95:63FD
    x-iplb-instance: 51844
    connection: close
    
    Page title: Architektura - PORTFOLIO - Piotr Zabłocki
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    
    
    <head>
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    
    
    <meta http-equiv="content-language" content="en, pl"> 
    
    
    
    <title>Architektura - PORTFOLIO - Piotr Zabłocki</title>
    
    
    
    <meta name="keywords" content=" wizualizacje, portfolio, piotr zabłocki, grafika, 3d max, architekt, student, politechnika śląska, design, 2d, 3d, photoshop, corel, konkurs, fotografia, model, grawizja, projekt, projektowanie, urbanistyka">
    
    
    
    <meta name="description" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, urbanistyka, design, wizualizacje, grafika 2D i 3D.">
    
    
    
    <meta name="robots" content="all">
    
    
    
    <meta name="author" content="Piotr Zabłocki"> 
    
    
    
    <meta name="copyright" content="Piotr Zabłocki">
    
    
    
    <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
    
    
    
    <link href="styl.css" rel="stylesheet" type="text/css" />
    
    
    
    <script type="text/javascript" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, design, grafika 2D i 3D.">
    
    
    
    //Gradual Elements Fader- By Dynamic Drive at http://www.dynamicdrive.com
    
    
    
    //Last updated: Nov 8th, 07'
    
    
    
    
    
    
    
    var selectedImage=-1
    
    
    
    var gradualFader={}
    
    
    
    
    
    
    
    gradualFader.baseopacity=0.25 //set base opacity when mouse isn't over element (decimal below 1)
    
    
    
    gradualFader.increment=0.05 //amount of opacity to increase after each iteration (suggestion: 0.1 or 0.2)
    
    
    
    gradualFader.increment1=0.1
    
    
    
    
    
    
    
    document.write('<style type="text/css">\n') //write out CSS to enable opacity on "gradualfader" class
    
    
    
    document.write('.gradualfader{filter:progid:DXImageTransform.Microsoft.alpha(opacity='+gradualFader.baseopacity*100+'); -moz-opacity:'+gradualFader.baseopacity+'; opacity:'+gradualFader.baseopacity+';}\n')
    
    
    
    document.write('</style>')
    
    
    
    
    
    
    
    gradualFader.setopacity=function(obj, value){ //Sets the opacity of targetobject based on the passed in value setting (0 to 1 and in between)
    
    
    
    	var targetobject=obj
    
    
    
    	if (targetobject && targetobject.filters && targetobject.filters[0]){ //IE syntax
    
    
    
    		if (typeof targetobject.filters[0].opacity=="number") //IE6
    
    
    
    			targetobject.filters[0].opacity=value*100
    
    
    
    		else //IE 5.5
    
    
    
    			targetobject.style.filter="alpha(opacity="+value*100+")"
    
    
    
    		}
    
    
    
    	else if (targetobject && typeof targetobject.style.MozOpacity!="undefined") //Old Mozilla syntax
    
    
    
    		targetobject.style.MozOpacity=value
    
    
    
    	else if (targetobject && typeof targetobject.style.opacity!="undefined") //Standard opacity syntax
    
    
    
    		targetobject.style.opacity=value
    
    
    
    	targetobject.currentopacity=value
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeupdown=function(obj, direction){
    
    
    
    	var targetobject=obj
    
    
    
    	var fadeamount=(direction=="fadeup")? this.increment1 : -this.increment
    
    
    
    	if (targetobject && (direction=="fadeup" && targetobject.currentopacity<1 || direction=="fadedown" && targetobject.currentopacity>this.baseopacity)){
    
    
    
    		if(obj._fadeorder!=selectedImage) this.setopacity(obj, targetobject.currentopacity+fadeamount)
    
    
    
    		else this.setopacity(obj, 1)
    
    
    
    		window["opacityfader"+obj._fadeorder]=setTimeout(function(){gradualFader.fadeupdown(obj, direction)}, 30)
    
    
    
    	}
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.clearTimer=function(obj){
    
    
    
    if (typeof window["opacityfader"+obj._fadeorder]!="undefined")
    
    
    
    	clearTimeout(window["opacityfader"+obj._fadeorder])
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.isContained=function(m, e){
    
    
    
    	var e=window.event || e
    
    
    
    	var c=e.relatedTarget || ((e.type=="mouseover")? e.fromElement : e.toElement)
    
    
    
    	while (c && c!=m)try {c=c.parentNode} catch(e){c=m}
    
    
    
    	if (c==m)
    
    
    
    		return true
    
    
    
    	else
    
    
    
    		return false
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeinterface=function(obj, e, direction){
    
    
    
    	if (!this.isContained(obj, e)){
    
    
    
    		gradualFader.clearTimer(obj)
    
    
    
    		//if(obj._fadeorder!=selectedImage) 
    
    
    
    		gradualFader.fadeupdown(obj, direction)
    
    
    
    	}
    
    
    
    Found 2024-10-01 by HttpPlugin
    Create report
  • Open service 2001:41d0:1:1b00:87:98:239:19:80 · www.piotrzablocki.com

    2024-10-01 12:50

    HTTP/1.1 200 OK
    date: Tue, 01 Oct 2024 12:50:20 GMT
    content-type: text/html; charset=UTF-8
    transfer-encoding: chunked
    server: Apache
    x-powered-by: PHP/7.4
    vary: Accept-Encoding
    x-iplb-request-id: 2A03B0C0000300D0000000000D040001:AB20_200141D000011B000087009802390019:0050_66FBF00C_3C043:6BD6
    x-iplb-instance: 51833
    connection: close
    
    Page title: Architektura - PORTFOLIO - Piotr Zabłocki
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    
    
    <head>
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    
    
    <meta http-equiv="content-language" content="en, pl"> 
    
    
    
    <title>Architektura - PORTFOLIO - Piotr Zabłocki</title>
    
    
    
    <meta name="keywords" content=" wizualizacje, portfolio, piotr zabłocki, grafika, 3d max, architekt, student, politechnika śląska, design, 2d, 3d, photoshop, corel, konkurs, fotografia, model, grawizja, projekt, projektowanie, urbanistyka">
    
    
    
    <meta name="description" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, urbanistyka, design, wizualizacje, grafika 2D i 3D.">
    
    
    
    <meta name="robots" content="all">
    
    
    
    <meta name="author" content="Piotr Zabłocki"> 
    
    
    
    <meta name="copyright" content="Piotr Zabłocki">
    
    
    
    <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
    
    
    
    <link href="styl.css" rel="stylesheet" type="text/css" />
    
    
    
    <script type="text/javascript" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, design, grafika 2D i 3D.">
    
    
    
    //Gradual Elements Fader- By Dynamic Drive at http://www.dynamicdrive.com
    
    
    
    //Last updated: Nov 8th, 07'
    
    
    
    
    
    
    
    var selectedImage=-1
    
    
    
    var gradualFader={}
    
    
    
    
    
    
    
    gradualFader.baseopacity=0.25 //set base opacity when mouse isn't over element (decimal below 1)
    
    
    
    gradualFader.increment=0.05 //amount of opacity to increase after each iteration (suggestion: 0.1 or 0.2)
    
    
    
    gradualFader.increment1=0.1
    
    
    
    
    
    
    
    document.write('<style type="text/css">\n') //write out CSS to enable opacity on "gradualfader" class
    
    
    
    document.write('.gradualfader{filter:progid:DXImageTransform.Microsoft.alpha(opacity='+gradualFader.baseopacity*100+'); -moz-opacity:'+gradualFader.baseopacity+'; opacity:'+gradualFader.baseopacity+';}\n')
    
    
    
    document.write('</style>')
    
    
    
    
    
    
    
    gradualFader.setopacity=function(obj, value){ //Sets the opacity of targetobject based on the passed in value setting (0 to 1 and in between)
    
    
    
    	var targetobject=obj
    
    
    
    	if (targetobject && targetobject.filters && targetobject.filters[0]){ //IE syntax
    
    
    
    		if (typeof targetobject.filters[0].opacity=="number") //IE6
    
    
    
    			targetobject.filters[0].opacity=value*100
    
    
    
    		else //IE 5.5
    
    
    
    			targetobject.style.filter="alpha(opacity="+value*100+")"
    
    
    
    		}
    
    
    
    	else if (targetobject && typeof targetobject.style.MozOpacity!="undefined") //Old Mozilla syntax
    
    
    
    		targetobject.style.MozOpacity=value
    
    
    
    	else if (targetobject && typeof targetobject.style.opacity!="undefined") //Standard opacity syntax
    
    
    
    		targetobject.style.opacity=value
    
    
    
    	targetobject.currentopacity=value
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeupdown=function(obj, direction){
    
    
    
    	var targetobject=obj
    
    
    
    	var fadeamount=(direction=="fadeup")? this.increment1 : -this.increment
    
    
    
    	if (targetobject && (direction=="fadeup" && targetobject.currentopacity<1 || direction=="fadedown" && targetobject.currentopacity>this.baseopacity)){
    
    
    
    		if(obj._fadeorder!=selectedImage) this.setopacity(obj, targetobject.currentopacity+fadeamount)
    
    
    
    		else this.setopacity(obj, 1)
    
    
    
    		window["opacityfader"+obj._fadeorder]=setTimeout(function(){gradualFader.fadeupdown(obj, direction)}, 30)
    
    
    
    	}
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.clearTimer=function(obj){
    
    
    
    if (typeof window["opacityfader"+obj._fadeorder]!="undefined")
    
    
    
    	clearTimeout(window["opacityfader"+obj._fadeorder])
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.isContained=function(m, e){
    
    
    
    	var e=window.event || e
    
    
    
    	var c=e.relatedTarget || ((e.type=="mouseover")? e.fromElement : e.toElement)
    
    
    
    	while (c && c!=m)try {c=c.parentNode} catch(e){c=m}
    
    
    
    	if (c==m)
    
    
    
    		return true
    
    
    
    	else
    
    
    
    		return false
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeinterface=function(obj, e, direction){
    
    
    
    	if (!this.isContained(obj, e)){
    
    
    
    		gradualFader.clearTimer(obj)
    
    
    
    		//if(obj._fadeorder!=selectedImage) 
    
    
    
    		gradualFader.fadeupdown(obj, direction)
    
    
    
    	}
    
    
    
    Found 2024-10-01 by HttpPlugin
    Create report
  • Open service 2001:41d0:1:1b00:87:98:239:19:443 · piotrzablocki.com

    2024-10-01 12:50

    HTTP/1.1 200 OK
    Date: Tue, 01 Oct 2024 12:50:22 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: Apache
    X-Powered-By: PHP/7.4
    Vary: Accept-Encoding
    
    Page title: Architektura - PORTFOLIO - Piotr Zabłocki
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    
    
    <head>
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    
    
    <meta http-equiv="content-language" content="en, pl"> 
    
    
    
    <title>Architektura - PORTFOLIO - Piotr Zabłocki</title>
    
    
    
    <meta name="keywords" content=" wizualizacje, portfolio, piotr zabłocki, grafika, 3d max, architekt, student, politechnika śląska, design, 2d, 3d, photoshop, corel, konkurs, fotografia, model, grawizja, projekt, projektowanie, urbanistyka">
    
    
    
    <meta name="description" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, urbanistyka, design, wizualizacje, grafika 2D i 3D.">
    
    
    
    <meta name="robots" content="all">
    
    
    
    <meta name="author" content="Piotr Zabłocki"> 
    
    
    
    <meta name="copyright" content="Piotr Zabłocki">
    
    
    
    <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
    
    
    
    <link href="styl.css" rel="stylesheet" type="text/css" />
    
    
    
    <script type="text/javascript" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, design, grafika 2D i 3D.">
    
    
    
    //Gradual Elements Fader- By Dynamic Drive at http://www.dynamicdrive.com
    
    
    
    //Last updated: Nov 8th, 07'
    
    
    
    
    
    
    
    var selectedImage=-1
    
    
    
    var gradualFader={}
    
    
    
    
    
    
    
    gradualFader.baseopacity=0.25 //set base opacity when mouse isn't over element (decimal below 1)
    
    
    
    gradualFader.increment=0.05 //amount of opacity to increase after each iteration (suggestion: 0.1 or 0.2)
    
    
    
    gradualFader.increment1=0.1
    
    
    
    
    
    
    
    document.write('<style type="text/css">\n') //write out CSS to enable opacity on "gradualfader" class
    
    
    
    document.write('.gradualfader{filter:progid:DXImageTransform.Microsoft.alpha(opacity='+gradualFader.baseopacity*100+'); -moz-opacity:'+gradualFader.baseopacity+'; opacity:'+gradualFader.baseopacity+';}\n')
    
    
    
    document.write('</style>')
    
    
    
    
    
    
    
    gradualFader.setopacity=function(obj, value){ //Sets the opacity of targetobject based on the passed in value setting (0 to 1 and in between)
    
    
    
    	var targetobject=obj
    
    
    
    	if (targetobject && targetobject.filters && targetobject.filters[0]){ //IE syntax
    
    
    
    		if (typeof targetobject.filters[0].opacity=="number") //IE6
    
    
    
    			targetobject.filters[0].opacity=value*100
    
    
    
    		else //IE 5.5
    
    
    
    			targetobject.style.filter="alpha(opacity="+value*100+")"
    
    
    
    		}
    
    
    
    	else if (targetobject && typeof targetobject.style.MozOpacity!="undefined") //Old Mozilla syntax
    
    
    
    		targetobject.style.MozOpacity=value
    
    
    
    	else if (targetobject && typeof targetobject.style.opacity!="undefined") //Standard opacity syntax
    
    
    
    		targetobject.style.opacity=value
    
    
    
    	targetobject.currentopacity=value
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeupdown=function(obj, direction){
    
    
    
    	var targetobject=obj
    
    
    
    	var fadeamount=(direction=="fadeup")? this.increment1 : -this.increment
    
    
    
    	if (targetobject && (direction=="fadeup" && targetobject.currentopacity<1 || direction=="fadedown" && targetobject.currentopacity>this.baseopacity)){
    
    
    
    		if(obj._fadeorder!=selectedImage) this.setopacity(obj, targetobject.currentopacity+fadeamount)
    
    
    
    		else this.setopacity(obj, 1)
    
    
    
    		window["opacityfader"+obj._fadeorder]=setTimeout(function(){gradualFader.fadeupdown(obj, direction)}, 30)
    
    
    
    	}
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.clearTimer=function(obj){
    
    
    
    if (typeof window["opacityfader"+obj._fadeorder]!="undefined")
    
    
    
    	clearTimeout(window["opacityfader"+obj._fadeorder])
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.isContained=function(m, e){
    
    
    
    	var e=window.event || e
    
    
    
    	var c=e.relatedTarget || ((e.type=="mouseover")? e.fromElement : e.toElement)
    
    
    
    	while (c && c!=m)try {c=c.parentNode} catch(e){c=m}
    
    
    
    	if (c==m)
    
    
    
    		return true
    
    
    
    	else
    
    
    
    		return false
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeinterface=function(obj, e, direction){
    
    
    
    	if (!this.isContained(obj, e)){
    
    
    
    		gradualFader.clearTimer(obj)
    
    
    
    		//if(obj._fadeorder!=selectedImage) 
    
    
    
    		gradualFader.fadeupdown(obj, direction)
    
    
    
    	}
    
    
    
    Found 2024-10-01 by HttpPlugin
    Create report
  • Open service 87.98.239.19:80 · piotrzablocki.com

    2024-10-01 12:50

    HTTP/1.1 200 OK
    date: Tue, 01 Oct 2024 12:50:20 GMT
    content-type: text/html; charset=UTF-8
    transfer-encoding: chunked
    server: Apache
    x-powered-by: PHP/7.4
    vary: Accept-Encoding
    x-iplb-request-id: 9FDF8456:9B64_5762EF13:0050_66FBF00C_2C836:0383
    x-iplb-instance: 51794
    connection: close
    
    Page title: Architektura - PORTFOLIO - Piotr Zabłocki
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    
    
    <head>
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    
    
    <meta http-equiv="content-language" content="en, pl"> 
    
    
    
    <title>Architektura - PORTFOLIO - Piotr Zabłocki</title>
    
    
    
    <meta name="keywords" content=" wizualizacje, portfolio, piotr zabłocki, grafika, 3d max, architekt, student, politechnika śląska, design, 2d, 3d, photoshop, corel, konkurs, fotografia, model, grawizja, projekt, projektowanie, urbanistyka">
    
    
    
    <meta name="description" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, urbanistyka, design, wizualizacje, grafika 2D i 3D.">
    
    
    
    <meta name="robots" content="all">
    
    
    
    <meta name="author" content="Piotr Zabłocki"> 
    
    
    
    <meta name="copyright" content="Piotr Zabłocki">
    
    
    
    <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
    
    
    
    <link href="styl.css" rel="stylesheet" type="text/css" />
    
    
    
    <script type="text/javascript" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, design, grafika 2D i 3D.">
    
    
    
    //Gradual Elements Fader- By Dynamic Drive at http://www.dynamicdrive.com
    
    
    
    //Last updated: Nov 8th, 07'
    
    
    
    
    
    
    
    var selectedImage=-1
    
    
    
    var gradualFader={}
    
    
    
    
    
    
    
    gradualFader.baseopacity=0.25 //set base opacity when mouse isn't over element (decimal below 1)
    
    
    
    gradualFader.increment=0.05 //amount of opacity to increase after each iteration (suggestion: 0.1 or 0.2)
    
    
    
    gradualFader.increment1=0.1
    
    
    
    
    
    
    
    document.write('<style type="text/css">\n') //write out CSS to enable opacity on "gradualfader" class
    
    
    
    document.write('.gradualfader{filter:progid:DXImageTransform.Microsoft.alpha(opacity='+gradualFader.baseopacity*100+'); -moz-opacity:'+gradualFader.baseopacity+'; opacity:'+gradualFader.baseopacity+';}\n')
    
    
    
    document.write('</style>')
    
    
    
    
    
    
    
    gradualFader.setopacity=function(obj, value){ //Sets the opacity of targetobject based on the passed in value setting (0 to 1 and in between)
    
    
    
    	var targetobject=obj
    
    
    
    	if (targetobject && targetobject.filters && targetobject.filters[0]){ //IE syntax
    
    
    
    		if (typeof targetobject.filters[0].opacity=="number") //IE6
    
    
    
    			targetobject.filters[0].opacity=value*100
    
    
    
    		else //IE 5.5
    
    
    
    			targetobject.style.filter="alpha(opacity="+value*100+")"
    
    
    
    		}
    
    
    
    	else if (targetobject && typeof targetobject.style.MozOpacity!="undefined") //Old Mozilla syntax
    
    
    
    		targetobject.style.MozOpacity=value
    
    
    
    	else if (targetobject && typeof targetobject.style.opacity!="undefined") //Standard opacity syntax
    
    
    
    		targetobject.style.opacity=value
    
    
    
    	targetobject.currentopacity=value
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeupdown=function(obj, direction){
    
    
    
    	var targetobject=obj
    
    
    
    	var fadeamount=(direction=="fadeup")? this.increment1 : -this.increment
    
    
    
    	if (targetobject && (direction=="fadeup" && targetobject.currentopacity<1 || direction=="fadedown" && targetobject.currentopacity>this.baseopacity)){
    
    
    
    		if(obj._fadeorder!=selectedImage) this.setopacity(obj, targetobject.currentopacity+fadeamount)
    
    
    
    		else this.setopacity(obj, 1)
    
    
    
    		window["opacityfader"+obj._fadeorder]=setTimeout(function(){gradualFader.fadeupdown(obj, direction)}, 30)
    
    
    
    	}
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.clearTimer=function(obj){
    
    
    
    if (typeof window["opacityfader"+obj._fadeorder]!="undefined")
    
    
    
    	clearTimeout(window["opacityfader"+obj._fadeorder])
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.isContained=function(m, e){
    
    
    
    	var e=window.event || e
    
    
    
    	var c=e.relatedTarget || ((e.type=="mouseover")? e.fromElement : e.toElement)
    
    
    
    	while (c && c!=m)try {c=c.parentNode} catch(e){c=m}
    
    
    
    	if (c==m)
    
    
    
    		return true
    
    
    
    	else
    
    
    
    		return false
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeinterface=function(obj, e, direction){
    
    
    
    	if (!this.isContained(obj, e)){
    
    
    
    		gradualFader.clearTimer(obj)
    
    
    
    		//if(obj._fadeorder!=selectedImage) 
    
    
    
    		gradualFader.fadeupdown(obj, direction)
    
    
    
    	}
    
    
    
    Found 2024-10-01 by HttpPlugin
    Create report
  • Open service 87.98.239.19:443 · www.piotrzablocki.com

    2024-10-01 12:50

    HTTP/1.1 200 OK
    Date: Tue, 01 Oct 2024 12:50:20 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: Apache
    X-Powered-By: PHP/7.4
    Vary: Accept-Encoding
    
    Page title: Architektura - PORTFOLIO - Piotr Zabłocki
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    
    
    <head>
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    
    
    <meta http-equiv="content-language" content="en, pl"> 
    
    
    
    <title>Architektura - PORTFOLIO - Piotr Zabłocki</title>
    
    
    
    <meta name="keywords" content=" wizualizacje, portfolio, piotr zabłocki, grafika, 3d max, architekt, student, politechnika śląska, design, 2d, 3d, photoshop, corel, konkurs, fotografia, model, grawizja, projekt, projektowanie, urbanistyka">
    
    
    
    <meta name="description" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, urbanistyka, design, wizualizacje, grafika 2D i 3D.">
    
    
    
    <meta name="robots" content="all">
    
    
    
    <meta name="author" content="Piotr Zabłocki"> 
    
    
    
    <meta name="copyright" content="Piotr Zabłocki">
    
    
    
    <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
    
    
    
    <link href="styl.css" rel="stylesheet" type="text/css" />
    
    
    
    <script type="text/javascript" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, design, grafika 2D i 3D.">
    
    
    
    //Gradual Elements Fader- By Dynamic Drive at http://www.dynamicdrive.com
    
    
    
    //Last updated: Nov 8th, 07'
    
    
    
    
    
    
    
    var selectedImage=-1
    
    
    
    var gradualFader={}
    
    
    
    
    
    
    
    gradualFader.baseopacity=0.25 //set base opacity when mouse isn't over element (decimal below 1)
    
    
    
    gradualFader.increment=0.05 //amount of opacity to increase after each iteration (suggestion: 0.1 or 0.2)
    
    
    
    gradualFader.increment1=0.1
    
    
    
    
    
    
    
    document.write('<style type="text/css">\n') //write out CSS to enable opacity on "gradualfader" class
    
    
    
    document.write('.gradualfader{filter:progid:DXImageTransform.Microsoft.alpha(opacity='+gradualFader.baseopacity*100+'); -moz-opacity:'+gradualFader.baseopacity+'; opacity:'+gradualFader.baseopacity+';}\n')
    
    
    
    document.write('</style>')
    
    
    
    
    
    
    
    gradualFader.setopacity=function(obj, value){ //Sets the opacity of targetobject based on the passed in value setting (0 to 1 and in between)
    
    
    
    	var targetobject=obj
    
    
    
    	if (targetobject && targetobject.filters && targetobject.filters[0]){ //IE syntax
    
    
    
    		if (typeof targetobject.filters[0].opacity=="number") //IE6
    
    
    
    			targetobject.filters[0].opacity=value*100
    
    
    
    		else //IE 5.5
    
    
    
    			targetobject.style.filter="alpha(opacity="+value*100+")"
    
    
    
    		}
    
    
    
    	else if (targetobject && typeof targetobject.style.MozOpacity!="undefined") //Old Mozilla syntax
    
    
    
    		targetobject.style.MozOpacity=value
    
    
    
    	else if (targetobject && typeof targetobject.style.opacity!="undefined") //Standard opacity syntax
    
    
    
    		targetobject.style.opacity=value
    
    
    
    	targetobject.currentopacity=value
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeupdown=function(obj, direction){
    
    
    
    	var targetobject=obj
    
    
    
    	var fadeamount=(direction=="fadeup")? this.increment1 : -this.increment
    
    
    
    	if (targetobject && (direction=="fadeup" && targetobject.currentopacity<1 || direction=="fadedown" && targetobject.currentopacity>this.baseopacity)){
    
    
    
    		if(obj._fadeorder!=selectedImage) this.setopacity(obj, targetobject.currentopacity+fadeamount)
    
    
    
    		else this.setopacity(obj, 1)
    
    
    
    		window["opacityfader"+obj._fadeorder]=setTimeout(function(){gradualFader.fadeupdown(obj, direction)}, 30)
    
    
    
    	}
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.clearTimer=function(obj){
    
    
    
    if (typeof window["opacityfader"+obj._fadeorder]!="undefined")
    
    
    
    	clearTimeout(window["opacityfader"+obj._fadeorder])
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.isContained=function(m, e){
    
    
    
    	var e=window.event || e
    
    
    
    	var c=e.relatedTarget || ((e.type=="mouseover")? e.fromElement : e.toElement)
    
    
    
    	while (c && c!=m)try {c=c.parentNode} catch(e){c=m}
    
    
    
    	if (c==m)
    
    
    
    		return true
    
    
    
    	else
    
    
    
    		return false
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeinterface=function(obj, e, direction){
    
    
    
    	if (!this.isContained(obj, e)){
    
    
    
    		gradualFader.clearTimer(obj)
    
    
    
    		//if(obj._fadeorder!=selectedImage) 
    
    
    
    		gradualFader.fadeupdown(obj, direction)
    
    
    
    	}
    
    
    
    Found 2024-10-01 by HttpPlugin
    Create report
  • Open service 2001:41d0:1:1b00:87:98:239:19:443 · www.piotrzablocki.com

    2024-10-01 12:50

    HTTP/1.1 200 OK
    Date: Tue, 01 Oct 2024 12:50:20 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: Apache
    X-Powered-By: PHP/7.4
    Vary: Accept-Encoding
    
    Page title: Architektura - PORTFOLIO - Piotr Zabłocki
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    
    
    <head>
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    
    
    <meta http-equiv="content-language" content="en, pl"> 
    
    
    
    <title>Architektura - PORTFOLIO - Piotr Zabłocki</title>
    
    
    
    <meta name="keywords" content=" wizualizacje, portfolio, piotr zabłocki, grafika, 3d max, architekt, student, politechnika śląska, design, 2d, 3d, photoshop, corel, konkurs, fotografia, model, grawizja, projekt, projektowanie, urbanistyka">
    
    
    
    <meta name="description" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, urbanistyka, design, wizualizacje, grafika 2D i 3D.">
    
    
    
    <meta name="robots" content="all">
    
    
    
    <meta name="author" content="Piotr Zabłocki"> 
    
    
    
    <meta name="copyright" content="Piotr Zabłocki">
    
    
    
    <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
    
    
    
    <link href="styl.css" rel="stylesheet" type="text/css" />
    
    
    
    <script type="text/javascript" content="Architektura - Portfolio - Piotr Zabłocki (student Wydziału Architektury Politechniki Śląskiej w Gliwicach) - architektura, design, grafika 2D i 3D.">
    
    
    
    //Gradual Elements Fader- By Dynamic Drive at http://www.dynamicdrive.com
    
    
    
    //Last updated: Nov 8th, 07'
    
    
    
    
    
    
    
    var selectedImage=-1
    
    
    
    var gradualFader={}
    
    
    
    
    
    
    
    gradualFader.baseopacity=0.25 //set base opacity when mouse isn't over element (decimal below 1)
    
    
    
    gradualFader.increment=0.05 //amount of opacity to increase after each iteration (suggestion: 0.1 or 0.2)
    
    
    
    gradualFader.increment1=0.1
    
    
    
    
    
    
    
    document.write('<style type="text/css">\n') //write out CSS to enable opacity on "gradualfader" class
    
    
    
    document.write('.gradualfader{filter:progid:DXImageTransform.Microsoft.alpha(opacity='+gradualFader.baseopacity*100+'); -moz-opacity:'+gradualFader.baseopacity+'; opacity:'+gradualFader.baseopacity+';}\n')
    
    
    
    document.write('</style>')
    
    
    
    
    
    
    
    gradualFader.setopacity=function(obj, value){ //Sets the opacity of targetobject based on the passed in value setting (0 to 1 and in between)
    
    
    
    	var targetobject=obj
    
    
    
    	if (targetobject && targetobject.filters && targetobject.filters[0]){ //IE syntax
    
    
    
    		if (typeof targetobject.filters[0].opacity=="number") //IE6
    
    
    
    			targetobject.filters[0].opacity=value*100
    
    
    
    		else //IE 5.5
    
    
    
    			targetobject.style.filter="alpha(opacity="+value*100+")"
    
    
    
    		}
    
    
    
    	else if (targetobject && typeof targetobject.style.MozOpacity!="undefined") //Old Mozilla syntax
    
    
    
    		targetobject.style.MozOpacity=value
    
    
    
    	else if (targetobject && typeof targetobject.style.opacity!="undefined") //Standard opacity syntax
    
    
    
    		targetobject.style.opacity=value
    
    
    
    	targetobject.currentopacity=value
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeupdown=function(obj, direction){
    
    
    
    	var targetobject=obj
    
    
    
    	var fadeamount=(direction=="fadeup")? this.increment1 : -this.increment
    
    
    
    	if (targetobject && (direction=="fadeup" && targetobject.currentopacity<1 || direction=="fadedown" && targetobject.currentopacity>this.baseopacity)){
    
    
    
    		if(obj._fadeorder!=selectedImage) this.setopacity(obj, targetobject.currentopacity+fadeamount)
    
    
    
    		else this.setopacity(obj, 1)
    
    
    
    		window["opacityfader"+obj._fadeorder]=setTimeout(function(){gradualFader.fadeupdown(obj, direction)}, 30)
    
    
    
    	}
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.clearTimer=function(obj){
    
    
    
    if (typeof window["opacityfader"+obj._fadeorder]!="undefined")
    
    
    
    	clearTimeout(window["opacityfader"+obj._fadeorder])
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.isContained=function(m, e){
    
    
    
    	var e=window.event || e
    
    
    
    	var c=e.relatedTarget || ((e.type=="mouseover")? e.fromElement : e.toElement)
    
    
    
    	while (c && c!=m)try {c=c.parentNode} catch(e){c=m}
    
    
    
    	if (c==m)
    
    
    
    		return true
    
    
    
    	else
    
    
    
    		return false
    
    
    
    }
    
    
    
    
    
    
    
    gradualFader.fadeinterface=function(obj, e, direction){
    
    
    
    	if (!this.isContained(obj, e)){
    
    
    
    		gradualFader.clearTimer(obj)
    
    
    
    		//if(obj._fadeorder!=selectedImage) 
    
    
    
    		gradualFader.fadeupdown(obj, direction)
    
    
    
    	}
    
    
    
    Found 2024-10-01 by HttpPlugin
    Create report
piotrzablocki.comprojektchata.plrese-arch.plwww.piotrzablocki.comwww.projektchata.plwww.rese-arch.pl
CN:
rese-arch.pl
Key:
RSA-2048
Issuer:
R10
Not before:
2024-07-21 00:52
Not after:
2024-10-19 00:52