Initial commit...
15
Shell Projects/Lazy-Share/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Lazy-Share
|
||||
Lazy Share is a script that scans directories and outputs them into an html file.
|
||||
From there it assists in setting up a simple http and php server that allows for
|
||||
LAN file sharing and distributed media viewing. The script utilizes zenity as its
|
||||
GUI frontend.
|
||||
<br>
|
||||
Recursive scan is in place to auto fill dirs with proper index.html files.
|
||||
Current updates to the script allow for dropping images into
|
||||
/resources/backgrounds/ and having the script use the new images on the next
|
||||
scan/output.
|
||||
<br>
|
||||
Effort is being made to allow for scanning newly added dirs from lazyShare itself
|
||||
rather than from the file manager. Html is also being implemented for dynamic themes
|
||||
which will get added in later releases. Plans for a background gallery that allows
|
||||
changing bgs from the actual page are being considered too.
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../resources/backgrounds/creek.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../../resources/backgrounds/creek.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../../resources/backgrounds/creek.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../../resources/backgrounds/waterFall.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../../resources/backgrounds/rainy.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,48 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../resources/backgrounds/rainy2.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="lnksNdirs"><a href="Movies/" style="color:#00E8FF;">
|
||||
<img src="../resources/icons/folder.png" /><br>Movies/</a>
|
||||
</div>
|
||||
|
||||
<div class="lnksNdirs"><a href="Music/" style="color:#00E8FF;">
|
||||
<img src="../resources/icons/folder.png" /><br>Music/</a>
|
||||
</div>
|
||||
|
||||
<div class="lnksNdirs"><a href="TV/" style="color:#00E8FF;">
|
||||
<img src="../resources/icons/folder.png" /><br>TV/</a>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
36
Shell Projects/Lazy-Share/lazyShare-v2.01/Pictures/index.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../resources/backgrounds/creek.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
36
Shell Projects/Lazy-Share/lazyShare-v2.01/index.php
Executable file
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html"; charset=utf-8" />
|
||||
<title>Page List</title>
|
||||
<link rel="stylesheet" href="./resources/settings-notes/css.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="./resources/backgrounds/waterFall.gif"/></div>
|
||||
<div class="section"><header style="font-size:200%;color:green;">LazyShare</header></div>
|
||||
<br>
|
||||
|
||||
<div style="margin-left:15%;">
|
||||
<a href="./Pictures">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/pics.png"/>
|
||||
<br>Pictures</div></a>
|
||||
|
||||
<a href="./Movies-TV-Music">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/video.png"/>
|
||||
<img style="margin-top:2em;" src="./resources/icons/music.png"/>
|
||||
<br>Movies-TV-Music</div></a>
|
||||
|
||||
<a href="./Documents">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/docs.png"/>
|
||||
<br>Documents</div></a>
|
||||
|
||||
<a href="./Uploads">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/docs.png"/>
|
||||
<br>Uploads</div></a>
|
||||
|
||||
</body>
|
||||
</html>
|
230
Shell Projects/Lazy-Share/lazyShare-v2.01/lazyShareScan.sh
Executable file
@@ -0,0 +1,230 @@
|
||||
#
|
||||
# By Maxim F. Stewart
|
||||
# Contact: [maximstewart1@gmail.com]
|
||||
#
|
||||
# Copyright 2013 Maxim F. Stewart
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
#-------------------------------------------------------------------------#
|
||||
#!/bin/bash
|
||||
#
|
||||
#
|
||||
# adds settings to this run if requested
|
||||
|
||||
chkr()
|
||||
{
|
||||
altSrvrName="nanoweb"
|
||||
srvrName="Nanoweb"
|
||||
plugChkr=$(ls /usr/bin/gnome-mplayer)
|
||||
plugChkr2=$(ls /etc/${altSrvrName}/${altSrvrName}.conf)
|
||||
plugChkr3=$(ls /usr/bin/php5-cgi)
|
||||
pluginstld=$(echo /usr/bin/gnome-mplayer)
|
||||
pluginstld2=$(echo /etc/${altSrvrName}/${altSrvrName}.conf)
|
||||
pluginstld3=$(echo /usr/bin/php5-cgi)
|
||||
if [[ ${plugChkr} == ${pluginstld} && \
|
||||
${plugChkr2} == ${pluginstld2} && \
|
||||
${plugChkr3} == ${pluginstld3} && \
|
||||
${sttngsChkr} == ${sttngsChkr2} ]]; then
|
||||
main;
|
||||
else
|
||||
Install="Install"
|
||||
noInstall="Do Not Install"
|
||||
replyinst=$(zenity --list \
|
||||
--text "We need to install one or more pre-requsit programs or
|
||||
settings are missing. The missing program(s) is/are
|
||||
gecko-mediaplayer, $srvrName, and/or php5-cgi." \
|
||||
--radiolist --column "Select" \
|
||||
--column "Options" TRUE "Install" FALSE "Do Not Install" \
|
||||
--height 220);
|
||||
if [[ "${replyinst}" == "${Install}" ]]; then
|
||||
PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
|
||||
echo -e $PASSWD | (
|
||||
echo "# Installing gecko-mediaplayer..." ; sleep 1
|
||||
sudo apt-get install gecko-mediaplayer -y
|
||||
|
||||
echo "25" ; sleep 2
|
||||
echo "# Installing "${altSrvrName}"..." ; sleep 1
|
||||
sudo apt-get install "${altSrvrName}" -y
|
||||
|
||||
echo "50" ; sleep 2
|
||||
echo "# Installing php5-cgi..." ; sleep 1
|
||||
sudo apt-get install php5-cgi -y
|
||||
|
||||
echo "75" ; sleep 2
|
||||
echo "# Killing "${altSrvrName}"..." ; sleep 1
|
||||
sudo killall $altSrvrName -y
|
||||
|
||||
echo "# Finished!" ; sleep 1
|
||||
echo "100"
|
||||
) |
|
||||
zenity --progress \
|
||||
--title="Plugin install...." \
|
||||
--text="Prepping..." \
|
||||
--percentage=0 \
|
||||
--auto-close \
|
||||
--auto-kill
|
||||
main;
|
||||
elif [[ "${replyinst}" == "${noInstall}" ]]; then
|
||||
main;
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
main()
|
||||
{
|
||||
declare -A movies=([.mkv]= [.mp4]= [.mpg]= [.avi]= [.mov]= [.MOV]= [.flv]= [.wmv]= [.ogv]= [,webm]= [.m4v]=)
|
||||
ls ./ > ./dirList.txt ;
|
||||
x=$(cat ./dirList.txt | wc -l) >> /dev/null ;
|
||||
i="1"
|
||||
|
||||
while [ $i -le $x ]; do
|
||||
line1=$(sed -n "${i}p" ./dirList.txt);
|
||||
fileNm=$(echo "$line1" | sed 's/.*\///');
|
||||
fileExtnsn=$(echo "$line1" | sed 's/^.*\././g');
|
||||
outFile=$(echo ${line1%.*});
|
||||
|
||||
if [[ "${movies[$fileExtnsn]-X}" == "${movies[$fileExtnsn]}" ]]; then
|
||||
if [ -f /home/LazyShare/resources/thumbnails/"${outFile}".jpg ]; then
|
||||
echo "Not a video or already present...."
|
||||
else
|
||||
ffmpegthumbnailer -w -t="00:10:00" -c jpg -i "${fileNm}" -s 310 -o /home/LazyShare/resources/thumbnails/"${outFile}".jpg
|
||||
fi
|
||||
fi
|
||||
i=$[$i++1] ;
|
||||
done
|
||||
rm dirList.txt
|
||||
|
||||
IFS=$'\n' bgs=($(ls -L /home/LazyShare/resources/backgrounds/))
|
||||
numdirs=${#bgs[@]}
|
||||
index=$(( (( RANDOM % $numdirs ) - 2) + 1 ))
|
||||
|
||||
if [ -f ./000.jpg ]; then
|
||||
bg="<div id="\"bg"\"><img src="\"./000.jpg"\"/></div>";
|
||||
else
|
||||
bg="<div id="\"bg"\"><img src="\"/resources/backgrounds/${bgs[index]}"\"/></div>";
|
||||
fi
|
||||
|
||||
|
||||
echo '<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="/resources/settings-notes/css.css" type="text/css">
|
||||
<script type="text/javascript" src="http://www.midijs.net/lib/midi.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
'${bg}'
|
||||
<a href="../">
|
||||
<img src="/resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="header">
|
||||
<form action="/resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>' > ./index.php
|
||||
absPth="/home/LazyShare/"
|
||||
dirScan
|
||||
}
|
||||
|
||||
dirScan()
|
||||
{
|
||||
touch /tmp/dirList.txt ;
|
||||
|
||||
ls -p | grep "/" > /tmp/dirList.txt ;
|
||||
sed -i 's/\/$//' /tmp/dirList.txt
|
||||
|
||||
d=$(cat /tmp/dirList.txt | wc -l) >> /dev/null ;
|
||||
i="1"
|
||||
|
||||
while [ $i -le $d ]; do
|
||||
line=$(sed -n "${i}p" /tmp/dirList.txt);
|
||||
fileNm=$(echo "$line" | sed 's/*\///');
|
||||
if [[ "${fileNm}" == *"resources"* ]]; then
|
||||
echo "In root dir; wont add resources as list option..."
|
||||
else
|
||||
if [ -f "${absPth}"resources/thumbnails/"${fileNm}".jpg ]; then
|
||||
echo '
|
||||
<div class="lnksNdirs"><a href="'${fileNm}'" style="color:#00E8FF;">
|
||||
<img src="/resources/thumbnails/'${fileNm}'.jpg" /><br>'${fileNm}'</a>
|
||||
</div>' >> ./index.php ;
|
||||
else
|
||||
echo '
|
||||
<div class="lnksNdirs"><a href="'${fileNm}'" style="color:#00E8FF;">
|
||||
<img src="/resources/icons/folder.png" /><br>'${fileNm}'</a>
|
||||
</div>' >> ./index.php ;
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
i=$[$i++1];
|
||||
done
|
||||
mainScaner
|
||||
}
|
||||
|
||||
mainScaner()
|
||||
{
|
||||
# Associative Arrays set to compare against the file extension
|
||||
declare -A movies=([.mkv]= [.mp4]= [.mpg]= [.avi]= [.mov]= [.MOV]= [.flv]= [.wmv]= [.ogv]= [.webm]= [.m4v]=)
|
||||
declare -A music=([.mp2]= [.mp3]= [.ogg]= [.flac]= [.mid]=)
|
||||
declare -A docs=([.doc]= [.docx]= [.txt]= [.pdf]= [.odt]=)
|
||||
declare -A pics=([.png]= [.jpg]= [.jpeg]= [.gif]=)
|
||||
declare -A invis=([.sh]= [index.php]=)
|
||||
ls ./ > /tmp/list.txt ;
|
||||
x=$(cat /tmp/list.txt | wc -l) >> /dev/null ;
|
||||
i="1"
|
||||
|
||||
while [ $i -le $x ]; do
|
||||
line1=$(sed -n "${i}p" /tmp/list.txt) ;
|
||||
fileNm=$(echo "$line1" | sed 's/.*\///') ;
|
||||
fileExtnsn=$(echo "$line1" | sed 's/^.*\././g') ;
|
||||
thbnal=$(echo ${fileNm%.*});
|
||||
|
||||
if [[ "${pics[$fileExtnsn]-X}" == "${pics[$fileExtnsn]}" ]]; then
|
||||
echo '<a href="'${fileNm}'" target="frame"><img src="'${fileNm}'" class="imgsStyl" alt="Load Fail" /></a>' >> ./index.php ;
|
||||
elif [[ "${music[$fileExtnsn]-X}" == "${music[$fileExtnsn]}" ]]; then
|
||||
if [[ ${fileExtnsn} == *".mid"* ]]; then
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="#" style="color:#00E8FF;" onClick="MIDIjs.play('\'${fileNm}''\'');">Play '${fileNm}'</a>
|
||||
</div>' >> ./index.php ;
|
||||
else
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">'${fileNm}'</a></div>' >> ./index.php ;
|
||||
fi
|
||||
elif [[ "${movies[$fileExtnsn]-X}" == "${movies[$fileExtnsn]}" ]]; then
|
||||
if [ -f "${absPth}"resources/thumbnails/"${thbnal}".jpg ]; then
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">
|
||||
<img src="/resources/thumbnails/'${thbnal}'.jpg" /><br>'${fileNm}'</a></div>' >> ./index.php ;
|
||||
else
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">'${fileNm}'</a></div>' >> ./index.php ;
|
||||
fi
|
||||
elif [[ "${docs[$fileExtnsn]-X}" == "${docs[$fileExtnsn]}" ]]; then
|
||||
echo '<a class="lnksNdirs" target="frame" href="'${fileNm}'" style="color:#00E8FF;">'${fileNm}'</a><br>' >> ./index.php ;
|
||||
elif [[ "${invis[$fileExtnsn]-X}" == "${invis[$fileExtnsn]}" ]]; then
|
||||
echo "File not added to index.php!!" ;
|
||||
fi
|
||||
i=$[$i++1] ;
|
||||
done
|
||||
|
||||
echo '<iframe id="frame" name="frame" frameborder="0" class="iframer"></iframe>
|
||||
</body>
|
||||
</html>' >> ./index.php
|
||||
exit
|
||||
}
|
||||
chkr
|
BIN
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/backgrounds/creek.gif
Executable file
After Width: | Height: | Size: 5.1 MiB |
After Width: | Height: | Size: 966 KiB |
After Width: | Height: | Size: 2.0 MiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/backgrounds/rainy3.gif
Executable file
After Width: | Height: | Size: 1.1 MiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/backgrounds/rainy4.gif
Executable file
After Width: | Height: | Size: 114 KiB |
After Width: | Height: | Size: 743 KiB |
After Width: | Height: | Size: 993 KiB |
After Width: | Height: | Size: 716 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/backgrounds/waterFall.gif
Executable file
After Width: | Height: | Size: 540 KiB |
213
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/bkup/lazyShareScan.sh
Executable file
@@ -0,0 +1,213 @@
|
||||
#
|
||||
# By Maxim F. Stewart
|
||||
# Contact: [maxim2131@gmail.com] OR [gamer1119@gmail.com]
|
||||
#
|
||||
# Copyright 2013 Maxim F. Stewart
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
#-------------------------------------------------------------------------#
|
||||
#!/bin/bash
|
||||
#
|
||||
#
|
||||
# adds settings to this run if requested
|
||||
|
||||
chkr()
|
||||
{
|
||||
altSrvrName="nanoweb"
|
||||
srvrName="Nanoweb"
|
||||
plugChkr=$(ls /usr/bin/gnome-mplayer)
|
||||
plugChkr2=$(ls /etc/${altSrvrName}/${altSrvrName}.conf)
|
||||
plugChkr3=$(ls /usr/bin/php5-cgi)
|
||||
pluginstld=$(echo /usr/bin/gnome-mplayer)
|
||||
pluginstld2=$(echo /etc/${altSrvrName}/${altSrvrName}.conf)
|
||||
pluginstld3=$(echo /usr/bin/php5-cgi)
|
||||
if [[ ${plugChkr} == ${pluginstld} && \
|
||||
${plugChkr2} == ${pluginstld2} && \
|
||||
${plugChkr3} == ${pluginstld3} && \
|
||||
${sttngsChkr} == ${sttngsChkr2} ]]; then
|
||||
main;
|
||||
else
|
||||
Install="Install"
|
||||
noInstall="Do Not Install"
|
||||
replyinst=$(zenity --list \
|
||||
--text "We need to install one or more pre-requsit programs or
|
||||
settings are missing. The missing program(s) is/are
|
||||
gecko-mediaplayer, $srvrName, and/or php5-cgi." \
|
||||
--radiolist --column "Select" \
|
||||
--column "Options" TRUE "Install" FALSE "Do Not Install" \
|
||||
--height 220);
|
||||
if [[ "${replyinst}" == "${Install}" ]]; then
|
||||
PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
echo -e $PASSWD | sudo -S apt-get update | zenity \
|
||||
--title="Updating..." \
|
||||
--progress --pulsate \
|
||||
--auto-close
|
||||
sleep 1
|
||||
echo -e $PASSWD | sudo -S apt-get install gecko-mediaplayer \
|
||||
"${altSrvrName}" php5-cgi -y
|
||||
sleep 1
|
||||
echo -e $PASSWD | sudo -S killall $altSrvrName
|
||||
main;
|
||||
elif [[ "${replyinst}" == "${noInstall}" ]]; then
|
||||
main;
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
main()
|
||||
{
|
||||
declare -A movies=([.mkv]= [.mp4]= [.mpg]= [.avi]= [.mov]= [.MOV]= [.flv]= [.wmv]= [.ogv]= [,webm]= [.m4v]=)
|
||||
ls ./ > ./dirList.txt ;
|
||||
x=$(cat ./dirList.txt | wc -l) >> /dev/null ;
|
||||
i="1"
|
||||
|
||||
while [ $i -le $x ]; do
|
||||
line1=$(sed -n "${i}p" ./dirList.txt);
|
||||
fileNm=$(echo "$line1" | sed 's/.*\///');
|
||||
fileExtnsn=$(echo "$line1" | sed 's/^.*\././g');
|
||||
outFile=$(echo ${line1%.*});
|
||||
|
||||
if [[ "${movies[$fileExtnsn]-X}" == "${movies[$fileExtnsn]}" ]]; then
|
||||
if [ -f /home/LazyShare/resources/thumbnails/"${outFile}".jpg ]; then
|
||||
echo "Not a video or already present...."
|
||||
else
|
||||
ffmpegthumbnailer -w -t="00:10:00" -c jpg -i "${fileNm}" -s 310 -o /home/LazyShare/resources/thumbnails/"${outFile}".jpg
|
||||
fi
|
||||
fi
|
||||
i=$[$i++1] ;
|
||||
done
|
||||
rm dirList.txt
|
||||
|
||||
IFS=$'\n' bgs=($(ls -L /home/LazyShare/resources/backgrounds/))
|
||||
numdirs=${#bgs[@]}
|
||||
index=$(( (( RANDOM % $numdirs ) - 2) + 1 ))
|
||||
|
||||
if [ -f ./000.jpg ]; then
|
||||
bg="<div id="bg"><img src="./000.jpg"/></div>";
|
||||
else
|
||||
bg="<div id="bg"><img src="/resources/backgrounds/${bgs[index]}"/></div>";
|
||||
fi
|
||||
|
||||
|
||||
echo '<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="/resources/settings-notes/css.css" type="text/css">
|
||||
<script type="text/javascript" src="http://www.midijs.net/lib/midi.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
'${bg}'
|
||||
<a href="../">
|
||||
<img src="/resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="header">
|
||||
<form action="/resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>' > ./index.php
|
||||
absPth="/home/LazyShare/"
|
||||
dirScan
|
||||
}
|
||||
|
||||
dirScan()
|
||||
{
|
||||
touch /tmp/dirList.txt ;
|
||||
|
||||
ls -p | grep "/" > /tmp/dirList.txt ;
|
||||
sed -i 's/\/$//' /tmp/dirList.txt
|
||||
|
||||
d=$(cat /tmp/dirList.txt | wc -l) >> /dev/null ;
|
||||
i="1"
|
||||
|
||||
while [ $i -le $d ]; do
|
||||
line=$(sed -n "${i}p" /tmp/dirList.txt);
|
||||
fileNm=$(echo "$line" | sed 's/*\///');
|
||||
if [[ "${fileNm}" == *"resources"* ]]; then
|
||||
echo "In root dir; wont add resources as list option..."
|
||||
else
|
||||
if [ -f "${absPth}"resources/thumbnails/"${fileNm}".jpg ]; then
|
||||
echo '
|
||||
<div class="lnksNdirs"><a href="'${fileNm}'" style="color:#00E8FF;">
|
||||
<img src="/resources/thumbnails/'${fileNm}'.jpg" /><br>'${fileNm}'</a>
|
||||
</div>' >> ./index.php ;
|
||||
else
|
||||
echo '
|
||||
<div class="lnksNdirs"><a href="'${fileNm}'" style="color:#00E8FF;">
|
||||
<img src="/resources/icons/folder.png" /><br>'${fileNm}'</a>
|
||||
</div>' >> ./index.php ;
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
i=$[$i++1];
|
||||
done
|
||||
mainScaner
|
||||
}
|
||||
|
||||
mainScaner()
|
||||
{
|
||||
# Associative Arrays set to compare against the file extension
|
||||
declare -A movies=([.mkv]= [.mp4]= [.mpg]= [.avi]= [.mov]= [.MOV]= [.flv]= [.wmv]= [.ogv]= [.webm]= [.m4v]=)
|
||||
declare -A music=([.mp2]= [.mp3]= [.ogg]= [.flac]= [.mid]=)
|
||||
declare -A docs=([.doc]= [.docx]= [.txt]= [.pdf]= [.odt]=)
|
||||
declare -A pics=([.png]= [.jpg]= [.jpeg]= [.gif]=)
|
||||
declare -A invis=([.sh]= [index.php]=)
|
||||
ls ./ > /tmp/list.txt ;
|
||||
x=$(cat /tmp/list.txt | wc -l) >> /dev/null ;
|
||||
i="1"
|
||||
|
||||
while [ $i -le $x ]; do
|
||||
line1=$(sed -n "${i}p" /tmp/list.txt) ;
|
||||
fileNm=$(echo "$line1" | sed 's/.*\///') ;
|
||||
fileExtnsn=$(echo "$line1" | sed 's/^.*\././g') ;
|
||||
thbnal=$(echo ${fileNm%.*});
|
||||
|
||||
if [[ "${pics[$fileExtnsn]-X}" == "${pics[$fileExtnsn]}" ]]; then
|
||||
echo '<a href="'${fileNm}'" target="frame"><img src="'${fileNm}'" class="imgsStyl" alt="Load Fail" /></a>' >> ./index.php ;
|
||||
elif [[ "${music[$fileExtnsn]-X}" == "${music[$fileExtnsn]}" ]]; then
|
||||
if [[ ${fileExtnsn} == *".mid"* ]]; then
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="#" style="color:#00E8FF;" onClick="MIDIjs.play('\'${fileNm}''\'');">Play '${fileNm}'</a>
|
||||
</div>' >> ./index.php ;
|
||||
else
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">'${fileNm}'</a></div>' >> ./index.php ;
|
||||
fi
|
||||
elif [[ "${movies[$fileExtnsn]-X}" == "${movies[$fileExtnsn]}" ]]; then
|
||||
if [ -f "${absPth}"resources/thumbnails/"${thbnal}".jpg ]; then
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">
|
||||
<img src="/resources/thumbnails/'${thbnal}'.jpg" /><br>'${fileNm}'</a></div>' >> ./index.php ;
|
||||
else
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">'${fileNm}'</a></div>' >> ./index.php ;
|
||||
fi
|
||||
elif [[ "${docs[$fileExtnsn]-X}" == "${docs[$fileExtnsn]}" ]]; then
|
||||
echo '<a class="lnksNdirs" target="frame" href="'${fileNm}'" style="color:#00E8FF;">'${fileNm}'</a><br>' >> ./index.php ;
|
||||
elif [[ "${invis[$fileExtnsn]-X}" == "${invis[$fileExtnsn]}" ]]; then
|
||||
echo "File not added to index.php!!" ;
|
||||
fi
|
||||
i=$[$i++1] ;
|
||||
done
|
||||
|
||||
echo '<iframe id="frame" name="frame" frameborder="0" class="iframer"></iframe>
|
||||
</body>
|
||||
</html>' >> ./index.php
|
||||
exit
|
||||
}
|
||||
chkr
|
36
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/bkup/root-index.html
Executable file
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html"; charset=utf-8" />
|
||||
<title>Page List</title>
|
||||
<link rel="stylesheet" href="./resources/settings-notes/css.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="./resources/backgrounds/waterFall.gif"/></div>
|
||||
<div class="section"><header style="font-size:200%;color:green;">LazyShare</header></div>
|
||||
<br>
|
||||
|
||||
<div style="margin-left:15%;">
|
||||
<a href="./Pictures">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/pics.png"/>
|
||||
<br>Pictures</div></a>
|
||||
|
||||
<a href="./Movies-TV-Music">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/video.png"/>
|
||||
<img style="margin-top:2em;" src="./resources/icons/music.png"/>
|
||||
<br>Movies-TV-Music</div></a>
|
||||
|
||||
<a href="./Documents">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/docs.png"/>
|
||||
<br>Documents</div></a>
|
||||
|
||||
<a href="./Uploads">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/docs.png"/>
|
||||
<br>Uploads</div></a>
|
||||
|
||||
</body>
|
||||
</html>
|
247
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/bkup/run.sh
Executable file
@@ -0,0 +1,247 @@
|
||||
#!/bin/bash
|
||||
|
||||
main()
|
||||
{
|
||||
dir=$(pwd)
|
||||
altSrvrName="nanoweb"
|
||||
srvrName="Nanoweb"
|
||||
|
||||
|
||||
ansr=$(zenity --text "Please chose an option." --radiolist --list \
|
||||
--column "Options" --column "Descriptions" \
|
||||
TRUE "Scan Dirs?" \
|
||||
FALSE "Edit main settings" \
|
||||
FALSE "Start or Stop ${srvrName}")
|
||||
if [[ "${ansr}" == "Scan Dirs?" ]]; then
|
||||
dirScan;
|
||||
elif [[ "${ansr}" == "Edit main settings" ]]; then
|
||||
passwdReq;
|
||||
elif [[ "${ansr}" == "Start or Stop ${srvrName}" ]]; then
|
||||
webSrvrStrt;
|
||||
else
|
||||
zenity --warning --text "Incorect Input!"
|
||||
fi
|
||||
}
|
||||
|
||||
dirScan()
|
||||
{
|
||||
find . -type d > /tmp/lzyDirList.txt
|
||||
filename="/tmp/lzyDirList.txt"
|
||||
|
||||
while read -r line ; do
|
||||
work()
|
||||
{
|
||||
mv ./lazyShareScan.sh "${name}/"
|
||||
cd "${name}/"
|
||||
./lazyShareScan.sh
|
||||
mv ./lazyShareScan.sh "${dir}"
|
||||
cd "${dir}"
|
||||
}
|
||||
name="${line}"
|
||||
if [[ "${name}" == *"./resources"* ]] || \
|
||||
[[ "${name}" == *"./Uploads"* ]]; then
|
||||
echo "This is the resources dir..."
|
||||
else
|
||||
if [ -f "${name}"/index.php ]; then
|
||||
echo "Index.php for "${name}" already present..."
|
||||
else
|
||||
work
|
||||
fi
|
||||
fi
|
||||
done < "${filename}"
|
||||
}
|
||||
|
||||
################## SETTINGS SECTION ##################
|
||||
passwdReq()
|
||||
{
|
||||
PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
srvrEdit;
|
||||
}
|
||||
|
||||
srvrEdit()
|
||||
{
|
||||
auto="Turn psudo auto scan ON or Off"
|
||||
theme="Change Theme"
|
||||
portng="Set Port"
|
||||
polcing="Set User And Group"
|
||||
logng="Set Logging Status"
|
||||
docdir="Set DocumentRoot"
|
||||
nanoSrvr="Open The ServerConf In Nano"
|
||||
main="START MENU"
|
||||
exit="Exit Script"
|
||||
|
||||
selec=$(zenity --list \
|
||||
--text "What would you like to edit in the ServerConf file?" \
|
||||
--radiolist --column "Select" --column "Options" \
|
||||
TRUE "Change Theme" \
|
||||
FALSE "Set Port" \
|
||||
FALSE "Set User And Group" \
|
||||
FALSE "Set Logging Status" \
|
||||
FALSE "Set DocumentRoot" \
|
||||
FALSE "Open The ServerConf In Nano" \
|
||||
FALSE "START MENU" FALSE "Exit Script" \
|
||||
--height 300);
|
||||
|
||||
if [[ "${selec}" == "${theme}" ]]; then
|
||||
theme;
|
||||
elif [[ "${selec}" == "${portng}" ]]; then
|
||||
port;
|
||||
elif [[ "${selec}" == "${polcing}" ]]; then
|
||||
policy;
|
||||
elif [[ "${selec}" == "${logng}" ]]; then
|
||||
logs;
|
||||
elif [[ "${selec}" == "${docdir}" ]]; then
|
||||
docRoot;
|
||||
elif [[ "${selec}" == "${nanoSrvr}" ]]; then
|
||||
nanoSrvrConf
|
||||
elif [[ "${selec}" == "${main}" ]]; then
|
||||
main;
|
||||
elif [[ "${selec}" == "${exit}" ]]; then
|
||||
exit;
|
||||
fi
|
||||
}
|
||||
|
||||
autoOnNOff()
|
||||
{
|
||||
x=$(zenity --entry --text "Turn On/Off psudo auto scanning?
|
||||
Default is : off .
|
||||
" --entry-text "off");
|
||||
sed -i 1s/"auto=*.*;"/"auto=${x};"/g $HOME/.config/lazyShareSettings/config.txt
|
||||
srvrEdit;
|
||||
}
|
||||
|
||||
theme()
|
||||
{
|
||||
lOnLft="List On The Left"
|
||||
lCntr="List Centered"
|
||||
theme=$(zenity --list \
|
||||
--text "What would you like to edit in the ServerConf file?" \
|
||||
--radiolist --column "Select" --column "Options" \
|
||||
TRUE "List On The Left" \
|
||||
FALSE "List Centered" \
|
||||
FALSE "Horizontal List" \
|
||||
FALSE "Grid List" \
|
||||
--height 175);
|
||||
if [[ "${theme}" == "List On The Left" ]]; then
|
||||
echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"List On The Left.css" > ./resources/settings-notes/css.css
|
||||
elif [[ "${theme}" == "List Centered" ]]; then
|
||||
echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"List Centered.css" > ./resources/settings-notes/css.css
|
||||
elif [[ "${theme}" == "Horizontal List" ]]; then
|
||||
echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"Horizontal List.css" > ./resources/settings-notes/css.css
|
||||
elif [[ "${theme}" == "Grid List" ]]; then
|
||||
echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"Grid List.css" > ./resources/settings-notes/css.css
|
||||
|
||||
else
|
||||
echo "An unknown error occured!"
|
||||
fi
|
||||
srvrEdit
|
||||
}
|
||||
|
||||
|
||||
port()
|
||||
{
|
||||
x=$(zenity --entry --text "What will be the port that the server runs on?
|
||||
Anything bellow 1024 means the server must run as root.
|
||||
Default is port: 80 .
|
||||
" --entry-text "80");
|
||||
echo -e $PASSWD | sudo -S sed -i 13s/"ListenPort = *.*"/"ListenPort = ${x}"/g /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
policy()
|
||||
{
|
||||
User=$(zenity --entry --text "What will be the User for the server?
|
||||
(::-WARNING-::) Please leave as default unless you know EXACTLY
|
||||
what you are doing! Changing user and group policies can
|
||||
affect security of the system!
|
||||
The default is : www-data ." --entry-text "www-data");
|
||||
echo -e $PASSWD | sudo -S sed -i 187s/"User = *.*"/"User = ${User}"/g /etc/nanoweb/nanoweb.conf
|
||||
|
||||
Group=$(zenity --entry --text "What will be the Group for the server?
|
||||
(::-WARNING-::) Please leave as default unless you know EXACTLY
|
||||
what you are doing! Changing user and group policies can
|
||||
affect security of the system!
|
||||
The default is : www-data." --entry-text "www-data");
|
||||
echo -e $PASSWD | sudo -S sed -i 188s/"Group = *.*"/"Group = ${Group}"/g /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
logs()
|
||||
{
|
||||
logs=$(zenity --list --text "Do you wish to have AccessLog and ErrorLog enabled?
|
||||
If this server isn't running 24/7 nor a production server then it can be OK to keep
|
||||
logging off. It may also lessen the system resource load and speed up the server.
|
||||
If this server runs 24/7 or is a production server then we advise keeping logging on
|
||||
as added security. Respectively, it may add more resource demands and slow down the server.
|
||||
Frankly, the effects are negligible in both instances so it's up to you.
|
||||
The default is : Enabled .
|
||||
" --radiolist --column "Select" --column "Options" TRUE Enable FALSE Disable --height 280);
|
||||
yes="Enable"
|
||||
no="Disable"
|
||||
|
||||
if [[ "${logs}" == "${yes}" ]]; then
|
||||
echo -e $PASSWD | sudo -S sed -i 194s/"#LoggerProcess = *.*"/"LoggerProcess = 2"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 197s/"#LoggerUser"/"LoggerUser"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 198s/"#LoggerGroup"/"LoggerGroup"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 201s/"#LogDir"/"LogDir"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 207s/"#Log"/"Log"/g /etc/nanoweb/nanoweb.conf
|
||||
elif [[ "${logs}" == "${no}" ]]; then
|
||||
echo -e $PASSWD | sudo -S sed -i 194s/"LoggerProcess = *.*"/"#LoggerProcess = 0"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 197s/"LoggerUser"/"#LoggerUser"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 198s/"LoggerGroup"/"#LoggerGroup"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 201s/"LogDir"/"#LogDir"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 207s/"Log"/"#Log"/g /etc/nanoweb/nanoweb.conf
|
||||
fi
|
||||
srvrEdit;
|
||||
}
|
||||
nanoSrvrConf()
|
||||
{
|
||||
echo -e $PASSWD | sudo -S xterm -e nano /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
docRoot()
|
||||
{
|
||||
docDir=$(zenity --entry \
|
||||
--text "What do you wish to set as DocumentRoot?
|
||||
Document root is what the server defines as the directory in which files will
|
||||
be served from. Group permissions must allow for the directory to be used so
|
||||
please be aware of that.
|
||||
The default is : /var/www/nanoweb ." --entry-text "/var/www/nanoweb");
|
||||
echo -e $PASSWD | sudo -S sed -i 204s,"DocumentRoot = *.*","DocumentRoot = ${docDir}",g /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
|
||||
webSrvrStrt()
|
||||
{
|
||||
noRtStrt="Start $srvrName No Root?" ; noRtStp="Stop $srvrName No Root?" ;
|
||||
rtStrt="Start $srvrName Root?" ; rtStp="Stop $srvrName Root?";
|
||||
main="START MENU" ; exit="Exit Script" ;
|
||||
ansr=$(zenity --list --text "Please select an option bellow to apply!!
|
||||
" --radiolist --column "Select" --column "Options
|
||||
" TRUE "Start $srvrName No Root?" FALSE "Stop $srvrName No Root?
|
||||
" FALSE "Start $srvrName Root?" FALSE "Stop $srvrName Root?
|
||||
" FALSE "START MENU" FALSE "Exit Script" --height 330);
|
||||
if [[ "${ansr}" == "${noRtStrt}" ]]; then
|
||||
$altSrvrName &
|
||||
main;
|
||||
elif [[ "${ansr}" == "${noRtStp}" ]]; then
|
||||
pkill $altSrvrName &
|
||||
main;
|
||||
elif [[ "${ansr}" == "${rtStrt}" ]]; then
|
||||
PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
echo -e $PASSWD | sudo -S $altSrvrName &
|
||||
main;
|
||||
elif [[ "${ansr}" == "${rtStp}" ]]; then
|
||||
PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
echo -e $PASSWD | sudo -S pkill $altSrvrName &
|
||||
main;
|
||||
elif [[ "${ansr}" == "${main}" ]]; then
|
||||
main;
|
||||
elif [[ "${ansr}" == "${exit}" ]]; then
|
||||
exit
|
||||
fi
|
||||
}
|
||||
|
||||
main
|
BIN
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/icons/docs.png
Executable file
After Width: | Height: | Size: 10 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/icons/folder.png
Executable file
After Width: | Height: | Size: 4.1 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/icons/left.png
Executable file
After Width: | Height: | Size: 2.7 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/icons/music.png
Executable file
After Width: | Height: | Size: 12 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/icons/pics.png
Executable file
After Width: | Height: | Size: 18 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/icons/right.png
Executable file
After Width: | Height: | Size: 2.7 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/icons/video.png
Executable file
After Width: | Height: | Size: 20 KiB |
@@ -0,0 +1,26 @@
|
||||
[--(CREDITS)--]
|
||||
|
||||
Boa http server credit
|
||||
First, thank you to the Devs of Boa! Without Boa
|
||||
I'd never have imagined designing the LazyShare
|
||||
scripts and resulting html pages!
|
||||
|
||||
Nanoweb server credit
|
||||
Thank you to the devs of Nanoweb! Without you
|
||||
this program wouldn't have evolved to be better and stronger!
|
||||
|
||||
Icon pack credit
|
||||
Thank you to the creators of Azenis icon pack!
|
||||
http://gnome-look.org/content/show.php/Azenis?content=106608
|
||||
I used 4 images from it to display various page links.
|
||||
-- Thank you also J.J.Ying, who was the original
|
||||
creator of the Azenis theaming and thank you James Hardy
|
||||
for reposting or (re)designing the pack too!
|
||||
|
||||
Pixil art credit
|
||||
Thank you to http://waneella.tumblr.com/ for posting
|
||||
"Labeled for reuse" pixle art that animates some of
|
||||
the pages!
|
||||
|
||||
Midi player
|
||||
http://www.midijs.net/#
|
339
Shell Projects/Lazy-Share/lazyShare-v2.01/resources/settings-notes/LICENCE.txt
Executable file
@@ -0,0 +1,339 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
@@ -0,0 +1,89 @@
|
||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.homeSection {
|
||||
float: left;
|
||||
width: 40%;
|
||||
height: 14em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-width: .2em;
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
background: rgba(19, 21, 21, .6);
|
||||
}
|
||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 99%;
|
||||
}
|
||||
.section, .lnksNdirs, .header {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
padding-top: 1em;
|
||||
margin-top: 1em;
|
||||
background: rgba(19, 21, 21, .7);
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
/* border-style: solid;
|
||||
border-width: .2em;
|
||||
*/
|
||||
}
|
||||
.backbutton {
|
||||
top: 3.55em;
|
||||
clear: both;
|
||||
z-index: 2;
|
||||
position: fixed;
|
||||
float: left;
|
||||
width: 5%;
|
||||
height: 50px;
|
||||
opacity: .8;
|
||||
}
|
||||
iframe {
|
||||
clear: both;
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
bottom: 5%;
|
||||
width: 40%;
|
||||
height: 500px;
|
||||
background: rgba(0,0,0,.5)
|
||||
transition: 0s;
|
||||
transition-delay:2s;
|
||||
}
|
||||
iframe:hover {
|
||||
width: 99%;
|
||||
transition-delay:2s;
|
||||
}
|
||||
.lnkStyl {
|
||||
clear: right;
|
||||
float: left;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.imgsStyl {
|
||||
margin-left: 50%;
|
||||
opacity: 0.699999988079071044921875;
|
||||
width: 32.333%;
|
||||
height: 20em;
|
||||
}
|
||||
.imgsStyl:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
#bg {
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
#bg img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
Drop the lazyShare.theme file into /usr/share/nanoweb/themes
|
||||
Drop the lazyShare.png file into /usr/share/nanoweb/icons
|
||||
|
||||
Then change in /etc/nanoweb/nanoweb.conf
|
||||
the default error and directory list themes to lazyShare.theme
|
||||
Ctrl+f to do a search.
|
||||
Then look for nanoweb.theme and that's where you'll find it.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,145 @@
|
||||
Nanoweb server theme (c)2003 by sIX / aEGiS <six@aegis-corp.org>
|
||||
|
||||
Internal theme data
|
||||
|
||||
[theme_id]
|
||||
lazyShare
|
||||
[/theme_id]
|
||||
|
||||
[theme_name]
|
||||
lazyShare
|
||||
[/theme_name]
|
||||
|
||||
[theme_language]
|
||||
en-us
|
||||
[/theme_language]
|
||||
|
||||
|
||||
Core generated content
|
||||
|
||||
[server_signature]
|
||||
Page generated by <b>@$server_string@</b> at http://@$server_name@
|
||||
[/server_signature]
|
||||
|
||||
|
||||
[error_admin]
|
||||
Please contact the server <a href="mailto:@$admin@">administrator</a> if the problem is abnormal and persists.<br><br>
|
||||
[/error_admin]
|
||||
|
||||
|
||||
[error_resource]
|
||||
An error occured trying to access document or resource <b>@$resource_name@</b>.<br><br>
|
||||
[/error_resource]
|
||||
|
||||
|
||||
|
||||
[error_page]
|
||||
<html>
|
||||
<head>
|
||||
<title>@$error_label@</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
<body bgcolor="#005500" text="#000000" link="#204A4E" vlink="#204A4E" alink="#204A4E">
|
||||
<table bgcolor="#FFFFFF" width="980" align="center" cellspacing="0" cellpadding="0">
|
||||
<tr height="14">
|
||||
<td width="14"><img src="/icons/c2_hg.png"></td>
|
||||
<td background="/icons/c2_h.png"><img src="/icons/c2_h.png"></td>
|
||||
<td width="14"><img src="/icons/c2_hd.png"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="14" background="/icons/c2_g.png"><img src="/icons/c2_g.png"></td>
|
||||
<td>
|
||||
<table width="950" border="0" cellspacing="0" cellpadding="0" align="center">
|
||||
<tr>
|
||||
<td align="left" valign="top"><a href="/"><img src="/icons/lazyShare.png" width="200" height="60" alt="lazyShare" border="0"></a></td>
|
||||
<td align="right" valign="bottom"><font face="Verdana" size="1"><a href="/" style="text-decoration:none">home</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div align="center"><img src="/icons/pixel_cyan.gif" width="950" height="1"><br>
|
||||
</div>
|
||||
<br>
|
||||
<table width="950" border="0" cellspacing="0" cellpadding="0" align="center">
|
||||
<tr><td valign="top"><table align="center" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr><td width="100%" align="left" valign="top">
|
||||
|
||||
<font face="Verdana, Arial" size="5"><b>@$error_label@</b></font><br><br>
|
||||
<font face="Verdana, Arial" size="2">
|
||||
@$error_resource@
|
||||
@$error_add_message@
|
||||
@$error_admin@
|
||||
<br>
|
||||
</font>
|
||||
|
||||
<img src="/icons/pixel_cyan.gif" width="950" height="1"><br>
|
||||
<font size="2">Report from lazyShare.</font>
|
||||
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
<td width="14" background="/icons/c2_d.png"><img src="/icons/c2_d.png"></td>
|
||||
</tr>
|
||||
<tr height="14">
|
||||
<td width="14"><img src="/icons/c2_bg.png"></td>
|
||||
<td background="/icons/c2_b.png"><img src="/icons/c2_b.png"></td>
|
||||
<td width="14"><img src="/icons/c2_bd.png"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
[/error_page]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
######## File browser module ##########
|
||||
|
||||
[fb_parent_name]
|
||||
../
|
||||
[/fb_parent_name]
|
||||
|
||||
[fb_header]
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="/resources/settings-notes/css.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="/resources/backgrounds/rainy2.gif"/></div>
|
||||
<a href="../">
|
||||
<img src="/resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="header">
|
||||
<form action="/resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
[/fb_header]
|
||||
|
||||
|
||||
|
||||
[fb_directory_row]
|
||||
<div class="lnksNdirs"><a href="@$name@" style="color:#00E8FF;">
|
||||
<img src="/resources/icons/folder.png" /><br>@$name@</a>
|
||||
</div>
|
||||
[/fb_directory_row]
|
||||
|
||||
|
||||
[fb_file_row]
|
||||
<div class="lnksNdirs">
|
||||
<a href="@$name@" target="frame" style="color:#00E8FF;">@$name@</a></div>
|
||||
<br>
|
||||
[/fb_file_row]
|
||||
|
||||
[fb_footer]
|
||||
<i><iframe id="frame" name="frame" frameborder="0" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
||||
[/fb_footer]
|
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
$target_dir = "../../Uploads/";
|
||||
$target_file = $target_dir . basename($_FILES["fileToUpload"]["name"]);
|
||||
$uploadOk = 1;
|
||||
$fileType = pathinfo($target_file,PATHINFO_EXTENSION);
|
||||
// Check if file is OK.
|
||||
if(isset($_POST["submit"])) {
|
||||
$check = 2;
|
||||
if($check == 2) {
|
||||
echo "Proceeding... - " . $check["mime"] . ".";
|
||||
$uploadOk = 1;
|
||||
} else {
|
||||
echo "File is not OK.";
|
||||
$uploadOk = 0;
|
||||
}
|
||||
}
|
||||
// Check if file already exists
|
||||
if (file_exists($target_file)) {
|
||||
echo "Sorry, file already exists.";
|
||||
$uploadOk = 0;
|
||||
}
|
||||
// Check file size
|
||||
if ($_FILES["fileToUpload"]["size"] > 5000000000) {
|
||||
echo "Sorry, your file is too large.";
|
||||
$uploadOk = 0;
|
||||
}
|
||||
// Allow certain file formats
|
||||
if($fileType != "rar" && $fileType != "iso" && $fileType != "img" && $fileType != "tar"
|
||||
&& $fileType != "zip" && $fileType != "7z" && $fileType != "7zip" && $fileType != "jpg"
|
||||
&& $fileType != "png" && $fileType != "jpeg" && $fileType != "gif" && $fileType != "mpeg"
|
||||
&& $fileType != "MOV" && $fileType != "flv" && $fileType != "avi" && $fileType != "mp4"
|
||||
&& $fileType != "mov" && $fileType != "mp3" && $fileType != "m4a" && $fileType != "ogg"
|
||||
&& $fileType != "mkv" && $fileType != "docx" && $fileType != "doc" && $fileType != "odt"
|
||||
&& $fileType != "txt" && $fileType != "pdf" && $fileType != "webm" && $fileType != "M4A" ) {
|
||||
echo "Sorry, this file type is not allowed.";
|
||||
$uploadOk = 0;
|
||||
}
|
||||
// Check if $uploadOk is set to 0 by an error
|
||||
if ($uploadOk == 0) {
|
||||
echo "Sorry, your file was not uploaded.";
|
||||
// if everything is ok, try to upload file
|
||||
} else {
|
||||
if (move_uploaded_file($_FILES["fileToUpload"]["tmp_name"], $target_file)) {
|
||||
echo "The file ". basename( $_FILES["fileToUpload"]["name"]). " has been uploaded.";
|
||||
} else {
|
||||
echo "Sorry, there was an error uploading your file.";
|
||||
}
|
||||
}
|
||||
?>
|
@@ -0,0 +1,91 @@
|
||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.homeSection {
|
||||
float: left;
|
||||
width: 40%;
|
||||
height: 14em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-width: .2em;
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
background: rgba(19, 21, 21, .6);
|
||||
}
|
||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 99%;
|
||||
}
|
||||
.section, .lnksNdirs, .header {
|
||||
display: block;
|
||||
float: left;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
padding-top: 1em;
|
||||
margin: 1em;
|
||||
background: rgba(19, 21, 21, .7);
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
/* border-style: solid;
|
||||
border-width: .2em;
|
||||
*/
|
||||
}
|
||||
.backbutton {
|
||||
top: 3.55em;
|
||||
clear: both;
|
||||
z-index: 2;
|
||||
position: fixed;
|
||||
float: left;
|
||||
width: 5%;
|
||||
height: 50px;
|
||||
opacity: .8;
|
||||
}
|
||||
iframe {
|
||||
position: fixed;
|
||||
bottom: 2em;
|
||||
left: 25%;
|
||||
width: 50%;
|
||||
height: 360px;
|
||||
background: rgba(0,0,0,.5);
|
||||
transition: 0s;
|
||||
transition-delay:2s;
|
||||
}
|
||||
iframe:hover {
|
||||
left: 2%;
|
||||
width: 99%;
|
||||
height: 700px;
|
||||
transition-delay:2s;
|
||||
}
|
||||
.lnkStyl {
|
||||
clear: right;
|
||||
float: left;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.imgsStyl {
|
||||
margin-left: 50%;
|
||||
opacity: 0.699999988079071044921875;
|
||||
width: 32.333%;
|
||||
height: 20em;
|
||||
}
|
||||
.imgsStyl:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
#bg {
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
#bg img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
@@ -0,0 +1,89 @@
|
||||
body {
|
||||
width: 600%;
|
||||
}
|
||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.homeSection {
|
||||
float: left;
|
||||
width: 40%;
|
||||
height: 14em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-width: .2em;
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
background: rgba(19, 21, 21, .6);
|
||||
}
|
||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 99%;
|
||||
}
|
||||
.section, .lnksNdirs, .header {
|
||||
display: block;
|
||||
clear: right;
|
||||
float: left;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
padding-top: 1em;
|
||||
margin: 1em;
|
||||
background: rgba(19, 21, 21, .7);
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
/* border-style: solid;
|
||||
border-width: .2em;
|
||||
*/
|
||||
}
|
||||
.backbutton {
|
||||
top: 3.55em;
|
||||
clear: both;
|
||||
z-index: 2;
|
||||
position: fixed;
|
||||
float: left;
|
||||
width: 5%;
|
||||
height: 50px;
|
||||
opacity: .8;
|
||||
}
|
||||
iframe {
|
||||
position: fixed;
|
||||
bottom: 2em;
|
||||
left: 25%;
|
||||
width: 50%;
|
||||
height: 360px;
|
||||
background: rgba(0,0,0,.5)
|
||||
transition: 0s;
|
||||
transition-delay:2s;
|
||||
}
|
||||
.lnkStyl {
|
||||
clear: right;
|
||||
float: left;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.imgsStyl {
|
||||
margin-left: 50%;
|
||||
opacity: 0.699999988079071044921875;
|
||||
width: 32.333%;
|
||||
height: 20em;
|
||||
}
|
||||
.imgsStyl:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
#bg {
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
#bg img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
@@ -0,0 +1,89 @@
|
||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.homeSection {
|
||||
float: left;
|
||||
width: 40%;
|
||||
height: 14em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-width: .2em;
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
background: rgba(19, 21, 21, .6);
|
||||
}
|
||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 99%;
|
||||
}
|
||||
.section, .lnksNdirs, .header {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
padding-top: 1em;
|
||||
margin-top: 1em;
|
||||
background: rgba(19, 21, 21, .7);
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
/* border-style: solid;
|
||||
border-width: .2em;
|
||||
*/
|
||||
}
|
||||
.backbutton {
|
||||
top: 3.55em;
|
||||
clear: both;
|
||||
z-index: 2;
|
||||
position: fixed;
|
||||
float: left;
|
||||
width: 5%;
|
||||
height: 50px;
|
||||
opacity: .8;
|
||||
}
|
||||
iframe {
|
||||
clear: both;
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
bottom: 5%;
|
||||
width: 40%;
|
||||
height: 500px;
|
||||
background: rgba(0,0,0,.5)
|
||||
transition: 0s;
|
||||
transition-delay:2s;
|
||||
}
|
||||
iframe:hover {
|
||||
width: 99%;
|
||||
transition-delay:2s;
|
||||
}
|
||||
.lnkStyl {
|
||||
clear: right;
|
||||
float: left;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.imgsStyl {
|
||||
margin-left: 50%;
|
||||
opacity: 0.699999988079071044921875;
|
||||
width: 32.333%;
|
||||
height: 20em;
|
||||
}
|
||||
.imgsStyl:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
#bg {
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
#bg img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
@@ -0,0 +1,109 @@
|
||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.homeSection {
|
||||
float: left;
|
||||
width: 40%;
|
||||
height: 14em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-width: .2em;
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
background: rgba(19, 21, 21, .6);
|
||||
}
|
||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
|
||||
|
||||
.lnkStyl {
|
||||
clear: right;
|
||||
float: left;
|
||||
border-style: solid;
|
||||
}
|
||||
.imgsStyl {
|
||||
clear: both;
|
||||
float: left;
|
||||
opacity: 0.699999988079071044921875;
|
||||
width: 20%;
|
||||
height: 15em;
|
||||
}
|
||||
.imgsStyl:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
float: left;
|
||||
}
|
||||
.lnksNdirs {
|
||||
width: 20%;
|
||||
float:left;
|
||||
}
|
||||
/* used to format sections of pgs*/
|
||||
.section, .lnksNdirs, .header {
|
||||
clear: both;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
padding-top: 1em;
|
||||
margin-top: 1em;
|
||||
font-size: 100%;
|
||||
background: rgba(19, 21, 21, .6);
|
||||
background: rgba(19, 21, 21, .7);
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
/* border-style: solid;
|
||||
border-width: .2em;
|
||||
*/
|
||||
}
|
||||
.backbutton {
|
||||
top: 3em;
|
||||
clear: both;
|
||||
z-index: 2;
|
||||
position: fixed;
|
||||
float: left;
|
||||
width: 5%;
|
||||
height: 55px;
|
||||
opacity: .8;
|
||||
}
|
||||
.ifrmbutton2 {
|
||||
top: 3em;
|
||||
float: right;
|
||||
right: .5em;
|
||||
z-index:2;
|
||||
position: fixed;
|
||||
width: 5%;
|
||||
height: 30px;
|
||||
opacity: .6;
|
||||
}
|
||||
iframe {
|
||||
margin-left: 2%;
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
top: 8em;
|
||||
bottom: 2%;
|
||||
width: 75%;
|
||||
height: 525px;
|
||||
background: rgba(0,0,0,.5)
|
||||
transition: 0s;
|
||||
transition-delay:2s;
|
||||
}
|
||||
iframe:hover {
|
||||
height: 775px;
|
||||
transition-delay:2s;
|
||||
}
|
||||
#bg {
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
#bg img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
Here you can place thumbnail images.<br>
|
||||
The image MUST be named EXACTLY as the folder/file you want it to match to.<br>
|
||||
The image currently must also be written with the .jpg file type and no other.<br>
|
||||
IE: NOT .jpeg or .png or .gif <br>
|
||||
It does not however need to be an actual .jpg image.<br>
|
||||
However, I don't recommend renaming a .png to .jpg just so it can be used.<br>
|
||||
Please do so at whatever risk there is regarding improper extension renaming. <br>
|
247
Shell Projects/Lazy-Share/lazyShare-v2.01/run.sh
Executable file
@@ -0,0 +1,247 @@
|
||||
#!/bin/bash
|
||||
|
||||
main()
|
||||
{
|
||||
dir=$(pwd)
|
||||
altSrvrName="nanoweb"
|
||||
srvrName="Nanoweb"
|
||||
|
||||
|
||||
ansr=$(zenity --text "Please chose an option." --radiolist --list \
|
||||
--column "Options" --column "Descriptions" \
|
||||
TRUE "Scan Dirs?" \
|
||||
FALSE "Edit main settings" \
|
||||
FALSE "Start or Stop ${srvrName}")
|
||||
if [[ "${ansr}" == "Scan Dirs?" ]]; then
|
||||
dirScan;
|
||||
elif [[ "${ansr}" == "Edit main settings" ]]; then
|
||||
passwdReq;
|
||||
elif [[ "${ansr}" == "Start or Stop ${srvrName}" ]]; then
|
||||
webSrvrStrt;
|
||||
else
|
||||
zenity --warning --text "Incorect Input!"
|
||||
fi
|
||||
}
|
||||
|
||||
dirScan()
|
||||
{
|
||||
find . -type d > /tmp/lzyDirList.txt
|
||||
filename="/tmp/lzyDirList.txt"
|
||||
|
||||
while read -r line ; do
|
||||
work()
|
||||
{
|
||||
mv ./lazyShareScan.sh "${name}/"
|
||||
cd "${name}/"
|
||||
./lazyShareScan.sh
|
||||
mv ./lazyShareScan.sh "${dir}"
|
||||
cd "${dir}"
|
||||
}
|
||||
name="${line}"
|
||||
if [[ "${name}" == *"./resources"* ]] || \
|
||||
[[ "${name}" == *"./Uploads"* ]]; then
|
||||
echo "This is the resources dir..."
|
||||
else
|
||||
if [ -f "${name}"/index.php ]; then
|
||||
echo "Index.php for "${name}" already present..."
|
||||
else
|
||||
work
|
||||
fi
|
||||
fi
|
||||
done < "${filename}"
|
||||
}
|
||||
|
||||
################## SETTINGS SECTION ##################
|
||||
passwdReq()
|
||||
{
|
||||
PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
srvrEdit;
|
||||
}
|
||||
|
||||
srvrEdit()
|
||||
{
|
||||
auto="Turn psudo auto scan ON or Off"
|
||||
theme="Change Theme"
|
||||
portng="Set Port"
|
||||
polcing="Set User And Group"
|
||||
logng="Set Logging Status"
|
||||
docdir="Set DocumentRoot"
|
||||
nanoSrvr="Open The ServerConf In Nano"
|
||||
main="START MENU"
|
||||
exit="Exit Script"
|
||||
|
||||
selec=$(zenity --list \
|
||||
--text "What would you like to edit in the ServerConf file?" \
|
||||
--radiolist --column "Select" --column "Options" \
|
||||
TRUE "Change Theme" \
|
||||
FALSE "Set Port" \
|
||||
FALSE "Set User And Group" \
|
||||
FALSE "Set Logging Status" \
|
||||
FALSE "Set DocumentRoot" \
|
||||
FALSE "Open The ServerConf In Nano" \
|
||||
FALSE "START MENU" FALSE "Exit Script" \
|
||||
--height 300);
|
||||
|
||||
if [[ "${selec}" == "${theme}" ]]; then
|
||||
theme;
|
||||
elif [[ "${selec}" == "${portng}" ]]; then
|
||||
port;
|
||||
elif [[ "${selec}" == "${polcing}" ]]; then
|
||||
policy;
|
||||
elif [[ "${selec}" == "${logng}" ]]; then
|
||||
logs;
|
||||
elif [[ "${selec}" == "${docdir}" ]]; then
|
||||
docRoot;
|
||||
elif [[ "${selec}" == "${nanoSrvr}" ]]; then
|
||||
nanoSrvrConf
|
||||
elif [[ "${selec}" == "${main}" ]]; then
|
||||
main;
|
||||
elif [[ "${selec}" == "${exit}" ]]; then
|
||||
exit;
|
||||
fi
|
||||
}
|
||||
|
||||
autoOnNOff()
|
||||
{
|
||||
x=$(zenity --entry --text "Turn On/Off psudo auto scanning?
|
||||
Default is : off .
|
||||
" --entry-text "off");
|
||||
sed -i 1s/"auto=*.*;"/"auto=${x};"/g $HOME/.config/lazyShareSettings/config.txt
|
||||
srvrEdit;
|
||||
}
|
||||
|
||||
theme()
|
||||
{
|
||||
lOnLft="List On The Left"
|
||||
lCntr="List Centered"
|
||||
theme=$(zenity --list \
|
||||
--text "What would you like to edit in the ServerConf file?" \
|
||||
--radiolist --column "Select" --column "Options" \
|
||||
TRUE "List On The Left" \
|
||||
FALSE "List Centered" \
|
||||
FALSE "Horizontal List" \
|
||||
FALSE "Grid List" \
|
||||
--height 175);
|
||||
if [[ "${theme}" == "List On The Left" ]]; then
|
||||
echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"List On The Left.css" > ./resources/settings-notes/css.css
|
||||
elif [[ "${theme}" == "List Centered" ]]; then
|
||||
echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"List Centered.css" > ./resources/settings-notes/css.css
|
||||
elif [[ "${theme}" == "Horizontal List" ]]; then
|
||||
echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"Horizontal List.css" > ./resources/settings-notes/css.css
|
||||
elif [[ "${theme}" == "Grid List" ]]; then
|
||||
echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"Grid List.css" > ./resources/settings-notes/css.css
|
||||
|
||||
else
|
||||
echo "An unknown error occured!"
|
||||
fi
|
||||
srvrEdit
|
||||
}
|
||||
|
||||
|
||||
port()
|
||||
{
|
||||
x=$(zenity --entry --text "What will be the port that the server runs on?
|
||||
Anything bellow 1024 means the server must run as root.
|
||||
Default is port: 80 .
|
||||
" --entry-text "80");
|
||||
echo -e $PASSWD | sudo -S sed -i 13s/"ListenPort = *.*"/"ListenPort = ${x}"/g /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
policy()
|
||||
{
|
||||
User=$(zenity --entry --text "What will be the User for the server?
|
||||
(::-WARNING-::) Please leave as default unless you know EXACTLY
|
||||
what you are doing! Changing user and group policies can
|
||||
affect security of the system!
|
||||
The default is : www-data ." --entry-text "www-data");
|
||||
echo -e $PASSWD | sudo -S sed -i 187s/"User = *.*"/"User = ${User}"/g /etc/nanoweb/nanoweb.conf
|
||||
|
||||
Group=$(zenity --entry --text "What will be the Group for the server?
|
||||
(::-WARNING-::) Please leave as default unless you know EXACTLY
|
||||
what you are doing! Changing user and group policies can
|
||||
affect security of the system!
|
||||
The default is : www-data." --entry-text "www-data");
|
||||
echo -e $PASSWD | sudo -S sed -i 188s/"Group = *.*"/"Group = ${Group}"/g /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
logs()
|
||||
{
|
||||
logs=$(zenity --list --text "Do you wish to have AccessLog and ErrorLog enabled?
|
||||
If this server isn't running 24/7 nor a production server then it can be OK to keep
|
||||
logging off. It may also lessen the system resource load and speed up the server.
|
||||
If this server runs 24/7 or is a production server then we advise keeping logging on
|
||||
as added security. Respectively, it may add more resource demands and slow down the server.
|
||||
Frankly, the effects are negligible in both instances so it's up to you.
|
||||
The default is : Enabled .
|
||||
" --radiolist --column "Select" --column "Options" TRUE Enable FALSE Disable --height 280);
|
||||
yes="Enable"
|
||||
no="Disable"
|
||||
|
||||
if [[ "${logs}" == "${yes}" ]]; then
|
||||
echo -e $PASSWD | sudo -S sed -i 194s/"#LoggerProcess = *.*"/"LoggerProcess = 2"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 197s/"#LoggerUser"/"LoggerUser"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 198s/"#LoggerGroup"/"LoggerGroup"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 201s/"#LogDir"/"LogDir"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 207s/"#Log"/"Log"/g /etc/nanoweb/nanoweb.conf
|
||||
elif [[ "${logs}" == "${no}" ]]; then
|
||||
echo -e $PASSWD | sudo -S sed -i 194s/"LoggerProcess = *.*"/"#LoggerProcess = 0"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 197s/"LoggerUser"/"#LoggerUser"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 198s/"LoggerGroup"/"#LoggerGroup"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 201s/"LogDir"/"#LogDir"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 207s/"Log"/"#Log"/g /etc/nanoweb/nanoweb.conf
|
||||
fi
|
||||
srvrEdit;
|
||||
}
|
||||
nanoSrvrConf()
|
||||
{
|
||||
echo -e $PASSWD | sudo -S xterm -e nano /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
docRoot()
|
||||
{
|
||||
docDir=$(zenity --entry \
|
||||
--text "What do you wish to set as DocumentRoot?
|
||||
Document root is what the server defines as the directory in which files will
|
||||
be served from. Group permissions must allow for the directory to be used so
|
||||
please be aware of that.
|
||||
The default is : /var/www/nanoweb ." --entry-text "/var/www/nanoweb");
|
||||
echo -e $PASSWD | sudo -S sed -i 204s,"DocumentRoot = *.*","DocumentRoot = ${docDir}",g /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
|
||||
webSrvrStrt()
|
||||
{
|
||||
noRtStrt="Start $srvrName No Root?" ; noRtStp="Stop $srvrName No Root?" ;
|
||||
rtStrt="Start $srvrName Root?" ; rtStp="Stop $srvrName Root?";
|
||||
main="START MENU" ; exit="Exit Script" ;
|
||||
ansr=$(zenity --list --text "Please select an option bellow to apply!!
|
||||
" --radiolist --column "Select" --column "Options
|
||||
" TRUE "Start $srvrName No Root?" FALSE "Stop $srvrName No Root?
|
||||
" FALSE "Start $srvrName Root?" FALSE "Stop $srvrName Root?
|
||||
" FALSE "START MENU" FALSE "Exit Script" --height 330);
|
||||
if [[ "${ansr}" == "${noRtStrt}" ]]; then
|
||||
$altSrvrName &
|
||||
main;
|
||||
elif [[ "${ansr}" == "${noRtStp}" ]]; then
|
||||
pkill $altSrvrName &
|
||||
main;
|
||||
elif [[ "${ansr}" == "${rtStrt}" ]]; then
|
||||
PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
echo -e $PASSWD | sudo -S $altSrvrName &
|
||||
main;
|
||||
elif [[ "${ansr}" == "${rtStp}" ]]; then
|
||||
PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
echo -e $PASSWD | sudo -S pkill $altSrvrName &
|
||||
main;
|
||||
elif [[ "${ansr}" == "${main}" ]]; then
|
||||
main;
|
||||
elif [[ "${ansr}" == "${exit}" ]]; then
|
||||
exit
|
||||
fi
|
||||
}
|
||||
|
||||
main
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../resources/backgrounds/creek.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../../resources/backgrounds/creek.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../../resources/backgrounds/creek.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../../resources/backgrounds/waterFall.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../../resources/backgrounds/rainy.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,48 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../resources/backgrounds/rainy2.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="lnksNdirs"><a href="Movies/" style="color:#00E8FF;">
|
||||
<img src="../resources/icons/folder.png" /><br>Movies/</a>
|
||||
</div>
|
||||
|
||||
<div class="lnksNdirs"><a href="Music/" style="color:#00E8FF;">
|
||||
<img src="../resources/icons/folder.png" /><br>Music/</a>
|
||||
</div>
|
||||
|
||||
<div class="lnksNdirs"><a href="TV/" style="color:#00E8FF;">
|
||||
<img src="../resources/icons/folder.png" /><br>TV/</a>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
36
Shell Projects/Lazy-Share/lazyShare-v2.04/Pictures/index.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../resources/backgrounds/creek.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
36
Shell Projects/Lazy-Share/lazyShare-v2.04/index.php
Executable file
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html"; charset=utf-8" />
|
||||
<title>Page List</title>
|
||||
<link rel="stylesheet" href="./resources/settings-notes/css.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="./resources/backgrounds/waterFall.gif"/></div>
|
||||
<div class="section"><header style="font-size:200%;color:green;">LazyShare</header></div>
|
||||
<br>
|
||||
|
||||
<div style="margin-left:15%;">
|
||||
<a href="./Pictures">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/pics.png"/>
|
||||
<br>Pictures</div></a>
|
||||
|
||||
<a href="./Movies-TV-Music">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/video.png"/>
|
||||
<img style="margin-top:2em;" src="./resources/icons/music.png"/>
|
||||
<br>Movies-TV-Music</div></a>
|
||||
|
||||
<a href="./Documents">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/docs.png"/>
|
||||
<br>Documents</div></a>
|
||||
|
||||
<a href="./Uploads">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/docs.png"/>
|
||||
<br>Uploads</div></a>
|
||||
|
||||
</body>
|
||||
</html>
|
195
Shell Projects/Lazy-Share/lazyShare-v2.04/lazyShareScan.sh
Executable file
@@ -0,0 +1,195 @@
|
||||
#
|
||||
# By Maxim F. Stewart
|
||||
# Contact: [maximstewart1@gmail.com]
|
||||
#
|
||||
# Copyright 2013 Maxim F. Stewart
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
#-------------------------------------------------------------------------#
|
||||
#!/bin/bash
|
||||
#
|
||||
#
|
||||
# adds settings to this run if requested
|
||||
|
||||
chkr()
|
||||
{
|
||||
altSrvrName="nanoweb"
|
||||
srvrName="Nanoweb"
|
||||
absPth="$HOME/LazyShare"
|
||||
|
||||
plugChkr=`which gnome-mplayer`
|
||||
plugChkr2=`ls /etc/${altSrvrName}/${altSrvrName}.conf`
|
||||
plugChkr3=`which php5-cgi`
|
||||
|
||||
if [[ ${plugChkr} == "" || \
|
||||
${plugChkr2} == "" || \
|
||||
${plugChkr3} == "" ]]; then
|
||||
Install="Install"
|
||||
noInstall="Do Not Install"
|
||||
|
||||
replyinst=$(zenity --list \
|
||||
--text "We need to install one or more pre-requsit programs or
|
||||
settings are missing. The missing program(s) is/are
|
||||
gecko-mediaplayer, $srvrName, and/or php5-cgi." \
|
||||
--radiolist --column "Select" \
|
||||
--column "Options" TRUE "Install" FALSE "Do Not Install" \
|
||||
--height 220);
|
||||
|
||||
if [[ "${replyinst}" == "${Install}" ]]; then
|
||||
PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
|
||||
echo "# Installing gecko-mediaplayer..." ; sleep 1
|
||||
echo -e $PASSWD | sudo apt-get install gecko-mediaplayer -y
|
||||
echo "# Installing "${altSrvrName}"..." ; sleep 1
|
||||
echo -e $PASSWD | sudo apt-get install "${altSrvrName}" -y
|
||||
echo "# Installing php5-cgi..." ; sleep 1
|
||||
echo -e $PASSWD | sudo apt-get install php5-cgi -y
|
||||
echo "# Killing "${altSrvrName}"..." ; sleep 1
|
||||
echo -e $PASSWD | sudo killall $altSrvrName -y
|
||||
echo "# Finished!" ; sleep 1
|
||||
main;
|
||||
elif [[ "${replyinst}" == "${noInstall}" ]]; then
|
||||
main;
|
||||
fi
|
||||
main;
|
||||
else
|
||||
main;
|
||||
fi
|
||||
}
|
||||
|
||||
main()
|
||||
{
|
||||
declare -A movies=([.mkv]= [.mp4]= [.mpg]= [.avi]= [.mov]= [.MOV]= [.flv]= [.wmv]= [.ogv]= [.webm]= [.m4v]=)
|
||||
for i in `ls ./`; do
|
||||
fileNm=$(echo "$i" | sed 's/.*\///');
|
||||
fileExtnsn=$(echo "$i" | sed 's/^.*\././g');
|
||||
outFile=$(echo ${i%.*});
|
||||
|
||||
|
||||
if [[ "${movies[$fileExtnsn]-X}" == "${movies[$fileExtnsn]}" ]]; then
|
||||
if [ -f "${absPth}"/resources/thumbnails/"${outFile}".jpg ]; then
|
||||
echo "Not a video or already present...."
|
||||
else
|
||||
ffmpegthumbnailer -t="00:10:00" -c jpg -i "${fileNm}" -s 310 -o "${absPth}"/resources/thumbnails/"${outFile}".jpg
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
IFS=$'\n' bgs=($(ls -L "${absPth}"/resources/backgrounds/))
|
||||
numdirs=${#bgs[@]}
|
||||
index=$(( (( RANDOM % $numdirs ) - 2) + 1 ))
|
||||
|
||||
if [ -f ./000.jpg ]; then
|
||||
bg="<div id="\"bg"\"><img src="\"./000.jpg"\"/></div>";
|
||||
else
|
||||
bg="<div id="\"bg"\"><img src="\"/resources/backgrounds/${bgs[index]}"\"/></div>";
|
||||
fi
|
||||
|
||||
echo '<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="/resources/settings-notes/css.css" type="text/css">
|
||||
<script type="text/javascript" src="http://www.midijs.net/lib/midi.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
'${bg}'
|
||||
<a href="../">
|
||||
<img src="/resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="header">
|
||||
<form action="/resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>' > ./index.php
|
||||
dirScan
|
||||
}
|
||||
|
||||
dirScan()
|
||||
{
|
||||
d=`ls -p | grep "/" | sed 's/\/$//'`;
|
||||
|
||||
for i in $d; do
|
||||
fileNm=$(echo "$i" | sed 's/*\///');
|
||||
|
||||
if [[ "${fileNm}" == *"resources"* ]]; then
|
||||
echo "In root dir; wont add resources as list option..."
|
||||
else
|
||||
if [ -f "${absPth}"/resources/thumbnails/"${fileNm}".jpg ]; then
|
||||
echo '
|
||||
<div class="lnksNdirs"><a href="'${fileNm}'" style="color:#00E8FF;">
|
||||
<img src="/resources/thumbnails/'${fileNm}'.jpg" /><br>'${fileNm}'</a>
|
||||
</div>' >> ./index.php ;
|
||||
else
|
||||
echo '
|
||||
<div class="lnksNdirs"><a href="'${fileNm}'" style="color:#00E8FF;">
|
||||
<img src="/resources/icons/folder.png" /><br>'${fileNm}'</a>
|
||||
</div>' >> ./index.php ;
|
||||
|
||||
fi
|
||||
fi
|
||||
done
|
||||
mainScaner
|
||||
}
|
||||
|
||||
mainScaner()
|
||||
{
|
||||
# Associative Arrays set to compare against the file extension
|
||||
declare -A movies=([.mkv]= [.mp4]= [.mpg]= [.avi]= [.mov]= [.MOV]= [.flv]= [.wmv]= [.ogv]= [.webm]= [.m4v]=)
|
||||
declare -A music=([.mp2]= [.mp3]= [.ogg]= [.flac]= [.mid]=)
|
||||
declare -A docs=([.doc]= [.docx]= [.txt]= [.pdf]= [.odt]=)
|
||||
declare -A pics=([.png]= [.jpg]= [.jpeg]= [.gif]=)
|
||||
declare -A invis=([.sh]= [index.php]=)
|
||||
|
||||
for i in `ls ./`; do
|
||||
fileNm=$(echo "$i" | sed 's/.*\///') ;
|
||||
fileExtnsn=$(echo "$i" | sed 's/^.*\././g') ;
|
||||
thbnal=$(echo ${fileNm%.*});
|
||||
|
||||
if [[ "${pics[$fileExtnsn]-X}" == "${pics[$fileExtnsn]}" ]]; then
|
||||
echo '<a href="'${fileNm}'" target="frame"><img src="'${fileNm}'" class="imgsStyl" alt="Load Fail" /></a>' >> ./index.php ;
|
||||
elif [[ "${music[$fileExtnsn]-X}" == "${music[$fileExtnsn]}" ]]; then
|
||||
if [[ ${fileExtnsn} == *".mid"* ]]; then
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="#" style="color:#00E8FF;" onClick="MIDIjs.play('\'${fileNm}''\'');">Play '${fileNm}'</a>
|
||||
</div>' >> ./index.php ;
|
||||
else
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">'${fileNm}'</a></div>' >> ./index.php ;
|
||||
fi
|
||||
elif [[ "${movies[$fileExtnsn]-X}" == "${movies[$fileExtnsn]}" ]]; then
|
||||
if [ -f "${absPth}"resources/thumbnails/"${thbnal}".jpg ]; then
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">
|
||||
<img src="/resources/thumbnails/'${thbnal}'.jpg" /><br>'${fileNm}'</a></div>' >> ./index.php ;
|
||||
else
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">'${fileNm}'</a></div>' >> ./index.php ;
|
||||
fi
|
||||
elif [[ "${docs[$fileExtnsn]-X}" == "${docs[$fileExtnsn]}" ]]; then
|
||||
echo '<a class="lnksNdirs" target="frame" href="'${fileNm}'" style="color:#00E8FF;">'${fileNm}'</a><br>' >> ./index.php ;
|
||||
elif [[ "${invis[$fileExtnsn]-X}" == "${invis[$fileExtnsn]}" ]]; then
|
||||
echo "File not added to index.php!!" ;
|
||||
fi
|
||||
done
|
||||
|
||||
echo '<iframe id="frame" name="frame" frameborder="0" class="iframer"></iframe>
|
||||
</body>
|
||||
</html>' >> ./index.php
|
||||
exit
|
||||
}
|
||||
chkr
|
BIN
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/backgrounds/creek.gif
Executable file
After Width: | Height: | Size: 5.1 MiB |
After Width: | Height: | Size: 966 KiB |
After Width: | Height: | Size: 2.0 MiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/backgrounds/rainy3.gif
Executable file
After Width: | Height: | Size: 1.1 MiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/backgrounds/rainy4.gif
Executable file
After Width: | Height: | Size: 114 KiB |
After Width: | Height: | Size: 743 KiB |
After Width: | Height: | Size: 993 KiB |
After Width: | Height: | Size: 716 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/backgrounds/waterFall.gif
Executable file
After Width: | Height: | Size: 540 KiB |
195
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/bkup/lazyShareScan.sh
Executable file
@@ -0,0 +1,195 @@
|
||||
#
|
||||
# By Maxim F. Stewart
|
||||
# Contact: [maximstewart1@gmail.com]
|
||||
#
|
||||
# Copyright 2013 Maxim F. Stewart
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
#-------------------------------------------------------------------------#
|
||||
#!/bin/bash
|
||||
#
|
||||
#
|
||||
# adds settings to this run if requested
|
||||
|
||||
chkr()
|
||||
{
|
||||
altSrvrName="nanoweb"
|
||||
srvrName="Nanoweb"
|
||||
absPth="$HOME/LazyShare"
|
||||
|
||||
plugChkr=`which gnome-mplayer`
|
||||
plugChkr2=`ls /etc/${altSrvrName}/${altSrvrName}.conf`
|
||||
plugChkr3=`which php5-cgi`
|
||||
|
||||
if [[ ${plugChkr} == "" || \
|
||||
${plugChkr2} == "" || \
|
||||
${plugChkr3} == "" ]]; then
|
||||
Install="Install"
|
||||
noInstall="Do Not Install"
|
||||
|
||||
replyinst=$(zenity --list \
|
||||
--text "We need to install one or more pre-requsit programs or
|
||||
settings are missing. The missing program(s) is/are
|
||||
gecko-mediaplayer, $srvrName, and/or php5-cgi." \
|
||||
--radiolist --column "Select" \
|
||||
--column "Options" TRUE "Install" FALSE "Do Not Install" \
|
||||
--height 220);
|
||||
|
||||
if [[ "${replyinst}" == "${Install}" ]]; then
|
||||
PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
|
||||
echo "# Installing gecko-mediaplayer..." ; sleep 1
|
||||
echo -e $PASSWD | sudo apt-get install gecko-mediaplayer -y
|
||||
echo "# Installing "${altSrvrName}"..." ; sleep 1
|
||||
echo -e $PASSWD | sudo apt-get install "${altSrvrName}" -y
|
||||
echo "# Installing php5-cgi..." ; sleep 1
|
||||
echo -e $PASSWD | sudo apt-get install php5-cgi -y
|
||||
echo "# Killing "${altSrvrName}"..." ; sleep 1
|
||||
echo -e $PASSWD | sudo killall $altSrvrName -y
|
||||
echo "# Finished!" ; sleep 1
|
||||
main;
|
||||
elif [[ "${replyinst}" == "${noInstall}" ]]; then
|
||||
main;
|
||||
fi
|
||||
main;
|
||||
else
|
||||
main;
|
||||
fi
|
||||
}
|
||||
|
||||
main()
|
||||
{
|
||||
declare -A movies=([.mkv]= [.mp4]= [.mpg]= [.avi]= [.mov]= [.MOV]= [.flv]= [.wmv]= [.ogv]= [.webm]= [.m4v]=)
|
||||
for i in `ls ./`; do
|
||||
fileNm=$(echo "$i" | sed 's/.*\///');
|
||||
fileExtnsn=$(echo "$i" | sed 's/^.*\././g');
|
||||
outFile=$(echo ${i%.*});
|
||||
|
||||
|
||||
if [[ "${movies[$fileExtnsn]-X}" == "${movies[$fileExtnsn]}" ]]; then
|
||||
if [ -f "${absPth}"/resources/thumbnails/"${outFile}".jpg ]; then
|
||||
echo "Not a video or already present...."
|
||||
else
|
||||
ffmpegthumbnailer -t="00:10:00" -c jpg -i "${fileNm}" -s 310 -o "${absPth}"/resources/thumbnails/"${outFile}".jpg
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
IFS=$'\n' bgs=($(ls -L "${absPth}"/resources/backgrounds/))
|
||||
numdirs=${#bgs[@]}
|
||||
index=$(( (( RANDOM % $numdirs ) - 2) + 1 ))
|
||||
|
||||
if [ -f ./000.jpg ]; then
|
||||
bg="<div id="\"bg"\"><img src="\"./000.jpg"\"/></div>";
|
||||
else
|
||||
bg="<div id="\"bg"\"><img src="\"/resources/backgrounds/${bgs[index]}"\"/></div>";
|
||||
fi
|
||||
|
||||
echo '<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="/resources/settings-notes/css.css" type="text/css">
|
||||
<script type="text/javascript" src="http://www.midijs.net/lib/midi.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
'${bg}'
|
||||
<a href="../">
|
||||
<img src="/resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="header">
|
||||
<form action="/resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>' > ./index.php
|
||||
dirScan
|
||||
}
|
||||
|
||||
dirScan()
|
||||
{
|
||||
d=`ls -p | grep "/" | sed 's/\/$//'`;
|
||||
|
||||
for i in $d; do
|
||||
fileNm=$(echo "$i" | sed 's/*\///');
|
||||
|
||||
if [[ "${fileNm}" == *"resources"* ]]; then
|
||||
echo "In root dir; wont add resources as list option..."
|
||||
else
|
||||
if [ -f "${absPth}"/resources/thumbnails/"${fileNm}".jpg ]; then
|
||||
echo '
|
||||
<div class="lnksNdirs"><a href="'${fileNm}'" style="color:#00E8FF;">
|
||||
<img src="/resources/thumbnails/'${fileNm}'.jpg" /><br>'${fileNm}'</a>
|
||||
</div>' >> ./index.php ;
|
||||
else
|
||||
echo '
|
||||
<div class="lnksNdirs"><a href="'${fileNm}'" style="color:#00E8FF;">
|
||||
<img src="/resources/icons/folder.png" /><br>'${fileNm}'</a>
|
||||
</div>' >> ./index.php ;
|
||||
|
||||
fi
|
||||
fi
|
||||
done
|
||||
mainScaner
|
||||
}
|
||||
|
||||
mainScaner()
|
||||
{
|
||||
# Associative Arrays set to compare against the file extension
|
||||
declare -A movies=([.mkv]= [.mp4]= [.mpg]= [.avi]= [.mov]= [.MOV]= [.flv]= [.wmv]= [.ogv]= [.webm]= [.m4v]=)
|
||||
declare -A music=([.mp2]= [.mp3]= [.ogg]= [.flac]= [.mid]=)
|
||||
declare -A docs=([.doc]= [.docx]= [.txt]= [.pdf]= [.odt]=)
|
||||
declare -A pics=([.png]= [.jpg]= [.jpeg]= [.gif]=)
|
||||
declare -A invis=([.sh]= [index.php]=)
|
||||
|
||||
for i in `ls ./`; do
|
||||
fileNm=$(echo "$i" | sed 's/.*\///') ;
|
||||
fileExtnsn=$(echo "$i" | sed 's/^.*\././g') ;
|
||||
thbnal=$(echo ${fileNm%.*});
|
||||
|
||||
if [[ "${pics[$fileExtnsn]-X}" == "${pics[$fileExtnsn]}" ]]; then
|
||||
echo '<a href="'${fileNm}'" target="frame"><img src="'${fileNm}'" class="imgsStyl" alt="Load Fail" /></a>' >> ./index.php ;
|
||||
elif [[ "${music[$fileExtnsn]-X}" == "${music[$fileExtnsn]}" ]]; then
|
||||
if [[ ${fileExtnsn} == *".mid"* ]]; then
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="#" style="color:#00E8FF;" onClick="MIDIjs.play('\'${fileNm}''\'');">Play '${fileNm}'</a>
|
||||
</div>' >> ./index.php ;
|
||||
else
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">'${fileNm}'</a></div>' >> ./index.php ;
|
||||
fi
|
||||
elif [[ "${movies[$fileExtnsn]-X}" == "${movies[$fileExtnsn]}" ]]; then
|
||||
if [ -f "${absPth}"resources/thumbnails/"${thbnal}".jpg ]; then
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">
|
||||
<img src="/resources/thumbnails/'${thbnal}'.jpg" /><br>'${fileNm}'</a></div>' >> ./index.php ;
|
||||
else
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">'${fileNm}'</a></div>' >> ./index.php ;
|
||||
fi
|
||||
elif [[ "${docs[$fileExtnsn]-X}" == "${docs[$fileExtnsn]}" ]]; then
|
||||
echo '<a class="lnksNdirs" target="frame" href="'${fileNm}'" style="color:#00E8FF;">'${fileNm}'</a><br>' >> ./index.php ;
|
||||
elif [[ "${invis[$fileExtnsn]-X}" == "${invis[$fileExtnsn]}" ]]; then
|
||||
echo "File not added to index.php!!" ;
|
||||
fi
|
||||
done
|
||||
|
||||
echo '<iframe id="frame" name="frame" frameborder="0" class="iframer"></iframe>
|
||||
</body>
|
||||
</html>' >> ./index.php
|
||||
exit
|
||||
}
|
||||
chkr
|
36
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/bkup/root-index.html
Executable file
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html"; charset=utf-8" />
|
||||
<title>Page List</title>
|
||||
<link rel="stylesheet" href="./resources/settings-notes/css.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="./resources/backgrounds/waterFall.gif"/></div>
|
||||
<div class="section"><header style="font-size:200%;color:green;">LazyShare</header></div>
|
||||
<br>
|
||||
|
||||
<div style="margin-left:15%;">
|
||||
<a href="./Pictures">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/pics.png"/>
|
||||
<br>Pictures</div></a>
|
||||
|
||||
<a href="./Movies-TV-Music">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/video.png"/>
|
||||
<img style="margin-top:2em;" src="./resources/icons/music.png"/>
|
||||
<br>Movies-TV-Music</div></a>
|
||||
|
||||
<a href="./Documents">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/docs.png"/>
|
||||
<br>Documents</div></a>
|
||||
|
||||
<a href="./Uploads">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/docs.png"/>
|
||||
<br>Uploads</div></a>
|
||||
|
||||
</body>
|
||||
</html>
|
207
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/bkup/run.sh
Normal file
@@ -0,0 +1,207 @@
|
||||
#!/bin/bash
|
||||
|
||||
main() {
|
||||
dir=$(pwd)
|
||||
altSrvrName="nanoweb"
|
||||
srvrName="Nanoweb"
|
||||
|
||||
ansr=$(zenity --text "Please chose an option." --radiolist --list \
|
||||
--column "Options" --column "Descriptions" \
|
||||
TRUE "Scan Dirs?" \
|
||||
FALSE "Edit main settings" \
|
||||
FALSE "Start or Stop ${srvrName}")
|
||||
case "$ansr" in
|
||||
"Scan Dirs?" ) dirScan;;
|
||||
"Edit main settings" ) passwdReq;;
|
||||
"Start or Stop ${srvrName}" ) webSrvrStrt;;
|
||||
esac
|
||||
}
|
||||
|
||||
dirScan() {
|
||||
find . -type d > /tmp/lzyDirList.txt
|
||||
filename="/tmp/lzyDirList.txt"
|
||||
while read -r line ; do
|
||||
pre=\""${line}"
|
||||
name=`echo ${pre} | sed "s|\".|"${dir}"|g" | sed "s|*|*\"|g"`
|
||||
if [[ "${name}" == *"resources"* ]] || \
|
||||
[[ "${name}" == *"Uploads"* ]]; then
|
||||
echo "This is a resources dir..."
|
||||
else
|
||||
if [ -f "${name}"/index.php ]; then
|
||||
echo "Index.php for "${name}" already present..."
|
||||
else
|
||||
work
|
||||
fi
|
||||
fi
|
||||
done < "${filename}"
|
||||
}
|
||||
|
||||
work() {
|
||||
mv lazyShareScan.sh "${name}/"
|
||||
cd "${name}/"
|
||||
bash ./lazyShareScan.sh
|
||||
mv lazyShareScan.sh "${dir}"
|
||||
cd "${dir}"
|
||||
}
|
||||
|
||||
################## SETTINGS SECTION ##################
|
||||
passwdReq()
|
||||
{
|
||||
PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
srvrEdit;
|
||||
}
|
||||
|
||||
srvrEdit() {
|
||||
auto="Turn psudo auto scan ON or Off"
|
||||
theme="Change Theme"
|
||||
portng="Set Port"
|
||||
polcing="Set User And Group"
|
||||
logng="Set Logging Status"
|
||||
docdir="Set DocumentRoot"
|
||||
nanoSrvr="Open The ServerConf In Nano"
|
||||
main="START MENU"
|
||||
exit="Exit Script"
|
||||
|
||||
selec=$(zenity --list \
|
||||
--text "What would you like to edit in the ServerConf file?" \
|
||||
--radiolist --column "Select" --column "Options" \
|
||||
TRUE "Change Theme" \
|
||||
FALSE "Set Port" \
|
||||
FALSE "Set User And Group" \
|
||||
FALSE "Set Logging Status" \
|
||||
FALSE "Set DocumentRoot" \
|
||||
FALSE "Open The ServerConf In Nano" \
|
||||
FALSE "START MENU" FALSE "Exit Script" \
|
||||
--height 300);
|
||||
case "$selec" in
|
||||
"${theme}" ) theme;;
|
||||
"${portng}" ) port;;
|
||||
"${polcing}" ) policy;;
|
||||
"${logng}" ) logs;;
|
||||
"${docdir}" ) docRoot;;
|
||||
"${nanoSrvr}" ) nanoSrvrConf;;
|
||||
"${main}" ) main;;
|
||||
"${exit}" ) exit;;
|
||||
esac
|
||||
}
|
||||
|
||||
autoOnNOff() {
|
||||
x=$(zenity --entry --text "Turn On/Off psudo auto scanning?
|
||||
Default is : off .
|
||||
" --entry-text "off");
|
||||
sed -i 1s/"auto=*.*;"/"auto=${x};"/g $HOME/.config/lazyShareSettings/config.txt
|
||||
srvrEdit;
|
||||
}
|
||||
|
||||
theme() {
|
||||
theme=$(zenity --list \
|
||||
--text "What would you like to edit in the ServerConf file?" \
|
||||
--radiolist --column "Select" --column "Options" \
|
||||
TRUE "List On The Left" \
|
||||
FALSE "List Centered" \
|
||||
FALSE "Horizontal List" \
|
||||
FALSE "Grid List" \
|
||||
--height 175);
|
||||
case "${theme}" in
|
||||
"List On The Left" ) echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"List On The Left.css" > ./resources/settings-notes/css.css;;
|
||||
"List Centered" ) echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"List Centered.css" > ./resources/settings-notes/css.css;;
|
||||
"Horizontal List" ) echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"Horizontal List.css" > ./resources/settings-notes/css.css;;
|
||||
"Grid List" ) echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"Grid List.css" > ./resources/settings-notes/css.css;;
|
||||
esac
|
||||
srvrEdit
|
||||
}
|
||||
|
||||
|
||||
port() {
|
||||
x=$(zenity --entry --text "What will be the port that the server runs on?
|
||||
Anything bellow 1024 means the server must run as root.
|
||||
Default is port: 80 .
|
||||
" --entry-text "80");
|
||||
echo -e $PASSWD | sudo -S sed -i 13s/"ListenPort = *.*"/"ListenPort = ${x}"/g /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
policy() {
|
||||
User=$(zenity --entry --text "What will be the User for the server?
|
||||
(::-WARNING-::) Please leave as default unless you know EXACTLY
|
||||
what you are doing! Changing user and group policies can
|
||||
affect security of the system!
|
||||
The default is : www-data ." --entry-text "www-data");
|
||||
echo -e $PASSWD | sudo -S sed -i 187s/"User = *.*"/"User = ${User}"/g /etc/nanoweb/nanoweb.conf
|
||||
|
||||
Group=$(zenity --entry --text "What will be the Group for the server?
|
||||
(::-WARNING-::) Please leave as default unless you know EXACTLY
|
||||
what you are doing! Changing user and group policies can
|
||||
affect security of the system!
|
||||
The default is : www-data." --entry-text "www-data");
|
||||
echo -e $PASSWD | sudo -S sed -i 188s/"Group = *.*"/"Group = ${Group}"/g /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
logs() {
|
||||
logs=$(zenity --list --text "Do you wish to have AccessLog and ErrorLog enabled?
|
||||
If this server isn't running 24/7 nor a production server then it can be OK to keep
|
||||
logging off. It may also lessen the system resource load and speed up the server.
|
||||
If this server runs 24/7 or is a production server then we advise keeping logging on
|
||||
as added security. Respectively, it may add more resource demands and slow down the server.
|
||||
Frankly, the effects are negligible in both instances so it's up to you.
|
||||
The default is : Enabled .
|
||||
" --radiolist --column "Select" --column "Options" TRUE Enable FALSE Disable --height 280);
|
||||
yes="Enable"
|
||||
no="Disable"
|
||||
|
||||
if [[ "${logs}" == "${yes}" ]]; then
|
||||
echo -e $PASSWD | sudo -S sed -i 194s/"#LoggerProcess = *.*"/"LoggerProcess = 2"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 197s/"#LoggerUser"/"LoggerUser"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 198s/"#LoggerGroup"/"LoggerGroup"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 201s/"#LogDir"/"LogDir"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 207s/"#Log"/"Log"/g /etc/nanoweb/nanoweb.conf
|
||||
elif [[ "${logs}" == "${no}" ]]; then
|
||||
echo -e $PASSWD | sudo -S sed -i 194s/"LoggerProcess = *.*"/"#LoggerProcess = 0"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 197s/"LoggerUser"/"#LoggerUser"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 198s/"LoggerGroup"/"#LoggerGroup"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 201s/"LogDir"/"#LogDir"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 207s/"Log"/"#Log"/g /etc/nanoweb/nanoweb.conf
|
||||
fi
|
||||
srvrEdit;
|
||||
}
|
||||
nanoSrvrConf() {
|
||||
echo -e $PASSWD | sudo -S xterm -e nano /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
docRoot() {
|
||||
docDir=$(zenity --entry \
|
||||
--text "What do you wish to set as DocumentRoot?
|
||||
Document root is what the server defines as the directory in which files will
|
||||
be served from. Group permissions must allow for the directory to be used so
|
||||
please be aware of that.
|
||||
The default is : /var/www/nanoweb ." --entry-text "/var/www/nanoweb");
|
||||
echo -e $PASSWD | sudo -S sed -i 204s,"DocumentRoot = *.*","DocumentRoot = ${docDir}",g /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
|
||||
webSrvrStrt() {
|
||||
noRtStrt="Start $srvrName No Root?" ; noRtStp="Stop $srvrName No Root?" ;
|
||||
rtStrt="Start $srvrName Root?" ; rtStp="Stop $srvrName Root?";
|
||||
main="START MENU" ; exit="Exit Script" ;
|
||||
ansr=$(zenity --list --text "Please select an option bellow to apply!!
|
||||
" --radiolist --column "Select" --column "Options
|
||||
" TRUE "Start $srvrName No Root?" FALSE "Stop $srvrName No Root?
|
||||
" FALSE "Start $srvrName Root?" FALSE "Stop $srvrName Root?
|
||||
" FALSE "START MENU" FALSE "Exit Script" --height 330);
|
||||
|
||||
case "${ansr}" in
|
||||
"${noRtStrt}" ) $altSrvrName & main;;
|
||||
"${noRtStp}" ) pkill $altSrvrName & main;;
|
||||
"${rtStrt}" ) PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
echo -e $PASSWD | sudo -S $altSrvrName & main;;
|
||||
"${rtStp}" ) PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
echo -e $PASSWD | sudo -S pkill $altSrvrName & main;;
|
||||
"${main}" ) main;;
|
||||
"${exit}" ) exit;;
|
||||
esac
|
||||
}
|
||||
|
||||
main
|
BIN
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/icons/docs.png
Executable file
After Width: | Height: | Size: 10 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/icons/folder.png
Executable file
After Width: | Height: | Size: 4.1 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/icons/left.png
Executable file
After Width: | Height: | Size: 2.7 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/icons/music.png
Executable file
After Width: | Height: | Size: 12 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/icons/pics.png
Executable file
After Width: | Height: | Size: 18 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/icons/right.png
Executable file
After Width: | Height: | Size: 2.7 KiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/icons/video.png
Executable file
After Width: | Height: | Size: 20 KiB |
@@ -0,0 +1,26 @@
|
||||
[--(CREDITS)--]
|
||||
|
||||
Boa http server credit
|
||||
First, thank you to the Devs of Boa! Without Boa
|
||||
I'd never have imagined designing the LazyShare
|
||||
scripts and resulting html pages!
|
||||
|
||||
Nanoweb server credit
|
||||
Thank you to the devs of Nanoweb! Without you
|
||||
this program wouldn't have evolved to be better and stronger!
|
||||
|
||||
Icon pack credit
|
||||
Thank you to the creators of Azenis icon pack!
|
||||
http://gnome-look.org/content/show.php/Azenis?content=106608
|
||||
I used 4 images from it to display various page links.
|
||||
-- Thank you also J.J.Ying, who was the original
|
||||
creator of the Azenis theaming and thank you James Hardy
|
||||
for reposting or (re)designing the pack too!
|
||||
|
||||
Pixil art credit
|
||||
Thank you to http://waneella.tumblr.com/ for posting
|
||||
"Labeled for reuse" pixle art that animates some of
|
||||
the pages!
|
||||
|
||||
Midi player
|
||||
http://www.midijs.net/#
|
339
Shell Projects/Lazy-Share/lazyShare-v2.04/resources/settings-notes/LICENCE.txt
Executable file
@@ -0,0 +1,339 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
@@ -0,0 +1,89 @@
|
||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.homeSection {
|
||||
float: left;
|
||||
width: 40%;
|
||||
height: 14em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-width: .2em;
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
background: rgba(19, 21, 21, .6);
|
||||
}
|
||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 99%;
|
||||
}
|
||||
.section, .lnksNdirs, .header {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
padding-top: 1em;
|
||||
margin-top: 1em;
|
||||
background: rgba(19, 21, 21, .7);
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
/* border-style: solid;
|
||||
border-width: .2em;
|
||||
*/
|
||||
}
|
||||
.backbutton {
|
||||
top: 3.55em;
|
||||
clear: both;
|
||||
z-index: 2;
|
||||
position: fixed;
|
||||
float: left;
|
||||
width: 5%;
|
||||
height: 50px;
|
||||
opacity: .8;
|
||||
}
|
||||
iframe {
|
||||
clear: both;
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
bottom: 5%;
|
||||
width: 40%;
|
||||
height: 500px;
|
||||
background: rgba(0,0,0,.5)
|
||||
transition: 0s;
|
||||
transition-delay:2s;
|
||||
}
|
||||
iframe:hover {
|
||||
width: 99%;
|
||||
transition-delay:2s;
|
||||
}
|
||||
.lnkStyl {
|
||||
clear: right;
|
||||
float: left;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.imgsStyl {
|
||||
margin-left: 50%;
|
||||
opacity: 0.699999988079071044921875;
|
||||
width: 32.333%;
|
||||
height: 20em;
|
||||
}
|
||||
.imgsStyl:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
#bg {
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
#bg img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
Drop the lazyShare.theme file into /usr/share/nanoweb/themes
|
||||
Drop the lazyShare.png file into /usr/share/nanoweb/icons
|
||||
|
||||
Then change in /etc/nanoweb/nanoweb.conf
|
||||
the default error and directory list themes to lazyShare.theme
|
||||
Ctrl+f to do a search.
|
||||
Then look for nanoweb.theme and that's where you'll find it.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,145 @@
|
||||
Nanoweb server theme (c)2003 by sIX / aEGiS <six@aegis-corp.org>
|
||||
|
||||
Internal theme data
|
||||
|
||||
[theme_id]
|
||||
lazyShare
|
||||
[/theme_id]
|
||||
|
||||
[theme_name]
|
||||
lazyShare
|
||||
[/theme_name]
|
||||
|
||||
[theme_language]
|
||||
en-us
|
||||
[/theme_language]
|
||||
|
||||
|
||||
Core generated content
|
||||
|
||||
[server_signature]
|
||||
Page generated by <b>@$server_string@</b> at http://@$server_name@
|
||||
[/server_signature]
|
||||
|
||||
|
||||
[error_admin]
|
||||
Please contact the server <a href="mailto:@$admin@">administrator</a> if the problem is abnormal and persists.<br><br>
|
||||
[/error_admin]
|
||||
|
||||
|
||||
[error_resource]
|
||||
An error occured trying to access document or resource <b>@$resource_name@</b>.<br><br>
|
||||
[/error_resource]
|
||||
|
||||
|
||||
|
||||
[error_page]
|
||||
<html>
|
||||
<head>
|
||||
<title>@$error_label@</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
<body bgcolor="#005500" text="#000000" link="#204A4E" vlink="#204A4E" alink="#204A4E">
|
||||
<table bgcolor="#FFFFFF" width="980" align="center" cellspacing="0" cellpadding="0">
|
||||
<tr height="14">
|
||||
<td width="14"><img src="/icons/c2_hg.png"></td>
|
||||
<td background="/icons/c2_h.png"><img src="/icons/c2_h.png"></td>
|
||||
<td width="14"><img src="/icons/c2_hd.png"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="14" background="/icons/c2_g.png"><img src="/icons/c2_g.png"></td>
|
||||
<td>
|
||||
<table width="950" border="0" cellspacing="0" cellpadding="0" align="center">
|
||||
<tr>
|
||||
<td align="left" valign="top"><a href="/"><img src="/icons/lazyShare.png" width="200" height="60" alt="lazyShare" border="0"></a></td>
|
||||
<td align="right" valign="bottom"><font face="Verdana" size="1"><a href="/" style="text-decoration:none">home</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div align="center"><img src="/icons/pixel_cyan.gif" width="950" height="1"><br>
|
||||
</div>
|
||||
<br>
|
||||
<table width="950" border="0" cellspacing="0" cellpadding="0" align="center">
|
||||
<tr><td valign="top"><table align="center" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr><td width="100%" align="left" valign="top">
|
||||
|
||||
<font face="Verdana, Arial" size="5"><b>@$error_label@</b></font><br><br>
|
||||
<font face="Verdana, Arial" size="2">
|
||||
@$error_resource@
|
||||
@$error_add_message@
|
||||
@$error_admin@
|
||||
<br>
|
||||
</font>
|
||||
|
||||
<img src="/icons/pixel_cyan.gif" width="950" height="1"><br>
|
||||
<font size="2">Report from lazyShare.</font>
|
||||
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
<td width="14" background="/icons/c2_d.png"><img src="/icons/c2_d.png"></td>
|
||||
</tr>
|
||||
<tr height="14">
|
||||
<td width="14"><img src="/icons/c2_bg.png"></td>
|
||||
<td background="/icons/c2_b.png"><img src="/icons/c2_b.png"></td>
|
||||
<td width="14"><img src="/icons/c2_bd.png"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
[/error_page]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
######## File browser module ##########
|
||||
|
||||
[fb_parent_name]
|
||||
../
|
||||
[/fb_parent_name]
|
||||
|
||||
[fb_header]
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="/resources/settings-notes/css.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="/resources/backgrounds/rainy2.gif"/></div>
|
||||
<a href="../">
|
||||
<img src="/resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="header">
|
||||
<form action="/resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
[/fb_header]
|
||||
|
||||
|
||||
|
||||
[fb_directory_row]
|
||||
<div class="lnksNdirs"><a href="@$name@" style="color:#00E8FF;">
|
||||
<img src="/resources/icons/folder.png" /><br>@$name@</a>
|
||||
</div>
|
||||
[/fb_directory_row]
|
||||
|
||||
|
||||
[fb_file_row]
|
||||
<div class="lnksNdirs">
|
||||
<a href="@$name@" target="frame" style="color:#00E8FF;">@$name@</a></div>
|
||||
<br>
|
||||
[/fb_file_row]
|
||||
|
||||
[fb_footer]
|
||||
<i><iframe id="frame" name="frame" frameborder="0" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
||||
[/fb_footer]
|
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
$target_dir = "../../Uploads/";
|
||||
$target_file = $target_dir . basename($_FILES["fileToUpload"]["name"]);
|
||||
$uploadOk = 1;
|
||||
$fileType = pathinfo($target_file,PATHINFO_EXTENSION);
|
||||
// Check if file is OK.
|
||||
if(isset($_POST["submit"])) {
|
||||
$check = 2;
|
||||
if($check == 2) {
|
||||
echo "Proceeding... - " . $check["mime"] . ".";
|
||||
$uploadOk = 1;
|
||||
} else {
|
||||
echo "File is not OK.";
|
||||
$uploadOk = 0;
|
||||
}
|
||||
}
|
||||
// Check if file already exists
|
||||
if (file_exists($target_file)) {
|
||||
echo "Sorry, file already exists.";
|
||||
$uploadOk = 0;
|
||||
}
|
||||
// Check file size
|
||||
if ($_FILES["fileToUpload"]["size"] > 5000000000) {
|
||||
echo "Sorry, your file is too large.";
|
||||
$uploadOk = 0;
|
||||
}
|
||||
// Allow certain file formats
|
||||
if($fileType != "rar" && $fileType != "iso" && $fileType != "img" && $fileType != "tar"
|
||||
&& $fileType != "zip" && $fileType != "7z" && $fileType != "7zip" && $fileType != "jpg"
|
||||
&& $fileType != "png" && $fileType != "jpeg" && $fileType != "gif" && $fileType != "mpeg"
|
||||
&& $fileType != "MOV" && $fileType != "flv" && $fileType != "avi" && $fileType != "mp4"
|
||||
&& $fileType != "mov" && $fileType != "mp3" && $fileType != "m4a" && $fileType != "ogg"
|
||||
&& $fileType != "mkv" && $fileType != "docx" && $fileType != "doc" && $fileType != "odt"
|
||||
&& $fileType != "txt" && $fileType != "pdf" && $fileType != "webm" && $fileType != "M4A" ) {
|
||||
echo "Sorry, this file type is not allowed.";
|
||||
$uploadOk = 0;
|
||||
}
|
||||
// Check if $uploadOk is set to 0 by an error
|
||||
if ($uploadOk == 0) {
|
||||
echo "Sorry, your file was not uploaded.";
|
||||
// if everything is ok, try to upload file
|
||||
} else {
|
||||
if (move_uploaded_file($_FILES["fileToUpload"]["tmp_name"], $target_file)) {
|
||||
echo "The file ". basename( $_FILES["fileToUpload"]["name"]). " has been uploaded.";
|
||||
} else {
|
||||
echo "Sorry, there was an error uploading your file.";
|
||||
}
|
||||
}
|
||||
?>
|
@@ -0,0 +1,91 @@
|
||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.homeSection {
|
||||
float: left;
|
||||
width: 40%;
|
||||
height: 14em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-width: .2em;
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
background: rgba(19, 21, 21, .6);
|
||||
}
|
||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 99%;
|
||||
}
|
||||
.section, .lnksNdirs, .header {
|
||||
display: block;
|
||||
float: left;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
padding-top: 1em;
|
||||
margin: 1em;
|
||||
background: rgba(19, 21, 21, .7);
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
/* border-style: solid;
|
||||
border-width: .2em;
|
||||
*/
|
||||
}
|
||||
.backbutton {
|
||||
top: 3.55em;
|
||||
clear: both;
|
||||
z-index: 2;
|
||||
position: fixed;
|
||||
float: left;
|
||||
width: 5%;
|
||||
height: 50px;
|
||||
opacity: .8;
|
||||
}
|
||||
iframe {
|
||||
position: fixed;
|
||||
bottom: 2em;
|
||||
left: 25%;
|
||||
width: 50%;
|
||||
height: 360px;
|
||||
background: rgba(0,0,0,.5);
|
||||
transition: 0s;
|
||||
transition-delay:2s;
|
||||
}
|
||||
iframe:hover {
|
||||
left: 2%;
|
||||
width: 99%;
|
||||
height: 700px;
|
||||
transition-delay:2s;
|
||||
}
|
||||
.lnkStyl {
|
||||
clear: right;
|
||||
float: left;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.imgsStyl {
|
||||
margin-left: 50%;
|
||||
opacity: 0.699999988079071044921875;
|
||||
width: 32.333%;
|
||||
height: 20em;
|
||||
}
|
||||
.imgsStyl:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
#bg {
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
#bg img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
@@ -0,0 +1,89 @@
|
||||
body {
|
||||
width: 600%;
|
||||
}
|
||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.homeSection {
|
||||
float: left;
|
||||
width: 40%;
|
||||
height: 14em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-width: .2em;
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
background: rgba(19, 21, 21, .6);
|
||||
}
|
||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 99%;
|
||||
}
|
||||
.section, .lnksNdirs, .header {
|
||||
display: block;
|
||||
clear: right;
|
||||
float: left;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
padding-top: 1em;
|
||||
margin: 1em;
|
||||
background: rgba(19, 21, 21, .7);
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
/* border-style: solid;
|
||||
border-width: .2em;
|
||||
*/
|
||||
}
|
||||
.backbutton {
|
||||
top: 3.55em;
|
||||
clear: both;
|
||||
z-index: 2;
|
||||
position: fixed;
|
||||
float: left;
|
||||
width: 5%;
|
||||
height: 50px;
|
||||
opacity: .8;
|
||||
}
|
||||
iframe {
|
||||
position: fixed;
|
||||
bottom: 2em;
|
||||
left: 25%;
|
||||
width: 50%;
|
||||
height: 360px;
|
||||
background: rgba(0,0,0,.5)
|
||||
transition: 0s;
|
||||
transition-delay:2s;
|
||||
}
|
||||
.lnkStyl {
|
||||
clear: right;
|
||||
float: left;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.imgsStyl {
|
||||
margin-left: 50%;
|
||||
opacity: 0.699999988079071044921875;
|
||||
width: 32.333%;
|
||||
height: 20em;
|
||||
}
|
||||
.imgsStyl:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
#bg {
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
#bg img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
@@ -0,0 +1,89 @@
|
||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.homeSection {
|
||||
float: left;
|
||||
width: 40%;
|
||||
height: 14em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-width: .2em;
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
background: rgba(19, 21, 21, .6);
|
||||
}
|
||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 99%;
|
||||
}
|
||||
.section, .lnksNdirs, .header {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
padding-top: 1em;
|
||||
margin-top: 1em;
|
||||
background: rgba(19, 21, 21, .7);
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
/* border-style: solid;
|
||||
border-width: .2em;
|
||||
*/
|
||||
}
|
||||
.backbutton {
|
||||
top: 3.55em;
|
||||
clear: both;
|
||||
z-index: 2;
|
||||
position: fixed;
|
||||
float: left;
|
||||
width: 5%;
|
||||
height: 50px;
|
||||
opacity: .8;
|
||||
}
|
||||
iframe {
|
||||
clear: both;
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
bottom: 5%;
|
||||
width: 40%;
|
||||
height: 500px;
|
||||
background: rgba(0,0,0,.5)
|
||||
transition: 0s;
|
||||
transition-delay:2s;
|
||||
}
|
||||
iframe:hover {
|
||||
width: 99%;
|
||||
transition-delay:2s;
|
||||
}
|
||||
.lnkStyl {
|
||||
clear: right;
|
||||
float: left;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.imgsStyl {
|
||||
margin-left: 50%;
|
||||
opacity: 0.699999988079071044921875;
|
||||
width: 32.333%;
|
||||
height: 20em;
|
||||
}
|
||||
.imgsStyl:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
#bg {
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
#bg img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
@@ -0,0 +1,109 @@
|
||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
|
||||
.homeSection {
|
||||
float: left;
|
||||
width: 40%;
|
||||
height: 14em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-width: .2em;
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
background: rgba(19, 21, 21, .6);
|
||||
}
|
||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
|
||||
|
||||
.lnkStyl {
|
||||
clear: right;
|
||||
float: left;
|
||||
border-style: solid;
|
||||
}
|
||||
.imgsStyl {
|
||||
clear: both;
|
||||
float: left;
|
||||
opacity: 0.699999988079071044921875;
|
||||
width: 20%;
|
||||
height: 15em;
|
||||
}
|
||||
.imgsStyl:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
float: left;
|
||||
}
|
||||
.lnksNdirs {
|
||||
width: 20%;
|
||||
float:left;
|
||||
}
|
||||
/* used to format sections of pgs*/
|
||||
.section, .lnksNdirs, .header {
|
||||
clear: both;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
padding-top: 1em;
|
||||
margin-top: 1em;
|
||||
font-size: 100%;
|
||||
background: rgba(19, 21, 21, .6);
|
||||
background: rgba(19, 21, 21, .7);
|
||||
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||||
/* border-style: solid;
|
||||
border-width: .2em;
|
||||
*/
|
||||
}
|
||||
.backbutton {
|
||||
top: 3em;
|
||||
clear: both;
|
||||
z-index: 2;
|
||||
position: fixed;
|
||||
float: left;
|
||||
width: 5%;
|
||||
height: 55px;
|
||||
opacity: .8;
|
||||
}
|
||||
.ifrmbutton2 {
|
||||
top: 3em;
|
||||
float: right;
|
||||
right: .5em;
|
||||
z-index:2;
|
||||
position: fixed;
|
||||
width: 5%;
|
||||
height: 30px;
|
||||
opacity: .6;
|
||||
}
|
||||
iframe {
|
||||
margin-left: 2%;
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
top: 8em;
|
||||
bottom: 2%;
|
||||
width: 75%;
|
||||
height: 525px;
|
||||
background: rgba(0,0,0,.5)
|
||||
transition: 0s;
|
||||
transition-delay:2s;
|
||||
}
|
||||
iframe:hover {
|
||||
height: 775px;
|
||||
transition-delay:2s;
|
||||
}
|
||||
#bg {
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
#bg img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
Here you can place thumbnail images.<br>
|
||||
The image MUST be named EXACTLY as the folder/file you want it to match to.<br>
|
||||
The image currently must also be written with the .jpg file type and no other.<br>
|
||||
IE: NOT .jpeg or .png or .gif <br>
|
||||
It does not however need to be an actual .jpg image.<br>
|
||||
However, I don't recommend renaming a .png to .jpg just so it can be used.<br>
|
||||
Please do so at whatever risk there is regarding improper extension renaming. <br>
|
207
Shell Projects/Lazy-Share/lazyShare-v2.04/run.sh
Normal file
@@ -0,0 +1,207 @@
|
||||
#!/bin/bash
|
||||
|
||||
main() {
|
||||
dir=$(pwd)
|
||||
altSrvrName="nanoweb"
|
||||
srvrName="Nanoweb"
|
||||
|
||||
ansr=$(zenity --text "Please chose an option." --radiolist --list \
|
||||
--column "Options" --column "Descriptions" \
|
||||
TRUE "Scan Dirs?" \
|
||||
FALSE "Edit main settings" \
|
||||
FALSE "Start or Stop ${srvrName}")
|
||||
case "$ansr" in
|
||||
"Scan Dirs?" ) dirScan;;
|
||||
"Edit main settings" ) passwdReq;;
|
||||
"Start or Stop ${srvrName}" ) webSrvrStrt;;
|
||||
esac
|
||||
}
|
||||
|
||||
dirScan() {
|
||||
find . -type d > /tmp/lzyDirList.txt
|
||||
filename="/tmp/lzyDirList.txt"
|
||||
while read -r line ; do
|
||||
pre=\""${line}"
|
||||
name=`echo ${pre} | sed "s|\".|"${dir}"|g" | sed "s|*|*\"|g"`
|
||||
if [[ "${name}" == *"resources"* ]] || \
|
||||
[[ "${name}" == *"Uploads"* ]]; then
|
||||
echo "This is a resources dir..."
|
||||
else
|
||||
if [ -f "${name}"/index.php ]; then
|
||||
echo "Index.php for "${name}" already present..."
|
||||
else
|
||||
work
|
||||
fi
|
||||
fi
|
||||
done < "${filename}"
|
||||
}
|
||||
|
||||
work() {
|
||||
mv lazyShareScan.sh "${name}/"
|
||||
cd "${name}/"
|
||||
bash ./lazyShareScan.sh
|
||||
mv lazyShareScan.sh "${dir}"
|
||||
cd "${dir}"
|
||||
}
|
||||
|
||||
################## SETTINGS SECTION ##################
|
||||
passwdReq()
|
||||
{
|
||||
PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
srvrEdit;
|
||||
}
|
||||
|
||||
srvrEdit() {
|
||||
auto="Turn psudo auto scan ON or Off"
|
||||
theme="Change Theme"
|
||||
portng="Set Port"
|
||||
polcing="Set User And Group"
|
||||
logng="Set Logging Status"
|
||||
docdir="Set DocumentRoot"
|
||||
nanoSrvr="Open The ServerConf In Nano"
|
||||
main="START MENU"
|
||||
exit="Exit Script"
|
||||
|
||||
selec=$(zenity --list \
|
||||
--text "What would you like to edit in the ServerConf file?" \
|
||||
--radiolist --column "Select" --column "Options" \
|
||||
TRUE "Change Theme" \
|
||||
FALSE "Set Port" \
|
||||
FALSE "Set User And Group" \
|
||||
FALSE "Set Logging Status" \
|
||||
FALSE "Set DocumentRoot" \
|
||||
FALSE "Open The ServerConf In Nano" \
|
||||
FALSE "START MENU" FALSE "Exit Script" \
|
||||
--height 300);
|
||||
case "$selec" in
|
||||
"${theme}" ) theme;;
|
||||
"${portng}" ) port;;
|
||||
"${polcing}" ) policy;;
|
||||
"${logng}" ) logs;;
|
||||
"${docdir}" ) docRoot;;
|
||||
"${nanoSrvr}" ) nanoSrvrConf;;
|
||||
"${main}" ) main;;
|
||||
"${exit}" ) exit;;
|
||||
esac
|
||||
}
|
||||
|
||||
autoOnNOff() {
|
||||
x=$(zenity --entry --text "Turn On/Off psudo auto scanning?
|
||||
Default is : off .
|
||||
" --entry-text "off");
|
||||
sed -i 1s/"auto=*.*;"/"auto=${x};"/g $HOME/.config/lazyShareSettings/config.txt
|
||||
srvrEdit;
|
||||
}
|
||||
|
||||
theme() {
|
||||
theme=$(zenity --list \
|
||||
--text "What would you like to edit in the ServerConf file?" \
|
||||
--radiolist --column "Select" --column "Options" \
|
||||
TRUE "List On The Left" \
|
||||
FALSE "List Centered" \
|
||||
FALSE "Horizontal List" \
|
||||
FALSE "Grid List" \
|
||||
--height 175);
|
||||
case "${theme}" in
|
||||
"List On The Left" ) echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"List On The Left.css" > ./resources/settings-notes/css.css;;
|
||||
"List Centered" ) echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"List Centered.css" > ./resources/settings-notes/css.css;;
|
||||
"Horizontal List" ) echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"Horizontal List.css" > ./resources/settings-notes/css.css;;
|
||||
"Grid List" ) echo "" > ./resources/settings-notes/css.css
|
||||
cat ./resources/themes/"Grid List.css" > ./resources/settings-notes/css.css;;
|
||||
esac
|
||||
srvrEdit
|
||||
}
|
||||
|
||||
|
||||
port() {
|
||||
x=$(zenity --entry --text "What will be the port that the server runs on?
|
||||
Anything bellow 1024 means the server must run as root.
|
||||
Default is port: 80 .
|
||||
" --entry-text "80");
|
||||
echo -e $PASSWD | sudo -S sed -i 13s/"ListenPort = *.*"/"ListenPort = ${x}"/g /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
policy() {
|
||||
User=$(zenity --entry --text "What will be the User for the server?
|
||||
(::-WARNING-::) Please leave as default unless you know EXACTLY
|
||||
what you are doing! Changing user and group policies can
|
||||
affect security of the system!
|
||||
The default is : www-data ." --entry-text "www-data");
|
||||
echo -e $PASSWD | sudo -S sed -i 187s/"User = *.*"/"User = ${User}"/g /etc/nanoweb/nanoweb.conf
|
||||
|
||||
Group=$(zenity --entry --text "What will be the Group for the server?
|
||||
(::-WARNING-::) Please leave as default unless you know EXACTLY
|
||||
what you are doing! Changing user and group policies can
|
||||
affect security of the system!
|
||||
The default is : www-data." --entry-text "www-data");
|
||||
echo -e $PASSWD | sudo -S sed -i 188s/"Group = *.*"/"Group = ${Group}"/g /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
logs() {
|
||||
logs=$(zenity --list --text "Do you wish to have AccessLog and ErrorLog enabled?
|
||||
If this server isn't running 24/7 nor a production server then it can be OK to keep
|
||||
logging off. It may also lessen the system resource load and speed up the server.
|
||||
If this server runs 24/7 or is a production server then we advise keeping logging on
|
||||
as added security. Respectively, it may add more resource demands and slow down the server.
|
||||
Frankly, the effects are negligible in both instances so it's up to you.
|
||||
The default is : Enabled .
|
||||
" --radiolist --column "Select" --column "Options" TRUE Enable FALSE Disable --height 280);
|
||||
yes="Enable"
|
||||
no="Disable"
|
||||
|
||||
if [[ "${logs}" == "${yes}" ]]; then
|
||||
echo -e $PASSWD | sudo -S sed -i 194s/"#LoggerProcess = *.*"/"LoggerProcess = 2"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 197s/"#LoggerUser"/"LoggerUser"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 198s/"#LoggerGroup"/"LoggerGroup"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 201s/"#LogDir"/"LogDir"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 207s/"#Log"/"Log"/g /etc/nanoweb/nanoweb.conf
|
||||
elif [[ "${logs}" == "${no}" ]]; then
|
||||
echo -e $PASSWD | sudo -S sed -i 194s/"LoggerProcess = *.*"/"#LoggerProcess = 0"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 197s/"LoggerUser"/"#LoggerUser"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 198s/"LoggerGroup"/"#LoggerGroup"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 201s/"LogDir"/"#LogDir"/g /etc/nanoweb/nanoweb.conf
|
||||
echo -e $PASSWD | sudo -S sed -i 207s/"Log"/"#Log"/g /etc/nanoweb/nanoweb.conf
|
||||
fi
|
||||
srvrEdit;
|
||||
}
|
||||
nanoSrvrConf() {
|
||||
echo -e $PASSWD | sudo -S xterm -e nano /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
docRoot() {
|
||||
docDir=$(zenity --entry \
|
||||
--text "What do you wish to set as DocumentRoot?
|
||||
Document root is what the server defines as the directory in which files will
|
||||
be served from. Group permissions must allow for the directory to be used so
|
||||
please be aware of that.
|
||||
The default is : /var/www/nanoweb ." --entry-text "/var/www/nanoweb");
|
||||
echo -e $PASSWD | sudo -S sed -i 204s,"DocumentRoot = *.*","DocumentRoot = ${docDir}",g /etc/nanoweb/nanoweb.conf
|
||||
srvrEdit;
|
||||
}
|
||||
|
||||
webSrvrStrt() {
|
||||
noRtStrt="Start $srvrName No Root?" ; noRtStp="Stop $srvrName No Root?" ;
|
||||
rtStrt="Start $srvrName Root?" ; rtStp="Stop $srvrName Root?";
|
||||
main="START MENU" ; exit="Exit Script" ;
|
||||
ansr=$(zenity --list --text "Please select an option bellow to apply!!
|
||||
" --radiolist --column "Select" --column "Options
|
||||
" TRUE "Start $srvrName No Root?" FALSE "Stop $srvrName No Root?
|
||||
" FALSE "Start $srvrName Root?" FALSE "Stop $srvrName Root?
|
||||
" FALSE "START MENU" FALSE "Exit Script" --height 330);
|
||||
|
||||
case "${ansr}" in
|
||||
"${noRtStrt}" ) $altSrvrName & main;;
|
||||
"${noRtStp}" ) pkill $altSrvrName & main;;
|
||||
"${rtStrt}" ) PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
echo -e $PASSWD | sudo -S $altSrvrName & main;;
|
||||
"${rtStp}" ) PASSWD="$(zenity --password --title=Authentication)\n"
|
||||
echo -e $PASSWD | sudo -S pkill $altSrvrName & main;;
|
||||
"${main}" ) main;;
|
||||
"${exit}" ) exit;;
|
||||
esac
|
||||
}
|
||||
|
||||
main
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../resources/backgrounds/creek.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../../resources/backgrounds/creek.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../../resources/backgrounds/creek.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../../resources/backgrounds/waterFall.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../../resources/backgrounds/rainy.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,48 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../resources/backgrounds/rainy2.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="lnksNdirs"><a href="Movies/" style="color:#00E8FF;">
|
||||
<img src="../resources/icons/folder.png" /><br>Movies/</a>
|
||||
</div>
|
||||
|
||||
<div class="lnksNdirs"><a href="Music/" style="color:#00E8FF;">
|
||||
<img src="../resources/icons/folder.png" /><br>Music/</a>
|
||||
</div>
|
||||
|
||||
<div class="lnksNdirs"><a href="TV/" style="color:#00E8FF;">
|
||||
<img src="../resources/icons/folder.png" /><br>TV/</a>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="../resources/settings-notes/css.css" type="text/css">
|
||||
<script>
|
||||
var toggle = function() {
|
||||
var mydiv2 = document.getElementById('frame');
|
||||
if(mydiv2.style.height == '525px')
|
||||
mydiv2.style.height = '775px';
|
||||
else
|
||||
mydiv2.style.height = '525px';
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="../resources/backgrounds/creek.gif"/></div>
|
||||
|
||||
<a href="../">
|
||||
<img src="../resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="ifrmbutton2">
|
||||
<button onclick="toggle();">Toggle Iframe Height</button>
|
||||
</div>
|
||||
<div class="header">
|
||||
<form action="../resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<i><iframe id="frame" name="frame" class="iframer"></iframe></i>
|
||||
</body>
|
||||
</html>
|
36
Shell Projects/Lazy-Share/lazyShare-v3.01/index.html
Executable file
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html"; charset=utf-8" />
|
||||
<title>Page List</title>
|
||||
<link rel="stylesheet" href="./resources/settings-notes/css.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"><img src="./resources/backgrounds/waterFall.gif"/></div>
|
||||
<div class="section"><header style="font-size:200%;color:green;">LazyShare</header></div>
|
||||
<br>
|
||||
|
||||
<div style="margin-left:15%;">
|
||||
<a href="./Pictures">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/pics.png"/>
|
||||
<br>Pictures</div></a>
|
||||
|
||||
<a href="./Movies-TV-Music">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/video.png"/>
|
||||
<img style="margin-top:2em;" src="./resources/icons/music.png"/>
|
||||
<br>Movies-TV-Music</div></a>
|
||||
|
||||
<a href="./Documents">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/docs.png"/>
|
||||
<br>Documents</div></a>
|
||||
|
||||
<a href="./Uploads">
|
||||
<div class="homeSection">
|
||||
<img style="margin-top:2em;" src="./resources/icons/docs.png"/>
|
||||
<br>Uploads</div></a>
|
||||
|
||||
</body>
|
||||
</html>
|
148
Shell Projects/Lazy-Share/lazyShare-v3.01/lazyShareScan.sh
Normal file
@@ -0,0 +1,148 @@
|
||||
#
|
||||
# By Maxim F. Stewart
|
||||
# Contact: [maximstewart1@gmail.com]
|
||||
#
|
||||
# Copyright 2013 Maxim F. Stewart
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
#-------------------------------------------------------------------------#
|
||||
#!/bin/bash
|
||||
#
|
||||
#
|
||||
# adds settings to this run if requested
|
||||
|
||||
|
||||
main() {
|
||||
absPth="$HOME/LazyShare"
|
||||
declare -A movies=([.mkv]= [.mp4]= [.mpg]= [.avi]= [.mov]= [.MOV]= [.flv]= [.wmv]= [.ogv]= [.webm]= [.m4v]=)
|
||||
for i in `ls ./`; do
|
||||
fileNm=$(echo "$i" | sed 's/.*\///');
|
||||
fileExtnsn=$(echo "$i" | sed 's/^.*\././g');
|
||||
outFile=$(echo ${i%.*});
|
||||
|
||||
|
||||
if [[ "${movies[$fileExtnsn]-X}" == "${movies[$fileExtnsn]}" ]]; then
|
||||
if [ -f "${absPth}"/resources/thumbnails/"${outFile}".jpg ]; then
|
||||
echo "Not a video or already present...."
|
||||
else
|
||||
ffmpegthumbnailer -t="00:10:00" -c jpg -i "${fileNm}" -s 310 -o "${absPth}"/resources/thumbnails/"${outFile}".jpg
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
IFS=$'\n' bgs=($(ls -L "${absPth}"/resources/backgrounds/))
|
||||
numdirs=${#bgs[@]}
|
||||
index=$(( (( RANDOM % $numdirs ) - 2) + 1 ))
|
||||
|
||||
if [ -f ./000.jpg ]; then
|
||||
bg="<div id="\"bg"\"><img src="\"./000.jpg"\"/></div>";
|
||||
else
|
||||
bg="<div id="\"bg"\"><img src="\"/resources/backgrounds/${bgs[index]}"\"/></div>";
|
||||
fi
|
||||
|
||||
echo '<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LazyShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="/resources/settings-notes/css.css" type="text/css">
|
||||
<script type="text/javascript" src="http://www.midijs.net/lib/midi.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
'${bg}'
|
||||
<a href="../">
|
||||
<img src="/resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
|
||||
</a><br>
|
||||
<div class="header">
|
||||
<form action="/resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
|
||||
Select a file to upload:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload File" name="submit">
|
||||
</form>
|
||||
</div>' > ./index.html
|
||||
dirScan
|
||||
}
|
||||
|
||||
dirScan() {
|
||||
d=`ls -p | grep "/" | sed 's/\/$//'`;
|
||||
|
||||
for i in $d; do
|
||||
fileNm=$(echo "$i" | sed 's/*\///');
|
||||
|
||||
if [[ "${fileNm}" == *"resources"* ]]; then
|
||||
echo "In root dir; wont add resources as list option..."
|
||||
else
|
||||
if [ -f "${absPth}"/resources/thumbnails/"${fileNm}".jpg ]; then
|
||||
echo '
|
||||
<div class="lnksNdirs"><a href="'${fileNm}'" style="color:#00E8FF;">
|
||||
<img src="/resources/thumbnails/'${fileNm}'.jpg" /><br>'${fileNm}'</a>
|
||||
</div>' >> ./index.html ;
|
||||
else
|
||||
echo '
|
||||
<div class="lnksNdirs"><a href="'${fileNm}'" style="color:#00E8FF;">
|
||||
<img src="/resources/icons/folder.png" /><br>'${fileNm}'</a>
|
||||
</div>' >> ./index.html ;
|
||||
|
||||
fi
|
||||
fi
|
||||
done
|
||||
mainScaner
|
||||
}
|
||||
|
||||
mainScaner() {
|
||||
# Associative Arrays set to compare against the file extension
|
||||
declare -A movies=([.mkv]= [.mp4]= [.mpg]= [.avi]= [.mov]= [.MOV]= [.flv]= [.wmv]= [.ogv]= [.webm]= [.m4v]=)
|
||||
declare -A music=([.mp2]= [.mp3]= [.ogg]= [.flac]= [.mid]=)
|
||||
declare -A docs=([.doc]= [.docx]= [.txt]= [.pdf]= [.odt]=)
|
||||
declare -A pics=([.png]= [.jpg]= [.jpeg]= [.gif]=)
|
||||
declare -A invis=([.sh]= [index.php]=)
|
||||
|
||||
for i in `ls ./`; do
|
||||
fileNm=$(echo "$i" | sed 's/.*\///') ;
|
||||
fileExtnsn=$(echo "$i" | sed 's/^.*\././g') ;
|
||||
thbnal=$(echo ${fileNm%.*});
|
||||
|
||||
if [[ "${pics[$fileExtnsn]-X}" == "${pics[$fileExtnsn]}" ]]; then
|
||||
echo '<a href="'${fileNm}'" target="frame"><img src="'${fileNm}'" class="imgsStyl" alt="Load Fail" /></a>' >> ./index.html ;
|
||||
elif [[ "${music[$fileExtnsn]-X}" == "${music[$fileExtnsn]}" ]]; then
|
||||
if [[ ${fileExtnsn} == *".mid"* ]]; then
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="#" style="color:#00E8FF;" onClick="MIDIjs.play('\'${fileNm}''\'');">Play '${fileNm}'</a>
|
||||
</div>' >> ./index.html ;
|
||||
else
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">'${fileNm}'</a></div>' >> ./index.html ;
|
||||
fi
|
||||
elif [[ "${movies[$fileExtnsn]-X}" == "${movies[$fileExtnsn]}" ]]; then
|
||||
if [ -f "${absPth}"resources/thumbnails/"${thbnal}".jpg ]; then
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">
|
||||
<img src="/resources/thumbnails/'${thbnal}'.jpg" /><br>'${fileNm}'</a></div>' >> ./index.html ;
|
||||
else
|
||||
echo '<div class="lnksNdirs">
|
||||
<a href="'${fileNm}'" target="frame" style="color:#00E8FF;">'${fileNm}'</a></div>' >> ./index.html ;
|
||||
fi
|
||||
elif [[ "${docs[$fileExtnsn]-X}" == "${docs[$fileExtnsn]}" ]]; then
|
||||
echo '<a class="lnksNdirs" target="frame" href="'${fileNm}'" style="color:#00E8FF;">'${fileNm}'</a><br>' >> ./index.html ;
|
||||
elif [[ "${invis[$fileExtnsn]-X}" == "${invis[$fileExtnsn]}" ]]; then
|
||||
echo "File not added to index.php!!" ;
|
||||
fi
|
||||
done
|
||||
|
||||
echo '<iframe id="frame" name="frame" frameborder="0" class="iframer"></iframe>
|
||||
</body>
|
||||
</html>' >> ./index.html
|
||||
exit
|
||||
}
|
||||
main
|
@@ -0,0 +1,9 @@
|
||||
find . -name "index.php" > ./tnList.txt
|
||||
find . -name "index.html" >> ./tnList.txt
|
||||
|
||||
filename="./tnList.txt"
|
||||
while read -r line; do
|
||||
name=$line
|
||||
rm "${name}"
|
||||
done < "${filename}"
|
||||
rm ./tnList.txt
|
BIN
Shell Projects/Lazy-Share/lazyShare-v3.01/resources/backgrounds/creek.gif
Executable file
After Width: | Height: | Size: 5.1 MiB |
After Width: | Height: | Size: 966 KiB |
After Width: | Height: | Size: 2.0 MiB |
BIN
Shell Projects/Lazy-Share/lazyShare-v3.01/resources/backgrounds/rainy3.gif
Executable file
After Width: | Height: | Size: 1.1 MiB |