diff --git a/Config/_siteconfig_.php b/Config/_siteconfig_.php index 2d51e15..0c96f9a 100755 --- a/Config/_siteconfig_.php +++ b/Config/_siteconfig_.php @@ -11,12 +11,12 @@ include ($_SERVER["DOCUMENT_ROOT"]."/Site/mysql.php"); //Header Modules ----------------------------- $SITE_MODULES[0]="Home#Home"; // Home Module required! -$SITE_MODULES[1]="Contact#Contact"; -$SITE_MODULES[2]="Services#Services"; -$SITE_MODULES[3]="Server Traffic#ServerTraffic"; -$SITE_MODULES[4]="Downloads#Downloads"; -$SITE_MODULES[5]="Forum#Forum"; -$SITE_MODULES[6]="Userinfo#UserControl"; +//$SITE_MODULES[1]="Contact#Contact"; +//$SITE_MODULES[2]="Services#Services"; +$SITE_MODULES[1]="Server Traffic#ServerTraffic"; +$SITE_MODULES[2]="Downloads#Downloads"; +$SITE_MODULES[3]="Forum#Forum"; +$SITE_MODULES[4]="Userinfo#UserControl"; //Header Modules Admin ----------------------- $SITE_MODULES_ADMIN[0]="Home#Home"; // Home Module required! diff --git a/Modules/Contact/img/avatar_christoph.gif b/Modules/Contact/img/avatar_christoph.gif deleted file mode 100755 index 3bc06ad..0000000 Binary files a/Modules/Contact/img/avatar_christoph.gif and /dev/null differ diff --git a/Modules/Contact/img/avatar_josua.png b/Modules/Contact/img/avatar_josua.png deleted file mode 100755 index 1f55e5a..0000000 Binary files a/Modules/Contact/img/avatar_josua.png and /dev/null differ diff --git a/Modules/Contact/img/avatar_mario.png b/Modules/Contact/img/avatar_mario.png deleted file mode 100755 index 4133a65..0000000 Binary files a/Modules/Contact/img/avatar_mario.png and /dev/null differ diff --git a/Modules/Contact/index.php b/Modules/Contact/index.php deleted file mode 100755 index 7a4099a..0000000 --- a/Modules/Contact/index.php +++ /dev/null @@ -1,66 +0,0 @@ - -
-
-
-
-

- Contact -

-
- - - - - - - - - - - - - - - - - -
-

Christoph Haas

-

# Initiator des Projekts

-

# Webprogrammierung

-

# Serverkonfiguration

-

Klasse: 5bHELT

-

Email: - Christoph Haas -

-
- -
-

Mario Stöckholzer

-

# Serverkonfiguration

-

# Scriptentwickung

-

Klasse: 5bHELT

-

Email: - Mario Stöckholzer -

-
- -
-

Josua Kucher

-

# Beta-tester

-

# Serverbesitzer

-

# Art and Design

-

Klasse: 5bHELT

-

Email: - Josua Kucher -

-
- -
- -
-
-
-
-
- diff --git a/Modules/Downloads/config/.htaccess b/Modules/Downloads/config/.htaccess deleted file mode 100755 index e019832..0000000 --- a/Modules/Downloads/config/.htaccess +++ /dev/null @@ -1 +0,0 @@ -deny from all diff --git a/Modules/Downloads/config/.htusers.php b/Modules/Downloads/config/.htusers.php deleted file mode 100755 index 956afca..0000000 --- a/Modules/Downloads/config/.htusers.php +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/Modules/Downloads/config/conf.php b/Modules/Downloads/config/conf.php deleted file mode 100755 index 3a2c209..0000000 --- a/Modules/Downloads/config/conf.php +++ /dev/null @@ -1,37 +0,0 @@ - Only (experimental) Zip-support - $GLOBALS["zip"] = false; //function_exists("gzcompress"); - $GLOBALS["tar"] = false; - $GLOBALS["tgz"] = false; - - // QuiXplorer version: - $GLOBALS["version"] = "2.3"; -//------------------------------------------------------------------------------ -// Global User Variables (used when $require_login==false) - - // the home directory for the filemanager: (use '/', not '\' or '\\', no trailing '/') - $GLOBALS["home_dir"] = db_getconfval("downdir"); - - // the url corresponding with the home directory: (no trailing '/') - $GLOBALS["home_url"] = "http://localhost/explorer"; - - // show hidden files in QuiXplorer: (hide files starting with '.', as in Linux/UNIX) - $GLOBALS["show_hidden"] = false; - - // filenames not allowed to access: (uses PCRE regex syntax) - $GLOBALS["no_access"] = "^\.ht"; - - // user permissions bitfield: (1=modify, 2=password, 4=admin, add the numbers) - $GLOBALS["permissions"] = 7; -?> diff --git a/Modules/Downloads/config/mimes.php b/Modules/Downloads/config/mimes.php deleted file mode 100755 index 282a85e..0000000 --- a/Modules/Downloads/config/mimes.php +++ /dev/null @@ -1,78 +0,0 @@ - array($GLOBALS["mimes"]["dir"],"dir.gif"), - "exe" => array($GLOBALS["mimes"]["exe"],"exe.gif","\.exe$|\.com$|\.bin$"), - "file" => array($GLOBALS["mimes"]["file"],"file.gif") -); -$GLOBALS["used_mime_types"]=array( - // text - "text" => array($GLOBALS["mimes"]["text"],"txt.gif","\.txt$"), - - // programming - "php" => array($GLOBALS["mimes"]["php"],"php.gif","\.php$|\.php3$|\.phtml$|\.inc$"), - "sql" => array($GLOBALS["mimes"]["sql"],"src.gif","\.sql$"), - "perl" => array($GLOBALS["mimes"]["perl"],"pl.gif","\.pl$"), - "html" => array($GLOBALS["mimes"]["html"],"html.gif","\.htm$|\.html$|\.shtml$|\.dhtml$|\.xml$"), - "js" => array($GLOBALS["mimes"]["js"],"js.gif","\.js$"), - "css" => array($GLOBALS["mimes"]["css"],"src.gif","\.css$"), - "cgi" => array($GLOBALS["mimes"]["cgi"],"exe.gif","\.cgi$"), - //"py" => array($GLOBALS["mimes"]["py"],"py.gif","\.py$"), - //"sh" => array($GLOBALS["mimes"]["sh"],"sh.gif","\.sh$"), - // C++ - "cpps" => array($GLOBALS["mimes"]["cpps"],"cpp.gif","\.cpp$|\.c$|\.cc$|\.cxx$"), - "cpph" => array($GLOBALS["mimes"]["cpph"],"h.gif","\.hpp$|\.h$"), - // Java - "javas" => array($GLOBALS["mimes"]["javas"],"java.gif","\.java$"), - "javac" => array($GLOBALS["mimes"]["javac"],"java.gif","\.class$|\.jar$"), - // Pascal - "pas" => array($GLOBALS["mimes"]["pas"],"src.gif","\.p$|\.pas$"), - - // images - "gif" => array($GLOBALS["mimes"]["gif"],"image.gif","\.gif$"), - "jpg" => array($GLOBALS["mimes"]["jpg"],"image.gif","\.jpg$|\.jpeg$"), - "bmp" => array($GLOBALS["mimes"]["bmp"],"image.gif","\.bmp$"), - "png" => array($GLOBALS["mimes"]["png"],"image.gif","\.png$"), - - // compressed - "zip" => array($GLOBALS["mimes"]["zip"],"zip.gif","\.zip$"), - "tar" => array($GLOBALS["mimes"]["tar"],"tar.gif","\.tar$"), - "gzip" => array($GLOBALS["mimes"]["gzip"],"tgz.gif","\.tgz$|\.gz$"), - "bzip2" => array($GLOBALS["mimes"]["bzip2"],"tgz.gif","\.bz2$"), - "rar" => array($GLOBALS["mimes"]["rar"],"tgz.gif","\.rar$"), - //"deb" => array($GLOBALS["mimes"]["deb"],"package.gif","\.deb$"), - //"rpm" => array($GLOBALS["mimes"]["rpm"],"package.gif","\.rpm$"), - - // music - "mp3" => array($GLOBALS["mimes"]["mp3"],"mp3.gif","\.mp3$"), - "wav" => array($GLOBALS["mimes"]["wav"],"sound.gif","\.wav$"), - "midi" => array($GLOBALS["mimes"]["midi"],"midi.gif","\.mid$"), - "real" => array($GLOBALS["mimes"]["real"],"real.gif","\.rm$|\.ra$|\.ram$"), - //"play" => array($GLOBALS["mimes"]["play"],"mp3.gif","\.pls$|\.m3u$"), - - // movie - "mpg" => array($GLOBALS["mimes"]["mpg"],"video.gif","\.mpg$|\.mpeg$"), - "mov" => array($GLOBALS["mimes"]["mov"],"video.gif","\.mov$"), - "avi" => array($GLOBALS["mimes"]["avi"],"video.gif","\.avi$"), - "flash" => array($GLOBALS["mimes"]["flash"],"flash.gif","\.swf$"), - - // Micosoft / Adobe - "word" => array($GLOBALS["mimes"]["word"],"word.gif","\.doc$"), - "excel" => array($GLOBALS["mimes"]["excel"],"spread.gif","\.xls$"), - "pdf" => array($GLOBALS["mimes"]["pdf"],"pdf.gif","\.pdf$") -); -//------------------------------------------------------------------------------ -?> diff --git a/Modules/Downloads/getdown.php b/Modules/Downloads/getdown.php deleted file mode 100755 index 98dbc9a..0000000 --- a/Modules/Downloads/getdown.php +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/Modules/Downloads/getfile.php b/Modules/Downloads/getfile.php deleted file mode 100755 index 0bef161..0000000 --- a/Modules/Downloads/getfile.php +++ /dev/null @@ -1,123 +0,0 @@ -DONT TRY TO HACK!
"; - echo "Your IP is logged, an administrator has been informed!
"; - echo "Script written by h44z"; - exit; -} -elseif(down_home($abs_dir)==true) -{ - $abs_dir = "DONTTRYTOHACK"; - echo "

DONT TRY TO HACK!


