/************************************************************************/
/* KleinanzeigenMarkt fuer PHP-Nuke */
/* modifiziert und wesentlich erweitert: */
/* Copyright (c) 2003 by Mozi ( Sven 75 ) */
/* Haus & Hof Programmer */
/* Sachsen Anhalt, Germany */
/* http://www.MD-Party.de */
/* Anfragen bitte ins Diskussionsforum / Rubrik: Support PHP */
/* weitere PHP-Nuke Module sind bereits in Arbeit ! */
/* http://www.MD-Party.de */
/************************************************************************/
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
if(!isset($lid)) {
exit();
}
function PrintPage($lid) {
global $site_logo, $nukeurl, $sitename, $datetime, $prefix, $dbi;
global $module_name, $bgcolor2, $picdir;
$result=sql_query("select lid, title, description, datum, price, pic, town,phone, contacter, PicTitle, keywords, isValidated from ".$prefix."_add_adds where lid=$lid",$dbi);
while(list($lid, $title, $description, $time, $price, $pic, $town, $phone, $contacter, $pictitle, $keywords, $isvalidated)=sql_fetch_row($result, $dbi)) {
$title = trim(stripslashes($title));
$description = trim(stripslashes($description));
$description = str_replace('
$sitename - $title
";
if ($keywords){
echo "";
}else{
echo "";
}
echo "