leider noch ne kleine Frage


Hab die hier erhältliche box Albumstatistik fürs ez-portal eingebaut.
Wenn ich nun auf die Bildvorschau oder auf den link zum bild klicke bekomm ich ne 404-fehlerseite
hat da jemand ne Idee

besten dank noch mal
gruss
$last_pic_id = $row['pic_id'];
$last_pic_title = '<a href="album_showpage.php?pic_id='.$last_pic_id.'">'.$row['pic_title'].'</a>';
$last_pic = '<a href="album_showpage.php?pic_id='.$last_pic_id.'"><img src="album_thumbnail.php?pic_id='.$last_pic_id.'" alt="'.$row['pic_desc'].'" title="'.$row['pic_desc'].'"></a>';
$last_pic_time = $row['pic_time'];
$last_pic_poster = '<a href="profile.php?mode=viewprofile&u='.$row['pic_user_id'].'">'.$row['pic_username'].'</a>';
$last_pic_poster_id = $row['pic_user_id'];
$last_pic_id = $row['pic_id'];
$last_pic_title = '<a href="album_page.php?pic_id='.$last_pic_id.'">'.$row['pic_title'].'</a>';
$last_pic = '<a href="album_page.php?pic_id='.$last_pic_id.'"><img src="album_thumbnail.php?pic_id='.$last_pic_id.'" alt="'.$row['pic_desc'].'" title="'.$row['pic_desc'].'"></a>';
$last_pic_time = $row['pic_time'];
$last_pic_poster = '<a href="profile.php?mode=viewprofile&u='.$row['pic_user_id'].'">'.$row['pic_username'].'</a>';
$last_pic_poster_id = $row['pic_user_id'];
Ich sehe gerade das ich auf diesen Satz nicht reagiert habe.suchfunktion hab ich nich gefunden
Mitglieder in diesem Forum: 0 Mitglieder und 7 Gäste