"; - echo "Your IP is logged, an administrator has been informed!
"; - echo "Script written by h44z"; - exit; -} -//SECURITY FIXX ------------------------------ -else -{ - $abs_dir = $abs_dir; -} - - -ob_start(); - $browser=id_browser(); - header('Content-Type: '.(($browser=='IE' || $browser=='OPERA')? - 'application/octetstream':'application/octet-stream')); - header('Expires: '.gmdate('D, d M Y H:i:s').' GMT'); - header('Content-Transfer-Encoding: binary'); - header('Content-Length: '.filesize($abs_item)); - if($browser=='IE') { - header('Content-Disposition: attachment; filename="'.$item.'"'); - header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); - header('Pragma: public'); - } else { - header('Content-Disposition: attachment; filename="'.$item.'"'); - header('Cache-Control: no-cache, must-revalidate'); - header('Pragma: no-cache'); - } -ob_end_flush(); - - - -function get_abs_dir($dir) -{ // get absolute path - $abs_dir="/home/christoph/explorer"; - if($dir!="") $abs_dir.="/".$dir; - return $abs_dir; -} - -function get_abs_item($dir, $item) -{ // get absolute file+path - return get_abs_dir($dir)."/".$item; -} - -function id_browser() { - $browser=$GLOBALS['__SERVER']['HTTP_USER_AGENT']; - - if(ereg('Opera(/| )([0-9].[0-9]{1,2})', $browser)) { - return 'OPERA'; - } else if(ereg('MSIE ([0-9].[0-9]{1,2})', $browser)) { - return 'IE'; - } else if(ereg('OmniWeb/([0-9].[0-9]{1,2})', $browser)) { - return 'OMNIWEB'; - } else if(ereg('(Konqueror/)(.*)', $browser)) { - return 'KONQUEROR'; - } else if(ereg('Mozilla/([0-9].[0-9]{1,2})', $browser)) { - return 'MOZILLA'; - } else { - return 'OTHER'; - } -} - - -//String contains funktion -function contains($str, $content, $ignorecase=true) -{ - if ($ignorecase){ - $str = strtolower($str); - $content = strtolower($content); - } - return strpos($content,$str) ? true : false; -} - -function get_show_item($dir, $item) { // show this file? - if($item == "..") return false; - - if("^\.ht"!="" && @eregi("^\.ht",$item)) return false; - - if(false==false) { - $dirs=explode("/",$dir); - foreach($dirs as $i) if(substr($i,0,1)==".") return false; - } - - return true; -} - -function down_home($abs_dir) { // dir deeper than home? - $real_home = @realpath("/home/christoph/explorer"); - $real_dir = @realpath($abs_dir); - - if($real_home===false || $real_dir===false) { - if(@eregi("\\.\\.",$abs_dir)) return false; - } else if(strcmp($real_home,@substr($real_dir,0,strlen($real_home)))) { - return false; - } - return true; -} - -@readfile($abs_item); -exit; - -?> diff --git a/Modules/Downloads/img/_.gif b/Modules/Downloads/img/_.gif deleted file mode 100644 index f44a942..0000000 Binary files a/Modules/Downloads/img/_.gif and /dev/null differ diff --git a/Modules/Downloads/img/__copy.gif b/Modules/Downloads/img/__copy.gif deleted file mode 100644 index 49c935f..0000000 Binary files a/Modules/Downloads/img/__copy.gif and /dev/null differ diff --git a/Modules/Downloads/img/__cut.gif b/Modules/Downloads/img/__cut.gif deleted file mode 100644 index 6ea7928..0000000 Binary files a/Modules/Downloads/img/__cut.gif and /dev/null differ diff --git a/Modules/Downloads/img/__paste.gif b/Modules/Downloads/img/__paste.gif deleted file mode 100644 index beb1cfb..0000000 Binary files a/Modules/Downloads/img/__paste.gif and /dev/null differ diff --git a/Modules/Downloads/img/_archive.gif b/Modules/Downloads/img/_archive.gif deleted file mode 100644 index a8bade5..0000000 Binary files a/Modules/Downloads/img/_archive.gif and /dev/null differ diff --git a/Modules/Downloads/img/_arrowdown.gif b/Modules/Downloads/img/_arrowdown.gif deleted file mode 100644 index 1191cc5..0000000 Binary files a/Modules/Downloads/img/_arrowdown.gif and /dev/null differ diff --git a/Modules/Downloads/img/_arrowup.gif b/Modules/Downloads/img/_arrowup.gif deleted file mode 100644 index b7c7db6..0000000 Binary files a/Modules/Downloads/img/_arrowup.gif and /dev/null differ diff --git a/Modules/Downloads/img/_copy.gif b/Modules/Downloads/img/_copy.gif deleted file mode 100644 index 83e03c1..0000000 Binary files a/Modules/Downloads/img/_copy.gif and /dev/null differ diff --git a/Modules/Downloads/img/_copy_.gif b/Modules/Downloads/img/_copy_.gif deleted file mode 100644 index 9f623cd..0000000 Binary files a/Modules/Downloads/img/_copy_.gif and /dev/null differ diff --git a/Modules/Downloads/img/_delete.gif b/Modules/Downloads/img/_delete.gif deleted file mode 100644 index 399146f..0000000 Binary files a/Modules/Downloads/img/_delete.gif and /dev/null differ diff --git a/Modules/Downloads/img/_delete_.gif b/Modules/Downloads/img/_delete_.gif deleted file mode 100644 index e5e8d02..0000000 Binary files a/Modules/Downloads/img/_delete_.gif and /dev/null differ diff --git a/Modules/Downloads/img/_download.gif b/Modules/Downloads/img/_download.gif deleted file mode 100644 index 81a4894..0000000 Binary files a/Modules/Downloads/img/_download.gif and /dev/null differ diff --git a/Modules/Downloads/img/_download_.gif b/Modules/Downloads/img/_download_.gif deleted file mode 100644 index b6d62fb..0000000 Binary files a/Modules/Downloads/img/_download_.gif and /dev/null differ diff --git a/Modules/Downloads/img/_edit.gif b/Modules/Downloads/img/_edit.gif deleted file mode 100644 index b172f9a..0000000 Binary files a/Modules/Downloads/img/_edit.gif and /dev/null differ diff --git a/Modules/Downloads/img/_edit_.gif b/Modules/Downloads/img/_edit_.gif deleted file mode 100644 index 2541e1e..0000000 Binary files a/Modules/Downloads/img/_edit_.gif and /dev/null differ diff --git a/Modules/Downloads/img/_home.gif b/Modules/Downloads/img/_home.gif deleted file mode 100644 index b32cf44..0000000 Binary files a/Modules/Downloads/img/_home.gif and /dev/null differ diff --git a/Modules/Downloads/img/_info.gif b/Modules/Downloads/img/_info.gif deleted file mode 100644 index adb62fb..0000000 Binary files a/Modules/Downloads/img/_info.gif and /dev/null differ diff --git a/Modules/Downloads/img/_logout.gif b/Modules/Downloads/img/_logout.gif deleted file mode 100644 index c8247d8..0000000 Binary files a/Modules/Downloads/img/_logout.gif and /dev/null differ diff --git a/Modules/Downloads/img/_move.gif b/Modules/Downloads/img/_move.gif deleted file mode 100644 index 1769363..0000000 Binary files a/Modules/Downloads/img/_move.gif and /dev/null differ diff --git a/Modules/Downloads/img/_move_.gif b/Modules/Downloads/img/_move_.gif deleted file mode 100644 index 0a142aa..0000000 Binary files a/Modules/Downloads/img/_move_.gif and /dev/null differ diff --git a/Modules/Downloads/img/_refresh.gif b/Modules/Downloads/img/_refresh.gif deleted file mode 100644 index 6c206d9..0000000 Binary files a/Modules/Downloads/img/_refresh.gif and /dev/null differ diff --git a/Modules/Downloads/img/_search.gif b/Modules/Downloads/img/_search.gif deleted file mode 100644 index 4165f4c..0000000 Binary files a/Modules/Downloads/img/_search.gif and /dev/null differ diff --git a/Modules/Downloads/img/_up.gif b/Modules/Downloads/img/_up.gif deleted file mode 100644 index 9a8e55f..0000000 Binary files a/Modules/Downloads/img/_up.gif and /dev/null differ diff --git a/Modules/Downloads/img/_upload.gif b/Modules/Downloads/img/_upload.gif deleted file mode 100644 index 7958f50..0000000 Binary files a/Modules/Downloads/img/_upload.gif and /dev/null differ diff --git a/Modules/Downloads/img/_upload_.gif b/Modules/Downloads/img/_upload_.gif deleted file mode 100644 index a9f5f2f..0000000 Binary files a/Modules/Downloads/img/_upload_.gif and /dev/null differ diff --git a/Modules/Downloads/img/cpp.gif b/Modules/Downloads/img/cpp.gif deleted file mode 100644 index ae41e61..0000000 Binary files a/Modules/Downloads/img/cpp.gif and /dev/null differ diff --git a/Modules/Downloads/img/dir.gif b/Modules/Downloads/img/dir.gif deleted file mode 100644 index 4d0f352..0000000 Binary files a/Modules/Downloads/img/dir.gif and /dev/null differ diff --git a/Modules/Downloads/img/exe.gif b/Modules/Downloads/img/exe.gif deleted file mode 100644 index b6b4123..0000000 Binary files a/Modules/Downloads/img/exe.gif and /dev/null differ diff --git a/Modules/Downloads/img/file.gif b/Modules/Downloads/img/file.gif deleted file mode 100644 index fbdfa97..0000000 Binary files a/Modules/Downloads/img/file.gif and /dev/null differ diff --git a/Modules/Downloads/img/flash.gif b/Modules/Downloads/img/flash.gif deleted file mode 100644 index 2644783..0000000 Binary files a/Modules/Downloads/img/flash.gif and /dev/null differ diff --git a/Modules/Downloads/img/h.gif b/Modules/Downloads/img/h.gif deleted file mode 100644 index 9b43353..0000000 Binary files a/Modules/Downloads/img/h.gif and /dev/null differ diff --git a/Modules/Downloads/img/html.gif b/Modules/Downloads/img/html.gif deleted file mode 100644 index 734c9ac..0000000 Binary files a/Modules/Downloads/img/html.gif and /dev/null differ diff --git a/Modules/Downloads/img/image.gif b/Modules/Downloads/img/image.gif deleted file mode 100644 index e318124..0000000 Binary files a/Modules/Downloads/img/image.gif and /dev/null differ diff --git a/Modules/Downloads/img/java.gif b/Modules/Downloads/img/java.gif deleted file mode 100644 index 2a5a5ca..0000000 Binary files a/Modules/Downloads/img/java.gif and /dev/null differ diff --git a/Modules/Downloads/img/js.gif b/Modules/Downloads/img/js.gif deleted file mode 100644 index d8468a9..0000000 Binary files a/Modules/Downloads/img/js.gif and /dev/null differ diff --git a/Modules/Downloads/img/midi.gif b/Modules/Downloads/img/midi.gif deleted file mode 100644 index 8803fd1..0000000 Binary files a/Modules/Downloads/img/midi.gif and /dev/null differ diff --git a/Modules/Downloads/img/mp3.gif b/Modules/Downloads/img/mp3.gif deleted file mode 100644 index 93cb293..0000000 Binary files a/Modules/Downloads/img/mp3.gif and /dev/null differ diff --git a/Modules/Downloads/img/pdf.gif b/Modules/Downloads/img/pdf.gif deleted file mode 100644 index 53f2c6c..0000000 Binary files a/Modules/Downloads/img/pdf.gif and /dev/null differ diff --git a/Modules/Downloads/img/php.gif b/Modules/Downloads/img/php.gif deleted file mode 100644 index cc390a9..0000000 Binary files a/Modules/Downloads/img/php.gif and /dev/null differ diff --git a/Modules/Downloads/img/pl.gif b/Modules/Downloads/img/pl.gif deleted file mode 100644 index e696888..0000000 Binary files a/Modules/Downloads/img/pl.gif and /dev/null differ diff --git a/Modules/Downloads/img/real.gif b/Modules/Downloads/img/real.gif deleted file mode 100644 index 7587902..0000000 Binary files a/Modules/Downloads/img/real.gif and /dev/null differ diff --git a/Modules/Downloads/img/sound.gif b/Modules/Downloads/img/sound.gif deleted file mode 100644 index 2dad21b..0000000 Binary files a/Modules/Downloads/img/sound.gif and /dev/null differ diff --git a/Modules/Downloads/img/spacer.gif b/Modules/Downloads/img/spacer.gif deleted file mode 100644 index 1d11fa9..0000000 Binary files a/Modules/Downloads/img/spacer.gif and /dev/null differ diff --git a/Modules/Downloads/img/spread.gif b/Modules/Downloads/img/spread.gif deleted file mode 100644 index 05afecf..0000000 Binary files a/Modules/Downloads/img/spread.gif and /dev/null differ diff --git a/Modules/Downloads/img/src.gif b/Modules/Downloads/img/src.gif deleted file mode 100644 index 726199b..0000000 Binary files a/Modules/Downloads/img/src.gif and /dev/null differ diff --git a/Modules/Downloads/img/tar.gif b/Modules/Downloads/img/tar.gif deleted file mode 100644 index 5134e16..0000000 Binary files a/Modules/Downloads/img/tar.gif and /dev/null differ diff --git a/Modules/Downloads/img/tgz.gif b/Modules/Downloads/img/tgz.gif deleted file mode 100644 index a8bade5..0000000 Binary files a/Modules/Downloads/img/tgz.gif and /dev/null differ diff --git a/Modules/Downloads/img/txt.gif b/Modules/Downloads/img/txt.gif deleted file mode 100644 index 428b469..0000000 Binary files a/Modules/Downloads/img/txt.gif and /dev/null differ diff --git a/Modules/Downloads/img/video.gif b/Modules/Downloads/img/video.gif deleted file mode 100644 index 4ab8dc8..0000000 Binary files a/Modules/Downloads/img/video.gif and /dev/null differ diff --git a/Modules/Downloads/img/word.gif b/Modules/Downloads/img/word.gif deleted file mode 100644 index c9e3e66..0000000 Binary files a/Modules/Downloads/img/word.gif and /dev/null differ diff --git a/Modules/Downloads/img/zip.gif b/Modules/Downloads/img/zip.gif deleted file mode 100644 index 3658fa4..0000000 Binary files a/Modules/Downloads/img/zip.gif and /dev/null differ diff --git a/Modules/Downloads/include/.htaccess b/Modules/Downloads/include/.htaccess deleted file mode 100755 index e019832..0000000 --- a/Modules/Downloads/include/.htaccess +++ /dev/null @@ -1 +0,0 @@ -deny from all diff --git a/Modules/Downloads/include/error.php b/Modules/Downloads/include/error.php deleted file mode 100755 index eeecace..0000000 --- a/Modules/Downloads/include/error.php +++ /dev/null @@ -1,51 +0,0 @@ -
".$GLOBALS["error_msg"]["error"].":"."

\n"; - echo $error."\n

"; - echo $GLOBALS["error_msg"]["back"].""; - if($extra!=NULL) echo " - ".$extra; - echo "

