miamicroc
Modeberater
- 20 April 2006
- 8.300
- 487
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
evident schrieb:hmmm.... Fehler ist, dass nichts zu sehen ist...
kriegst du irgendwelche Fehlermeldungen? Hast Fehlermeldungen ausgeschaltet?
Vielleicht solltest du ein wenig Code zeigen, denn wo nix is kann auch nicht geholfen werden.
-Flori-
Wieso fragst du ned den, der das Script geschrieben hat ?Script © by MsTiFtS, 2005
theHacker schrieb:Wieso fragst du ned den, der das Script geschrieben hat ?
Programmierung / Scripts & Software
(Würd ich für jedes Verschieben 10 Lose kriegen, wär ich bald Milliardär *g*)

<?php
if (isset($_GET['promo']))
{
session_start();
$_SESSION['promo']=$_GET['promo'];
session_write_close();
}
require_once "config.inc.php";
if (is_file("install.sql"))
{
$file=fopen("install.sql","r");
$sql=fread($file,filesize("install.sql"));
fclose($file);
$sql=explode(";",$sql);
foreach ($sql as $command)
{
mysql_query($command);
if (mysql_error())
{
$error=true;
echo mysql_error();
}
}
if (!isset($error)) unlink("install.sql");
}
require_once "klammci.config.inc.php";
$copyright.="<br>CI und Design by Klamm.de";
$copyright.="<br>HTML 4.01- und CSS-Umsetzung © by MsTiFtS, 2005</center>";
$rechtsoben=true;
$titletag=$basetitle;
function leftbox($title,$content)
{
global $paragraphtag,$leftboxes;
$leftboxes.=$paragraphtag.'<table bgcolor="#3b5494" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr>'
.'<td bgcolor="#3b5494" width="28"><img src="graphics/dot_tab.gif" height="20" width="28" alt="">'
.'</td><td bgcolor="#3b5494" height="20" width="514"><span class="tblhead2">'.$title.'</span></td>'
.'<td align="right" bgcolor="#3b5494" width="7">'
.'<img src="graphics/roundright.gif" height="20" width="7" alt=""></td></tr></tbody></table>'
.'<table class="blueborder" bgcolor="#f7fbfb" cellpadding="0" cellspacing="0" width="100%">'
.'<tbody><tr><td valign="top"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr>'
.'<td colspan="3" height="10"></td></tr><tr><td width="10"></td><td><!-- START Content -->'
.'<span class="f2">'.$content.'</span><!-- ENDE Content --></td><td width="15"></td></tr>'
.'<tr><td colspan="3" height="10"></td></tr></tbody></table></td></tr></tbody></table>';
$paragraphtag='<p></p>';
}
function rightbox($title,$content)
{
global $rechtsoben,$rightboxes;
if ($rechtsoben)
{
$rechtsoben=false;
$rightboxes.='<table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td bgcolor="#3b5494" width="37">'
.'<img src="graphics/strip_blue_4.gif" height="20" width="11" alt="">'
.'<img src="graphics/dot_neutral.gif" height="20" width="23" alt=""></td><td bgcolor="#3b5494">'
.'<span class="tblhead2">'.$title.'</span></td><td bgcolor="#3b5494" width="7">'
.'<img src="graphics/roundright.gif" height="20" width="7" alt=""></td></tr></tbody></table>'
.'<table class="blueborder" bgcolor="#f7fbfb" cellpadding="0" cellspacing="0" width="100%"><tbody><tr>'
.'<td align="center" valign="top"><!-- START Content --><table border="0" cellpadding="0" cellspacing="0">'
.'<tbody><tr><td colspan="3" height="8"></td></tr><tr><td width="7"></td><td width="170"><span class="f2">'
.$content.'</span></td><td width="5"></td></tr><tr><td colspan="3" height="4"></td></tr></tbody></table>'
.'<!-- ENDE Content --></td></tr></tbody></table>';
}
else
$rightboxes.='<p></p><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr>'
.'<td bgcolor="#3b5494" width="28"><img src="graphics/dot_tab.gif" height="20" width="28" alt=""></td>'
.'<td bgcolor="#3b5494"><span class="tblhead2">'.$title.'</span></td><td bgcolor="#3b5494" width="7">'
.'<img src="graphics/roundright.gif" height="20" width="7" alt=""></td></tr></tbody></table>'
.'<table class="blueborder" bgcolor="#f7fbfb" cellpadding="0" cellspacing="0" width="100%"><tbody><tr>'
.'<td align="center" valign="top"><!-- START Content --><table border="0" cellpadding="0" cellspacing="0">'
.'<tbody><tr><td colspan="3" height="8"></td></tr><tr><td width="7"></td><td width="170"><span class="f2">'
.$content.'</span></td><td width="5"></td></tr><tr><td colspan="3" height="4"></td></tr></tbody></table>'
.'<!-- ENDE Content --></td></tr></tbody></table>';
}
function set_page_title($title)
{
global $titletag,$basetitle;
$titletag="$basetitle :: $title";
}
require "bannergenerator.php";
if (@is_file("module.$_GET[site].php")) require "module.$_GET[site].php";
else require "module.index.php";
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="content-Type" content="text/html; charset=iso-8859-1"><title><?= $titletag ?></title>
<link rel="stylesheet" type="text/css" href="graphics/stylesheet.css">
<meta name="robots" content="index,follow">
<meta name="language" content="de">
<meta http-equiv="Expires" content="Mon, 06 Jan 1990 00:00:01 GMT">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache"></head>
<body>
<img src="graphics/pixel.gif" alt="" name="screen_white" height="20" width="100%">
<!-- Banner Header -->
<table align="center" bgcolor="#3b5494" border="0" cellpadding="0" cellspacing="0" width="750">
<tbody><tr><td bgcolor="#3b5494" valign="top" width="20"><img src="graphics/topleft.gif" border="0" height="20" width="20" alt=""></td><td align="center" bgcolor="#3b5494">
<table border="0" cellpadding="0" cellspacing="0" width="468">
<tbody><tr><td height="68" valign="middle">
<!-- 468er Banner -->
<?= $banner468 ?>
<!-- 468er Banner -->
</td></tr>
</tbody></table>
</td><td width="8"></td><td align="center" bgcolor="#3b5494">
<table border="0" cellpadding="0" cellspacing="0" width="234">
<tbody><tr><td height="68" valign="middle">
<!-- 234er Banner -->
<?= $banner234 ?>
<!-- 234er Banner -->
</td></tr>
</tbody></table>
</td><td align="center" bgcolor="#3b5494" valign="top" width="20"><img src="graphics/topright.gif" border="0" height="20" width="20" alt=""></td></tr>
</tbody></table> <!-- Banner Header --><table align="center" border="0" cellpadding="0" cellspacing="0" width="750">
<tbody><tr><td align="center" valign="top" width="555">
<!-- LINKS -->
<table align="center" border="0" cellpadding="0" cellspacing="0" width="555">
<tbody><tr>
<td bgcolor="#3b5494" height="20" width="530" align='center'>
<span class='f1white'></span>
</td>
<td align="right" bgcolor="#3b5494" height="20" valign="top" width="25"><img src="graphics/strip_blue_1_evo.gif" height="20" width="25" alt=""></td>
</tr>
</tbody></table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="555">
<tbody><tr>
<td width="3"></td>
<td height="20" valign="top" width="527"></td>
<td align="right" valign="top" width="25"><img src="graphics/strip_blue_8_evo.gif" height="20" width="25" alt=""></td>
</tr>
</tbody></table>
<!-- START Tabellen links -->
<table align="center" border="0" cellpadding="0" cellspacing="0" width="555">
<tbody><tr><td valign="top" width="555">
<?= $leftboxes ?></td></tr></tbody></table>
<!-- ENDE Tabellen links -->
</td>
<!-- MITTE -->
<td align="center" valign="top" width="10"><img src="graphics/strip_blue_3.gif" height="40" width="10" alt=""></td>
<td align="center" valign="top" width="185">
<!-- RECHTS -->
<table border="0" cellpadding="0" cellspacing="0" width="185">
<tbody><tr><td height="20" valign="top"></td></tr>
<tr><td align="right" valign="top" width="185">
<!-- START Tabellen rechts -->
<?= $rightboxes ?>
<!-- ENDE Tabellen rechts -->
</td></tr></tbody></table>
</td></tr></tbody></table>
<table border="0"><tbody><tr><td height="20"></td></tr></tbody></table><center>
<table border='0' cellspacing='0' cellpadding='0'><tr><td>
<td width='20'> </td><td> <span class="f1">
<?= $copyright ?>
</span></td></tr></table></center><p>
</body></html>