first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
6
www/includes/conf-gallery.php
Normal file
6
www/includes/conf-gallery.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$gallery_path="/usr/local/www/data/mypics";
|
||||
$tn_prefix="tn_";
|
||||
|
||||
?>
|
||||
30
www/includes/inc-bottom.php
Normal file
30
www/includes/inc-bottom.php
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
</table>
|
||||
|
||||
<div id="footer">
|
||||
|
||||
<div align=center>
|
||||
<script type="text/javascript" src="//cookie.ablia.net/_js_cookie/pg/_cdReady.js"></script>
|
||||
|
||||
<script type="text/javascript"><!--
|
||||
google_ad_client = "pub-1616750795635234";
|
||||
//728x15, creato 01/01/08
|
||||
google_ad_slot = "2695968136";
|
||||
google_ad_width = 728;
|
||||
google_ad_height = 15;
|
||||
//--></script>
|
||||
<!--<script type="text/javascript"
|
||||
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></a>
|
||||
</script>-->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div> </div>
|
||||
|
||||
<div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
199
www/includes/inc-header.php
Normal file
199
www/includes/inc-header.php
Normal file
|
|
@ -0,0 +1,199 @@
|
|||
<head>
|
||||
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
|
||||
|
||||
<!-- www.googlerank.it, ONLUS, foto, podismo, forum, atletica, piero giacomelli, pacemaker -->
|
||||
|
||||
<META NAME="TITLE" CONTENT="ONLUS REGALAMI UN SORRISO">
|
||||
<META NAME="AUTHOR" CONTENT="piero@pierogiacomelli.com">
|
||||
<META NAME="OWNER" CONTENT="foto.atletica.immagine@gmail.com">
|
||||
<META NAME="SUBJECT" CONTENT="podismo, foto, fotografia, atletica">
|
||||
<META NAME="RATING" CONTENT="general">
|
||||
<META NAME="DESCRIPTION" CONTENT="ARCHIVIO FOTOGRAFICO DIGITALE, PHOTO WEB SERVER, ONLUS REGALAMI UN SORRISO, ATLETICA IMMAGINE, PIERO GIACOMELLI, FOTO PODISMO, FOTO SPORT,SPORT E SOLIDARIETA? ">
|
||||
<META NAME="ABSTRACT" CONTENT="ARCHIVIO FOTOGRAFICO DIGITALE, PHOTO WEB SERVER, ONLUS REGALAMI UN SORRISO, ATLETICA IMMAGINE">
|
||||
<META NAME="KEYWORDS" CONTENT="ONLUS, foto, fotografia, regalami un sorriso, podismo, forum, atletica, piero giacomelli, pacemaker">
|
||||
<META NAME="REVISIT-AFTER" CONTENT="10 DAYS">
|
||||
<META NAME="GENERATOR" CONTENT="www.googlerank.it">
|
||||
<META NAME="LANGUAGE" CONTENT="IT">
|
||||
<META NAME="COPYRIGHT" CONTENT="atletica immagine">
|
||||
<META NAME="ROBOTS" CONTENT="All">
|
||||
|
||||
<!--
|
||||
<META NAME="description" CONTENT="ARCHIVIO FOTOGRAFICO DIGITALE, PHOTO WEB SERVER, ONLUS REGALAMI UN SORRISO, ATLETICA IMMAGINE">
|
||||
<META NAME="keywords" CONTENT="ONLUS, foto, fotografia, regalami un sorriso, podismo, forum, atletica, piero giacomelli, pacemaker">
|
||||
-->
|
||||
|
||||
<meta name="verify-v1" content="ICYRStN5317ctwUnjw7j5abeY4O6PQQ9SBTJHJUNu2k=" />
|
||||
|
||||
<title>Archivio Fotografico - Regalami un sorriso ONLUS - Forum - Riviste</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/gmarco.css" title="Tierra Verde stylesheet" />
|
||||
<link rel="stylesheet" type="text/css" href="css/fedele.css" />
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
/***********************************************
|
||||
* Switch Menu script- by Martial B of http://getElementById.com/
|
||||
* Modified by Dynamic Drive for format & NS4/IE4 compatibility
|
||||
* Visit http://www.dynamicdrive.com/ for full source code
|
||||
***********************************************/
|
||||
|
||||
var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
|
||||
var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only
|
||||
|
||||
if (document.getElementById){ //DynamicDrive.com change
|
||||
document.write('<style type="text/css">\n')
|
||||
document.write('.submenu{display: none;}\n')
|
||||
document.write('</style>\n')
|
||||
}
|
||||
|
||||
function SwitchMenu(obj){
|
||||
if(document.getElementById){
|
||||
var el = document.getElementById(obj);
|
||||
var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
|
||||
if(el.style.display != "block"){ //DynamicDrive.com change
|
||||
for (var i=0; i<ar.length; i++){
|
||||
if (ar[i].className=="submenu") //DynamicDrive.com change
|
||||
ar[i].style.display = "none";
|
||||
}
|
||||
el.style.display = "block";
|
||||
}else{
|
||||
el.style.display = "none";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function get_cookie(Name) {
|
||||
var search = Name + "="
|
||||
var returnvalue = "";
|
||||
if (document.cookie.length > 0) {
|
||||
offset = document.cookie.indexOf(search)
|
||||
if (offset != -1) {
|
||||
offset += search.length
|
||||
end = document.cookie.indexOf(";", offset);
|
||||
if (end == -1) end = document.cookie.length;
|
||||
returnvalue=unescape(document.cookie.substring(offset, end))
|
||||
}
|
||||
}
|
||||
return returnvalue;
|
||||
}
|
||||
|
||||
function onloadfunction(){
|
||||
if (persistmenu=="yes"){
|
||||
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
|
||||
var cookievalue=get_cookie(cookiename)
|
||||
if (cookievalue!="")
|
||||
document.getElementById(cookievalue).style.display="block"
|
||||
}
|
||||
}
|
||||
|
||||
function savemenustate(){
|
||||
var inc=1, blockid=""
|
||||
while (document.getElementById("sub"+inc)){
|
||||
if (document.getElementById("sub"+inc).style.display=="block"){
|
||||
blockid="sub"+inc
|
||||
break
|
||||
}
|
||||
inc++
|
||||
}
|
||||
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
|
||||
var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
|
||||
document.cookie=cookiename+"="+cookievalue
|
||||
}
|
||||
|
||||
if (window.addEventListener)
|
||||
window.addEventListener("load", onloadfunction, false)
|
||||
else if (window.attachEvent)
|
||||
window.attachEvent("onload", onloadfunction)
|
||||
else if (document.getElementById)
|
||||
window.onload=onloadfunction
|
||||
|
||||
if (persistmenu=="yes" && document.getElementById)
|
||||
window.onunload=savemenustate
|
||||
|
||||
|
||||
function openWin(URL){
|
||||
aWindow=window.open(URL,"listwindow", "resizable=yes,scrollbars=yes,status=0,width=200,height=100");
|
||||
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable';
|
||||
}
|
||||
|
||||
function NewWindow(mypage, myname, w, h, scroll) {
|
||||
var winl = (screen.width - w) / 2;
|
||||
var wint = (screen.height - h) / 2;
|
||||
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
|
||||
win = window.open(mypage, myname, winprops)
|
||||
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
<!--
|
||||
// prelevato ed illustrato su http://www.web-link.it
|
||||
var message = new Array();
|
||||
// Set your messages you want typed into the title bar below.
|
||||
// To add more messages, just add more elements to the array.
|
||||
message[0] = "Photo Web Server";
|
||||
message[1] = "O N L U S";
|
||||
message[2] = "REGALAMI UN SORRISO";
|
||||
message[3] = "Forum";
|
||||
message[4] = "Atletica Immagine";
|
||||
message[5] = "www.pierogiacomelli.com";
|
||||
|
||||
// Set the number of repetitions (how many times a given message is typed out
|
||||
// before moving onto the next message).
|
||||
var reps = 1;
|
||||
var speed = 200;// Set the overall typing speed (larger number = slower action).
|
||||
var hold = 8 // set the length of time to display the whole phrase before retyping (larger number = longer)
|
||||
|
||||
// DO NOT EDIT BELOW THIS LINE.
|
||||
var p = message.length;
|
||||
var q = 0;
|
||||
var r = 0;
|
||||
var C = 0;
|
||||
var mC = 0;
|
||||
var s = 0;
|
||||
var sT = null;
|
||||
|
||||
if (reps < 1) {
|
||||
reps = 1;
|
||||
}
|
||||
function setMessage() {
|
||||
typing = message[mC];
|
||||
q = typing.length;
|
||||
r = q + hold;
|
||||
typeMessage();
|
||||
}
|
||||
function typeMessage() {
|
||||
if (s > r) {
|
||||
s = 0;
|
||||
}
|
||||
if (s > q) {
|
||||
document.title = '|- '+ typing +' - - -';
|
||||
}
|
||||
else {
|
||||
document.title = '|- '+ typing.substr(0,s)+' - - -';
|
||||
}
|
||||
if (C < (r * reps)) {
|
||||
sT = setTimeout("typeMessage()", speed);
|
||||
C++;
|
||||
s++;
|
||||
}
|
||||
else {
|
||||
C = 0;
|
||||
s = 0;
|
||||
mC++;
|
||||
if(mC > p - 1) {mC = 0;}
|
||||
sT = null;
|
||||
setMessage();
|
||||
}
|
||||
}
|
||||
setMessage();
|
||||
// End -->
|
||||
</script>
|
||||
|
||||
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
|
||||
<script type="text/javascript" src="//cookie.ablia.net/_js_cookie/jquery.browserLanguage.js"></script>
|
||||
<script type="text/javascript" src="//cookie.ablia.net/_js_cookie/jquery.cookie.js"></script>
|
||||
<script type="text/javascript" src="//cookie.ablia.net/_js_cookie/jquery.cookiesdirective.js"></script>
|
||||
</head>
|
||||
106
www/includes/inc-header_old.php
Normal file
106
www/includes/inc-header_old.php
Normal file
|
|
@ -0,0 +1,106 @@
|
|||
<head>
|
||||
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
|
||||
<META NAME="description" CONTENT="ARCHIVIO FOTOGRAFICO DIGITALE, WEB SERVER E FORUM COLLABORAZIONE ACQUISIZIONE ELABORAZIONE IMMAGINI SENZA SCOPO DI LUCRO PER LA DIFFUSIONE DELLO SPORT ">
|
||||
<META NAME="keywords" CONTENT="IMMAGINI PODISMO ATLETICA FORUM FOGRAFIA DIGITALE SPORT CHAT">
|
||||
<link rel="stylesheet" type="text/css" href="css/gmarco.css" title="Tierra Verde stylesheet" />
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
/***********************************************
|
||||
* Switch Menu script- by Martial B of http://getElementById.com/
|
||||
* Modified by Dynamic Drive for format & NS4/IE4 compatibility
|
||||
* Visit http://www.dynamicdrive.com/ for full source code
|
||||
***********************************************/
|
||||
|
||||
var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
|
||||
var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only
|
||||
|
||||
if (document.getElementById){ //DynamicDrive.com change
|
||||
document.write('<style type="text/css">\n')
|
||||
document.write('.submenu{display: none;}\n')
|
||||
document.write('</style>\n')
|
||||
}
|
||||
|
||||
function SwitchMenu(obj){
|
||||
if(document.getElementById){
|
||||
var el = document.getElementById(obj);
|
||||
var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
|
||||
if(el.style.display != "block"){ //DynamicDrive.com change
|
||||
for (var i=0; i<ar.length; i++){
|
||||
if (ar[i].className=="submenu") //DynamicDrive.com change
|
||||
ar[i].style.display = "none";
|
||||
}
|
||||
el.style.display = "block";
|
||||
}else{
|
||||
el.style.display = "none";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function get_cookie(Name) {
|
||||
var search = Name + "="
|
||||
var returnvalue = "";
|
||||
if (document.cookie.length > 0) {
|
||||
offset = document.cookie.indexOf(search)
|
||||
if (offset != -1) {
|
||||
offset += search.length
|
||||
end = document.cookie.indexOf(";", offset);
|
||||
if (end == -1) end = document.cookie.length;
|
||||
returnvalue=unescape(document.cookie.substring(offset, end))
|
||||
}
|
||||
}
|
||||
return returnvalue;
|
||||
}
|
||||
|
||||
function onloadfunction(){
|
||||
if (persistmenu=="yes"){
|
||||
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
|
||||
var cookievalue=get_cookie(cookiename)
|
||||
if (cookievalue!="")
|
||||
document.getElementById(cookievalue).style.display="block"
|
||||
}
|
||||
}
|
||||
|
||||
function savemenustate(){
|
||||
var inc=1, blockid=""
|
||||
while (document.getElementById("sub"+inc)){
|
||||
if (document.getElementById("sub"+inc).style.display=="block"){
|
||||
blockid="sub"+inc
|
||||
break
|
||||
}
|
||||
inc++
|
||||
}
|
||||
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
|
||||
var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
|
||||
document.cookie=cookiename+"="+cookievalue
|
||||
}
|
||||
|
||||
if (window.addEventListener)
|
||||
window.addEventListener("load", onloadfunction, false)
|
||||
else if (window.attachEvent)
|
||||
window.attachEvent("onload", onloadfunction)
|
||||
else if (document.getElementById)
|
||||
window.onload=onloadfunction
|
||||
|
||||
if (persistmenu=="yes" && document.getElementById)
|
||||
window.onunload=savemenustate
|
||||
|
||||
|
||||
function openWin(URL){
|
||||
aWindow=window.open(URL,"listwindow", "resizable=yes,scrollbars=yes,status=0,width=200,height=100");
|
||||
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable';
|
||||
}
|
||||
|
||||
function NewWindow(mypage, myname, w, h, scroll) {
|
||||
var winl = (screen.width - w) / 2;
|
||||
var wint = (screen.height - h) / 2;
|
||||
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
|
||||
win = window.open(mypage, myname, winprops)
|
||||
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<title>Archivio Fotografico - Forum - Riviste</title>
|
||||
|
||||
</head>
|
||||
107
www/includes/inc-header_old2.php
Normal file
107
www/includes/inc-header_old2.php
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
<head>
|
||||
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
|
||||
<META NAME="description" CONTENT="ARCHIVIO FOTOGRAFICO DIGITALE, PHOTO WEB SERVER E FORUM COLLABORAZIONE ACQUISIZIONE ELABORAZIONE IMMAGINI SENZA SCOPO DI LUCRO PER LA DIFFUSIONE DELLO SPORT ONLUS REGALAMI UN SORRISO ATLETICA IMMAGINE">
|
||||
<META NAME="keywords" CONTENT="IMMAGINI PODISMO ATLETICA IMMAGINE FORUM FOTOGRAFIA DIGITALE SPORT CHAT ONLUS REGALAMI UN SORRISO PHOTO WEB SERVER PIERO GIACOMELLI">
|
||||
<meta name="verify-v1" content="ICYRStN5317ctwUnjw7j5abeY4O6PQQ9SBTJHJUNu2k=" />
|
||||
<link rel="stylesheet" type="text/css" href="css/gmarco.css" title="Tierra Verde stylesheet" />
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
/***********************************************
|
||||
* Switch Menu script- by Martial B of http://getElementById.com/
|
||||
* Modified by Dynamic Drive for format & NS4/IE4 compatibility
|
||||
* Visit http://www.dynamicdrive.com/ for full source code
|
||||
***********************************************/
|
||||
|
||||
var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
|
||||
var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only
|
||||
|
||||
if (document.getElementById){ //DynamicDrive.com change
|
||||
document.write('<style type="text/css">\n')
|
||||
document.write('.submenu{display: none;}\n')
|
||||
document.write('</style>\n')
|
||||
}
|
||||
|
||||
function SwitchMenu(obj){
|
||||
if(document.getElementById){
|
||||
var el = document.getElementById(obj);
|
||||
var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
|
||||
if(el.style.display != "block"){ //DynamicDrive.com change
|
||||
for (var i=0; i<ar.length; i++){
|
||||
if (ar[i].className=="submenu") //DynamicDrive.com change
|
||||
ar[i].style.display = "none";
|
||||
}
|
||||
el.style.display = "block";
|
||||
}else{
|
||||
el.style.display = "none";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function get_cookie(Name) {
|
||||
var search = Name + "="
|
||||
var returnvalue = "";
|
||||
if (document.cookie.length > 0) {
|
||||
offset = document.cookie.indexOf(search)
|
||||
if (offset != -1) {
|
||||
offset += search.length
|
||||
end = document.cookie.indexOf(";", offset);
|
||||
if (end == -1) end = document.cookie.length;
|
||||
returnvalue=unescape(document.cookie.substring(offset, end))
|
||||
}
|
||||
}
|
||||
return returnvalue;
|
||||
}
|
||||
|
||||
function onloadfunction(){
|
||||
if (persistmenu=="yes"){
|
||||
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
|
||||
var cookievalue=get_cookie(cookiename)
|
||||
if (cookievalue!="")
|
||||
document.getElementById(cookievalue).style.display="block"
|
||||
}
|
||||
}
|
||||
|
||||
function savemenustate(){
|
||||
var inc=1, blockid=""
|
||||
while (document.getElementById("sub"+inc)){
|
||||
if (document.getElementById("sub"+inc).style.display=="block"){
|
||||
blockid="sub"+inc
|
||||
break
|
||||
}
|
||||
inc++
|
||||
}
|
||||
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
|
||||
var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
|
||||
document.cookie=cookiename+"="+cookievalue
|
||||
}
|
||||
|
||||
if (window.addEventListener)
|
||||
window.addEventListener("load", onloadfunction, false)
|
||||
else if (window.attachEvent)
|
||||
window.attachEvent("onload", onloadfunction)
|
||||
else if (document.getElementById)
|
||||
window.onload=onloadfunction
|
||||
|
||||
if (persistmenu=="yes" && document.getElementById)
|
||||
window.onunload=savemenustate
|
||||
|
||||
|
||||
function openWin(URL){
|
||||
aWindow=window.open(URL,"listwindow", "resizable=yes,scrollbars=yes,status=0,width=200,height=100");
|
||||
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable';
|
||||
}
|
||||
|
||||
function NewWindow(mypage, myname, w, h, scroll) {
|
||||
var winl = (screen.width - w) / 2;
|
||||
var wint = (screen.height - h) / 2;
|
||||
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
|
||||
win = window.open(mypage, myname, winprops)
|
||||
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<title>Archivio Fotografico - Forum - Riviste</title>
|
||||
|
||||
</head>
|
||||
96
www/includes/inc-left-2016-28-12.php
Normal file
96
www/includes/inc-left-2016-28-12.php
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
<table width=100% align=left>
|
||||
<tr valign=top align=left>
|
||||
<td width=70>
|
||||
<div id="sideBar">
|
||||
<div id="masterdiv">
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub1')">Foto</div>
|
||||
<span class="submenu" id="sub1">
|
||||
- <a href="index.php">Home Page</a><br>
|
||||
- <a href="gallery.php">Foto fino 2011</a><br>
|
||||
- <a href="gallery2.php">Foto </a><br>
|
||||
- <a href="privacy.php">Privacy</a><br>
|
||||
- <a href="considerazioni.php">Avvertenze</a><br>
|
||||
- <a href="form.php">Password</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub2')">Riviste</div>
|
||||
<span class="submenu" id="sub2">
|
||||
- <a href="riv-atletica.php">Atl. Img</a><br>
|
||||
- <a href="riv-spiridon.php">Spiridon</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub3')">Forum</div>
|
||||
<span class="submenu" id="sub3">
|
||||
- <a href="http://bb.pierogiacomelli.com/viewforum.php?f=2">News</a><br>
|
||||
- <a href="http://bb.pierogiacomelli.com">Forum</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub4')">Varie</div>
|
||||
<span class="submenu" id="sub4">
|
||||
- <a href="http://files.pierogiacomelli.com/">Files</a><br>
|
||||
- <a href="http://video.pierogiacomelli.com/">Slideshow</a><br>
|
||||
- <a href="http://www.pierogiacomelli.com/awstats/awstats.pl">Statistiche</a><br>
|
||||
- <a href="graphs.html">Grafici</a><br>
|
||||
- <a href="links.php">Links</a><br>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
<a href="http://bb.pierogiacomelli.com/viewtopic.php?f=19&t=9260" title="Effettua una donazione" target="_blank" >
|
||||
<img src="../pics/donapaypal.jpg" width="146" height="118" alt="Donazione" /></a>
|
||||
|
||||
|
||||
<p>
|
||||
<p><b> Links consigliati:</b><p>
|
||||
|
||||
<a href="http://www.mozilla-europe.org/it/" title="Download Opera" target="_blank" >
|
||||
<img src="../pics/80x15_square_blue.png" width="80" height="15" alt="Opera" /></a><p>
|
||||
|
||||
<a href="http://www.opera.com/" title="Get Firefox - Web Browsing Redefined" target="_blank">
|
||||
<img src="../pics/opera94x15.gif" width="94" height="15" border="0" alt="Get Firefox"></a>
|
||||
|
||||
|
||||
<p><b> Sponsors:</b><br>
|
||||
<?php
|
||||
|
||||
### Funzione di random degli sponsors ###
|
||||
|
||||
$www_home="/home/web/www.pierogiacomelli.com/www/";
|
||||
$filespath="/home/web/www.pierogiacomelli.com/www/sponsors";
|
||||
$descfile="/home/web/www.pierogiacomelli.com/www/sponsors/links.txt";
|
||||
|
||||
chdir("$filespath");
|
||||
|
||||
if ($handle = opendir('.')) {
|
||||
while (false !== ($entry = readdir($handle))) {
|
||||
if (!is_dir($entry) && $entry != "$descfile" && ( substr($entry, -3) == "jpg" || substr($entry, -3) == "gif" || substr($entry, -3) == "png" )) {
|
||||
$sponsors[] = $entry;
|
||||
}
|
||||
}
|
||||
closedir($handle);
|
||||
}
|
||||
|
||||
# Read a desc. file if any
|
||||
if (file_exists($descfile)) {
|
||||
$fp = fopen ("$descfile", "r");
|
||||
while ($data = fgetcsv ($fp, 1000, ";")) {
|
||||
$desc[$data[0]] = $data[1];
|
||||
}
|
||||
}
|
||||
|
||||
if (count($sponsors) != 0){
|
||||
print "<p>";
|
||||
srand((float)microtime() * 1000000);
|
||||
shuffle($sponsors);
|
||||
while (list($key, $sponsor) = each($sponsors)) {
|
||||
print " <a href=$desc[$sponsor]><img width=120 border=0 src=http://www.pierogiacomelli.com/sponsors/$sponsor></a><p>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#### End
|
||||
?>
|
||||
|
||||
</div>
|
||||
</td><td>
|
||||
93
www/includes/inc-left.full.php
Normal file
93
www/includes/inc-left.full.php
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
<table width=100% align=left>
|
||||
<tr valign=top align=left>
|
||||
<td width=70>
|
||||
<div id="sideBar">
|
||||
<div id="masterdiv">
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub1')">Foto</div>
|
||||
<span class="submenu" id="sub1">
|
||||
- <a href="index.php">Home Page</a><br>
|
||||
- <a href="gallery.php">Foto</a><br>
|
||||
- <a href="gallery-archivio.php">Archivio</a><br>
|
||||
- <a href="privacy.php">Privacy</a><br>
|
||||
- <a href="considerazioni.php">Avvertenze</a><br>
|
||||
- <a href="form.php">Password</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub2')">Riviste</div>
|
||||
<span class="submenu" id="sub2">
|
||||
- <a href="riv-atletica.php">Atl. Img</a><br>
|
||||
- <a href="riv-spiridon.php">Spiridon</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub3')">Forum</div>
|
||||
<span class="submenu" id="sub3">
|
||||
- <a href="http://bb.pierogiacomelli.com/viewforum.php?id=1">News</a><br>
|
||||
- <a href="http://bb.pierogiacomelli.com">Forum</a><br>
|
||||
- <a href="http://forum.pierogiacomelli.com">Vecchio Forum</a><br>
|
||||
- <a href="http://www.pierogiacomelli.com/chat">Chat</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub4')">Varie</div>
|
||||
<span class="submenu" id="sub4">
|
||||
- <a href="csv.php">CSV</a><br>
|
||||
- <a href="/stats">Statistiche</a><br>
|
||||
- <a href="/stats/snmp/localhost_2.html">Utilizzo Banda</a><br>
|
||||
- <a href="files.php">Files</a><br>
|
||||
- <a href="links.php">Links</a><br>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
<p>
|
||||
<p><b> Links consigliati:</b><p>
|
||||
|
||||
<a href="http://www.opera.com/" title="Download Opera" >
|
||||
<img src="http://promote.opera.com/small/opera94x15.gif" width="94" height="15" alt="Opera" /></a><p>
|
||||
|
||||
<a href="http://www.mozilla.org/products/firefox/" title="Get Firefox - Web Browsing Redefined">
|
||||
<img src="http://www.mozilla.org/products/firefox/buttons/firefox_pixel.png" width="94" height="15" border="0" alt="Get Firefox"></a>
|
||||
|
||||
|
||||
<p><b> Sponsors:</b><br>
|
||||
<?php
|
||||
|
||||
### Funzione di random degli sponsors ###
|
||||
|
||||
$www_home="/home/web/www.pierogiacomelli.com/www/";
|
||||
$filespath="/home/web/www.pierogiacomelli.com/www/sponsors";
|
||||
$descfile="/home/web/www.pierogiacomelli.com/www/sponsors/links.txt";
|
||||
|
||||
chdir("$filespath");
|
||||
|
||||
if ($handle = opendir('.')) {
|
||||
while (false !== ($entry = readdir($handle))) {
|
||||
if (!is_dir($entry) && $entry != "$descfile" && ( substr($entry, -3) == "jpg" || substr($entry, -3) == "gif" || substr($entry, -3) == "png" )) {
|
||||
$sponsors[] = $entry;
|
||||
}
|
||||
}
|
||||
closedir($handle);
|
||||
}
|
||||
|
||||
# Read a desc. file if any
|
||||
if (file_exists($descfile)) {
|
||||
$fp = fopen ("$descfile", "r");
|
||||
while ($data = fgetcsv ($fp, 1000, ";")) {
|
||||
$desc[$data[0]] = $data[1];
|
||||
}
|
||||
}
|
||||
|
||||
if (count($sponsors) != 0){
|
||||
print "<p>";
|
||||
srand((float)microtime() * 1000000);
|
||||
shuffle($sponsors);
|
||||
while (list($key, $sponsor) = each($sponsors)) {
|
||||
print " <a href=$desc[$sponsor]><img width=120 border=0 src=http://www.pierogiacomelli.com/sponsors/$sponsor></a><p>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#### End
|
||||
?>
|
||||
|
||||
</div>
|
||||
</td><td>
|
||||
22
www/includes/inc-left.orig.php
Normal file
22
www/includes/inc-left.orig.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<div id="sideBar">
|
||||
|
||||
<div class="title">Navigation</div>
|
||||
<a href="index.php">Home Page</a>
|
||||
<a href="http://www.pierogiacomelli.com/cgi-bin/yabb/YaBB.cgi?board=news">News</a>
|
||||
<a href="privacy.php">Privacy</a>
|
||||
<a href="considerazioni.php">Avvertenze</a>
|
||||
<a href="/stats">Statistiche</a>
|
||||
<a href="files.php">Files</a>
|
||||
<a href="links.php">Links</a>
|
||||
<a href="gallery.php">Foto</a>
|
||||
<a href="form.php">Richiesta pwd</a>
|
||||
<a href="http://www.pierogiacomelli.com/cgi-bin/yabb/YaBB.cgi">Forum</a>
|
||||
<a href="http://www.pierogiacomelli.com/chat">Chat</a>
|
||||
|
||||
|
||||
<a href="http://www.mozilla.org/products/firefox/" title="Get
|
||||
Firefox - Web Browsing Redefined"><img src="http://www.
|
||||
mozilla.org/products/firefox/buttons/firefox_pixel.png" width="94"
|
||||
height="15" border="0" alt="Get Firefox"></a>
|
||||
|
||||
</div>
|
||||
101
www/includes/inc-left.php
Normal file
101
www/includes/inc-left.php
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
<table width=100% align=left>
|
||||
<tr valign=top align=left>
|
||||
<td width=70>
|
||||
<div id="sideBar">
|
||||
<div id="masterdiv">
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub1')">Foto</div>
|
||||
<span class="submenu" id="sub1">
|
||||
- <a href="index.php">Home Page</a><br>
|
||||
- <a href="gallery.php">Foto fino 2011</a><br>
|
||||
- <a href="gallery2.php">Foto </a><br>
|
||||
- <a href="privacy.php">Privacy</a><br>
|
||||
- <a href="considerazioni.php">Avvertenze</a><br>
|
||||
- <a href="form.php">Password</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub2')">Riviste</div>
|
||||
<span class="submenu" id="sub2">
|
||||
- <a href="riv-atletica.php">Atl. Img</a><br>
|
||||
- <a href="riv-spiridon.php">Spiridon</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub3')">Forum</div>
|
||||
<span class="submenu" id="sub3">
|
||||
- <a href="http://bb.pierogiacomelli.com/viewforum.php?f=2">News</a><br>
|
||||
- <a href="http://bb.pierogiacomelli.com">Forum</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub4')">Varie</div>
|
||||
<span class="submenu" id="sub4">
|
||||
- <a href="http://files.pierogiacomelli.com/">Files</a><br>
|
||||
- <a href="http://video.pierogiacomelli.com/">Slideshow</a><br>
|
||||
- <a href="http://www.pierogiacomelli.com/awstats/awstats.pl">Statistiche</a><br>
|
||||
- <a href="graphs.html">Grafici</a><br>
|
||||
- <a href="links.php">Links</a><br>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
<a href="http://bb.pierogiacomelli.com/viewtopic.php?f=19&t=9260" title="Effettua una donazione" target="_blank" >
|
||||
<img src="../pics/donapaypal.jpg" width="146" height="118" alt="Donazione" /></a>
|
||||
|
||||
|
||||
<p>
|
||||
|
||||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- Sidebar sito -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-1616750795635234"
|
||||
data-ad-slot="7933741205"
|
||||
data-ad-format="auto"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
|
||||
|
||||
<p><b> Sponsors:</b><br>
|
||||
<?php
|
||||
|
||||
### Funzione di random degli sponsors ###
|
||||
|
||||
$www_home="/home/web/www.pierogiacomelli.com/www/";
|
||||
$filespath="/home/web/www.pierogiacomelli.com/www/sponsors";
|
||||
$descfile="/home/web/www.pierogiacomelli.com/www/sponsors/links.txt";
|
||||
|
||||
chdir("$filespath");
|
||||
|
||||
if ($handle = opendir('.')) {
|
||||
while (false !== ($entry = readdir($handle))) {
|
||||
if (!is_dir($entry) && $entry != "$descfile" && ( substr($entry, -3) == "jpg" || substr($entry, -3) == "gif" || substr($entry, -3) == "png" )) {
|
||||
$sponsors[] = $entry;
|
||||
}
|
||||
}
|
||||
closedir($handle);
|
||||
}
|
||||
|
||||
# Read a desc. file if any
|
||||
if (file_exists($descfile)) {
|
||||
$fp = fopen ("$descfile", "r");
|
||||
while ($data = fgetcsv ($fp, 1000, ";")) {
|
||||
$desc[$data[0]] = $data[1];
|
||||
}
|
||||
}
|
||||
|
||||
if (count($sponsors) != 0){
|
||||
print "<p>";
|
||||
srand((float)microtime() * 1000000);
|
||||
shuffle($sponsors);
|
||||
while (list($key, $sponsor) = each($sponsors)) {
|
||||
print " <a href=$desc[$sponsor]><img width=120 border=0 src=http://www.pierogiacomelli.com/sponsors/$sponsor></a><p>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#### End
|
||||
?>
|
||||
|
||||
</div>
|
||||
</td><td>
|
||||
94
www/includes/inc-left.php.modificato
Normal file
94
www/includes/inc-left.php.modificato
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
<table width=100% align=left>
|
||||
<tr valign=top align=left>
|
||||
<td width=70>
|
||||
<div id="sideBar">
|
||||
<div id="masterdiv">
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub1')">Foto</div>
|
||||
<span class="submenu" id="sub1">
|
||||
- <a href="index.php">Home Page</a><br>
|
||||
- <a href="gallery.php">Foto</a><br>
|
||||
- <a href="gallery-archivio.php">Archivio Foto</a><br>
|
||||
- <a href="privacy.php">Privacy</a><br>
|
||||
- <a href="considerazioni.php">Avvertenze</a><br>
|
||||
- <a href="form.php">Password</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub2')">Riviste</div>
|
||||
<span class="submenu" id="sub2">
|
||||
- <a href="riv-atletica.php">Atl. Img</a><br>
|
||||
- <a href="riv-spiridon.php">Spiridon</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub3')">Forum</div>
|
||||
<span class="submenu" id="sub3">
|
||||
- <a href="http://bb.pierogiacomelli.com/viewforum.php?f=2">News</a><br>
|
||||
- <a href="http://bb.pierogiacomelli.com">Forum</a><br>
|
||||
- <a href="http://forum.pierogiacomelli.com">Vecchio Forum</a><br>
|
||||
- <a href="http://www.pierogiacomelli.com/chat">Chat</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub4')">Varie</div>
|
||||
<span class="submenu" id="sub4">
|
||||
- <a href="http://files.pierogiacomelli.com/">Files</a><br>
|
||||
- <a href="http://video.pierogiacomelli.com/">Video</a><br>
|
||||
- <a href="csv.php">CSV</a><br>
|
||||
- <a href="/stats">Statistiche</a><br>
|
||||
- <a href="graphs.html">Grafici</a><br>
|
||||
- <a href="links.php">Links</a><br>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
<p>
|
||||
<p><b> Links consigliati:</b><p>
|
||||
|
||||
<a href="http://www.opera.com/" title="Download Opera" >
|
||||
<img src="http://promote.opera.com/small/opera94x15.gif" width="94" height="15" alt="Opera" /></a><p>
|
||||
|
||||
<a href="http://www.mozilla.org/products/firefox/" title="Get Firefox - Web Browsing Redefined">
|
||||
<img src="http://www.mozilla.org/products/firefox/buttons/firefox_pixel.png" width="94" height="15" border="0" alt="Get Firefox"></a>
|
||||
|
||||
|
||||
<p><b> Sponsors:</b><br>
|
||||
<?php
|
||||
|
||||
### Funzione di random degli sponsors ###
|
||||
|
||||
$www_home="/home/web/www.pierogiacomelli.com/www/";
|
||||
$filespath="/home/web/www.pierogiacomelli.com/www/sponsors";
|
||||
$descfile="/home/web/www.pierogiacomelli.com/www/sponsors/links.txt";
|
||||
|
||||
chdir("$filespath");
|
||||
|
||||
if ($handle = opendir('.')) {
|
||||
while (false !== ($entry = readdir($handle))) {
|
||||
if (!is_dir($entry) && $entry != "$descfile" && ( substr($entry, -3) == "jpg" || substr($entry, -3) == "gif" || substr($entry, -3) == "png" )) {
|
||||
$sponsors[] = $entry;
|
||||
}
|
||||
}
|
||||
closedir($handle);
|
||||
}
|
||||
|
||||
# Read a desc. file if any
|
||||
if (file_exists($descfile)) {
|
||||
$fp = fopen ("$descfile", "r");
|
||||
while ($data = fgetcsv ($fp, 1000, ";")) {
|
||||
$desc[$data[0]] = $data[1];
|
||||
}
|
||||
}
|
||||
|
||||
if (count($sponsors) != 0){
|
||||
print "<p>";
|
||||
srand((float)microtime() * 1000000);
|
||||
shuffle($sponsors);
|
||||
while (list($key, $sponsor) = each($sponsors)) {
|
||||
print " <a href=$desc[$sponsor]><img width=120 border=0 src=http://www.pierogiacomelli.com/sponsors/$sponsor></a><p>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#### End
|
||||
?>
|
||||
|
||||
</div>
|
||||
</td><td>
|
||||
93
www/includes/inc-left_1.php
Normal file
93
www/includes/inc-left_1.php
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
<table width=100% align=left>
|
||||
<tr valign=top align=left>
|
||||
<td width=70>
|
||||
<div id="sideBar">
|
||||
<div id="masterdiv">
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub1')">Foto</div>
|
||||
<span class="submenu" id="sub1">
|
||||
- <a href="index.php">Home Page</a><br>
|
||||
- <a href="gallery.php">Foto</a><br>
|
||||
- <a href="gallery-archivio.php">Archivio Foto</a><br>
|
||||
- <a href="privacy.php">Privacy</a><br>
|
||||
- <a href="considerazioni.php">Avvertenze</a><br>
|
||||
- <a href="form.php">Password</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub2')">Riviste</div>
|
||||
<span class="submenu" id="sub2">
|
||||
- <a href="riv-atletica.php">Atl. Img</a><br>
|
||||
- <a href="riv-spiridon.php">Spiridon</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub3')">Forum</div>
|
||||
<span class="submenu" id="sub3">
|
||||
- <a href="http://bb.pierogiacomelli.com/viewforum.php?f=2">News</a><br>
|
||||
- <a href="http://bb.pierogiacomelli.com">Forum</a><br>
|
||||
- <a href="http://forum.pierogiacomelli.com">Vecchio Forum</a><br>
|
||||
- <a href="http://www.pierogiacomelli.com/chat">Chat</a><br>
|
||||
</span>
|
||||
|
||||
<div class="menutitle" onclick="SwitchMenu('sub4')">Varie</div>
|
||||
<span class="submenu" id="sub4">
|
||||
- <a href="http://files.pierogiacomelli.com/">Files</a><br>
|
||||
- <a href="http://video.pierogiacomelli.com/">Video</a><br>
|
||||
- <a href="csv.php">CSV</a><br>
|
||||
- <a href="/stats">Statistiche</a><br>
|
||||
- <a href="links.php">Links</a><br>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
<p>
|
||||
<p><b> Links consigliati:</b><p>
|
||||
|
||||
<a href="http://www.opera.com/" title="Download Opera" >
|
||||
<img src="http://promote.opera.com/small/opera94x15.gif" width="94" height="15" alt="Opera" /></a><p>
|
||||
|
||||
<a href="http://www.mozilla.org/products/firefox/" title="Get Firefox - Web Browsing Redefined">
|
||||
<img src="http://www.mozilla.org/products/firefox/buttons/firefox_pixel.png" width="94" height="15" border="0" alt="Get Firefox"></a>
|
||||
|
||||
|
||||
<p><b> Sponsors:</b><br>
|
||||
<?php
|
||||
|
||||
### Funzione di random degli sponsors ###
|
||||
|
||||
$www_home="/home/web/www.pierogiacomelli.com/www/";
|
||||
$filespath="/home/web/www.pierogiacomelli.com/www/sponsors";
|
||||
$descfile="/home/web/www.pierogiacomelli.com/www/sponsors/links.txt";
|
||||
|
||||
chdir("$filespath");
|
||||
|
||||
if ($handle = opendir('.')) {
|
||||
while (false !== ($entry = readdir($handle))) {
|
||||
if (!is_dir($entry) && $entry != "$descfile" && ( substr($entry, -3) == "jpg" || substr($entry, -3) == "gif" || substr($entry, -3) == "png" )) {
|
||||
$sponsors[] = $entry;
|
||||
}
|
||||
}
|
||||
closedir($handle);
|
||||
}
|
||||
|
||||
# Read a desc. file if any
|
||||
if (file_exists($descfile)) {
|
||||
$fp = fopen ("$descfile", "r");
|
||||
while ($data = fgetcsv ($fp, 1000, ";")) {
|
||||
$desc[$data[0]] = $data[1];
|
||||
}
|
||||
}
|
||||
|
||||
if (count($sponsors) != 0){
|
||||
print "<p>";
|
||||
srand((float)microtime() * 1000000);
|
||||
shuffle($sponsors);
|
||||
while (list($key, $sponsor) = each($sponsors)) {
|
||||
print " <a href=$desc[$sponsor]><img width=120 border=0 src=http://www.pierogiacomelli.com/sponsors/$sponsor></a><p>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#### End
|
||||
?>
|
||||
|
||||
</div>
|
||||
</td><td>
|
||||
3
www/includes/inc-top.php
Normal file
3
www/includes/inc-top.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<h1 id="header" style="text-align: center; color: white">
|
||||
Archivio Fotografico - Regalami un sorriso ONLUS - pierogiacomelli.com
|
||||
</h1>
|
||||
6
www/includes/inc-top.php-2017-01-03
Normal file
6
www/includes/inc-top.php-2017-01-03
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div id="header" align=center>
|
||||
|
||||
<font color=white size=5><b>Archivio Fotografico - Forum - Riviste</b></font>
|
||||
<p>
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue