05.05.2015 |
Piet.Lu
![](https://www.bronies.de/images/gender_Colt (männlich).gif)
Kapoonyknuddler
![*](images/stufe08.png)
Beiträge: 2.136
Registriert seit: 08. Nov 2012
|
RE: Poste dein STRG-V
conclusion: if you have a job don't get a female or if you have a female don't get a job if you want to be successful in trackmania
|
|
|
06.05.2015 |
Dead Puffy
![](https://www.bronies.de/images/gender_Sonstiges.gif)
Enchantress
![*](images/stufe06.png)
Beiträge: 675
Registriert seit: 06. Jul 2012
|
RE: Poste dein STRG-V
Gesendet von meinem Nintendo 3DS
|
|
|
06.05.2015 |
FlaK
![](https://www.bronies.de/images/gender_Colt (männlich).gif)
AAA
![*](images/stufe08.png)
Beiträge: 1.976
Registriert seit: 02. Apr 2013
|
RE: Poste dein STRG-V
Danke für die Antwort und viel Erfolg bei deiner GFS. Ich habe auch noch eine von drei vor mir.
|
|
|
06.05.2015 |
Rapti
![](https://www.bronies.de/images/gender_Colt (männlich).gif)
Brinkhoffskadse
![*](images/stufe08.png)
Beiträge: 1.713
Registriert seit: 19. Jun 2012
|
RE: Poste dein STRG-V
<?php
include_once("/var/www/raptilicus/include/globalfunctions.php");
if(!auth("Rapti")) {
include("/var/www/raptilicus/homepage/404/index.php");
exit;
}
if($_GET['open'] != "") {
$file = str_replace("%20", " ", $_GET['open']);
$segments = split("[/]", $file); $name = $segments[count($segments) - 1];
unset($segments[count($segments) - 1]);
$dir = implode("/", $segments);
chdir($dir);
if($_GET['plaintext']) {
header("Content-Type: text/plain");
die(file_get_contents($name));
}
$type = split("[.]", $name); $type = $type[count($type) - 1];
switch(strtolower($type)) {
case "php": include($name); exit;
case "jpg": case "jpeg": case "png": case "gif": case "svg": case "ico": header("Content-Type: image/" . $type);
case "html": case "htm": echo(file_get_contents($name)); exit;
case "txt": header("Content-Type: text/plain"); die(file_get_contents($name));
default: die(file_get_contents($name));
}
exit;
}
?>
<html><meta charset="UTF-8"></meta>
<head>
<title>Browser</title>
<?php include("/var/www/raptilicus/include/global.php");?>
<style type='text/css'>
.plaintext {
width: 40px;
height: 40px;
margin: 3px !important;
}
</style>
</head><body>
<?php
if($_GET['dir'] == "") {
$path = array("Files" => "");
} else {
$path = array("Files" => "browser.php");
$dirs = array();
$i = 1;
if($_GET['dir'] != "") {
$split = split("[/]", $_GET['dir']);
foreach($split as $dir) {
$j = 1;
foreach($dirs as $dir2) {
$path2 .= $dir2 . "/";
}
$path[$i . "__" . $dir] = str_replace(" ", "%20", "./browser.php?dir=" . $path2 . $dir);
$dirs[$i] = $dir;
$path2 = "";
if($i == count($split)) {
$path[$i . "__" . $dir] = "" . $i;
}
$i++;
}
}
}
include("/var/www/raptilicus/include/header.php");
?>
<div id="content">
<table class=dataTable><tbody><tr class=titleRow><td class=plaintext><img src="http://www.raptilic.us/style/text.png" /></td><td class=leftText>Name</td><td>Größe</td>
<?php
$dir = $_GET['dir'];
if($dir == "") {
$dir = "./";
} else {
$dir .= "/";
}
$entries = scandir($dir);
foreach($entries as $file) {
if((is_dir($file) && $file != "." && $file != "..") ||(!is_dir($file) && strpos($file, ".php") === false)){
$files[$index] = $file;
$index = $index + 1;
}
}
foreach($entries as $file) {
if($dir == "./" || $dir == ".") {
$dir = "";
}
if(is_dir($dir . $file)) {
echo("<tr><td class=plaintext></td><td class=leftText><a href='browser.php?dir=" . $dir . str_replace(" ", "%20", $file) . "'>" . $file . "</a></td><td class=leftText style='width: 0px;'>Verzeichnis</td></tr>");
} else {
if($dir == "") {
$dir = ".";
}
$extensions = array("B", "KB", "MB", "GB", "TB");
$ext = 0;
$size = filesize($dir . "/" . $file);
if($dir == ".") {
$dir = "";
}
while($size > 1024) {
$size = $size / 1024;
$ext++;
}
echo("<tr><td class=plaintext><a href='browser.php?plaintext=true&open=" . $dir . str_replace(" ", "%20", $file) . "'><img src='http://www.raptilic.us/style/text.png' /></a></td><td class=leftText><a href='browser.php?open=" . $dir . str_replace("'", "%27", str_replace(" ", "%20", $file)) . "'>" . $file . "</a></td><td class=leftTex style='width: 0px;'>" . (intval($size * 10) / 10) . "" . $extensions[$ext] . "</td></tr>");
}
}
?>
</tbody></table>
</div>
<?php include("/var/www/raptilicus/include/footer.php");?>
</body>
</html>
|
|
|
06.05.2015 |
Noizogeddon
![](https://www.bronies.de/images/gender_Colt (männlich).gif)
Changeling
![*](images/stufe07.png)
Beiträge: 795
Registriert seit: 06. Okt 2014
|
RE: Poste dein STRG-V
P'Li
|
|
|
06.05.2015 |
FlaK
![](https://www.bronies.de/images/gender_Colt (männlich).gif)
AAA
![*](images/stufe08.png)
Beiträge: 1.976
Registriert seit: 02. Apr 2013
|
RE: Poste dein STRG-V
"STK500 native driver"
|
|
|
06.05.2015 |
FlaK
![](https://www.bronies.de/images/gender_Colt (männlich).gif)
AAA
![*](images/stufe08.png)
Beiträge: 1.976
Registriert seit: 02. Apr 2013
|
RE: Poste dein STRG-V
wahlweise mit einer AVR910/AVR911 oder STK500 kompatiblen Firmware genutzt werden
|
|
|
06.05.2015 |
Dead Puffy
![](https://www.bronies.de/images/gender_Sonstiges.gif)
Enchantress
![*](images/stufe06.png)
Beiträge: 675
Registriert seit: 06. Jul 2012
|
RE: Poste dein STRG-V
Gesendet von meinem Nintendo 3DS
|
|
|
06.05.2015 |
Tamira
![](https://www.bronies.de/images/gender_Filly (weiblich).gif)
Fanclubplüschpony
![*](images/stufe10.png)
Beiträge: 5.484
Registriert seit: 27. Apr 2013
|
RE: Poste dein STRG-V
"...du Spülmaschinen-ersatz-tab"
~Shy Writer, 11.11.2017, 23:44 Uhr
|
|
|