\n"; - exit; -} -//------------------------------------------------------------------------------ -?> \ No newline at end of file diff --git a/Modules/Downloads/include/fun_down.php b/Modules/Downloads/include/fun_down.php deleted file mode 100755 index 6089f29..0000000 --- a/Modules/Downloads/include/fun_down.php +++ /dev/null @@ -1,32 +0,0 @@ - diff --git a/Modules/Downloads/include/fun_extra.php b/Modules/Downloads/include/fun_extra.php deleted file mode 100755 index 95b0ee8..0000000 --- a/Modules/Downloads/include/fun_extra.php +++ /dev/null @@ -1,259 +0,0 @@ -= 1073741824) { - $size = round($size / 1073741824 * 100) / 100 . " GB"; - } elseif($size >= 1048576) { - $size = round($size / 1048576 * 100) / 100 . " MB"; - } elseif($size >= 1024) { - $size = round($size / 1024 * 100) / 100 . " KB"; - } else $size = $size . " Bytes"; - if($size==0) $size="-"; - - return $size; -} -//------------------------------------------------------------------------------ -function get_file_date($dir, $item) { // file date - return @filemtime(get_abs_item($dir, $item)); -} -//------------------------------------------------------------------------------ -function parse_file_date($date) { // parsed file date - return @date($GLOBALS["date_fmt"],$date); -} -//------------------------------------------------------------------------------ -function get_is_image($dir, $item) { // is this file an image? - if(!get_is_file($dir, $item)) return false; - return @eregi($GLOBALS["images_ext"], $item); -} -//----------------------------------------------------------------------------- -function get_is_editable($dir, $item) { // is this file editable? - if(!get_is_file($dir, $item)) return false; - foreach($GLOBALS["editable_ext"] as $pat) if(@eregi($pat,$item)) return true; - return false; -} -//----------------------------------------------------------------------------- -function get_mime_type($dir, $item, $query) { // get file's mimetype - if(get_is_dir($dir, $item)) { // directory - $mime_type = $GLOBALS["super_mimes"]["dir"][0]; - $image = $GLOBALS["super_mimes"]["dir"][1]; - - if($query=="img") return $image; - else return $mime_type; - } - // mime_type - foreach($GLOBALS["used_mime_types"] as $mime) { - list($desc,$img,$ext) = $mime; - if(@eregi($ext,$item)) { - $mime_type = $desc; - $image = $img; - if($query=="img") return $image; - else return $mime_type; - } - } - - if((function_exists("is_executable") && - @is_executable(get_abs_item($dir,$item))) || - @eregi($GLOBALS["super_mimes"]["exe"][2],$item)) - { // executable - $mime_type = $GLOBALS["super_mimes"]["exe"][0]; - $image = $GLOBALS["super_mimes"]["exe"][1]; - } else { // unknown file - $mime_type = $GLOBALS["super_mimes"]["file"][0]; - $image = $GLOBALS["super_mimes"]["file"][1]; - } - - if($query=="img") return $image; - else return $mime_type; -} -//------------------------------------------------------------------------------ -function get_show_item($dir, $item) { // show this file? - if($item == "." || $item == ".." || - (substr($item,0,1)=="." && $GLOBALS["show_hidden"]==false)) return false; - - if($GLOBALS["no_access"]!="" && @eregi($GLOBALS["no_access"],$item)) return false; - - if($GLOBALS["show_hidden"]==false) { - $dirs=explode("/",$dir); - foreach($dirs as $i) if(substr($i,0,1)==".") return false; - } - - return true; -} -//------------------------------------------------------------------------------ -function copy_dir($source,$dest) { // copy dir - $ok = true; - - if(!@mkdir($dest,0777)) return false; - if(($handle=@opendir($source))===false) show_error(basename($source).": ".$GLOBALS["error_msg"]["opendir"]); - - while(($file=readdir($handle))!==false) { - if(($file==".." || $file==".")) continue; - - $new_source = $source."/".$file; - $new_dest = $dest."/".$file; - if(@is_dir($new_source)) { - $ok=copy_dir($new_source,$new_dest); - } else { - $ok=@copy($new_source,$new_dest); - } - } - closedir($handle); - return $ok; -} -//------------------------------------------------------------------------------ -function remove($item) { // remove file / dir - $ok = true; - if(@is_link($item) || @is_file($item)) $ok=@unlink($item); - elseif(@is_dir($item)) { - if(($handle=@opendir($item))===false) show_error(basename($item).": ".$GLOBALS["error_msg"]["opendir"]); - - while(($file=readdir($handle))!==false) { - if(($file==".." || $file==".")) continue; - - $new_item = $item."/".$file; - if(!@file_exists($new_item)) show_error(basename($item).": ".$GLOBALS["error_msg"]["readdir"]); - //if(!get_show_item($item, $new_item)) continue; - - if(@is_dir($new_item)) { - $ok=remove($new_item); - } else { - $ok=@unlink($new_item); - } - } - - closedir($handle); - $ok=@rmdir($item); - } - return $ok; -} -//------------------------------------------------------------------------------ -function get_max_file_size() { // get php max_upload_file_size - $max = get_cfg_var("upload_max_filesize"); - if(@eregi("G$",$max)) { - $max = substr($max,0,-1); - $max = round($max*1073741824); - } elseif(@eregi("M$",$max)) { - $max = substr($max,0,-1); - $max = round($max*1048576); - } elseif(@eregi("K$",$max)) { - $max = substr($max,0,-1); - $max = round($max*1024); - } - - return $max; -} -//------------------------------------------------------------------------------ -function down_home($abs_dir) { // dir deeper than home? - $real_home = @realpath($GLOBALS["home_dir"]); - $real_dir = @realpath($abs_dir); - - if($real_home===false || $real_dir===false) { - if(@eregi("\\.\\.",$abs_dir)) return false; - } else if(strcmp($real_home,@substr($real_dir,0,strlen($real_home)))) { - return false; - } - return true; -} -//------------------------------------------------------------------------------ -function id_browser() { - $browser=$GLOBALS['__SERVER']['HTTP_USER_AGENT']; - - if(ereg('Opera(/| )([0-9].[0-9]{1,2})', $browser)) { - return 'OPERA'; - } else if(ereg('MSIE ([0-9].[0-9]{1,2})', $browser)) { - return 'IE'; - } else if(ereg('OmniWeb/([0-9].[0-9]{1,2})', $browser)) { - return 'OMNIWEB'; - } else if(ereg('(Konqueror/)(.*)', $browser)) { - return 'KONQUEROR'; - } else if(ereg('Mozilla/([0-9].[0-9]{1,2})', $browser)) { - return 'MOZILLA'; - } else { - return 'OTHER'; - } -} -//------------------------------------------------------------------------------ -?> diff --git a/Modules/Downloads/include/fun_list.php b/Modules/Downloads/include/fun_list.php deleted file mode 100755 index c983320..0000000 --- a/Modules/Downloads/include/fun_list.php +++ /dev/null @@ -1,241 +0,0 @@ - ".@readlink($abs_item); - if(is_dir($abs_item)) { - $link = make_link("list",get_rel_item($dir, $item),NULL); - } else { //if(get_is_editable($dir,$item) || get_is_image($dir,$item)) { - $link = make_link("download",$dir,$item); - $target = "_blank"; - } //else $link = ""; - - echo "\n"; - // Icon + Link - echo ""; - /*if($link!="") */ echo""; - //else echo ""; - echo "\"\" "; - $s_item=$item; if(strlen($s_item)>50) $s_item=substr($s_item,0,47)."..."; - echo htmlspecialchars($s_item)."\n"; // ...$extra... - // Size - echo "".parse_file_size(get_file_size($dir,$item))."\n"; - // Type - echo "".get_mime_type($dir, $item, "type")."\n"; - // Modified - echo "".parse_file_date(get_file_date($dir,$item))."\n"; - // Permissions -// echo ""; - -// echo parse_file_type($dir,$item).parse_file_perms(get_file_perms($dir,$item)); -// if($allow) echo ""; -// echo "\n"; - // Actions - echo "\n\n"; - // DOWNLOAD - if(get_is_file($dir,$item)) { - if($allow) { - echo "\n"; - } else if(!$allow) { - echo "\n"; - } - } else { - echo "\n"; - } - echo "
"; - echo "\"".$GLOBALS["messages"]["downlink"];\"".$GLOBALS["messages"]["downlink"];\"\"
\n\n"; - } -} -//------------------------------------------------------------------------------ -// MAIN FUNCTION -function list_dir($dir) { // list directory contents - $allow=($GLOBALS["permissions"]&01)==01; - $admin=((($GLOBALS["permissions"]&04)==04) || (($GLOBALS["permissions"]&02)==02)); - - $dir_up = dirname($dir); - if($dir_up==".") $dir_up = ""; - - if(!get_show_item($dir_up,basename($dir))) show_error($dir." : ".$GLOBALS["error_msg"]["accessdir"]); - - // make file & dir tables, & get total filesize & number of items - make_tables($dir, $dir_list, $file_list, $tot_file_size, $num_items); - - $s_dir=$dir; if(strlen($s_dir)>50) $s_dir="...".substr($s_dir,-47); - echo "Directory: /".get_rel_item("",$s_dir); - - // Javascript functions: - include $_SERVER["DOCUMENT_ROOT"]."/Modules/Downloads/include/javascript.php"; - - - // Toolbar - echo "
\n"; - - echo "
\n"; - - // PARENT DIR - echo "\n"; - // HOME DIR - echo "\n"; - // RELOAD - echo "\n"; - - echo "
"; - echo ""; - echo "\"".$GLOBALS["messages"]["reloadlink"];
\n"; - - // End Toolbar - - - // Begin Table + Form for checkboxes - echo"\n"; - - // Table Header - echo "\n"; - echo "\n\n\n\n"; - echo "\n"; - echo "\n"; - - // make & print Table using lists - print_table($dir, make_list($dir_list, $file_list), $allow); - - // print number of items & total filesize - echo "\n"; - echo "\n"; - echo "\n"; - for($i=0;$i<3;++$i) echo""; - echo "\n

\n"; - echo $GLOBALS["messages"]["nameheader"]; - echo ""; - echo $GLOBALS["messages"]["sizeheader"]; - echo ""; - echo $GLOBALS["messages"]["typeheader"]; - echo ""; - echo $GLOBALS["messages"]["modifheader"]; - echo "".$GLOBALS["messages"]["actionheader"]."


".$num_items." ".$GLOBALS["messages"]["miscitems"]." ("; - if(function_exists("disk_free_space")) { - $free=parse_file_size(disk_free_space(get_abs_dir($dir))); - } elseif(function_exists("diskfreespace")) { - $free=parse_file_size(diskfreespace(get_abs_dir($dir))); - } else $free="?"; - // echo "Total: ".parse_file_size(disk_total_space(get_abs_dir($dir))).", "; - echo $GLOBALS["messages"]["miscfree"].": ".$free.")".parse_file_size($tot_file_size)."

\n"; - - -} -//------------------------------------------------------------------------------ -?> diff --git a/Modules/Downloads/include/init.php b/Modules/Downloads/include/init.php deleted file mode 100755 index 71eb568..0000000 --- a/Modules/Downloads/include/init.php +++ /dev/null @@ -1,67 +0,0 @@ -ERROR: Your PHP version is too old
". - "You need at least PHP 4.0.0, preferably PHP 4.3.1 or higher."); -} -//------------------------------------------------------------------------------ -// Get Action -$GLOBALS['__GET']["action"] = $GLOBALS['__GET']["uebergabe"]; - -if(isset($GLOBALS['__GET']["action"])) $GLOBALS["action"]=$GLOBALS['__GET']["action"]; -else $GLOBALS["action"]="list"; -if($GLOBALS["action"]=="post" && isset($GLOBALS['__POST']["do_action"])) { - $GLOBALS["action"]=$GLOBALS['__POST']["do_action"]; -} -if($GLOBALS["action"]=="") $GLOBALS["action"]="list"; -$GLOBALS["action"]=stripslashes($GLOBALS["action"]); -// Default Dir -if(isset($GLOBALS['__GET']["dir"])) $GLOBALS["dir"]=stripslashes($GLOBALS['__GET']["dir"]); -else $GLOBALS["dir"]=""; -if($GLOBALS["dir"]==".") $GLOBALS["dir"]==""; -// Get Item -if(isset($GLOBALS['__GET']["item"])) $GLOBALS["item"]=stripslashes($GLOBALS['__GET']["item"]); -else $GLOBALS["item"]=""; -// Get Sort -if(isset($GLOBALS['__GET']["order"])) $GLOBALS["order"]=stripslashes($GLOBALS['__GET']["order"]); -else $GLOBALS["order"]="name"; -if($GLOBALS["order"]=="") $GLOBALS["order"]=="name"; -// Get Sortorder (yes==up) -if(isset($GLOBALS['__GET']["srt"])) $GLOBALS["srt"]=stripslashes($GLOBALS['__GET']["srt"]); -else $GLOBALS["srt"]="yes"; -if($GLOBALS["srt"]=="") $GLOBALS["srt"]=="yes"; -// Get Language -if(isset($GLOBALS['__GET']["lang"])) $GLOBALS["lang"]=$GLOBALS['__GET']["lang"]; -elseif(isset($GLOBALS['__POST']["lang"])) $GLOBALS["lang"]=$GLOBALS['__POST']["lang"]; -//------------------------------------------------------------------------------ -// Necessary files -ob_start(); // prevent unwanted output -require $_SERVER["DOCUMENT_ROOT"]."/Modules/Downloads/config/conf.php"; -if(isset($GLOBALS["lang"])) $GLOBALS["language"]=$GLOBALS["lang"]; -require $_SERVER["DOCUMENT_ROOT"]."/Modules/Downloads/lang/".$GLOBALS["language"].".php"; -require $_SERVER["DOCUMENT_ROOT"]."/Modules/Downloads/lang/".$GLOBALS["language"]."_mimes.php"; -require $_SERVER["DOCUMENT_ROOT"]."/Modules/Downloads/config/mimes.php"; -require $_SERVER["DOCUMENT_ROOT"]."/Modules/Downloads/include/fun_extra.php"; -require $_SERVER["DOCUMENT_ROOT"]."/Modules/Downloads/include/error.php"; -ob_end_clean(); // get rid of cached unwanted output -//------------------------------------------------------------------------------ -$abs_dir=get_abs_dir($GLOBALS["dir"]); -if(!@file_exists($GLOBALS["home_dir"])) { - $extra=NULL; - show_error($GLOBALS["error_msg"]["home"],$extra); -} -if(!down_home($abs_dir)) show_error($GLOBALS["dir"]." : ".$GLOBALS["error_msg"]["abovehome"]); -if(!is_dir($abs_dir)) show_error($GLOBALS["dir"]." : ".$GLOBALS["error_msg"]["direxist"]); -//------------------------------------------------------------------------------ -?> diff --git a/Modules/Downloads/include/javascript.php b/Modules/Downloads/include/javascript.php deleted file mode 100755 index df0352f..0000000 --- a/Modules/Downloads/include/javascript.php +++ /dev/null @@ -1,137 +0,0 @@ - \ No newline at end of file diff --git a/Modules/Downloads/index.php b/Modules/Downloads/index.php deleted file mode 100644 index 896966a..0000000 --- a/Modules/Downloads/index.php +++ /dev/null @@ -1,40 +0,0 @@ - - -
-
-
-
-

- Downloads -

-
- -
-
-
-
-
- - diff --git a/Modules/Downloads/lang/_info.php b/Modules/Downloads/lang/_info.php deleted file mode 100644 index 18821c9..0000000 --- a/Modules/Downloads/lang/_info.php +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Modules/Downloads/lang/de.php b/Modules/Downloads/lang/de.php deleted file mode 100644 index 546c448..0000000 --- a/Modules/Downloads/lang/de.php +++ /dev/null @@ -1,158 +0,0 @@ - "FEHLER", - "back" => "Zurück", - - // root - "home" => "Das Home-Verzeichnis existiert nicht, kontrollieren sie ihre Einstellungen.", - "abovehome" => "Das aktuelle Verzeichnis darf nicht höher liegen als das Home-Verzeichnis.", - "targetabovehome" => "Das Zielverzeichnis darf nicht höher liegen als das Home-Verzeichnis.", - - // exist - "direxist" => "Dieses Verzeichnis existiert nicht.", - //"filedoesexist" => "Diese Datei existiert bereits.", - "fileexist" => "Diese Datei existiert nicht.", - "itemdoesexist" => "Dieses Objekt existiert bereits.", - "itemexist" => "Dieses Objekt existiert nicht.", - "targetexist" => "Das Zielverzeichnis existiert nicht.", - "targetdoesexist" => "Das Zielobjekt existiert bereits.", - - // open - "opendir" => "Kann Verzeichnis nicht öffnen.", - "readdir" => "Kann Verzeichnis nicht lesen", - - // access - "accessdir" => "Zugriff auf dieses Verzeichnis verweigert.", - "accessfile" => "Zugriff auf diese Datei verweigert.", - "accessitem" => "Zugriff auf dieses Objekt verweigert.", - "accessfunc" => "Zugriff auf diese Funktion verweigert.", - "accesstarget" => "Zugriff auf das Zielverzeichnis verweigert.", - - // actions - "permread" => "Rechte lesen fehlgeschlagen.", - "permchange" => "Rechte ändern fehlgeschlagen.", - "openfile" => "Datei öffnen fehlgeschlagen.", - "savefile" => "Datei speichern fehlgeschlagen.", - "createfile" => "Datei anlegen fehlgeschlagen.", - "createdir" => "Verzeichnis anlegen fehlgeschlagen.", - "uploadfile" => "Datei hochladen fehlgeschlagen.", - "copyitem" => "Kopieren fehlgeschlagen.", - "moveitem" => "Versetzen fehlgeschlagen.", - "delitem" => "Löschen fehlgeschlagen.", - "chpass" => "Passwort ändern fehlgeschlagen.", - "deluser" => "Benutzer löschen fehlgeschlagen.", - "adduser" => "Benutzer hinzufügen fehlgeschlagen.", - "saveuser" => "Benutzer speichern fehlgeschlagen.", - "searchnothing" => "Sie müssen etwas zum suchen eintragen.", - - // misc - "miscnofunc" => "Funktion nicht vorhanden.", - "miscfilesize" => "Datei ist größer als die maximale Größe.", - "miscfilepart" => "Datei wurde nur zum Teil hochgeladen.", - "miscnoname" => "Sie müssen einen Namen eintragen", - "miscselitems" => "Sie haben keine Objekt(e) ausgewählt.", - "miscdelitems" => "Sollen die \"+num+\" markierten Objekt(e) gelöscht werden?", - "miscdeluser" => "Soll der Benutzer '\"+user+\"' gelöscht werden?", - "miscnopassdiff" => "Das neue und das heutige Passwort sind nicht verschieden.", - "miscnopassmatch" => "Passwörter sind nicht gleich.", - "miscfieldmissed" => "Sie haben ein wichtiges Eingabefeld vergessen auszufüllen", - "miscnouserpass" => "Benutzer oder Passwort unbekannt.", - "miscselfremove" => "Sie können sich selbst nicht löschen.", - "miscuserexist" => "Der Benutzer existiert bereits.", - "miscnofinduser" => "Kann Benutzer nicht finden.", -); -$GLOBALS["messages"] = array( - // links - "permlink" => "RECHTE ÄNDERN", - "editlink" => "BEARBEITEN", - "downlink" => "HERUNTERLADEN", - "uplink" => "HÖHER", - "homelink" => "HOME", - "reloadlink" => "ERNEUERN", - "copylink" => "KOPIEREN", - "movelink" => "VERSETZEN", - "dellink" => "LÖSCHEN", - "comprlink" => "ARCHIVIEREN", - "adminlink" => "ADMINISTRATION", - "logoutlink" => "ABMELDEN", - "uploadlink" => "HOCHLADEN", - "searchlink" => "SUCHEN", - - // list - "nameheader" => "Name", - "sizeheader" => "Größe", - "typeheader" => "Typ", - "modifheader" => "Geändert", - "permheader" => "Rechte", - "actionheader" => "Aktionen", - "pathheader" => "Pfad", - - // buttons - "btncancel" => "Abbrechen", - "btnsave" => "Speichern", - "btnchange" => "Ändern", - "btnreset" => "Zurücksetzen", - "btnclose" => "Schließen", - "btncreate" => "Anlegen", - "btnsearch" => "Suchen", - "btnupload" => "Hochladen", - "btncopy" => "Kopieren", - "btnmove" => "Verschieben", - "btnlogin" => "Anmelden", - "btnlogout" => "Abmelden", - "btnadd" => "Hinzufügen", - "btnedit" => "Ändern", - "btnremove" => "Löschen", - - // actions - "actdir" => "Verzeichnis", - "actperms" => "Rechte ändern", - "actedit" => "Datei bearbeiten", - "actsearchresults" => "Suchergebnisse", - "actcopyitems" => "Objekt(e) kopieren", - "actcopyfrom" => "Kopiere von /%s nach /%s ", - "actmoveitems" => "Objekt(e) verschieben", - "actmovefrom" => "Versetze von /%s nach /%s ", - "actlogin" => "Anmelden", - "actloginheader" => "Melden sie sich an um QuiXplorer zu benutzen", - "actadmin" => "Administration", - "actchpwd" => "Passwort ändern", - "actusers" => "Benutzer", - "actarchive" => "Objekt(e) archivieren", - "actupload" => "Datei(en) hochladen", - - // misc - "miscitems" => "Objekt(e)", - "miscfree" => "Freier Speicher", - "miscusername" => "Benutzername", - "miscpassword" => "Passwort", - "miscoldpass" => "Altes Passwort", - "miscnewpass" => "Neues Passwort", - "miscconfpass" => "Bestätige Passwort", - "miscconfnewpass" => "Bestätige neues Passwort", - "miscchpass" => "Ändere Passwort", - "mischomedir" => "Home-Verzeichnis", - "mischomeurl" => "Home URL", - "miscshowhidden" => "Versteckte Objekte anzeigen", - "mischidepattern" => "Versteck-Filter", - "miscperms" => "Rechte", - "miscuseritems" => "(Name, Home-Verzeichnis, versteckte Objekte anzeigen, Rechte, aktiviert)", - "miscadduser" => "Benutzer hinzufügen", - "miscedituser" => "Benutzer '%s' ändern", - "miscactive" => "Aktiviert", - "misclang" => "Sprache", - "miscnoresult" => "Suche ergebnislos.", - "miscsubdirs" => "Suche in Unterverzeichnisse", - "miscpermnames" => array("Nur ansehen","Ändern","Passwort ändern", - "Ändern & Passwort ändern","Administrator"), - "miscyesno" => array("Ja","Nein","J","N"), - "miscchmod" => array("Besitzer", "Gruppe", "Publik"), -); -?> \ No newline at end of file diff --git a/Modules/Downloads/lang/de_mimes.php b/Modules/Downloads/lang/de_mimes.php deleted file mode 100644 index 9a382da..0000000 --- a/Modules/Downloads/lang/de_mimes.php +++ /dev/null @@ -1,60 +0,0 @@ - "Verzeichnis", - "exe" => "Programm", - "file" => "Datei", - - // text - "text" => "Text Dokument", - - // programming - "php" => "PHP Script", - "sql" => "SQL Datei", - "perl" => "PERL Script", - "html" => "HTML Seite", - "js" => "Javascript Datei", - "css" => "CSS Datei", - "cgi" => "CGI Script", - // C++ - "cpps" => "C++ Quellcode", - "cpph" => "C++ Header Datei", - // Java - "javas" => "Java Quellcode", - "javac" => "Java Klasse Datei", - // Pascal - "pas" => "Pascal Quellcode", - - // images - "gif" => "GIF Bild", - "jpg" => "JPG Bild", - "bmp" => "BMP Bild", - "png" => "PNG Bild", - - // compressed - "zip" => "ZIP Archiv", - "tar" => "TAR Archiv", - "gzip" => "GZIP Archiv", - "bzip2" => "BZIP2 Archiv", - "rar" => "RAR Archiv", - - // music - "mp3" => "MP3 Audio Datei", - "wav" => "WAV Audio Datei", - "midi" => "MIDI Audio Datei", - "real" => "RealAudio Datei", - - // movie - "mpg" => "MPG Video Datei", - "mov" => "Movie Datei", - "avi" => "AVI Video Datei", - "flash" => "Flash Movie Datei", - - // Micosoft / Adobe - "word" => "Word Dokument", - "excel" => "Excel Dokument", - "pdf" => "PDF Datei" -); ?> \ No newline at end of file diff --git a/Modules/Downloads/lang/en.php b/Modules/Downloads/lang/en.php deleted file mode 100644 index 384d09d..0000000 --- a/Modules/Downloads/lang/en.php +++ /dev/null @@ -1,158 +0,0 @@ - "ERROR(S)", - "back" => "Go Back", - - // root - "home" => "The home directory doesn't exist, check your settings.", - "abovehome" => "The current directory may not be above the home directory.", - "targetabovehome" => "The target directory may not be above the home directory.", - - // exist - "direxist" => "This directory doesn't exist.", - //"filedoesexist" => "This file already exists.", - "fileexist" => "This file doesn't exist.", - "itemdoesexist" => "This item already exists.", - "itemexist" => "This item doesn't exist.", - "targetexist" => "The target directory doesn't exist.", - "targetdoesexist" => "The target item already exists.", - - // open - "opendir" => "Unable to open directory.", - "readdir" => "Unable to read directory.", - - // access - "accessdir" => "You are not allowed to access this directory.", - "accessfile" => "You are not allowed to access this file.", - "accessitem" => "You are not allowed to access this item.", - "accessfunc" => "You are not allowed to use this function.", - "accesstarget" => "You are not allowed to access the target directory.", - - // actions - "permread" => "Getting permissions failed.", - "permchange" => "Permission-change failed.", - "openfile" => "File opening failed.", - "savefile" => "File saving failed.", - "createfile" => "File creation failed.", - "createdir" => "Directory creation failed.", - "uploadfile" => "File upload failed.", - "copyitem" => "Copying failed.", - "moveitem" => "Moving failed.", - "delitem" => "Deleting failed.", - "chpass" => "Changing password failed.", - "deluser" => "Removing user failed.", - "adduser" => "Adding user failed.", - "saveuser" => "Saving user failed.", - "searchnothing" => "You must supply something to search for.", - - // misc - "miscnofunc" => "Function unavailable.", - "miscfilesize" => "File exceeds maximum size.", - "miscfilepart" => "File was only partially uploaded.", - "miscnoname" => "You must supply a name.", - "miscselitems" => "You haven't selected any item(s).", - "miscdelitems" => "Are you sure you want to delete these \"+num+\" item(s)?", - "miscdeluser" => "Are you sure you want to delete user '\"+user+\"'?", - "miscnopassdiff" => "New password doesn't differ from current.", - "miscnopassmatch" => "Passwords don't match.", - "miscfieldmissed" => "You missed an important field.", - "miscnouserpass" => "Username or password incorrect.", - "miscselfremove" => "You can't remove yourself.", - "miscuserexist" => "User already exists.", - "miscnofinduser" => "Can't find user.", -); -$GLOBALS["messages"] = array( - // links - "permlink" => "CHANGE PERMISSIONS", - "editlink" => "EDIT", - "downlink" => "DOWNLOAD", - "uplink" => "UP", - "homelink" => "HOME", - "reloadlink" => "RELOAD", - "copylink" => "COPY", - "movelink" => "MOVE", - "dellink" => "DELETE", - "comprlink" => "ARCHIVE", - "adminlink" => "ADMIN", - "logoutlink" => "LOGOUT", - "uploadlink" => "UPLOAD", - "searchlink" => "SEARCH", - - // list - "nameheader" => "Name", - "sizeheader" => "Size", - "typeheader" => "Type", - "modifheader" => "Modified", - "permheader" => "Perm's", - "actionheader" => "Actions", - "pathheader" => "Path", - - // buttons - "btncancel" => "Cancel", - "btnsave" => "Save", - "btnchange" => "Change", - "btnreset" => "Reset", - "btnclose" => "Close", - "btncreate" => "Create", - "btnsearch" => "Search", - "btnupload" => "Upload", - "btncopy" => "Copy", - "btnmove" => "Move", - "btnlogin" => "Login", - "btnlogout" => "Logout", - "btnadd" => "Add", - "btnedit" => "Edit", - "btnremove" => "Remove", - - // actions - "actdir" => "Directory", - "actperms" => "Change permissions", - "actedit" => "Edit file", - "actsearchresults" => "Search results", - "actcopyitems" => "Copy item(s)", - "actcopyfrom" => "Copy from /%s to /%s ", - "actmoveitems" => "Move item(s)", - "actmovefrom" => "Move from /%s to /%s ", - "actlogin" => "Login", - "actloginheader" => "Login to use QuiXplorer", - "actadmin" => "Administration", - "actchpwd" => "Change password", - "actusers" => "Users", - "actarchive" => "Archive item(s)", - "actupload" => "Upload file(s)", - - // misc - "miscitems" => "Item(s)", - "miscfree" => "Free", - "miscusername" => "Username", - "miscpassword" => "Password", - "miscoldpass" => "Old password", - "miscnewpass" => "New password", - "miscconfpass" => "Confirm password", - "miscconfnewpass" => "Confirm new password", - "miscchpass" => "Change password", - "mischomedir" => "Home directory", - "mischomeurl" => "Home URL", - "miscshowhidden" => "Show hidden items", - "mischidepattern" => "Hide pattern", - "miscperms" => "Permissions", - "miscuseritems" => "(name, home directory, show hidden items, permissions, active)", - "miscadduser" => "add user", - "miscedituser" => "edit user '%s'", - "miscactive" => "Active", - "misclang" => "Language", - "miscnoresult" => "No results available.", - "miscsubdirs" => "Search subdirectories", - "miscpermnames" => array("View only","Modify","Change password","Modify & Change password", - "Administrator"), - "miscyesno" => array("Yes","No","Y","N"), - "miscchmod" => array("Owner", "Group", "Public"), -); -?> \ No newline at end of file diff --git a/Modules/Downloads/lang/en_mimes.php b/Modules/Downloads/lang/en_mimes.php deleted file mode 100644 index 7aab230..0000000 --- a/Modules/Downloads/lang/en_mimes.php +++ /dev/null @@ -1,60 +0,0 @@ - "Directory", - "exe" => "Executable File", - "file" => "File", - - // text - "text" => "Text File", - - // programming - "php" => "PHP Script", - "sql" => "SQL File", - "perl" => "PERL Script", - "html" => "HTML Page", - "js" => "Javascript File", - "css" => "CSS File", - "cgi" => "CGI Script", - // C++ - "cpps" => "C++ Source File", - "cpph" => "C++ Header File", - // Java - "javas" => "Java Source File", - "javac" => "Java Class File", - // Pascal - "pas" => "Pascal File", - - // images - "gif" => "GIF Picture", - "jpg" => "JPG Picture", - "bmp" => "BMP Picture", - "png" => "PNG Picture", - - // compressed - "zip" => "ZIP Archive", - "tar" => "TAR Archive", - "gzip" => "GZIP Archive", - "bzip2" => "BZIP2 Archive", - "rar" => "RAR Archive", - - // music - "mp3" => "MP3 Audio File", - "wav" => "WAV Audio File", - "midi" => "MIDI Audio File", - "real" => "RealAudio File", - - // movie - "mpg" => "MPG Video File", - "mov" => "Movie File", - "avi" => "AVI Video File", - "flash" => "Flash Movie File", - - // Micosoft / Adobe - "word" => "Word Document", - "excel" => "Excel Document", - "pdf" => "PDF File" -); ?> \ No newline at end of file diff --git a/Modules/Downloads/lang/es.php b/Modules/Downloads/lang/es.php deleted file mode 100644 index 165d0a2..0000000 --- a/Modules/Downloads/lang/es.php +++ /dev/null @@ -1,157 +0,0 @@ - "ERROR(ES)", - "back" => "Ir Atrás", - - // root - "home" => "El directorio home no existe, revise su configuración.", - "abovehome" => "El directorio actual no puede estar arriba del directorio home.", - "targetabovehome" => "El directorio objetivo no puede estar arriba del directorio home.", - - // exist - "direxist" => "Este directorio no existe.", - //"filedoesexist" => "Este archivo ya existe.", - "fileexist" => "Este archivo no existe.", - "itemdoesexist" => "Este artículo ya existe.", - "itemexist" => "Este artículo no existe.", - "targetexist" => "El directorio objetivo no existe.", - "targetdoesexist" => "El artículo objetivo ya existe.", - - // open - "opendir" => "Incapaz de abrir directorio.", - "readdir" => "Incapaz de leer directorio.", - - // access - "accessdir" => "Ud. no está permitido accesar este directorio.", - "accessfile" => "Ud. no está permitido accesar a este archivo.", - "accessitem" => "Ud. no está permitido accesar a este artículo.", - "accessfunc" => "Ud. no está permitido usar esta funcion.", - "accesstarget" => "Ud. no está permitido accesar al directorio objetivo.", - - // actions - "permread" => "Fracaso reuniendo permisos.", - "permchange" => "Fracaso en Cambio de permisos.", - "openfile" => "Fracaso abriendo archivo.", - "savefile" => "Fracaso guardando archivo.", - "createfile" => "Fracaso creando archivo.", - "createdir" => "Fracaso creando Directorio.", - "uploadfile" => "Fracaso subiendo archivo.", - "copyitem" => "Fracaso Copiando.", - "moveitem" => "Fracaso Moviendo.", - "delitem" => "Fracaso Borrando.", - "chpass" => "Fracaso Cambiando password.", - "deluser" => "Fracaso Removiendo usuario.", - "adduser" => "Fracaso Agragando usuario.", - "saveuser" => "Fracaso Guardadno usuario.", - "searchnothing" => "Ud. debe suministrar algo para la busqueda.", - - // misc - "miscnofunc" => "Función no disponible.", - "miscfilesize" => "Archivo excede maximo tamaño.", - "miscfilepart" => "Archivo fue parcialmente subido.", - "miscnoname" => "Ud. debe suministrar un nombre.", - "miscselitems" => "Ud. no tiene seleccionado(s) ningun artículo.", - "miscdelitems" => "Está seguro de querer borrar este(os) \"+num+\" artículo(s)?", - "miscdeluser" => "Está seguro de querer borrar usuario '\"+user+\"'?", - "miscnopassdiff" => "Nuevo password no difiere del actual.", - "miscnopassmatch" => "No coinciden los Passwords.", - "miscfieldmissed" => "Ud. falló en un importante campo.", - "miscnouserpass" => "Usuario o password incorrecto.", - "miscselfremove" => "Ud. no puede borrarse a si mismo.", - "miscuserexist" => "Usuario ya existe.", - "miscnofinduser" => "No se puede encontrar usuario.", -); -$GLOBALS["messages"] = array( - // links - "permlink" => "PORMISOS CAMBIADOS", - "editlink" => "EDITAR", - "downlink" => "DESCARGAR", - "uplink" => "ARRIBA", - "homelink" => "HOME", - "reloadlink" => "RECARGAR", - "copylink" => "COPIAR", - "movelink" => "MOVER", - "dellink" => "BORRAR", - "comprlink" => "ARCHIVAR", - "adminlink" => "ADMINISTRAR", - "logoutlink" => "SALIR", - "uploadlink" => "SUBIR", - "searchlink" => "BÚSQUEDA", - - // list - "nameheader" => "Nombre", - "sizeheader" => "Tamaño", - "typeheader" => "Tipo", - "modifheader" => "Modificado", - "permheader" => "Permisos", - "actionheader" => "Acciones", - "pathheader" => "Ruta", - - // buttons - "btncancel" => "Cancelar", - "btnsave" => "Grabar", - "btnchange" => "Cambiar", - "btnreset" => "Restablecer", - "btnclose" => "Cerrar", - "btncreate" => "Crear", - "btnsearch" => "Buscar", - "btnupload" => "Subir", - "btncopy" => "Copiar", - "btnmove" => "Mover", - "btnlogin" => "Login", - "btnlogout" => "Salir", - "btnadd" => "Añadir", - "btnedit" => "Editar", - "btnremove" => "Remover", - - // actions - "actdir" => "Directorio", - "actperms" => "Cambiar permisos", - "actedit" => "Editar archivo", - "actsearchresults" => "Resultado de busqueda.", - "actcopyitems" => "Copiar artículos(s)", - "actcopyfrom" => "Copia de /%s a /%s ", - "actmoveitems" => "Mover artículo(s)", - "actmovefrom" => "Mover de /%s a /%s ", - "actlogin" => "Login", - "actloginheader" => "Login para usar QuiXplorer", - "actadmin" => "Administración", - "actchpwd" => "Cambiar password", - "actusers" => "Usuarios", - "actarchive" => "Archivar item(s)", - "actupload" => "Subir Archivo(s)", - - // misc - "miscitems" => "Artículo(s)", - "miscfree" => "Libre", - "miscusername" => "Nombre de usuario", - "miscpassword" => "Password", - "miscoldpass" => "Password Antiguo", - "miscnewpass" => "Password Nuevo", - "miscconfpass" => "Confirmar password", - "miscconfnewpass" => "Confirmar nuevo password", - "miscchpass" => "Cambiar password", - "mischomedir" => "Directorio Home", - "mischomeurl" => "URL Home", - "miscshowhidden" => "Mostrar artículos ocultos", - "mischidepattern" => "Ocultar patrón", - "miscperms" => "Permisos", - "miscuseritems" => "(nombre, directorio home, mostrar artículos ocultos, permisos, activar)", - "miscadduser" => "añadir usuario", - "miscedituser" => "editar usario '%s'", - "miscactive" => "Activar", - "misclang" => "Lenguaje", - "miscnoresult" => "Resultado(s) no disponible(s).", - "miscsubdirs" => "Búsqueda de subdirectorios", - "miscpermnames" => array("Solo ver","Modificar","Cambiar password","Modificar & Cambiar password", "Administrador"), - "miscyesno" => array("Si","No","S","N"), - "miscchmod" => array("Propietario", "Grupo", "Público"), -); -?> \ No newline at end of file diff --git a/Modules/Downloads/lang/es_mimes.php b/Modules/Downloads/lang/es_mimes.php deleted file mode 100644 index 0c2d8d6..0000000 --- a/Modules/Downloads/lang/es_mimes.php +++ /dev/null @@ -1,60 +0,0 @@ - "Directorio", - "exe" => "Archivo Ejecutable", - "file" => "Archivo", - - // text - "text" => "Archivo de Texto", - - // programming - "php" => "Script PHP", - "sql" => "Archivo SQL", - "perl" => "Script PERL", - "html" => "Pagina HTML", - "js" => "Archivo Javascript", - "css" => "Archivo CSS", - "cgi" => "Script CGI", - // C++ - "cpps" => "Archivo C++ Source", - "cpph" => "Archivo C++ Header", - // Java - "javas" => "Archivo Java Source", - "javac" => "Archivo Java Class", - // Pascal - "pas" => "Archivo Pascal", - - // images - "gif" => "Imagen GIF", - "jpg" => "Imagen JPG", - "bmp" => "Imagen BMP", - "png" => "Imagen PNG", - - // compressed - "zip" => "Archivo ZIP", - "tar" => "Archivo TAR", - "gzip" => "Archivo GZIP", - "bzip2" => "Archivo BZIP2", - "rar" => "Archivo RAR", - - // music - "mp3" => "Archivo MP3 Audio", - "wav" => "Archivo WAV Audio", - "midi" => "Archivo MIDI Audio", - "real" => "Archivo RealAudio", - - // movie - "mpg" => "Archivo MPG Video", - "mov" => "Archivo Movie", - "avi" => "Archivo AVI Video", - "flash" => "Archivo Flash Movie", - - // Micosoft / Adobe - "word" => "Documento Word", - "excel" => "Documento Excel", - "pdf" => "Archivo PDF" -); ?> diff --git a/Modules/Downloads/lang/fr.php b/Modules/Downloads/lang/fr.php deleted file mode 100644 index 4b3b010..0000000 --- a/Modules/Downloads/lang/fr.php +++ /dev/null @@ -1,158 +0,0 @@ - "ERREUR(S)", - "back" => "Page précédente", - - // root - "home" => "Le répertoire home n'existe pas, vérifiez vos préférences.", - "abovehome" => "Le répertoire courant n'a pas l'air d'etre au-dessus du répertoire home.", - "targetabovehome" => "Le répertoire cible n'a pas l'air d'etre au-dessus du répertoire home.", - - // exist - "direxist" => "Ce répertoire n'existe pas.", - //"filedoesexist" => "Ce fichier existe deja.", - "fileexist" => "Ce fichier n'existe pas.", - "itemdoesexist" => "Cet item existe deja.", - "itemexist" => "Cet item n'existe pas.", - "targetexist" => "Le répertoire cible n'existe pas.", - "targetdoesexist" => "L'item cible existe deja.", - - // open - "opendir" => "Impossible d'ouvrir le répertoire.", - "readdir" => "Impossible de lire le répertoire.", - - // access - "accessdir" => "Vous n'etes pas autorisé a acceder a ce répertoire.", - "accessfile" => "Vous n'etes pas autorisé a accéder a ce fichier.", - "accessitem" => "Vous n'etes pas autorisé a accéder a cet item.", - "accessfunc" => "Vous ne pouvez pas utiliser cette fonction.", - "accesstarget" => "Vous n'etes pas autorisé a accéder au repertoire cible.", - - // actions - "permread" => "Lecture des permissions échouée.", - "permchange" => "Changement des permissions échoué.", - "openfile" => "Ouverture du fichier échouée.", - "savefile" => "Sauvegarde du fichier échouée.", - "createfile" => "Création du fichier échouée.", - "createdir" => "Création du répertoire échouée.", - "uploadfile" => "Envoie du fichier échoué.", - "copyitem" => "La copie a échouée.", - "moveitem" => "Le déplacement a échoué.", - "delitem" => "La supression a échouée.", - "chpass" => "Le changement de mot de passe a échoué.", - "deluser" => "La supression de l'usager a échouée.", - "adduser" => "L'ajout de l'usager a échouée.", - "saveuser" => "La sauvegarde de l'usager a échouée.", - "searchnothing" => "Vous devez entrez quelquechose à chercher.", - - // misc - "miscnofunc" => "Fonctionalité non disponible.", - "miscfilesize" => "La taille du fichier excède la taille maximale autorisée.", - "miscfilepart" => "L'envoi du fichier n'a pas été complété.", - "miscnoname" => "Vous devez entrer un nom.", - "miscselitems" => "Vous n'avez sélectionné aucuns item(s).", - "miscdelitems" => "Êtes-vous certain de vouloir supprimer ces \"+num+\" item(s)?", - "miscdeluser" => "Êtes-vous certain de vouloir supprimer l'usager '\"+user+\"'?", - "miscnopassdiff" => "Le nouveau mot de passe est indentique au précédent.", - "miscnopassmatch" => "Les mots de passe diffèrent.", - "miscfieldmissed" => "Un champs requis n'a pas été rempli.", - "miscnouserpass" => "Nom d'usager ou mot de passe invalide.", - "miscselfremove" => "Vous ne pouvez pas supprimer votre compte.", - "miscuserexist" => "Ce nom d'usager existe déjà.", - "miscnofinduser" => "Usager non trouvé.", -); -$GLOBALS["messages"] = array( - // links - "permlink" => "CHANGER LES PERMISSIONS", - "editlink" => "ÉDITER", - "downlink" => "TÉLÉCHARGER", - "uplink" => "PARENT", - "homelink" => "HOME", - "reloadlink" => "RAFRAÎCHIR", - "copylink" => "COPIER", - "movelink" => "DÉPLACER", - "dellink" => "SUPPRIMER", - "comprlink" => "ARCHIVER", - "adminlink" => "ADMINISTRATION", - "logoutlink" => "DÉCONNECTER", - "uploadlink" => "ENVOYER", - "searchlink" => "RECHERCHER", - - // list - "nameheader" => "Nom", - "sizeheader" => "Taille", - "typeheader" => "Type", - "modifheader" => "Modifié", - "permheader" => "Perm's", - "actionheader" => "Actions", - "pathheader" => "Chemin", - - // buttons - "btncancel" => "Annuler", - "btnsave" => "Sauver", - "btnchange" => "Changer", - "btnreset" => "Réinitialiser", - "btnclose" => "Fermer", - "btncreate" => "Créer", - "btnsearch" => "Chercher", - "btnupload" => "Envoyer", - "btncopy" => "Copier", - "btnmove" => "Déplacer", - "btnlogin" => "Connecter", - "btnlogout" => "Déconnecter", - "btnadd" => "Ajouter", - "btnedit" => "Éditer", - "btnremove" => "Supprimer", - - // actions - "actdir" => "Répertoire", - "actperms" => "Changer les permissions", - "actedit" => "Éditer le fichier", - "actsearchresults" => "Résultats de la recherche", - "actcopyitems" => "Copier le(s) item(s)", - "actcopyfrom" => "Copier de /%s à /%s ", - "actmoveitems" => "Déplacer le(s) item(s)", - "actmovefrom" => "Déplacer de /%s à /%s ", - "actlogin" => "Connecter", - "actloginheader" => "Connecter pour utiliser QuiXplorer", - "actadmin" => "Administration", - "actchpwd" => "Changer le mot de passe", - "actusers" => "Usagers", - "actarchive" => "Archiver le(s) item(s)", - "actupload" => "Envoyer le(s) fichier(s)", - - // misc - "miscitems" => "Item(s)", - "miscfree" => "Disponible", - "miscusername" => "Usager", - "miscpassword" => "Mot de passe", - "miscoldpass" => "Ancien mot de passe", - "miscnewpass" => "Nouveau mot de passe", - "miscconfpass" => "Confirmer le mot de passe", - "miscconfnewpass" => "Confirmer le nouveau mot de passe", - "miscchpass" => "Changer le mot de passe", - "mischomedir" => "Répertoire home", - "mischomeurl" => "URL home", - "miscshowhidden" => "Voir les items cachés", - "mischidepattern" => "Cacher pattern", - "miscperms" => "Permissions", - "miscuseritems" => "(nom, répertoire home, Voir les items cachés, permissions, actif)", - "miscadduser" => "ajouter un usager", - "miscedituser" => "editer l'usager '%s'", - "miscactive" => "Actif", - "misclang" => "Langage", - "miscnoresult" => "Aucun résultats.", - "miscsubdirs" => "Rechercher dans les sous-répertoires", - "miscpermnames" => array("Lecture seulement","Modifier","Changement le mot de passe","Modifier & Changer le mot de passe", - "Administrateur"), - "miscyesno" => array("Oui","Non","O","N"), - "miscchmod" => array("Propriétaire", "Groupe", "Publique"), -); -?> \ No newline at end of file diff --git a/Modules/Downloads/lang/fr_mimes.php b/Modules/Downloads/lang/fr_mimes.php deleted file mode 100644 index f880a52..0000000 --- a/Modules/Downloads/lang/fr_mimes.php +++ /dev/null @@ -1,60 +0,0 @@ - "Répertoire", - "exe" => "Exécutable", - "file" => "Fichier", - - // text - "text" => "Fichier texte", - - // programming - "php" => "Script PHP", - "sql" => "Fichier SQL", - "perl" => "Script PERL", - "html" => "Page HTML", - "js" => "Fichier Javascript", - "css" => "Fichier CSS", - "cgi" => "Script CGI", - // C++ - "cpps" => "Fichier source C++", - "cpph" => "Fichier source C++", - // Java - "javas" => "Fichier source Java", - "javac" => "Fichier classe Java", - // Pascal - "pas" => "Fichie Pascal", - - // images - "gif" => "Image GIF", - "jpg" => "Image JPG", - "bmp" => "Image BMP", - "png" => "Image PNG", - - // compressed - "zip" => "Archive ZIP", - "tar" => "Archive TAR", - "gzip" => "Archive GZIP", - "bzip2" => "Archive BZIP2", - "rar" => "Archive RAR", - - // music - "mp3" => "Fichier audio MP3", - "wav" => "Fichier audio WAV", - "midi" => "Fichier audio MIDI", - "real" => "Fichier RealAudio", - - // movie - "mpg" => "Fichier vidéo MPG", - "mov" => "Fichier Vidéo", - "avi" => "Fichier vidéo AVI", - "flash" => "Fichier vidéo Flash", - - // Micosoft / Adobe - "word" => "Document Word", - "excel" => "Document Excel", - "pdf" => "Fichier PDF" -); ?> \ No newline at end of file diff --git a/Modules/Downloads/lang/nl.php b/Modules/Downloads/lang/nl.php deleted file mode 100644 index ca5e441..0000000 --- a/Modules/Downloads/lang/nl.php +++ /dev/null @@ -1,158 +0,0 @@ - "FOUT(EN)", - "back" => "Ga Terug", - - // root - "home" => "De thuis map bestaat niet, controleer uw instellingen.", - "abovehome" => "De huidige map mag niet hoger liggen dan de thuis map.", - "targetabovehome" => "De doel map mag niet hoger liggen dan de thuis map.", - - // exist - "direxist" => "Deze map bestaat niet.", - //"filedoesexist" => "Dit bestand bestaat al.", - "fileexist" => "Dit bestand bestaat niet.", - "itemdoesexist" => "Dit item bestaat al.", - "itemexist" => "Dit item bestaat niet.", - "targetexist" => "De doel map bestaat niet.", - "targetdoesexist" => "Het doel item bestaat al.", - - // open - "opendir" => "Kan map niet openen.", - "readdir" => "Kan map niet lezen.", - - // access - "accessdir" => "U hebt geen toegang tot deze map.", - "accessfile" => "U hebt geen toegang tot dit bestand.", - "accessitem" => "U hebt geen toegang tot dit item.", - "accessfunc" => "U hebt geen rechten deze functie te gebruiken.", - "accesstarget" => "U hebt geen toegang tot de doel map.", - - // actions - "permread" => "Rechten opvragen mislukt.", - "permchange" => "Rechten wijzigen mislukt.", - "openfile" => "Bestand openen mislukt.", - "savefile" => "Bestand opslaan mislukt.", - "createfile" => "Bestand maken mislukt.", - "createdir" => "Map maken mislukt.", - "uploadfile" => "Bestand uploaden mislukt.", - "copyitem" => "Kopiëren mislukt.", - "moveitem" => "Verplaatsen mislukt.", - "delitem" => "Verwijderen mislukt.", - "chpass" => "Wachtwoord wijzigen mislukt.", - "deluser" => "Gebruiker verwijderen mislukt.", - "adduser" => "Gebruiker toevoegen mislukt.", - "saveuser" => "Gebruiker opslaan mislukt.", - "searchnothing" => "U moet iets te zoeken opgeven.", - - // misc - "miscnofunc" => "Functie niet beschikbaar.", - "miscfilesize" => "Bestand is groter dan de maximum grootte.", - "miscfilepart" => "Bestand is maar gedeeltelijk geupload.", - "miscnoname" => "U moet een naam opgeven.", - "miscselitems" => "U hebt geen item(s) geselecteerd.", - "miscdelitems" => "Weet u zeker dat u deze \"+num+\" item(s) wilt verwijderen?", - "miscdeluser" => "Weet u zeker dat u gebruiker '\"+user+\"' wilt verwijderen?", - "miscnopassdiff" => "Het nieuwe wachtwoord verschilt niet van het huidige.", - "miscnopassmatch" => "Wachtwoorden komen niet overeen.", - "miscfieldmissed" => "U bent een belangrijk veld vergeten in te vullen.", - "miscnouserpass" => "Gebruiker of wachtwoord onjuist.", - "miscselfremove" => "U kunt zichzelf niet verwijderen.", - "miscuserexist" => "De gebruiker bestaat al.", - "miscnofinduser" => "Kan gebruiker niet vinden.", -); -$GLOBALS["messages"] = array( - // links - "permlink" => "RECHTEN WIJZIGEN", - "editlink" => "BEWERKEN", - "downlink" => "DOWNLOADEN", - "uplink" => "OMHOOG", - "homelink" => "THUIS", - "reloadlink" => "VERNIEUWEN", - "copylink" => "KOPIËREN", - "movelink" => "VERPLAATSEN", - "dellink" => "VERWIJDEREN", - "comprlink" => "ARCHIVEREN", - "adminlink" => "BEHEER", - "logoutlink" => "AFMELDEN", - "uploadlink" => "UPLOADEN", - "searchlink" => "ZOEKEN", - - // list - "nameheader" => "Naam", - "sizeheader" => "Grootte", - "typeheader" => "Type", - "modifheader" => "Gewijzigd", - "permheader" => "Rechten", - "actionheader" => "Acties", - "pathheader" => "Pad", - - // buttons - "btncancel" => "Annuleren", - "btnsave" => "Opslaan", - "btnchange" => "Wijzigen", - "btnreset" => "Opnieuw", - "btnclose" => "Sluiten", - "btncreate" => "Maken", - "btnsearch" => "Zoeken", - "btnupload" => "Uploaden", - "btncopy" => "Kopiëren", - "btnmove" => "Verplaatsen", - "btnlogin" => "Aanmelden", - "btnlogout" => "Afmelden", - "btnadd" => "Toevoegen", - "btnedit" => "Bewerken", - "btnremove" => "Verwijderen", - - // actions - "actdir" => "Map", - "actperms" => "Rechten wijzigen", - "actedit" => "Bestand bewerken", - "actsearchresults" => "Zoek resultaten", - "actcopyitems" => "Item(s) kopiëren", - "actcopyfrom" => "Kopieer van /%s naar /%s ", - "actmoveitems" => "Item(s) verplaatsen", - "actmovefrom" => "Verplaats van /%s naar /%s ", - "actlogin" => "Aanmelden", - "actloginheader" => "Meld u aan om QuiXplorer te gebruiken", - "actadmin" => "Beheer", - "actchpwd" => "Wachtwoord wijzigen", - "actusers" => "Gebruikers", - "actarchive" => "Item(s) archiveren", - "actupload" => "Bestand(en) uploaden", - - // misc - "miscitems" => "Item(s)", - "miscfree" => "Beschikbaar", - "miscusername" => "Gebruikersnaam", - "miscpassword" => "Wachtwoord", - "miscoldpass" => "Oud wachtwoord", - "miscnewpass" => "Nieuw wachtwoord", - "miscconfpass" => "Bevestig wachtwoord", - "miscconfnewpass" => "Bevestig nieuw wachtwoord", - "miscchpass" => "Wijzig wachtwoord", - "mischomedir" => "Thuismap", - "mischomeurl" => "Thuis URL", - "miscshowhidden" => "Verborgen items weergeven", - "mischidepattern" => "Verberg patroon", - "miscperms" => "Rechten", - "miscuseritems" => "(naam, thuis map, verborgen items weergeven, rechten, geactiveerd)", - "miscadduser" => "gebruiker toevoegen", - "miscedituser" => "gebruiker '%s' bewerken", - "miscactive" => "Geactiveerd", - "misclang" => "Taal", - "miscnoresult" => "Geen resultaten beschikbaar.", - "miscsubdirs" => "Zoek in subdirectories", - "miscpermnames" => array("Alleen kijken","Wijzigen","Wachtwoord wijzigen", - "Wijzigen & Wachtwoord wijzigen","Beheerder"), - "miscyesno" => array("Ja","Nee","J","N"), - "miscchmod" => array("Eigenaar", "Groep", "Publiek"), -); -?> \ No newline at end of file diff --git a/Modules/Downloads/lang/nl_mimes.php b/Modules/Downloads/lang/nl_mimes.php deleted file mode 100644 index 52960ec..0000000 --- a/Modules/Downloads/lang/nl_mimes.php +++ /dev/null @@ -1,60 +0,0 @@ - "Map", - "exe" => "Programma", - "file" => "Bestand", - - // text - "text" => "Tekstbestand", - - // programming - "php" => "PHP Script", - "sql" => "SQL Bestand", - "perl" => "PERL Script", - "html" => "HTML Pagina", - "js" => "Javascript Bestand", - "css" => "CSS Bestand", - "cgi" => "CGI Script", - // C++ - "cpps" => "C++ Bronbestand", - "cpph" => "C++ Header Bestand", - // Java - "javas" => "Java Bronbestand", - "javac" => "Java Class Bestand", - // Pascal - "pas" => "Pascal Bestand", - - // images - "gif" => "GIF Afbeelding", - "jpg" => "JPG Afbeelding", - "bmp" => "BMP Afbeelding", - "png" => "PNG Afbeelding", - - // compressed - "zip" => "ZIP Archief", - "tar" => "TAR Archief", - "gzip" => "GZIP Archief", - "bzip2" => "BZIP2 Archief", - "rar" => "RAR Archief", - - // music - "mp3" => "MP3 Audio Bestand", - "wav" => "WAV Audio Bestand", - "midi" => "MIDI Audio Bestand", - "real" => "RealAudio Bestand", - - // movie - "mpg" => "MPG Video Bestand", - "mov" => "Movie Bestand", - "avi" => "AVI Video Bestand", - "flash" => "Flash Movie Bestand", - - // Micosoft / Adobe - "word" => "Word Document", - "excel" => "Excel Document", - "pdf" => "PDF Bestand" -); ?> \ No newline at end of file diff --git a/Modules/Downloads/lang/ru.php b/Modules/Downloads/lang/ru.php deleted file mode 100644 index 7044cb5..0000000 --- a/Modules/Downloads/lang/ru.php +++ /dev/null @@ -1,158 +0,0 @@ - "ÎØÈÁÊÀ(È)", - "back" => "Âåðíóòüñÿ", - - // root - "home" => "Äîìàøíÿÿ äèðåêòîðèÿ íå ñóùåñòâóåò! Ïðîâåðüòå íàñòðîéêè.", - "abovehome" => "Òåêóùàÿ äèðåêòîðèÿ íå ìîæåò íàõîäèòñÿ âûøå äîìàøíåãî êàòàëîãà.", - "targetabovehome" => "Çàïðîøåííàÿ äèðåêòîðèÿ íå ìîæåò íàõîäèòñÿ âûøå äîìàøíåãî êàòàëîãà.", - - // exist - "direxist" => "Äèðåêòîðèÿ íå ñóùåñòâóåò", - //"filedoesexist" => "Òàêîé ôàéë óæå ñóùåñòâóåò", - "fileexist" => "Òàêîãî ôàéëà íå ñóùåñòâóåò", - "itemdoesexist" => "Òàêîé îáúåêò óæå ñóùåñòâóåò", - "itemexist" => "Òàêîãî îáúåêòà ñóùåñòâóåò", - "targetexist" => "Íàçíà÷åííîé äèðåêòîðèè íå ñóùåñòâóåò", - "targetdoesexist" => "Íàçíà÷åííîãî îáúåêòà íå ñóùåñòâóåò", - - // open - "opendir" => "Íåâîçìîæíî îòêðûòü äèðåêòîðèþ", - "readdir" => "Íåâîçìîæíî ïðî÷èòàòü äèðåêòîðèþ", - - // access - "accessdir" => "Âàì çàïðåùåíî çàõîäèòü â äàííóþ äèðåêòîðèþ", - "accessfile" => "Âàì çàïðåùåíî èñïîëüçîâàòü äàííûé ôàéë", - "accessitem" => "Âàì çàïðåùåíî èñïîëüçîâàòü äàííûé îáúåêò", - "accessfunc" => "Âàì çàïðåùåíî èñïîëüçîâàòü äàííóþ ôóíêöèþ", - "accesstarget" => "Âàì çàïðåùåíî âõîäèòü â çàäàííóþ äèðåêòîðèþ", - - // actions - "permread" => "Îøèáêà â ïîëó÷åíèè ïðàâ äîñòóïà", - "permchange" => "Îøèáêà â ñìåíå ïðàâ äîñòóïà", - "openfile" => "Ïðîâàë â îòêðûòèè ôàéëà", - "savefile" => "Ïðîâàë â ñîõðàíåíèè ôàéëà", - "createfile" => "Ïðîâàë â ñîçäàíèè ôàéëà", - "createdir" => "Ïðîâàë â ñîçäàíèè äèðåêòîðèè", - "uploadfile" => "Ïðîâàë â çàãðóçêå ôàéëà", - "copyitem" => "Ïðîâàë â êîïèðîâàíèè", - "moveitem" => "Ïðîâàë â ïåðåèìåíîâàíèè", - "delitem" => "Ïðîâàë â óäàëåíèè", - "chpass" => "Ïðîâàë â ñìåíå ïàðîëÿ", - "deluser" => "Ïðîâàë â óäàëåíèè ïîëüçîâàòåëÿ", - "adduser" => "Ïðîâàë â óäàëåíèè ïîëüçîâàòåëÿ", - "saveuser" => "Ïðîâàë â ñîõðàíåíèè ïîëüçîâàòåëÿ", - "searchnothing" => "Ñòðîêà ïîèñêà íå äîëæíà áûòü ïóñòîé", - - // misc - "miscnofunc" => "Ôóíêöèÿ íåäîñòóïíà", - "miscfilesize" => "Ôàéë ïðåâûøàåò ìàêñèìàëüíûé ðàçìåð", - "miscfilepart" => "Ôàéë áûë çàãðóæåí ÷àñòè÷íî", - "miscnoname" => "Âû äîëæíû äàòü çàäàòü èìÿ", - "miscselitems" => "Âû íå âûáðàëè îáúåêò(û)", - "miscdelitems" => "Âû óâåðåíû, ÷òî õîòèòå óäàëèòü \"+num+\" îáúåêò(à/îâ)?", - "miscdeluser" => "Âû óâåðåíû, ÷òî õîòèòå óäàëèòü ïîëüçîâàòåëÿ '\"+user+\"'?", - "miscnopassdiff" => "Íîâûé ïàðîëü íå îòëè÷àåòñÿ îò òåêóùåãî", - "miscnopassmatch" => "Ïàðîëè íå ñîâïàäàþò", - "miscfieldmissed" => "Âû ïðîïóñòèëè âàæíîå ïîëå", - "miscnouserpass" => "Èìÿ ïîëüçîâàòåëÿ èëè ïàðîëü íå ïðàâèëüíû", - "miscselfremove" => "Âû íå ìîæåòå óäàëèòü ñàìîãî ñåáÿ", - "miscuserexist" => "Òàêîé ïîëüçîâàòåëü óæå ñóùåñòâóåò", - "miscnofinduser" => "Íåâîçìîæíî íàéòè ïîëüçîâàòåëÿ", -); -$GLOBALS["messages"] = array( - // links - "permlink" => "ÏÎÌÅÍßÒÜ ÏÐÀÂÀ ÄÎÑÒÓÏÀ", - "editlink" => "ÐÅÄÀÊÒÈÐÎÂÀÒÜ", - "downlink" => "ÑÊÀ×ÀÒÜ", - "uplink" => "ÍÀÂÅÐÕ", - "homelink" => "ÄÎÌÎÉ", - "reloadlink" => "ÎÁÍÎÂÈÒÜ", - "copylink" => "ÊÎÏÈÐÎÂÀÒÜ", - "movelink" => "ÏÅÐÅÌÅÑÒÈÒÜ", - "dellink" => "ÓÄÀËÈÒÜ", - "comprlink" => "ÀÐÕÈÂÈÐÎÂÀÒÜ", - "adminlink" => "ÀÄÌÈÍÈÑÒÐÈÐÎÂÀÍÈÅ", - "logoutlink" => "ÂÛÉÒÈ", - "uploadlink" => "ÇÀÊÀ×ÀÒÜ", - "searchlink" => "ÏÎÈÑÊ", - - // list - "nameheader" => "Ôàéë", - "sizeheader" => "Ðàçìåð", - "typeheader" => "Òèï", - "modifheader" => "Èçìåíåí", - "permheader" => "Ïðàâà", - "actionheader" => "Äåéñòâèÿ", - "pathheader" => "Ïóòü", - - // buttons - "btncancel" => "Îòìåíÿ", - "btnsave" => "Ñîõðàíèòü", - "btnchange" => "Èçìåíèòü", - "btnreset" => "Î÷èñòèòü", - "btnclose" => "Çàêðûòü", - "btncreate" => "Ñîçäàòü", - "btnsearch" => "Ïîèñê", - "btnupload" => "Çàêà÷àòü", - "btncopy" => "Êîïèðîâàòü", - "btnmove" => "Ïåðåìåñòèòü", - "btnlogin" => "Âîéòè", - "btnlogout" => "Âûéòè", - "btnadd" => "Äîáàâèòü", - "btnedit" => "Ðåäàêòèðîâàòü", - "btnremove" => "Óäàëèòü", - - // actions - "actdir" => "Ïàïêà", - "actperms" => "Ïîìåíÿòü ïðàâà", - "actedit" => "Ïðàâèò ôàéë", - "actsearchresults" => "Ðåçóëüòàòû ïîèñêà", - "actcopyitems" => "Êîïèðîâàòü îáúåêò(û)", - "actcopyfrom" => "Êîïèðîâàòü èç /%s â /%s ", - "actmoveitems" => "Ïåðåìåñòèòü îáúåêò(û)", - "actmovefrom" => "Ïåðåìåñòèòü èç /%s â /%s ", - "actlogin" => "Âîéòè", - "actloginheader" => "Âîéòè, ÷òîáû íà÷àòü èñïîëüçîâàòü QuiXplorer", - "actadmin" => "Àäìèíèñòðèðîâàíèå", - "actchpwd" => "Ñìåíèòü ïàðîëü", - "actusers" => "Ïîëüçîâàòåëè", - "actarchive" => "Çààðõèâèðîâàòü îáúåêò(û)", - "actupload" => "Çàêà÷àòü ôàéë(û)", - - // misc - "miscitems" => "Îáúåêò(à/îâ)", - "miscfree" => "Ñâîáîäíî", - "miscusername" => "Ïîëüçîâàòåëü", - "miscpassword" => "Ïàðîëü", - "miscoldpass" => "Ñòàðûé ïàðîëü", - "miscnewpass" => "Íîâûé ïàðîëü", - "miscconfpass" => "Ïîäòâåðäèòå ïàðîëü", - "miscconfnewpass" => "Ïîäòâåðäèòå íîâûé ïàðîëü", - "miscchpass" => "Ïîìåíÿòü ïàðîëü", - "mischomedir" => "Äîìàøíÿÿ äèðåêòîðèÿ", - "mischomeurl" => "Äîìàøíèé URL", - "miscshowhidden" => "Ïîêàçûâàòü ñïðÿòàííûå îáúåêòû", - "mischidepattern" => "Ïðÿòàòü ôàéëû", - "miscperms" => "Ïðàâà", - "miscuseritems" => "(èìÿ, äîìàøíÿÿ äèðåêòîðèÿ, ïîêàçûâàòü ñïðÿòàííûå îáúåêòû, ïðàâà äîñóòïà, àêòèâåí)", - "miscadduser" => "äîáàâèòü ïîëüçîâàòåëÿ", - "miscedituser" => "ðåäàêòèðîâàòü ïîëüçîâàòåëÿ '%s'", - "miscactive" => "Àêòèâåí", - "misclang" => "ßçûê", - "miscnoresult" => "Íåò ðåçóëüòàòîâ", - "miscsubdirs" => "Èñêàòü â ïîääèðåêòîðèÿõ", - "miscpermnames" => array("Òîëüêî ïðîñìîòð","Ðåäàêòèðîâàíèå","Ñìåíÿ ïàðîëÿ","Ïðàâêà è ñìåíà ïàðîëÿ", - "Àäìèíèñòðàòîð"), - "miscyesno" => array("Äà","Íåò","Ä","Í"), - "miscchmod" => array("Âëàäåëåö", "Ãðóïïà", "Èíòåðíåò"), -); -?> diff --git a/Modules/Downloads/lang/ru_mimes.php b/Modules/Downloads/lang/ru_mimes.php deleted file mode 100644 index 436380b..0000000 --- a/Modules/Downloads/lang/ru_mimes.php +++ /dev/null @@ -1,60 +0,0 @@ - "Äèðåêòîðèÿ", - "exe" => "Èñïîëíÿåìûé ôàéë", - "file" => "Ôàéë", - - // text - "text" => "Òåêñòîâûé ôàéë", - - // programming - "php" => "PHP ñêðèïò", - "sql" => "ôàéë SQL", - "perl" => "PERL ñêðèïò", - "html" => "ñòðàíèöà HTML", - "js" => "ôàéë Javascript", - "css" => "CSS ñòèëü", - "cgi" => "CGI ñêðèïò", - // C++ - "cpps" => "èñõîäíûé êîä C++", - "cpph" => "çàãîëîâîê êîäà C++", - // Java - "javas" => "èñõîäíûé êîä Java", - "javac" => "èñõîäíûé êîä Java class", - // Pascal - "pas" => "ôàéë Pascal", - - // images - "gif" => "èçîáðàæåíèå GIF", - "jpg" => "èçîáðàæåíèå JPG", - "bmp" => "èçîáðàæåíèå BMP", - "png" => "èçîáðàæåíèå PNG", - - // compressed - "zip" => "àðõèâ ZIP", - "tar" => "àðõèâ TAR", - "gzip" => "àðõèâ GZIP", - "bzip2" => "àðõèâ BZIP2e", - "rar" => "àðõèâ RAR", - - // music - "mp3" => "ôàéë MP3", - "wav" => "ôàéë WAV", - "midi" => "ôàéë MIDI", - "real" => "ôàéë RealAudio", - - // movie - "mpg" => "âèäåî-ôàéë MPG", - "mov" => "âèäåî-ôàéë Movie", - "avi" => "âèäåî-ôàéë AVI", - "flash" => "Flash ôàéë", - - // Micosoft / Adobe - "word" => "äîêóìåíò Word", - "excel" => "äîêóìåíò Excel", - "pdf" => "ôàéë PDF" -); ?> diff --git a/Modules/Forum/index.php b/Modules/Forum/index.php index efe4789..ea9f53f 100755 --- a/Modules/Forum/index.php +++ b/Modules/Forum/index.php @@ -1,25 +1,23 @@ 0) -{ +if($urlcut > 0) { $moduleurl = substr($moduleurl,0,$urlcut); -} -else -{ - if(strpos($moduleurl, "?") == 0) - { - $moduleurl = $_SERVER["REQUEST_URI"]."?site=1"; +} else { + if(strpos($moduleurl, "?") == 0) { + $moduleurl = $_SERVER["REQUEST_URI"] . "?site=1"; } - if($_SERVER["REQUEST_URI"] == "/" || is_null($_SERVER["REQUEST_URI"])) - { + if($_SERVER["REQUEST_URI"] == "/" || is_null($_SERVER["REQUEST_URI"])) { $moduleurl = "/index.php?site=1"; } } $moduleurl1 = $moduleurl; - -switch($uebergabe) -{ +?> + +
+
+ +
+
diff --git a/Modules/Home/index.php b/Modules/Home/index.php index d6a7ac4..315f794 100755 --- a/Modules/Home/index.php +++ b/Modules/Home/index.php @@ -2,30 +2,30 @@

- Welcome + Welcome

+
+

Infos über das Projekt:

-
-

Mit Hilfe von OpenVPN wird der gesamte Netzwerkverkehr der ueber das WLAN uebertragen wird verschluesselt. +
+

Mit Hilfe von OpenVPN wird der gesamte Netzwerkverkehr der über das WLAN übertragen wird verschlüsselt. Dies hat den Vorteil, dass private Daten, wie z.B Login-Informationen usw., wirklich privat bleiben.

-

In der HTL wird ein Verschluesselter Tunnel von einem Client (z.B. Schueler-Laptop) zum VPN-Server aufgebaut. Der VPN Server Leitet dann den gesamten - Traffic direkt an den Hauptrouter/Proxy der HTL weiter. Die Verbindung vom VPN-Server zum Router erfolgt direkt ueber Kabel und wird somit als "sicher" - bezeichnet.

+

Des weiteren können durch die GEMA gesperrte Videos auf Youtube angeschaut werden, da der VPN-Server in den USA steht :)

