diff --git a/Pic/Upload/ftp.png b/Pic/Upload/ftp.png new file mode 100644 index 0000000..eaf6215 Binary files /dev/null and b/Pic/Upload/ftp.png differ diff --git a/Update.bat b/Update.bat index a71f7be..c7b1a3f 100644 --- a/Update.bat +++ b/Update.bat @@ -199,12 +199,6 @@ findstr "headvisible" config.php >nul 2>&1 echo Headphones Updated goto END :END - - - - - - rem Update Version findstr "localversion" config.php >nul 2>&1 diff --git a/assets/css/demo.css b/assets/css/demo.css deleted file mode 100644 index c64eef7..0000000 --- a/assets/css/demo.css +++ /dev/null @@ -1,69 +0,0 @@ -.gridster * { - margin:0; - padding:0; -} - -ul { - list-style-type: none; -} - - -/*/ -/* demo -/*/ - - -body { - font-size: 16px; - font-family: 'Helvetica Neue', Arial, sans-serif; - color: #444; - margin: 30px 40px; -} - -.controls { - margin-bottom: 20px; -} - -/*/ -/* gridster -/*/ - -.gridster ul { - background-color: #EFEFEF; -} - -.gridster li { - font-size: 1em; - font-weight: bold; - text-align: center; - line-height: 100%; -} - - -.gridster { - margin: 0 auto; - - opacity: .8; - - -webkit-transition: opacity .6s; - -moz-transition: opacity .6s; - -o-transition: opacity .6s; - -ms-transition: opacity .6s; - transition: opacity .6s; -} - -.gridster .gs-w { - background: #DDD; - cursor: pointer; -} - -.gridster .player { - background: #BBB; -} - - -.gridster .preview-holder { - border: none!important; - background: red!important; -} - diff --git a/assets/css/grid.css b/assets/css/grid.css deleted file mode 100644 index c64eef7..0000000 --- a/assets/css/grid.css +++ /dev/null @@ -1,69 +0,0 @@ -.gridster * { - margin:0; - padding:0; -} - -ul { - list-style-type: none; -} - - -/*/ -/* demo -/*/ - - -body { - font-size: 16px; - font-family: 'Helvetica Neue', Arial, sans-serif; - color: #444; - margin: 30px 40px; -} - -.controls { - margin-bottom: 20px; -} - -/*/ -/* gridster -/*/ - -.gridster ul { - background-color: #EFEFEF; -} - -.gridster li { - font-size: 1em; - font-weight: bold; - text-align: center; - line-height: 100%; -} - - -.gridster { - margin: 0 auto; - - opacity: .8; - - -webkit-transition: opacity .6s; - -moz-transition: opacity .6s; - -o-transition: opacity .6s; - -ms-transition: opacity .6s; - transition: opacity .6s; -} - -.gridster .gs-w { - background: #DDD; - cursor: pointer; -} - -.gridster .player { - background: #BBB; -} - - -.gridster .preview-holder { - border: none!important; - background: red!important; -} - diff --git a/assets/css/jquery.gridster.min.css b/assets/css/jquery.gridster.min.css deleted file mode 100644 index 10ff0fa..0000000 --- a/assets/css/jquery.gridster.min.css +++ /dev/null @@ -1 +0,0 @@ -.gridster{position:relative}.gridster>*{margin:0 auto;-webkit-transition:height .4s;-moz-transition:height .4s;-o-transition:height .4s;-ms-transition:height .4s;transition:height .4s}.gridster .gs_w{z-index:2;position:absolute}.ready .gs_w:not(.preview-holder){-webkit-transition:opacity .3s,left .3s,top .3s;-moz-transition:opacity .3s,left .3s,top .3s;-o-transition:opacity .3s,left .3s,top .3s;transition:opacity .3s,left .3s,top .3s}.ready .gs_w:not(.preview-holder){-webkit-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-moz-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-o-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;transition:opacity .3s,left .3s,top .3s,width .3s,height .3s}.gridster .preview-holder{z-index:1;position:absolute;background-color:#fff;border-color:#fff;opacity:.3}.gridster .player-revert{z-index:10!important;-webkit-transition:left .3s,top .3s!important;-moz-transition:left .3s,top .3s!important;-o-transition:left .3s,top .3s!important;transition:left .3s,top .3s!important}.gridster .dragging{z-index:10!important;-webkit-transition:all 0s!important;-moz-transition:all 0s!important;-o-transition:all 0s!important;transition:all 0s!important} \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css deleted file mode 100644 index 5ab473e..0000000 --- a/assets/css/style.css +++ /dev/null @@ -1,260 +0,0 @@ -/*------------------------- - Simple reset ---------------------------*/ - - -*{ - margin:0; - padding:0; -} - - -/*------------------------- - General Styles ---------------------------*/ - - -html{ - background-color:#ebebec; - - background-image:-webkit-radial-gradient(center, #ebebec, #b4b4b4); - background-image:-moz-radial-gradient(center, #ebebec, #b4b4b4); - background-image:radial-gradient(center, #ebebec, #b4b4b4); - - min-height:900px; -} - -body{ - font:15px/1.3 Arial, sans-serif; - color: #4f4f4f; -} - -a, a:visited { - outline:none; - color:#389dc1; -} - -a:hover{ - text-decoration:none; -} - -section, footer, header, aside{ - display: block; -} - - -/*---------------------------- - The file upload form ------------------------------*/ - - -#upload{ - font-family:'PT Sans Narrow', sans-serif; - background-color:#373a3d; - - background-image:-webkit-linear-gradient(top, #373a3d, #313437); - background-image:-moz-linear-gradient(top, #373a3d, #313437); - background-image:linear-gradient(top, #373a3d, #313437); - - width:250px; - padding:30px; - border-radius:3px; - - margin:200px auto 100px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -} - -#drop{ - background-color: #2E3134; - padding: 40px 50px; - margin-bottom: 30px; - border: 20px solid rgba(0, 0, 0, 0); - border-radius: 3px; - border-image: url('../img/border-image.png') 25 repeat; - text-align: center; - text-transform: uppercase; - - font-size:16px; - font-weight:bold; - color:#7f858a; -} - -#drop a{ - background-color:#007a96; - padding:12px 26px; - color:#fff; - font-size:14px; - border-radius:2px; - cursor:pointer; - display:inline-block; - margin-top:12px; - line-height:1; -} - -#drop a:hover{ - background-color:#0986a3; -} - -#drop input{ - display:none; -} - -#upload ul{ - list-style:none; - margin:0 -30px; - border-top:1px solid #2b2e31; - border-bottom:1px solid #3d4043; -} - -#upload ul li{ - - background-color:#333639; - - background-image:-webkit-linear-gradient(top, #333639, #303335); - background-image:-moz-linear-gradient(top, #333639, #303335); - background-image:linear-gradient(top, #333639, #303335); - - border-top:1px solid #3d4043; - border-bottom:1px solid #2b2e31; - padding:15px; - height: 52px; - - position: relative; -} - -#upload ul li input{ - display: none; -} - -#upload ul li p{ - width: 144px; - overflow: hidden; - white-space: nowrap; - color: #EEE; - font-size: 16px; - font-weight: bold; - position: absolute; - top: 20px; - left: 100px; -} - -#upload ul li i{ - font-weight: normal; - font-style:normal; - color:#7f7f7f; - display:block; -} - -#upload ul li canvas{ - top: 15px; - left: 32px; - position: absolute; -} - -#upload ul li span{ - width: 15px; - height: 12px; - background: url('../img/icons.png') no-repeat; - position: absolute; - top: 34px; - right: 33px; - cursor:pointer; -} - -#upload ul li.working span{ - height: 16px; - background-position: 0 -12px; -} - -#upload ul li.error p{ - color:red; -} - - -/*---------------------------- - The Demo Footer ------------------------------*/ - - -footer{ - background-color: #080808; - bottom: 0; - box-shadow: 0 -1px 2px rgba(0,0,0,0.4); - height: 40px; - left: 0; - position: fixed; - width: 100%; - z-index: 100000; -} - -footer h2{ - font-size: 14px; - font-weight: normal; - position: absolute; - top:0; - left: 50%; - bottom:0; - margin-left: -420px; - padding:13px 20px 0; - border:1px solid #000; - border-width:0 1px; - background-color:rgba(0,0,0,0.6); - box-shadow:0 0 5px #000 inset; - line-height: 1; - margin-top: 0; -} - -footer h2 a{ - color: #EEEEEE !important; - text-decoration:none !important; -} - -footer h2 i{ - font-style:normal; - color:#888; -} - -#tzine-download{ - opacity:0.9; - background-color:#257691; - font-size:11px; - text-align:center; - text-transform:uppercase; - width:150px; - height:28px; - line-height:28px; - text-decoration:none !important; - - display: inline-block; - border-radius: 2px; - color: #fff !Important; - font-weight: bold; - box-shadow: 0 -1px 2px #1e5e74 inset; - - border-top:1px solid #26849c; - - text-shadow:1px 1px 1px #1e6176; - margin-top:6px; -} - -#tzine-download:hover{ - opacity:1; -} - -#tzine-actions{ - position:absolute; - top:0; - width:500px; - right:50%; - margin-right:-420px; - text-align:right; -} - -#tzine-actions iframe{ - display: inline-block; - height: 21px; - width: 95px; - position: relative; - float: left; - margin-top: 11px; -} diff --git a/assets/css/styles.css b/assets/css/styles.css deleted file mode 100644 index 9954a48..0000000 --- a/assets/css/styles.css +++ /dev/null @@ -1,32 +0,0 @@ -body { - background-color: #EEEEEE; - font-family: 'Helvetica Neue', Arial, sans-serif; - -webkit-font-smoothing: antialiased; - font-size: x-small; - color: #666666; -} - -ul, ol { - list-style: none; - margin:0px auto 0px auto; - text-align: center; - vertical-align: middle; - - -} - -h1 { - margin-bottom: 12px; - text-align: center; - font-size: 30px; - font-weight: 400; -} - -h3 { - font-size: 25px; - font-weight: 600; - color: white; -} - -/* Gridster styles */ - diff --git a/config/set2.php b/config/set2.php index 0667346..8ac21cc 100644 --- a/config/set2.php +++ b/config/set2.php @@ -31,7 +31,7 @@ function image_filenames($dir) function dropdown($options_array, $selected = null) { global $sabpicname; - $return = null; + $return = ""; foreach($options_array as $option) { $return .= '"; foreach($options_array as $option) { $return .= '"; foreach($options_array as $option) { $return .= '"; foreach($options_array as $option) { $return .= '"; foreach($options_array as $option) { $return .= '"; foreach($options_array as $option) { $return .= '"; foreach($options_array as $option) { $return .= '"; foreach($options_array as $option) { $return .= '"; foreach($options_array as $option) { $return .= '"; foreach($options_array as $option) { $return .= '"; foreach($options_array as $option) { $return .= '