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> </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> </td></tr>
<tr><td id='head2'>Geile Telefonsex Nummer</td></tr>
<tr><td> </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> </td>
<td width=220 valign=top>
</td>
</tr>
</table>
</td></tr>
");
include("include/right.php");
include("include/footer.php");
?>