Mitmachen
an image -

Besteht interresse an einem Account fuer SchulVPN? Dann melde dich einfach bei einen von den Administratoren!

+

Besteht interresse an einem Account für SprinterVPN? Dann melde dich einfach bei einen von den Administratoren!

Development
an image -

Du wuerdest gerne mithelfen oder hast Fehler und Anregungen zu melden? Sende uns eine Email oder erstelle einen Forenbeitrag!

+

Du würdest gerne mithelfen oder hast Fehler und Anregungen zu melden? Sende uns eine Email oder erstelle einen Forenbeitrag!

- +

Powered by:

diff --git a/Modules/Privacy/index.php b/Modules/Privacy/index.php deleted file mode 100755 index 3a85083..0000000 --- a/Modules/Privacy/index.php +++ /dev/null @@ -1,65 +0,0 @@ - - -
-
-
-
-

- Privacy Information -

-
- -

Consent to Collection of Your Personal Information

- -When you visit this site, certain kinds of non-personal information, such as the website that referred you to us, your IP address, browser type and language, and access times, may be collected automatically as part of the site's operation. We also may collect navigational information, including information about the pages you view, the links you click, and other actions taken in connection with the site. Demographic information (e.g., your occupation, hobbies, gender, or interests) may also be collected and may be linked to your personal information. - -We only collect personal information about you after you have provided us with your consent to collect that specific information. By voluntarily providing this information to us, you consent to the collection and use of your personal information as set out in this privacy policy. - -

