HEX
Server: Apache/2.4.25 (Debian)
System: Linux server17 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: web37 (1062)
PHP: 7.4.30
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen
Upload Files
File: /var/www/web37/htdocs/sexportal/index.php
<?php
include("include/config.php");
include("include/header.php");
include("include/left.php");
include("texte/text.php");
print ("
<tr><td id='head1'>Der Telefonsex Swingerclub</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>
<table width=380 align=center border=0 cellpadding=0 cellspacing=0>
<tr><td><p>
$var_starttext
</p></td></tr>
</table>
</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td id='head2'>Geile Telefonsex Nummer</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>
<table width=380 align=center border=0 cellpadding=0 cellspacing=0>
<tr>

<td width=220 valign=top>");
$path = "galerie/imagefolder1/";        //Bildverzeichnis

$verz = opendir($path);

$pics = array ("0");
while($file = readdir($verz))
    {
    if($file != ".." && $file != "." && !empty($file)) $pics[] = $file;
    }

if(isset($_GET['showimg']) && empty($_GET['showimg']) OR !isset($_GET['showimg']))
    {
    $_GET['showimg'] = 1;
    }
$nextimg = $_GET['showimg'];
if($nextimg < (count($pics)-1)) $nextimg++;
    
//Bild ausgeben:
echo "<a href=\"".$_SERVER['PHP_SELF']."?showimg=".$nextimg."\"><img src=\"".$path."/".$pics[$_GET['showimg']]."\" alt=\"Telefonsex\"  style=\"border:0;\" width=\"380\"/></a>";
print ("
</td>
<td width=10>&nbsp;</td>
<td width=220 valign=top>

</td>
</tr>
</table>
</td></tr>
");
include("include/right.php");
include("include/footer.php");
?>