From 3686ac404187561a7b748b04e532f10edfe0a47b Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 17 Feb 2024 20:59:51 -0500 Subject: Drop dead library pages. --- libs/code/index.html | 24 ------------ libs/pictures/.header.html | 23 ----------- libs/pictures/.htaccess | 4 -- libs/pictures/osunix-logo_sq_thicken.png | Bin 692232 -> 0 bytes libs/pictures/pliba.php | 63 ------------------------------- libs/pictures/plibb.php | 63 ------------------------------- 6 files changed, 177 deletions(-) delete mode 100755 libs/code/index.html delete mode 100755 libs/pictures/.header.html delete mode 100755 libs/pictures/.htaccess delete mode 100644 libs/pictures/osunix-logo_sq_thicken.png delete mode 100755 libs/pictures/pliba.php delete mode 100755 libs/pictures/plibb.php (limited to 'libs') diff --git a/libs/code/index.html b/libs/code/index.html deleted file mode 100755 index a023fd1..0000000 --- a/libs/code/index.html +++ /dev/null @@ -1,24 +0,0 @@ - - -Litter Rubbish Garbage Trash - - - - -
Chrisoft::Code Library
-

Why are you here?
-My github
-CodeForces Rating Comparator -

- - diff --git a/libs/pictures/.header.html b/libs/pictures/.header.html deleted file mode 100755 index 5d19c06..0000000 --- a/libs/pictures/.header.html +++ /dev/null @@ -1,23 +0,0 @@ - - -Litter Rubbish Garbage Trash - - - - -
Chrisoft::Picture Library
-

All pictures here are fetched from the Internet and most of them are Touhou-related...
-Not all of these pictures are checked for "safety"! Protect your eyes yourself!

- diff --git a/libs/pictures/.htaccess b/libs/pictures/.htaccess deleted file mode 100755 index 410ec07..0000000 --- a/libs/pictures/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ -IndexOptions FancyIndexing SuppressHTMLPreamble -HeaderName .header.html -IndexIgnore .. *.php - diff --git a/libs/pictures/osunix-logo_sq_thicken.png b/libs/pictures/osunix-logo_sq_thicken.png deleted file mode 100644 index 510bba2..0000000 Binary files a/libs/pictures/osunix-logo_sq_thicken.png and /dev/null differ diff --git a/libs/pictures/pliba.php b/libs/pictures/pliba.php deleted file mode 100755 index a0a4834..0000000 --- a/libs/pictures/pliba.php +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - Picture browser - - - - - -
Chrisoft::Picture Library
-
- - -
%s
-
",$files[$i],$files[$i],$files[$i]); - echo $ret; - } - $totalsp=count($files)/20+(count($files)%20==0?0:1)-1; - $minsp=$startpage-5;if($minsp<0)$minsp=0; - $maxsp=$startpage+6;if($maxsp>$totalsp)$maxsp=$totalsp; - echo "
"; - for($i=$minsp;$i<$maxsp;$i++) - { - if($i===$startpage) - echo $i+1 . ' '; - else - { - $t=sprintf("%d ",$i,$i+1); - echo $t; - } - } - echo "
"; - ?> - - - diff --git a/libs/pictures/plibb.php b/libs/pictures/plibb.php deleted file mode 100755 index 351f1ab..0000000 --- a/libs/pictures/plibb.php +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - Picture browser - - - - - -
Chrisoft::Picture Library
-
- - -
%s
-
",$files[$i],$files[$i],$files[$i]); - echo $ret; - } - $totalsp=count($files)/20+(count($files)%20==0?0:1)-1; - $minsp=$startpage-5;if($minsp<0)$minsp=0; - $maxsp=$startpage+6;if($maxsp>$totalsp)$maxsp=$totalsp; - echo "
"; - for($i=$minsp;$i<$maxsp;$i++) - { - if($i===$startpage) - echo $i+1 . ' '; - else - { - $t=sprintf("%d ",$i,$i+1); - echo $t; - } - } - echo "
"; - ?> - - - -- cgit v1.2.3