Personal information includes:

-Information collected when you place the order including your name, billing address, email address, and phone number. - -

Please note:

we do not collect the credit card details, because we use payment gateways to process your order(s). - -You may always choose not to provide personal information, but if you so choose, the offered products and services may not be available to you. - -

Use of Your Personal Information

- -We collect and use your personal information to: -

* process your transactions;

-

* provide customer service;

-

* perform research and analysis aimed at improving our products, services and technologies;

-

* to display content that is customized to your interests and preferences;

-

* to run contests, select entrants, and choose prize winners;

-

* to communicate with you about your transactions, new products and services. We may send transaction-related communications such as welcome letters, billing reminders, and purchase confirmations. We may also send you surveys or marketing communications to inform you of new products or services or other information or offers that may be of interest.

- -

Disclosing Your Personal Information

- -Except as set out in this privacy policy, we do not disclose or sell your personal information to any third-parties. - -We may disclose your personal information to third-party service providers who perform services on our behalf. For example, we may hire other companies to handle the processing of payments, to provide data storage, to host websites, to fulfill orders and shipments, to assist in marketing, to conduct audits, etc. Those third-party service providers (i) shall be permitted to obtain only the personal information they need to provide the service, (ii) must protect personal information to the same extent as FlashMint, and (iii) shall be prohibited from using it for any other purpose. - -We reserve the right to disclose your personal information if required or permitted to do so by law. - -

