php script auf funpic läuft nicht mehr, unsauber geschrieben?

Begonnen von Silent Force, 11. August 2010, 15:05:59 Uhr

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

Silent Force

hey HWEler,
hab da mal wieder n kleines Problemchen.
Hab mir mal n kleines Bildergalerie geschrieben, das aber seit Sonntag oder so auf funpic nicht mehr läuft. Im Forum dort erzählt man, dass sie irgendwas erneuert haben, und dass deswegen unsauber geschriebene Scripte nicht mehr laufen.

Könnt ihr kurz drüber schauen, wieso bei mir die Bilder nicht mehr weiterlaufen wenn man auf "weiter" klickt?

Danke im voraus
sf

<html>

<head>

<title>Bilder vom Zeltlager 2009
</title>

<style type="text/css">
<!--

a:link {color: #2F1E6C; font-family:Tahoma,Verdana,Arial; text-decoration: none; font-size: 11;  font-weight: bold;}

a:active {color: #006633; font-family:Tahoma,Verdana,Arial; text-decoration: none; font-size: 11;  font-weight: bold;}

a:visited {color: #2F1E6C; font-family:Tahoma,Verdana,Arial; text-decoration: none; font-size: 11;  font-weight: bold;}

a:hover {color: #ff9900; font-family:Tahoma,Verdana,Arial; text-decoration: none; font-size: 11;  font-weight: bold;}

h1 {color: #006633; font-size:14; font-family:Tahoma,Verdana,Arial;}

h2 {color: #006633; font-size:13; font-family:Tahoma,Verdana,Arial;}

text, body, td, ul, li {color: #000000; font-size:12; font-family:Tahoma,Verdana,Arial;}

-->
</style>

</head>

<body bgcolor="#F4E609" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">


<a href="/Gallerieauswahl.html">_:zurück:_

<table border="0" bgcolor="#F4E609" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" width="100%">

<tr><td align="center">


<table border="0" cellpadding"0" cellSpacing="1" bgcolor="#F4E609" >
<tr>
<td bgcolor="#F4E609" align="center"><font color="#2F1E6C"><b>Bilder vom Zeltlager 2009</b></font>
</td>
</tr>
<tr height="5"><td></td></tr>
<tr>
<td bgcolor="#F4E609" align="center">
  <img src="images/1.JPG" border="0"></img>
  <a name="a1"></a>

</td>
</tr>
<tr>
<td bgcolor="#F4E609" align="center">
  <a href="show2.php??>&nummer=156"
    onmouseover="window.status='letztes Bild'; return true;" onMouseout="window.status=''">
    &lt;-zur&uuml;ck
  </a>&nbsp;&nbsp;|&nbsp;&nbsp;
  <a href="show2.php??>&nummer=2"
    onmouseover="window.status='n&auml;chstes Bild'; return true;" onMouseout="window.status=''">
    weiter-&gt;

  </a>
</td>
</tr>
</table>
</td></tr>


</table>
</body></html>