Security of Your Personal Information

- -The security of your personal information is important to us. We follow generally accepted industry standards to help protect your personal information including without limitation: -

* limiting access to your personal information to those of our employees who require it to provide services to you;

-

* requiring employees to sign confidentiality agreements to protect customer and other confidential information;

-

* ensuring that third-party service providers sign confidentiality agreements to maintain the confidentiality of your personal information and not to use it for any unauthorized purposes;

-

* storing your personal information in secure computer systems which protect it from unauthorized access or use.

- -No method of transmission over the Internet, or method of electronic storage, is 100% secure. Therefore, while we strive to protect your personal information, we cannot guarantee its absolute security. - -

Changes to This Privacy Policy

- -We reserve the right to change the terms of this privacy policy at any time. When we make changes, we will revise the "last updated" date at the top of the policy. If there are material changes to this statement or in how we will use your personal information, we will notify you by prominently posting a notice of such changes here or on our home page, or by sending you an email. We encourage you to review this policy whenever you visit one of our sites. - - - -Last update: 6. Nov 2009 -
-
-
-
-
- diff --git a/Modules/ServerTraffic/index.php b/Modules/ServerTraffic/index.php index da2462e..89b3ad6 100644 --- a/Modules/ServerTraffic/index.php +++ b/Modules/ServerTraffic/index.php @@ -51,165 +51,170 @@ function Potenz($sent_sum) ?> -
- - + +
+
+
+ + - + - - + + - - + "; - if($table=='connections') - { - echo "
\n"; - } - else if($table=='month') - { - echo "\n"; - } - else if($table=='year') - { - echo "\n"; - } - else - { - } -// ------------------------------------------------ Mysql lesen - if ($result) - { -//Zusammenzaehlen - $time_sum=0; - $month=0; - $year=0; + echo "
Start TimeStop TimeClient IPDownload - Upload
MonthYearConnection TimeDownload - Upload
YearConnection TimeDownload - Upload
"; + if($table=='connections') + { + echo "\n"; + } + else if($table=='month') + { + echo "\n"; + } + else if($table=='year') + { + echo "\n"; + } + else + { + } + // ------------------------------------------------ Mysql lesen + if ($result) + { + //Zusammenzaehlen + $time_sum=0; + $month=0; + $year=0; - $sent_sum=0; - $received_sum=0; + $sent_sum=0; + $received_sum=0; - while ($ar=mysql_fetch_array($result,MYSQL_ASSOC)) - { - if($table=='connections') - { - if($ar["stop"] != 0) - { - $stop = date("r",$ar["stop"]); - } - else - { - $stop = "running session"; - } - echo "\n"; - } - else if($table=='month') - { - if($month!=$ar["month"] && $month!=0) - { - $hour = floor($time_sum/3600); - $min = floor($time_sum/60 - $hour *60); - $sec = $time_sum-$hour*3600-$min*60; - $timestring = $hour .":". $min .":". $sec; + while ($ar=mysql_fetch_array($result,MYSQL_ASSOC)) + { + if($table=='connections') + { + if($ar["stop"] != 0) + { + $stop = date("r",$ar["stop"]); + } + else + { + $stop = "running session"; + } + echo "\n"; + } + else if($table=='month') + { + if($month!=$ar["month"] && $month!=0) + { + $hour = floor($time_sum/3600); + $min = floor($time_sum/60 - $hour *60); + $sec = $time_sum-$hour*3600-$min*60; + $timestring = $hour .":". $min .":". $sec; - $sent_sum_anz = Potenz($sent_sum); - $received_sum_anz = Potenz($received_sum); + $sent_sum_anz = Potenz($sent_sum); + $received_sum_anz = Potenz($received_sum); - echo "\n"; - $sent_sum=0; - $received_sum=0; - $time_sum=0; - } - else - { - } - $month=$ar["month"]; - $year=$ar["year"]; - $time_sum += $ar["time"]; - $sent_sum += $ar["sent"]; - $received_sum += $ar["received"]; - } - else if($table=='year') - { - if($year!=$ar["year"] && $year!=0) - { - $hour = floor($time_sum/3600); - $min = floor($time_sum/60 - $hour *60); - $sec = $time_sum-$hour*3600-$min*60; - $timestring = $hour .":". $min .":". $sec; + echo "\n"; + $sent_sum=0; + $received_sum=0; + $time_sum=0; + } + else + { + } + $month=$ar["month"]; + $year=$ar["year"]; + $time_sum += $ar["time"]; + $sent_sum += $ar["sent"]; + $received_sum += $ar["received"]; + } + else if($table=='year') + { + if($year!=$ar["year"] && $year!=0) + { + $hour = floor($time_sum/3600); + $min = floor($time_sum/60 - $hour *60); + $sec = $time_sum-$hour*3600-$min*60; + $timestring = $hour .":". $min .":". $sec; - $sent_sum_anz = Potenz($sent_sum); - $received_sum_anz = Potenz($received_sum); + $sent_sum_anz = Potenz($sent_sum); + $received_sum_anz = Potenz($received_sum); - echo "\n"; - $sent_sum=0; - $received_sum=0; - $time_sum=0; - } - else - { - } - $year=$ar["year"]; - $time_sum += $ar["time"]; - $sent_sum += $ar["sent"]; - $received_sum += $ar["received"]; - } - else - { - } - } -//letzen Datensatz ausgeben - $hour = floor($time_sum/3600); - $min = floor($time_sum/60 - $hour *60); - $sec = $time_sum-$hour*3600-$min*60; - $timestring = $hour .":". $min .":". $sec; + echo "\n"; + $sent_sum=0; + $received_sum=0; + $time_sum=0; + } + else + { + } + $year=$ar["year"]; + $time_sum += $ar["time"]; + $sent_sum += $ar["sent"]; + $received_sum += $ar["received"]; + } + else + { + } + } + //letzen Datensatz ausgeben + $hour = floor($time_sum/3600); + $min = floor($time_sum/60 - $hour *60); + $sec = $time_sum-$hour*3600-$min*60; + $timestring = $hour .":". $min .":". $sec; - $sent_sum_anz = Potenz($sent_sum); - $received_sum_anz = Potenz($received_sum); + $sent_sum_anz = Potenz($sent_sum); + $received_sum_anz = Potenz($received_sum); - if($table=='year') - { - echo "\n"; - } - else if($table=='month') - { - echo "\n"; - } - $sent_sum=0; - $received_sum=0; - $time_sum=0; -//--------------------------------- - } - else - { - echo "
"; - } - echo "
Start TimeStop TimeClient IPDownload + Upload
MonthYearConnection TimeDownload + Upload
YearConnection TimeDownload + Upload
",date("r",$ar["start"]),"",$stop,"",$ar["ip"], - "",Potenz($ar["sent"]),"",Potenz($ar["received"]), - "
",date("r",$ar["start"]),"",$stop,"",$ar["ip"], + "",Potenz($ar["sent"]),"",Potenz($ar["received"]), + "
",$month,"",$year,"",$timestring, - "",$sent_sum_anz,"",$received_sum_anz, - "
",$month,"",$year,"",$timestring, + "",$sent_sum_anz,"",$received_sum_anz, + "
",$year,"",$timestring, - "",$sent_sum_anz,"",$received_sum_anz, - "
",$year,"",$timestring, + "",$sent_sum_anz,"",$received_sum_anz, + "
",$year,"",$timestring, - "",$sent_sum_anz,"",$received_sum_anz, - "
",$month,"",$year,"",$timestring, - "",$sent_sum_anz,"",$received_sum_anz, - "
"; - mysql_close(); -?> + if($table=='year') + { + echo "",$year,"",$timestring, + "",$sent_sum_anz,"",$received_sum_anz, + "\n"; + } + else if($table=='month') + { + echo "",$month,"",$year,"",$timestring, + "",$sent_sum_anz,"",$received_sum_anz, + "\n"; + } + $sent_sum=0; + $received_sum=0; + $time_sum=0; + //--------------------------------- + } + else + { + echo "
"; + } + echo ""; + mysql_close(); + ?> +
+
diff --git a/Modules/Services/download/certinstall.sh b/Modules/Services/download/certinstall.sh deleted file mode 100755 index 6c8cd41..0000000 --- a/Modules/Services/download/certinstall.sh +++ /dev/null @@ -1,232 +0,0 @@ -#!/bin/bash - -echo "Config-Installationsprogramm für SchulVPN" - -if [ $USER != "root" ]; -then -echo Root-Rechte benoetigt! -read -exit 0 -fi - - -echo "Geben Sie das Standard-Wireless Interface ein: " -read WLAN -echo "Geben Sie die ESSID an, bei dem OpenVPN nicht verbinden soll: " -read NOVPNESSID -echo "Geben Sie das Interface an, bei dem OpvenVPN nicht verbinden soll: " -read NOVPNINT -echo "Geben Sie Ihren Benutzernamen ein: " -read BENUTZER - -mkdir $HOME/.vpn -mkdir $HOME/.vpn/keys - -##------------------------------------------------------------------------------ -#/etc/NetworkManager/dispatcher.d/02vpn -##------------------------------------------------------------------------------ -echo "#!/bin/bash - -INTERFACE=\$1 -ACTION=\$2 - -ESSID=\$(iwconfig "$WLAN" | grep ESSID | cut -d':' -f2 | sed -e 's/Nickname//g' | sed -e 's/\"//g'| sed -e 's/ //g') - -echo '\$ESSID + \$INTERFACE + \$ACTION' >> /var/log/vpnscript.log - -case \$ACTION in - up) - if [ \$ESSID != "$NOVPNESSID" ]; then - if [ \$INTERFACE != "$NOVPNINT" ]; then - echo 'starte script' >> /var/log/vpnscript.log - - "$HOME"/.vpn/scriptconn.sh - fi - fi - ;; - - down) - if [ '\$(pidof openvpn)' ]; then - echo 'killall openvpn' >> /var/log/vpnscript.log - killall openvpn - fi - ;; - - pre-up) - ;; - - post-down) - ;; - - *) - echo 'Usage: \$0 {up|down|pre-up|post-down}' - echo 'finish' >> /var/log/vpnscript.log - exit 1 -esac -" > /etc/NetworkManager/dispatcher.d/02vpn -chown root:root /etc/NetworkManager/dispatcher.d/02vpn -chmod +x /etc/NetworkManager/dispatcher.d/02vpn - -##------------------------------------------------------------------------------ -#~/.vpn/scriptconn.sh -##------------------------------------------------------------------------------ - -echo "#!/bin/bash - -echo 'Starte Openvpn' >> /var/log/vpnscript.log -openvpn --config "$HOME"/.vpn/schulvpn.ovpn & - -#sudo -u "$BENUTZER" kdialog --title 'OpenVPN' --passivepopup 'Verbindung wird hergestellt!' 4 --display :0 -#echo 'Dialog angezeit - fin' >> /var/log/vpnscript.log - -exit 0 -" > $HOME/.vpn/scriptconn.sh -##------------------------------------------------------------------------------ -#~/.vpn/scriptstate.sh -##------------------------------------------------------------------------------ - -echo "#!/bin/bash - -if [ \$1 = 'connected' ] - then sudo -u "$BENUTZER" kdialog --title 'OpenVPN' --passivepopup 'Verbunden!' 4 --display :0 - elif [ \$1 = 'disconnected' ] - then sudo -u "$BENUTZER" kdialog --title 'OpenVPN' --passivepopup 'Verbindung getrennt!' 4 --display :0 - else - echo 'fail' -echo 'scriptconn started' >> /var/log/vpnlog.log -fi - -exit 0 -" > $HOME/.vpn/scriptstate.sh - -##------------------------------------------------------------------------------ -#CertCopy -##------------------------------------------------------------------------------ - -cert=$(ls *.key |cut -d "." -f1 |cut -d "/" -f3) -#cert=$(echo $cert | cut -d " " -f1) - -controll="0" - -if [ -z "$cert" ]; -then -echo "Es wurde kein Zertifikat gefunden" -controll="1" -else -echo "Es wurde ein Zertifikat gefunden: "$cert".key" - -cp $cert.key $HOME/.vpn/keys/$cert.key -cp $cert.crt $HOME/.vpn/keys/$cert.crt -cp ca.crt $HOME/.vpn/keys/ca.crt -fi - -if [ $controll == "0" ] -then - -test -e "$HOME/.vpn/keys/$cert.crt" -if [ 1 == $? ]; -then -echo $cert.crt nicht richtig kopiert -controll="1" -fi - - -test -e "$HOME/.vpn/keys/$cert.key" -if [ 1 == $? ]; -then -echo $cert.key nicht richtig kopiert -controll="1" -fi - - -test -e "$HOME/.vpn/keys/ca.crt" -if [ 1 == $? ]; -then -echo ca.crt nicht richtig kopiert -controll="1" -fi - - -if [ 0 == $controll ]; -then -echo "#Konfiguriert by Christoph Haas -#Copyleft CyberLabs 2008-09 -#Veraendern auf EIGENE GEFAHR... - -#Start - -########################################################## -# AENDERUNGEN START -########################################################## -#Zertifikate -ca "$HOME"/.vpn/keys/ca.crt -cert "$HOME"/.vpn/keys/"$cert".crt -key "$HOME"/.vpn/keys/"$cert".key - -########################################################## -# AENDERUNGEN ENDE -######################################################### -#Modus -client - -#IP Modus -float - -#Tunnel Modus/Device -dev tap - -#MTU laenge -tun-mtu 1500 - -#probleme mit windoof clients verhindern -;fragment 1500 #udp only -mssfix - -#LAN Adapter Name (optional^^) -;dev-node my-tap - -#Protokoll fuern Tunnel (in da schule tcp) -proto tcp-client - -#Pushs vom Server abarbeiten -pull - -#Server IP / PORT -remote 10.10.63.60 1194 - -#Server COMMON Name -#tls-remote VPNServer - -#Authentifizierung/Encryption -;auth SHA1 -cipher aes-256-cbc - -#Adress bind verhindern -nobind - -#Komprimierung -comp-lzo - -#LINUX/UNIX only -;persist-key -;persist-tun - -script-security 2 - -# eventuelle kde4 integration -;route-up '"$HOME"/.vpn/scriptstate.sh connected' -;down '"$HOME"/.vpn/scriptstate.sh disconnected' - -#Ende -" > $HOME/.vpn/schulvpn.ovpn -chmod +x $HOME/.vpn/* -echo SchulVPN ist jetzt verwendbar! -read -exit 0 -else -echo "Überprüfen Sie, ob das zip paket richtig entpackt wurde!" -echo "Führen Sie anschließend das Setup nocheinmal aus!" -read -exit 1 -fi -fi diff --git a/Modules/Services/download/certinstall.sh.bak b/Modules/Services/download/certinstall.sh.bak deleted file mode 100755 index a7ea012..0000000 --- a/Modules/Services/download/certinstall.sh.bak +++ /dev/null @@ -1,232 +0,0 @@ -#!/bin/bash - -echo "Config-Installationsprogramm für SchulVPN" - -if [ $USER != "root" ]; -then -echo Root-Rechte benoetigt! -read -exit 0 -fi - - -echo "Geben Sie das Standard-Wireless Interface ein: " -read WLAN -echo "Geben Sie die ESSID an, bei dem OpenVPN nicht verbinden soll: " -read NOVPNESSID -echo "Geben Sie das Interface an, bei dem OpvenVPN nicht verbinden soll: " -read NOVPNINT - -mkdir $HOME/.vpn -mkdir $HOME/.vpn/keys - -##------------------------------------------------------------------------------ -#/etc/NetworkManager/dispatcher.d/02vpn -##------------------------------------------------------------------------------ -echo "#!/bin/bash - -INTERFACE=\$1 -ACTION=\$2 - -ESSID=\$(iwconfig "$WLAN" | grep ESSID | cut -d':' -f2 | sed -e 's/Nickname//g' | sed -e 's/\"//g'| sed -e 's/ //g') - -echo '\$ESSID + \$INTERFACE + \$ACTION' >> /var/log/vpnscript.log - -case \$ACTION in - up) - if [ \$ESSID != \""$NOVPNESSID"\" ]; then - if [ \$INTERFACE != \""$NOVPNINT"\" ]; then - echo 'starte script' >> /var/log/vpnscript.log - - "$HOME"/.vpn/scriptconn.sh - fi - fi - ;; - - down) - if [ '\$(pidof openvpn)' ]; then - echo 'killall openvpn' >> /var/log/vpnscript.log - killall openvpn - fi - ;; - - pre-up) - ;; - - post-down) - ;; - - *) - echo $'Usage: \$0 {up|down|pre-up|post-down}' - echo 'finish' >> /var/log/vpnscript.log - exit 1 -esac -" > /etc/NetworkManager/dispatcher.d/02vpn -chown root:root /etc/NetworkManager/dispatcher.d/02vpn -chmod +x /etc/NetworkManager/dispatcher.d/02vpn - -##------------------------------------------------------------------------------ -#~/.vpn/scriptconn.sh -##------------------------------------------------------------------------------ - -echo "#!/bin/bash - -echo 'Starte Openvpn' >> /var/log/vpnscript.log -openvpn --config "$HOME"/.vpn/schulvpn.ovpn & - -#sudo -u "$USER" kdialog --title 'OpenVPN' --passivepopup 'OpenVPN - Verbindung wird hergestellt!' 4 --display :0 - -#echo 'Dialog angezeit - fin' >> /var/log/vpnscript.log -exit 0 -" > $HOME/.vpn/scriptconn.sh -##------------------------------------------------------------------------------ -#~/.vpn/scriptstate.sh -##------------------------------------------------------------------------------ - -echo "#!/bin/bash - -BENUTZER=$(cat /etc/passwd |grep 1000 |cut -d ':' -f1) - -if [ $1 = 'connected' ] - then sudo -u "$BENUTZER" kdialog --title 'OpenVPN' --passivepopup 'OpenVPN - Verbunden!' 4 --display :0 - elif [ $1 = 'disconnected' ] - then sudo -u "$BENUTZER" kdialog --title 'OpenVPN' --passivepopup 'OpenVPN - Verbindung getrennt!' 4 --display :0 - else - echo 'fail' -echo 'scriptconn started' >> /var/log/vpnlog.log -fi - -exit 0 -" > $HOME/.vpn/scriptstate.sh - -##------------------------------------------------------------------------------ -#CertCopy -##------------------------------------------------------------------------------ - -cert=$(ls *.key |cut -d "." -f1 |cut -d "/" -f3) -#cert=$(echo $cert | cut -d " " -f1) - -controll="0" - -if [ -z "$cert" ]; -then -echo "Es wurde kein Zertifikat gefunden" -controll="1" -else -echo "Es wurde ein Zertifikat gefunden: "$cert".key" - -cp $cert.key $HOME/.vpn/keys/$cert.key -cp $cert.crt $HOME/.vpn/keys/$cert.crt -cp ca.crt $HOME/.vpn/keys/ca.crt -fi - -if [ $controll == "0" ] -then - -test -e "$HOME/.vpn/keys/$cert.crt" -if [ 1 == $? ]; -then -echo $cert.crt nicht richtig kopiert -controll="1" -fi - - -test -e "$HOME/.vpn/keys/$cert.key" -if [ 1 == $? ]; -then -echo $cert.key nicht richtig kopiert -controll="1" -fi - - -test -e "$HOME/.vpn/keys/ca.crt" -if [ 1 == $? ]; -then -echo ca.crt nicht richtig kopiert -controll="1" -fi - - -if [ 0 == $controll ]; -then -echo "#Konfiguriert by Christoph Haas -#Copyleft CyberLabs 2008-09 -#Veraendern auf EIGENE GEFAHR... - -#Start - -########################################################## -# AENDERUNGEN START -########################################################## -#Zertifikate -ca "$HOME"/.vpn/keys/ca.crt -cert "$HOME"/.vpn/keys/"$cert".crt -key "$HOME"/.vpn/keys/"$cert".key - -########################################################## -# AENDERUNGEN ENDE -######################################################### -#Modus -client - -#IP Modus -float - -#Tunnel Modus/Device -dev tap - -#MTU laenge -tun-mtu 1500 - -#probleme mit windoof clients verhindern -;fragment 1500 #udp only -mssfix - -#LAN Adapter Name (optional^^) -;dev-node my-tap - -#Protokoll fuern Tunnel (in da schule tcp) -proto tcp-client - -#Pushs vom Server abarbeiten -pull - -#Server IP / PORT -remote 10.10.63.60 1194 - -#Server COMMON Name -#tls-remote VPNServer - -#Authentifizierung/Encryption -;auth SHA1 -cipher aes-256-cbc - -#Adress bind verhindern -nobind - -#Komprimierung -comp-lzo - -#LINUX/UNIX only -;persist-key -;persist-tun - -script-security 2 - -# eventuelle kde4 integration -;route-up '"$HOME"/.vpn/scriptstate.sh connected' -;down '"$HOME"/.vpn/scriptstate.sh disconnected' - -#Ende -" > $HOME/.vpn/schulvpn.ovpn -chmod +x $HOME/.vpn/* -echo SchulVPN ist jetzt verwendbar! -read -exit 0 -else -echo "Überprüfen Sie, ob das zip paket richtig entpackt wurde!" -echo "Führen Sie anschließend das Setup nocheinmal aus!" -read -exit 1 -fi -fi diff --git a/Modules/Services/download/logger.zip b/Modules/Services/download/logger.zip deleted file mode 100755 index ebb54e4..0000000 Binary files a/Modules/Services/download/logger.zip and /dev/null differ diff --git a/Modules/Services/download/openvpn-2.2-beta3-install.exe b/Modules/Services/download/openvpn-2.2-beta3-install.exe deleted file mode 100644 index 8d00737..0000000 Binary files a/Modules/Services/download/openvpn-2.2-beta3-install.exe and /dev/null differ diff --git a/Modules/Services/download/readme.txt b/Modules/Services/download/readme.txt deleted file mode 100755 index d108d95..0000000 --- a/Modules/Services/download/readme.txt +++ /dev/null @@ -1,19 +0,0 @@ -LINUX: -openvpn installieren (am besten über apt-get oder synaptic) - -und einfach: - chmod +x certinstall.sh // Script ausfuehrbar machen - sudo ./certinstall.sh // Installation starten -ausfuehren. - -WINDOWS: -OpenVPN-Client herunterladen -EXE-Ausführen -Alle Keyfiles ("number".key, "number".crt, ca.crt) ins (evt zuvor angelegte) "keys" Directory im "SchulVPN\config\" Ordner kopieren. (Keys liegen dann zb. unter "C:/Programme/SchulVPN/config/keys/") -Anschließend die schulvpn.ovpn nach "SchulVPN/config" kopieren und darin die Pfade und Nummern anpassen. - -Bsp ordnerstruktur: -"C:/Programme/SchulVPN/config/schulvpn.ovpn" -"C:/Programme/SchulVPN/config/keys/01.crt" -"C:/Programme/SchulVPN/config/keys/01.key" -"C:/Programme/SchulVPN/config/keys/ca.crt" diff --git a/Modules/Services/download/schul-vpn-gui-1_1_0_src.tar.gz b/Modules/Services/download/schul-vpn-gui-1_1_0_src.tar.gz deleted file mode 100755 index 8b12714..0000000 Binary files a/Modules/Services/download/schul-vpn-gui-1_1_0_src.tar.gz and /dev/null differ diff --git a/Modules/Services/download/schulvpn-2.1-gui-1.1.1-install.exe b/Modules/Services/download/schulvpn-2.1-gui-1.1.1-install.exe deleted file mode 100755 index 16eb933..0000000 Binary files a/Modules/Services/download/schulvpn-2.1-gui-1.1.1-install.exe and /dev/null differ diff --git a/Modules/Services/download/schulvpn.ovpn b/Modules/Services/download/schulvpn.ovpn deleted file mode 100755 index f109aa8..0000000 --- a/Modules/Services/download/schulvpn.ovpn +++ /dev/null @@ -1,69 +0,0 @@ -#Konfiguriert by Christoph Haas -#Copyleft CyberLabs 2008-10 -#Veraendern auf EIGENE GEFAHR... - -#Start - -########################################################## -# AENDERUNGEN START -########################################################## -#Zertifikate (evt pfad anpassen) -ca /pfad/zur/config/ca.crt # pfad anpassen! -cert /pfad/zur/config/muster.crt # pfad anpassen! & muster zu nummer aendern! -key /pfad/zur/config/muster.key # pfad anpassen! & muster zu nummer aendern! - -########################################################## -# AENDERUNGEN ENDE -######################################################### -#Modus -client - -#IP Modus -float - -#Tunnel Modus/Device -dev tap - -#MTU laenge -tun-mtu 1500 - -#probleme mit windoof clients verhindern -;fragment 1500 #udp only -mssfix - -#LAN Adapter Name (optional^^) -;dev-node my-tap - -#Protokoll fuern Tunnel (in da schule tcp) -proto tcp-client - -#Pushs vom Server abarbeiten -pull - -#Server IP / PORT -remote 10.10.63.60 1194 - -#Server COMMON Name -#tls-remote VPNServer - -#Authentifizierung/Encryption -;auth SHA1 -cipher aes-256-cbc - -#Adress bind verhindern -nobind - -#Komprimierung -comp-lzo - -#LINUX/UNIX only -;persist-key -;persist-tun - -script-security 2 - -# kde4 notification -# route-up "/home/christoph/.vpn/scriptstate.sh connected" -# down "/home/christoph/.vpn/scriptstate.sh disconnected" - -#Ende diff --git a/Modules/Services/download/schulvpn_1-1-0_install_src.tar.gz b/Modules/Services/download/schulvpn_1-1-0_install_src.tar.gz deleted file mode 100755 index 028d8bc..0000000 Binary files a/Modules/Services/download/schulvpn_1-1-0_install_src.tar.gz and /dev/null differ diff --git a/Modules/Services/download/vpn_maverick32.zip b/Modules/Services/download/vpn_maverick32.zip deleted file mode 100644 index 675d570..0000000 Binary files a/Modules/Services/download/vpn_maverick32.zip and /dev/null differ diff --git a/Modules/Services/download/vpn_maverick64.zip b/Modules/Services/download/vpn_maverick64.zip deleted file mode 100644 index 77a9aab..0000000 Binary files a/Modules/Services/download/vpn_maverick64.zip and /dev/null differ diff --git a/Modules/Services/img/Abbildung2.png b/Modules/Services/img/Abbildung2.png deleted file mode 100755 index 0a7fbde..0000000 Binary files a/Modules/Services/img/Abbildung2.png and /dev/null differ diff --git a/Modules/Services/img/Abbildung2.xcf b/Modules/Services/img/Abbildung2.xcf deleted file mode 100755 index 32af6ba..0000000 Binary files a/Modules/Services/img/Abbildung2.xcf and /dev/null differ diff --git a/Modules/Services/img/HTLinn_logo.gif b/Modules/Services/img/HTLinn_logo.gif deleted file mode 100755 index 9ae44b1..0000000 Binary files a/Modules/Services/img/HTLinn_logo.gif and /dev/null differ diff --git a/Modules/Services/index.php b/Modules/Services/index.php deleted file mode 100755 index 5888708..0000000 --- a/Modules/Services/index.php +++ /dev/null @@ -1,78 +0,0 @@ - -
-
-
-
-

- Service & Information -

- -- OpenVPN -- | -- Proxy -- | -- Download -- -
-
-

OpenVPN Service

- - - - - -
- OpenVPN - -

- Durch den VPN-Tunnel wird es einem Sniffer nicht mehr gelingen die Daten die über das WLAN versendet werden mit zu lesen. -

-

Einen Client fuer SchulVPN gibt es hier:

-

# Windows XP und älter

-

# Windows Vista, 7, x64

-

# Ubuntu 10.10 x32

-

# Ubuntu 10.10 x64

- - -
Source Code:
-

SchulVPN Gui Source

-

SchulVPN Gui Installer Source

-

Server Logger Source

-
-
-

Server Daten:

-

HP ProLiant DL320 Blade Server mit gemoddeter Kühlung

-

Prozessor: Intel Pentium 4 @ 2,26 GHz

-

RAM: 2GHz Dualchannel DDR400

-

HDD: 40GB 7200 ATA Platten | RAID 1

-

Netzwerk anbindung: 1000MBit/s switched

-

Operating System: Ubuntu Server 10.04 LTS

-

Software: OpenVPN 2.1, Apache2, MySQL, PHP

-
-
-






-
-

Download Service

-

- Wir haben neben dem eigentlichen VPN Projekt auch einen kleinen /Modules/Services/downloaderver installiert. Über diesen kann man aktuelle Linux-Distributionen oder Software für den Unterrichtsgebrauch beziehen. - Als Unterbau dient uns hier eine Leicht modifizierte Version von QuiXplorer. - QuiXplorer Website -

-

***NEU***: Ab sofort ist in der Download-Sektion auch jede Menge Quellcode zum Download vorhanden!
- Also zuschlagen bevor wir dies Aufgrund von Lehrern wieder vom Netz nehmen müssen xD -

- -
-

-
-


-
-

Proxy Service

-

Wer SchulVPN benützt hat auch die möglichkeit unseren Proxy Server zu verwenden! Dieser übernimmt die Authentifikation am Schulproxy und er hebt das Downloadlimit im Prinzip auf! (Jeder der SchulVPN benutzt stellt sein Downloadvolumen bereit, der Proxy verwendet dann alle Accounts und betreibt ein "loadbalancing". -> User was nicht so viel downloaden "spenden" ihr Downloadvolumen für andere. -

-

- Proxy Info:
- IP Adresse: 10.8.0.1
- Port: 8080
- Lokale Adressen müssen aus dem Proxy ausgenommen werden! (zb: 10.10.63.0/24, moodle, luke usw.)
-

-
-
-
-
-
- diff --git a/Modules/TermesOfUse/index.php b/Modules/TermesOfUse/index.php deleted file mode 100755 index 3590544..0000000 --- a/Modules/TermesOfUse/index.php +++ /dev/null @@ -1,18 +0,0 @@ - - -

PLEASE READ THE TERMS AND CONDITIONS OF USE CAREFULLY BEFORE USING THIS SITE.

-

This site is free to use by our visitors. And by using this site, you the user are agreeing to comply with and be bound by the following terms of use. After reviewing the following terms and conditions thoroughly, if you do not agree to the terms and conditions, please do not use this site.

- -

1. Acceptance of Agreement. You agree to the terms and conditions outlined in this Terms and Conditions of use Agreement (Agreement) with respect to our site (the Site). This Agreement constitutes the entire and only agreement between us and you, and supersedes all prior or contemporaneous agreements, representations, warranties and understandings with respect to the Site, the content, free product samples or freebie offers or services provided by or listed on the Site, and the subject matter of this Agreement. This Agreement may be amended by us at any time and at any frequency without specific notice to you. The latest Agreement will be posted on the Site, and you should review this Agreement prior to using the Site.

-

2. Copyright. The content, organization, graphics, design, and other matters related to the Site are protected under applicable copyrights and other proprietary laws, including but not limited to intellectual property laws. The copying, reproduction, use, modification or publication by you of any such matters or any part of the Site is strictly prohibited, without our express prior written permission.

-

3. Deleting and Modification. We reserve the right in our sole discretion, without any obligation and without any notice requirement to you, to edit or delete any documents, information or other content appearing on the Site, including this Agreement.

-

4. Indemnification. You agree to indemnify, defend and hold us, our officers, our share holders, our partners, attorneys and employees harmless from any and all liability, loss, damages, claim and expense, including reasonable attorney's fees, related to your violation of this Agreement or use of the Site.

-

5. Disclaimer. THE CONTENT, SERVICES, FREE PRODUCT SAMPLES AND FREEBIE OFFERS FROM OR LISTED THROUGH THE SITE ARE PROVIDED "AS-IS," "AS AVAILABLE," AND ALL WARRANTIES, EXPRESS OR IMPLIED, ARE DISCLAIMED, INCLUDING BUT NOT LIMITED TO THE DISCLAIMER OF ANY IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, QUALITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THIS SITE AND ANY WEBSITE WITH WHICH IT IS LINKED. THE INFORMATION AND SERVICES MAY CONTAIN BUGS, ERRORS, PROBLEMS OR OTHER LIMITATIONS. WE HAVE NO LIABILITY WHATSOEVER FOR YOUR USE OF ANY INFORMATION OR SERVICE. IN PARTICULAR, BUT NOT AS A LIMITATION, WE ARE NOT LIABLE FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES (INCLUDING DAMAGES FOR LOSS OF BUSINESS, LOSS OF PROFITS, LOSS OF MONEY, LITIGATION, OR THE LIKE), WHETHER BASED ON BREACH OF CONTRACT, BREACH OF WARRANTY, NEGLIGENCE, PRODUCT LIABILITY OR OTHERWISE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE NEGATION OF DAMAGES SET FORTH ABOVE ARE FUNDAMENTAL ELEMENTS OF THE BASIS OF THE BARGAIN BETWEEN US AND YOU THE USER. THIS SITE AND THE INFORMATION WOULD NOT BE PROVIDED WITHOUT SUCH LIMITATIONS. NO ADVICE OR INFORMATION, WHETHER ORAL OR WRITTEN, OBTAINED BY YOU FROM US THROUGH THE SITE SHALL CREATE ANY WARRANTY, REPRESENTATION OR GUARANTEE NOT EXPRESSLY STATED IN THIS AGREEMENT. THE INFORMATION AND ALL OTHER MATERIALS ON THE SITE ARE PROVIDED FOR GENERAL INFORMATION PURPOSES ONLY AND DO NOT CONSTITUTE PROFESSIONAL ADVICE. IT IS YOUR RESPONSIBILITY TO EVALUATE THE ACCURACY AND COMPLETENESS OF ALL INFORMATION AVAILABLE ON THIS SITE OR ANY WEBSITE WITH WHICH IT IS LINKED.

-

6. Limits. All responsibility or liability for any damages caused by viruses contained within the electronic file containing the form or document is disclaimed. We will not be liable to you for any incidental, special or consequential damages of any kind that may result from use of or inability to use the site.

-

7. Third-Party Website. All rules, terms and conditions, other policies (including privacy policies) and operating procedures of third-party linked websites will apply to you while on such websites. We are not responsible for the content, accuracy or opinions express in such Websites, and such Websites are not investigated, monitored or checked for accuracy or completeness by us. Inclusion of any linked Website on our Site does not imply approval or endorsement of the linked Website by us. This Site and the third-party linked websites are independent entities and neither party has authority to make any representations or commitments on behalf of the other. If you decide to leave our Site and access these third-party linked sites, you do so at your own risk.

-

8. Third-Party Products and Services. We advertise third-party linked websites from which you may purchase or otherwise obtain certain sample goods, freebie offerings or free trial services. You understand that we do not operate or control the products, free offerings or services offered by third-party linked websites. Third-party linked websites are responsible for all aspects of order processing, fulfillment, billing and customer service. We are not a party to the transactions entered into between you and third-party linked websites. You agree that use of such third-party linked websites is at your sole risk and is without warranties of any kind by us, expressed, implied or otherwise. Under no circumstances are we liable for any damages arising from the transactions between you and third-party linked websites or for any information appearing on third-party linked websites or any other site linked to or from our site.

-

9. Submissions. All suggestions, ideas, notes, concepts and other information you may send to us (collectively, "Submissions") shall be deemed and shall remain our sole property and shall not be subject to any obligation of confidence on our part. Without limiting the foregoing, we shall be deemed to own all known and hereafter existing rights of every kind and nature regarding the Submissions and shall be entitled to unrestricted use of the Submissions for any purpose, without compensation to the provider of the Submissions.

-

10. General. You agree that all actions or proceedings arising directly or indirectly out of this agreement, or your use of the site or any sample products, freebie offers or services obtained by you through such use, shall be litigated in the circuit court of Los Angeles County, California or the United States District Court for the Central District of California. you are expressly submitting and consenting in advance to such jurisdiction in any action or proceeding in any of such courts, and are waiving any claim that Los Angeles, California or the central district of California is an inconvenient forum or an improper forum based on lack of venue. This site is controlled by Perfect Insight, Inc. in the State of California, USA. As such, the laws of California will govern the terms and conditions contained in this Agreement and elsewhere throughout the Site, without giving effect to any principles of conflicts of laws.

-
-

Last update: 21.06.2010

- diff --git a/Site/header.php b/Site/header.php index bb87688..ad34a4e 100755 --- a/Site/header.php +++ b/Site/header.php @@ -117,7 +117,7 @@ $tpl_root = $SITE_WEBROOT . "Themes/" . $SITE_THEME . "/";

-