Html Codes Im PHP Fusion Panel

Ok, mach es wieder rückgängig und versuche es mit dieser Variable:

PHP:
$text = stripslashes($data['news_extended']); /* BEI DIR IN ZEILE 38 */
$text = htmlspecialchars_decode($text); /* DAS HAB ICH EINGEFUEGT */
$n_id = $data['news_id']; /* BEI DIR ZEILE 39 */
 
Hmm, bist du dir sicher, das der Code, den du gepostet hast, dafür verantwortlich ist, die Seite in deinem Screenshot darzustellen? Kannst du mal den HMTL-Code der Seite posten (ohne irgendwelche Anpassungen im PHP-Script).

EDIT: Die Variable $text gibt es mehrfach im Code, ich vermute aber, du hast es an allen Stellen eingebaut.
 
ja das ist der code

PHP:
if (!defined("IN_FUSION")) { die("Access Denied"); }

if (file_exists(INFUSIONS."last_news_panel/locale/".$settings['locale'].".php")) {
	include INFUSIONS."last_news_panel/locale/".$settings['locale'].".php";
} else {
	include INFUSIONS."last_news_panel/locale/English.php";
}

add_to_head("
	<link type='text/css' href='".INFUSIONS."last_news_panel/lnp_style.css' rel='stylesheet' />
");


opentable($locale['lnp001']);
	echo "<div id='newspanel'>\n";
	echo "<ul>\n";	                                                                                                    
	echo "<li>\n";
	echo "<ul>\n";
		$i = 0;
$result = dbquery("SELECT * FROM ".DB_PREFIX."news WHERE ".groupaccess('news_visibility')." AND (news_start='0'||news_start<=".time().") AND (news_end='0'||news_end>=".time().") ORDER BY news_datestamp DESC LIMIT 0,1");
echo "<table border='0' width='100%' id='table1' cellpadding='2'><tr>";
while ($data = dbarray($result)) {
$title = $data['news_subject'];
$text = stripslashes($data['news_extended']);
$n_id = $data['news_id'];
$date = $data['news_datestamp'];
$s_date = showdate($settings['shortdate'], $date);

///Comments
$n_comments = dbcount("(comment_id)", "".DB_PREFIX."comments", "comment_type='N' AND comment_item_id=$n_id");
if ($i == 10) {
    $intro = stripslashes($data['news_news']);
    if ($data['news_breaks'] == "y") $intro = nl2br($intro);
echo "<td colspan='3' valign='top' class='tbl'><font color='".$line_color."' class='small'></font><br /><b>$title</b><br />
		$intro<br><img src='".THEME."images/bullet.gif'> <a href='".BASEDIR."news.php?readmore=$n_id'>".$locale['cp101']."</a><br /><hr></td></tr><tr>";
} else {
	$intro = $data['news_news'];
    if ($data['news_breaks'] == "y") $intro = nl2br($intro);
    $intro = stripslashes($intro);
    $intro = preg_replace("/(<img)(.*?)(>)/si", "", $intro);
    $intro = substr($intro,0,0);
	
echo "<td width='100%' valign='top' class='tbl001'>";
		if ($data['news_image_t2']) {
			echo "<a href='news.php?readmore=".$data['news_id']."' title='".$data['news_subject']."'><img align='left' src='".IMAGES_N_T.$data['news_image_t2']."' height='70%' width='100%' alt='' /></a>";
		}  
		echo "<font color='".$line_color."' class='small'><b>$s_date</b></font><br />
		<a href='news.php?readmore=".$data['news_id']."' title='".$data['news_subject']."'><b>$title</b>$intro<br>
		".trimlink(strip_tags(stripslashes($data['news_news'])), 500)."</a><br /><br />
		</td></tr><tr>";
}
$i++;
}

$result = dbquery("SELECT * FROM ".DB_PREFIX."news ORDER BY news_datestamp DESC LIMIT 3,14");
while ($data = dbarray($result)) {
$title = $data['news_subject'];
$sh_title = substr($title,0,7) . "..";
$n_id = $data['news_id'];
}
echo "<tr><td colspan='4' align='right' class='news-border'></td></tr></table>";

	echo "</ul>\n";
	echo "</li>\n";
	
	
	echo "<li>\n";
	echo "<ul>\n";
		$i = 0;
$result = dbquery("SELECT * FROM ".DB_PREFIX."news WHERE ".groupaccess('news_visibility')." AND (news_start='0'||news_start<=".time().") AND (news_end='0'||news_end>=".time().") ORDER BY news_datestamp DESC LIMIT 1,7");
echo "<table border='0' width='100%' id='table1' cellpadding='2'><tr>";
while ($data = dbarray($result)) {
$title = $data['news_subject'];
$text = stripslashes($data['news_extended']);
$n_id = $data['news_id'];
$date = $data['news_datestamp'];
$s_date = showdate($settings['shortdate'], $date);

///Comments
$n_comments = dbcount("(comment_id)", "".DB_PREFIX."comments", "comment_type='N' AND comment_item_id=$n_id");
if ($i == 10) {
    $intro = stripslashes($data['news_news']);
    if ($data['news_breaks'] == "y") $intro = nl2br($intro);
echo "<td colspan='3' valign='top' class='tbl'><font color='".$line_color."' class='small'></font><br /><b>$title</b><br />
		$intro<br><img src='".THEME."images/bullet.gif'> <a href='".BASEDIR."news.php?readmore=$n_id'>".$locale['cp101']."</a><br /><hr></td></tr><tr>";
} else {
	$intro = $data['news_news'];
    if ($data['news_breaks'] == "y") $intro = nl2br($intro);
    $intro = stripslashes($intro);
    $intro = preg_replace("/(<img)(.*?)(>)/si", "", $intro);
    $intro = substr($intro,0,0);
	
echo "<td width='100%' valign='top' class='tbl000'>";
		echo "<font color='".$line_color."' class='small'><b>$s_date</b></font><br />
		<a href='news.php?readmore=".$data['news_id']."' title='".$data['news_subject']."'><b>$title</b>$intro<br>
		</a><br />
		</td></tr><tr>";
}
$i++;
}

$result = dbquery("SELECT * FROM ".DB_PREFIX."news ORDER BY news_datestamp DESC LIMIT 3,14");
while ($data = dbarray($result)) {
$title = $data['news_subject'];
$sh_title = substr($title,0,7) . "..";
$n_id = $data['news_id'];
}

echo "<td align='right' class='allnews'><a href='".BASEDIR."news.php'><font color='#0b4670'>".$locale['lnp002']."</font></a></td></table>";

	echo "</ul>\n";
	echo "</li>\n";
	
	echo "</div>\n";
	

closetable();
?>

das ist dass Orginal

Und das ist meine Startseite weiß nicht ob das helfen tut

PHP:
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: news.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
require_once THEMES."templates/header.php";

// Predefined variables, do not edit these values
$i = 0;

// Number of news displayed
$items_per_page = $settings['newsperpage'];

add_to_title($locale['global_200'].$locale['global_077']);

if (!isset($_GET['readmore']) || !isnum($_GET['readmore'])) {
	$rows = dbcount(
		"(news_id)",
		DB_NEWS,
		groupaccess('news_visibility')." AND (news_start='0'||news_start<=".time().")
										AND (news_end='0'||news_end>=".time().")
										AND news_draft='0'"
	);
	if (!isset($_GET['rowstart']) || !isnum($_GET['rowstart'])) { $_GET['rowstart'] = 0; }
	if ($rows) {
		$result = dbquery(
			"SELECT tn.*, tc.*, tu.user_id, tu.user_name, tu.user_status
			FROM ".DB_NEWS." tn
			LEFT JOIN ".DB_USERS." tu ON tn.news_name=tu.user_id
			LEFT JOIN ".DB_NEWS_CATS." tc ON tn.news_cat=tc.news_cat_id
			WHERE ".groupaccess('news_visibility')." AND (news_start='0'||news_start<=".time().")
				AND (news_end='0'||news_end>=".time().") AND news_draft='0'
			GROUP BY news_id
			ORDER BY news_sticky DESC, news_datestamp DESC LIMIT ".$_GET['rowstart'].",".$items_per_page
		);
		$numrows = dbrows($result);
		while ($data = dbarray($result)) {
			$i++;
			$comments = dbcount("(comment_id)", DB_COMMENTS." WHERE comment_type='N' AND comment_hidden='0' AND comment_item_id='".$data['news_id']."'");
			$news_cat_image = "";
			$news_subject = "<a name='news_".$data['news_id']."' id='news_".$data['news_id']."'></a>".stripslashes($data['news_subject']);
			$news_cat_image = "<a href='".($settings['news_image_link'] == 0 ? "news_cats.php?cat_id=".$data['news_cat']
																				: FUSION_SELF."?readmore=".$data['news_id'] )."'>";
			if ($data['news_image_t2'] && $settings['news_image_frontpage'] == 0) {
				$news_cat_image .= "<img src='".IMAGES_N_T.$data['news_image_t2']."' alt='".$data['news_subject']."' class='news-category' /></a>";
			} elseif ($data['news_cat_image']) {
				$news_cat_image .= "<img src='".get_image("nc_".$data['news_cat_name'])."' alt='".$data['news_cat_name']."' class='news-category' /></a>";
			} else {
				$news_cat_image = "";
			}
			$news_news = preg_replace("/<!?--\s*pagebreak\s*-->/i", "", ($data['news_breaks'] == "y" ? nl2br(stripslashes($data['news_news'])) : stripslashes($data['news_news'])));
			$news_info = array(
				"news_id" => $data['news_id'],
				"user_id" => $data['user_id'],
				"user_name" => $data['user_name'],
				"user_status" => $data['user_status'],
				"news_date" => $data['news_datestamp'],
				"cat_id" => $data['news_cat'],
				"cat_name" => $data['news_cat_name'],
				"cat_image" => $news_cat_image,
				"news_subject" => $data['news_subject'],
				"news_ext" => $data['news_extended'] ? "y" : "n",
				"news_reads" => $data['news_reads'],
				"news_comments" => $comments,
				"news_allow_comments" => $data['news_allow_comments'],
				"news_sticky" => $data['news_sticky']
			);

			echo "<!--news_prepost_".$i."-->\n";
			render_news($news_subject, $news_news, $news_info);
		}
		echo "<!--sub_news_idx-->\n";
		if ($rows > $items_per_page) echo "<div align='center' style=';margin-top:5px;'>\n".makepagenav($_GET['rowstart'],$items_per_page,$rows,3)."\n</div>\n";
	} else {
		opentable($locale['global_077']);
		echo "<div style='text-align:center'><br />\n".$locale['global_078']."<br /><br />\n</div>\n";
		closetable();
	}
} else {
	if (!isset($_GET['rowstart']) || !isnum($_GET['rowstart'])) { $_GET['rowstart'] = 0; }
	$result = dbquery(
		"SELECT tn.*, tc.*, tu.user_id, tu.user_name, tu.user_status FROM ".DB_NEWS." tn
		LEFT JOIN ".DB_USERS." tu ON tn.news_name=tu.user_id
		LEFT JOIN ".DB_NEWS_CATS." tc ON tn.news_cat=tc.news_cat_id
		WHERE ".groupaccess('news_visibility')." AND news_id='".$_GET['readmore']."' AND news_draft='0'
		LIMIT 1"
	);
	if (dbrows($result)) {
		include INCLUDES."comments_include.php";
		include INCLUDES."ratings_include.php";
		$data = dbarray($result);
		if (!isset($_POST['post_comment']) && !isset($_POST['post_rating'])) {
			$result2 = dbquery("UPDATE ".DB_NEWS." SET news_reads=news_reads+1 WHERE news_id='".$_GET['readmore']."'");
			$data['news_reads']++;
		}
		$news_cat_image = "";
		$news_subject = $data['news_subject'];
		if ($data['news_image_t1'] && $settings['news_image_readmore'] == "0") {
			$img_size = @getimagesize(IMAGES_N.$data['news_image']);
			$news_cat_image = "<a href=\"javascript:;\" onclick=\"window.open('".IMAGES_N.$data['news_image']."','','scrollbars=yes,toolbar=no,status=no,resizable=yes,width=".($img_size[0]+20).",height=".($img_size[1]+20)."')\"><img src='".IMAGES_N_T.$data['news_image_t1']."' alt='".$data['news_subject']."' class='news-category' /></a>";
		} elseif ($data['news_cat_image']) {
			$news_cat_image = "<a href='news_cats.php?cat_id=".$data['news_cat']."'><img src='".get_image("nc_".$data['news_cat_name'])."' alt='".$data['news_cat_name']."' class='news-category' /></a>";
		}
		$news_news = preg_split("/<!?--\s*pagebreak\s*-->/i", $data['news_breaks'] == "y" ? nl2br(stripslashes($data['news_extended'] ? $data['news_extended'] : $data['news_news'])) : stripslashes($data['news_extended'] ? $data['news_extended'] : $data['news_news']));    
		$pagecount = count($news_news);
		$news_info = array(
			"news_id" => $data['news_id'],
			"user_id" => $data['user_id'],
			"user_name" => $data['user_name'],
			"user_status" => $data['user_status'],
			"news_date" => $data['news_datestamp'],
			"cat_id" => $data['news_cat'],
			"cat_name" => $data['news_cat_name'],
			"cat_image" => $news_cat_image,
			"news_subject" => $data['news_subject'],
			"news_ext" => "n",
			"news_reads" => $data['news_reads'],
			"news_comments" => dbcount("(comment_id)", DB_COMMENTS, "comment_type='N' AND comment_item_id='".$data['news_id']."' AND comment_hidden='0'"),
			"news_allow_comments" => $data['news_allow_comments'],
			"news_sticky" => $data['news_sticky']
		);
		add_to_title($locale['global_201'].$news_subject);
		echo "<!--news_pre_readmore-->";
		render_news($news_subject, $news_news[$_GET['rowstart']], $news_info);
		echo "<!--news_sub_readmore-->";
		if ($pagecount > 1) {
			echo "<div align='center' style='margin-top:5px;'>\n".makepagenav($_GET['rowstart'], 1, $pagecount, 3, FUSION_SELF."?readmore=".$_GET['readmore']."&amp;")."\n</div>\n";
		}
		if ($data['news_allow_comments']) { showcomments("N", DB_NEWS, "news_id", $_GET['readmore'], FUSION_SELF."?readmore=".$_GET['readmore']); }
		if ($data['news_allow_ratings']) { showratings("N", $_GET['readmore'], FUSION_SELF."?readmore=".$_GET['readmore']); }
	} else {
		redirect(FUSION_SELF);
	}
}

require_once THEMES."templates/footer.php";
?>
 
ich hoffe doch das du denn meinst

HTML:
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='de' lang='de'>
<head>
<title>GaCnX-CMS  /  Wir sind immer für euch da! - News</title>
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<meta name='description' content='' />
<meta name='keywords' content='' />
<link rel='stylesheet' href='themes/GaCnX-CMS/styles.css' type='text/css' media='screen' />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script><script type="text/javascript">/*<![CDATA[*/!window.jQuery && document.write("<script type=\"text/javascript\" src=\"includes/jquery/jquery.js\"><\/script>")/*]]>*/</script>
<script type='text/javascript' src='includes/jscript.js'></script>

<style type='text/css'>
<!--
.birthday_tooltip {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	text-align:center;
	width:120px;
	border:1px solid dimgray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}
-->
</style>

<script src='infusions/forum_panel/inc/ui.core.js' type='text/javascript'></script>

<script src='infusions/forum_panel/inc/ui.tabs.js' type='text/javascript'></script>

<script type='text/javascript'>
	$(function() {
		$('#ajax-tabs > ul').tabs();
	});
</script>

<link rel='stylesheet' href='infusions/forum_panel/inc/ui.tabs.css' type='text/css' media='print, projection, screen' />


	<link type='text/css' href='infusions/last_news_panel/lnp_style.css' rel='stylesheet' />

<script type="text/javascript" src="infusions/shoutbox_panel/ash.js"></script>
<meta name='robots' content='all,index,follow' />
<meta name='generator' content='PHP-Fusion copyright &copy; 2002 - 2012 by Nick Jones.' />
<meta name='copyright' content='copyright &copy; 2005 - 2012 by Giovanni Toraldo' />
<script type="text/javascript" src="themes/GaCnX-CMS/js/settings.js"></script>
<script type="text/javascript" src="themes/GaCnX-CMS/js/overallmenu.js"></script>
<script type="text/javascript" src="themes/GaCnX-CMS/js/cufon-yui.js"></script>
<script type="text/javascript" src="themes/GaCnX-CMS/js/Futura_Bk_BT_400.font.js"></script>
<!--[if IE 7]><link rel="stylesheet" type="text/css" media="all" href="themes/GaCnX-CMS/css/ie7.css" /><![endif]-->
<!--[if IE 6]><script type="text/javascript" src="themes/GaCnX-CMS/js/DD_belatedPNG_0.0.8a-min.js"></script>
<script type="text/javascript">/*<![CDATA[*/DD_belatedPNG.fix("img, div");/*]]>*/</script><![endif]-->
</head>
<body id='page-news'>
<div class='header'><div class='header_container'><div class='header_logo'><img src='themes/GaCnX-CMS/images/php-fusion-logo.png'></div><!-- .header_logo --><div class='overallmenu clearfix'><ul class='overallmenu clearfix' id='main-nav'>
				<li class='current_page_item'><a href='news.php'>Startseite</a></li>
				<li><a href='href=&quot;#&quot;'>GaCnX-CMS</a>
			<ul class='sub-menu'>
				<li><a href='forum/index.php'>GaCnX-Forum</a></li>
				<li><a href='infusions/fusionshop/../../infusions/fusionshop/main.php'>GaCnX-Shop</a></li>
				<li><a href='articles.php'>GaCnX-Artikel</a></li>
				<li><a href='linkus.php'>GaCnX-Link Us</a></li>
				<li><a href='viewpage.php?page_id=1'>GaCnX-Partner</a></li>
				<li><a href='infusions/projects_panel/projects.php'>GaCnX-Projekt</a></li>
				<li><a href='weblinks.php'>GaCnX-Weblinks</a></li>
				<li><a href='infusions/pro_download_panel/download.php'>GaCnX-Download DB</a></li>
			</ul>
</li>
				<li><a href='href=&quot;#&quot;'>GaCnX-Extras</a>
			<ul class='sub-menu'>
				<li><a href='submit.php?stype=n'>News Einsenden</a></li>
				<li><a href='submit.php?stype=a'>Artikel Einsenden</a></li>
				<li><a href='submit.php?stype=l'>Link Einsenden</a></li>
				<li><a href='submit.php?stype=p'>Foto Einsenden</a></li>
				<li><a href='infusions/pro_download_panel/edit_desc.php'>Download Einsenden</a></li>
				<li><a href='infusions/image_hosting/ihost.php'>GaCnX-Bilder Uploader</a></li>
				<li><a href='href=&quot;#&quot;'>GaCnX-Einsenden</a></li>
			</ul>
</li>
				<li><a href='href=&quot;#&quot;'>GaCnX-DBs</a>
			<ul class='sub-menu'>
				<li><a href='infusions/pro_download_panel/download.php?catid=1'>GaCnX - CMS</a></li>
				<li><a href='infusions/pro_download_panel/download.php?catid=5'>Premium Download</a></li>
				<li><a href='infusions/pro_download_panel/download.php?catid=6'>PHP Fusion 7.02.xx</a></li>
			</ul>
</li>
			</ul>
</div><!-- .overallmenu --></div><!-- .header_container --></div><!-- .header --><div class='page_top'><div class='page_top_container'><div class='page_top_content'><span class='page_top_title'>Willkommen zur&uuml;ck <strong><a href='profile.php?lookup=2'>GaCnX - Gabber</a></strong></span><br /><span class='page_top_desc clearfix'><a href='edit_profile.php'>Profil bearbeiten</a> - <a href='messages.php'><strong>Postfach <span style='color: #FF0000;'>[0]</span></strong></a> - <a href='administration/index.php?aid=e4bbbba685c00d65'><span style='color: #FF0000;'><strong>Admin</span></strong></a> - <a href='members.php'>Mitglieder</a> - <a href='setuser.php?logout=yes'>Logout</a></span>
</div><!-- .page_top_content -->
		<div class='page_top_search'>
			<form action='search.php' id='searchform' method='get'>
				<div><input type='text' onblur='if (this.value == ) {this.value = "Suche...";}' onfocus='if (this.value == "Suche...") {this.value = "";}' id='stext' name='stext' value='Suche...' /></div></form></div><!-- .page_top_search --></div><!-- .page_top_container --></div><!-- .page_top --><div class='page_container_bg'><div class='page_container'><div class='page_content'><div class='page_content_text'><noscript><div class='noscript-message admin-message'>Du hast in deinem Browser kein <strong>Javascript</strong> aktiviert.<br />
Um diese Seite korrekt anzuzeigen ist Javascript jedoch zwingend n&ouml;tig.<br />
Bitte aktiviere Javascript in den Einstellungen deines Browser beziehungswei&szlig;e besorge dir einen Browser, der diesen unterst&uuml;tzt.<br />
<a href='http://www.firefox.com/' rel='nofollow' title='Mozilla Firefox'>Mozilla Firefox</a>&nbsp;|&nbsp;
<a href='http://www.apple.com/safari/' rel='nofollow' title='Safari'>Safari</a>&nbsp;|&nbsp;
<a href='http://www.opera.com/' rel='nofollow' title='Opera'>Opera</a>&nbsp;|&nbsp;
<a href='http://www.google.com/chrome/' rel='nofollow' title='Google Chrome'>Google Chrome</a>&nbsp;|&nbsp;
<a href='http://www.microsoft.com/windows/internet-explorer/' rel='nofollow' title='Internet Explorer'>Internet Explorer h&ouml;her Version 6</a>
</div>
</noscript>
<!--error_handler-->
<h3>Forum Panel</h3><div id='ajax-tabs'>
	<ul>
		<li><a href='infusions/forum_panel/tabs/last_active.php' title='Letzte Themen'><span>Letzte Themen</span></a></li>
		<li><a href='infusions/forum_panel/tabs/unanswered.php' title='Unbeantwortete Themen'><span>Unbeantwortete Themen</span></a></li>
		<li><a href='infusions/forum_panel/tabs/sticky.php' title='Gepinnte Themen'><span>Gepinnte Themen</span></a></li>
	</ul>
</div>
<div class='tbl1' style='text-align:center'><a href='infusions/forum_panel/my_threads.php'>Meine letzten Themen</a> ::
<a href='infusions/forum_panel/my_posts.php'>Meine letzten Beitr&auml;ge</a> ::
<a href='infusions/forum_panel/new_posts.php'>Neue Beitr&auml;ge</a> ::
<a href='infusions/forum_panel/my_tracked_threads.php'>Meine abonnierten Themen</a></div>
<span class='divider_with_top'></a></span>
<h3>News</h3><div id='newspanel'>
<ul>
<li>
<ul>
<table width="98%" id='table1' cellpadding='2'><tr><td width='100%' valign='top' class='tbl001'><a href='news.php?readmore=7' title='Neu auf GaCnX-CMS'><img align='left' src='images/news/thumbs/news_t2.jpg' height='70%' width='100%' alt='' /></a><font color='#303030' class='small'></font><br />
		<a href='news.php?readmore=7' title='Neu auf GaCnX-CMS'><h4><b>Neu auf GaCnX-CMS</b><br></h4>
		&amp;nbsp;
Neu auf GaCnX-CMS,
Wir haben f&amp;uuml;r euch eine Paar eine Downloads eingef&amp;uuml;hrt, f&amp;uuml;r euere PHP Fusion v7 Projekte.
Es werden in denn N&amp;auml;gsten Tagen noch mehr Downloads f&amp;uuml;r euch bereitstehen .
Wir w&amp;uuml;rden uns &amp;uuml;ber eine R&amp;uuml;ckmeldung von euch sehr freuen .
Euer GaCnX-CMS Team
Neu auf GaCnX-CMS,Wir haben f&amp;uuml;r euch eine Paar eine Downloads eingef&amp;uuml;hrt, f&amp;uuml;r euere PHP Fusion v7 Projekte.Es werden in denn N&amp;auml;gsten Tagen noch mehr Downloads f&amp;uuml;r euch bereitstehen .Wir w&amp;uuml;rden uns &amp;uuml;ber eine R&amp;uuml;ckmeldung von euch sehr freuen...</a><br /><br />
		</td></tr><tr><tr><td colspan='4' align='right' class='news-border'></td></tr></table></ul>
</li>
<li>
<ul>
<table width="98%" id='table1' cellpadding='2'><tr><td width='100%' valign='top' class='tbl000'><font color='#303030' class='small'></font><br />
		<a href='news.php?readmore=6' title='Willkommen im Team'><h4><b>Willkommen im Team</b><br></h4>
		Wir begr&amp;uuml;ssen im GaCnX-CMS Team LoonyTuns&amp;...</a><br /><br />
		</td></tr><tr><td width='100%' valign='top' class='tbl000'><font color='#303030' class='small'></font><br />
		<a href='news.php?readmore=5' title='Wir sind wieder Online!'><h4><b>Wir sind wieder Online!</b><br></h4>
		Hallo Liebe Freunde von GaCnX-CMS,
nach dem Um...</a><br /><br />
		</td></tr><tr><td width='100%' valign='top' class='tbl000'><font color='#303030' class='small'></font><br />
		<a href='news.php?readmore=4' title='Wir Suchen Dich !'><h4><b>Wir Suchen Dich !</b><br></h4>
		Das sch&amp;ouml;ne an GaCnX-CMS ist und seine W&amp;uu...</a><br /><br />
		</td></tr><tr><td width='100%' valign='top' class='tbl000'><font color='#303030' class='small'></font><br />
		<a href='news.php?readmore=3' title='Wir sind wieder da!'><h4><b>Wir sind wieder da!</b><br></h4>
		GaCnX-CMS ist wieder Online,

aktueller Stand...</a><br /><br />
		</td></tr><tr><td width='100%' valign='top' class='tbl000'><font color='#303030' class='small'></font><br />
		<a href='news.php?readmore=1' title='Neues Design'><h4><b>Neues Design</b><br></h4>
		Ups, da ist uns wohl ein Fehler unterlaufen, de...</a><br /><br />
		</td></tr><tr><td align='right' class='allnews'><a href='news_cats.php'><font color='#0b4670'>Alle News...</font></a></td></table></ul>
</li>
</div>
<span class='divider_with_top'></a></span>
<!--news_prepost_1-->
<div class='blog_head'><div class='blog_title'><h3><a href='news.php?readmore=7'>Neu auf GaCnX-CMS</a></h3></div><div class='blog_info'><ul><li class='date_icon'>15 Nov 2012</li><li class='written_by'><a href='profile.php?lookup=1' class='profile-link'>System - Bot</a></li><li class='category'><a href='news_cats.php?cat_id=0'>keiner Kategorie</a></li><li class='comment_icon'><a href='news.php?readmore=7#comments'>Neue Kommentar »</a></li></ul></div></div>
t<div class='blog_text'><div class='blog_short_text'><p>&nbsp;</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Neu auf GaCnX-CMS,</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Wir haben f&uuml;r euch eine Paar eine Downloads eingef&uuml;hrt, f&uuml;r euere PHP Fusion v7 Projekte.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Es werden in denn N&auml;gsten Tagen noch mehr Downloads f&uuml;r euch bereitstehen .</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Wir w&uuml;rden uns &uuml;ber eine R&uuml;ckmeldung von euch sehr freuen .</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Euer GaCnX-CMS Team</div>
<p>Neu auf GaCnX-CMS,<br />Wir haben f&uuml;r euch eine Paar eine Downloads eingef&uuml;hrt, f&uuml;r euere PHP Fusion v7 Projekte.Es werden in denn N&auml;gsten Tagen noch mehr Downloads f&uuml;r euch bereitstehen .Wir w&uuml;rden uns &uuml;ber eine R&uuml;ckmeldung von euch sehr freuen .<br />Euer GaCnX-CMS Team</p>
<p>&nbsp;</p></div><div class='blog_detail_button'><a href='news.php?readmore=7'><span class='details_button'>Gelesen 6 mal <span class='bullet'>&bull;</span> Lesen Sie den Rest der Nachrichten.</span></a></div></div><span class='divider_with_top'></a></span>
<!--news_prepost_2-->
<div class='blog_head'><div class='blog_title'><h3><a href='news.php?readmore=6'>Willkommen im Team</a></h3></div><div class='blog_info'><ul><li class='date_icon'>10 Nov 2012</li><li class='written_by'><a href='profile.php?lookup=1' class='profile-link'>System - Bot</a></li><li class='category'><a href='news_cats.php?cat_id=0'>keiner Kategorie</a></li><li class='comment_icon'><a href='news.php?readmore=6#comments'>2 Commenti »</a></li></ul></div></div>
t<div class='blog_text'><div class='blog_short_text'><h2 class="blog-title" style="margin-bottom: 6px; outline-style: none; padding-bottom: 16px; font-size: 24px; font: inherit; font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; color: #7f7f7f; line-height: 22px; background-image: url(http://webradio-help.de/themes/webradiohelp/images/dotted-line.png); letter-spacing: normal; background-position: 0% 100%; background-repeat: repeat no-repeat;"><span style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 20px;">Wir begr&uuml;ssen im GaCnX-CMS Team <a class="profile-link" style="outline-width: 0px; font-size: 13px; color: #272727;" href="/profile.php?lookup=6">LoonyTuns</a>&nbsp;als neuen Grafiker .</span><span style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 20px;">Er wird GaCnX-CMS&nbsp;</span><span style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 20px;">ab sofort auch euch als Supporter im Forums Bereich zur seite stehen.</span></h2>
<h2 class="blog-title" style="margin-bottom: 6px; outline-style: none; padding-bottom: 16px; font-size: 24px; font: inherit; font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; color: #7f7f7f; line-height: 22px; background-image: url(http://webradio-help.de/themes/webradiohelp/images/dotted-line.png); letter-spacing: normal; background-position: 0% 100%; background-repeat: repeat no-repeat;"><span style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 20px;">Euer GaCnX-CMS Team</span></h2></div><div class='blog_detail_button'><a href='news.php?readmore=6'><span class='details_button'>Gelesen 26 mal <span class='bullet'>&bull;</span> Lesen Sie den Rest der Nachrichten.</span></a></div></div><span class='divider_with_top'></a></span>
<!--sub_news_idx-->
<div align='center' style=';margin-top:5px;'>
<div class='pagenav'>
Seite  1 von 3: <span><strong>1</strong></span><a href='news.php?rowstart=2'>2</a><a href='news.php?rowstart=4'>3</a></div>

</div>
<h3>Aktuelle Projekte</h3><table width="98%" cellspacing='1' cellpadding='0'>
<tr>
<td class='tbl2' style='width:40%;font-weight:bold;'>Name</td>
<td class='tbl2' colspan='2' style='width:60%;text-align:center;font-weight:bold;'>Fortschritt</td>
</tr>
<tr>
<td class='tbl1' style='width:40%;font-weight:bold;'><a href='infusions/projects_panel/projects.php?project_id=2' title='Radio-World v1.00'>Radio-World</a></td>
<td class='tbl1' style='width:1%;'>45%</td>
<td class='tbl1' style='width:59%;'><img src='infusions/projects_panel/images/poll_bar.gif' height='12' width='45%' class='poll' alt='Fortschritt: 45%' /></td>
</tr>
<tr>
<td class='tbl2' style='width:40%;font-weight:bold;'><a href='infusions/projects_panel/projects.php?project_id=1' title='GaCnX-CMS v1.01'>GaCnX-CMS</a></td>
<td class='tbl2' style='width:1%;'>20%</td>
<td class='tbl2' style='width:59%;'><img src='infusions/projects_panel/images/poll_bar.gif' height='12' width='20%' class='poll' alt='Fortschritt: 20%' /></td>
</tr>
</table>
<span class='divider_with_top'></a></span>
			</div><!-- .page_content_text --></div><!-- .page_(full_)content --><div class='page_right_content'><div class='page_right_sidebars'><div class='page_sidebar_warp'><h3 class='side_box_title'>Shoutbox</h3><div class='textwidget'><a id='edit_shout' name='edit_shout'></a>
<form name='shout_form' method='post' action='news.php' onsubmit="ash_send();return false;">
<textarea name='shout_message' rows='4' cols='20' class='textbox' style='width:140px' onKeyDown='textCount(c_sbform.shout_message,c_sbform.com_len);sh_center(event);' onKeyUp='textCount(c_sbform.shout_message,c_sbform.com_len);'></textarea><br />
<div style='width:150px;'>
<input type='image' src='includes/bbcodes/images/smiley.png' class='bbcode' onclick="return overlay(this, 'bbcode_smileys_list_shout_message', 'bottomright');"   title='Smilies' />
<div id='bbcode_smileys_list_shout_message' class='tbl1 bbcode-popup' style='display:none;border:1px solid black;position:absolute;overflow:auto;width:400px;height:auto;' onclick="overlayclose('bbcode_smileys_list_shout_message');">
<img src='images/smiley/2.png' alt='2' onclick="insertText('shout_message', '2', 'shout_form');" />
<img src='images/smiley/1.png' alt='1' onclick="insertText('shout_message', '1', 'shout_form');" />
<img src='images/smiley/7.png' alt='7' onclick="insertText('shout_message', '7', 'shout_form');" />
<img src='images/smiley/3.png' alt='3' onclick="insertText('shout_message', '3', 'shout_form');" />
<img src='images/smiley/4.png' alt='4' onclick="insertText('shout_message', '4', 'shout_form');" />
<img src='images/smiley/5.png' alt='5' onclick="insertText('shout_message', '5', 'shout_form');" />
<img src='images/smiley/6.png' alt='6' onclick="insertText('shout_message', '6', 'shout_form');" />
<img src='images/smiley/8.png' alt='8' onclick="insertText('shout_message', '8', 'shout_form');" />
<img src='images/smiley/9.png' alt='9' onclick="insertText('shout_message', '9', 'shout_form');" />
<img src='images/smiley/10.png' alt='10' onclick="insertText('shout_message', '10', 'shout_form');" />
<img src='images/smiley/11.png' alt='11' onclick="insertText('shout_message', '11', 'shout_form');" />
<img src='images/smiley/12.png' alt='12' onclick="insertText('shout_message', '12', 'shout_form');" />
<img src='images/smiley/13.png' alt='13' onclick="insertText('shout_message', '13', 'shout_form');" />
<img src='images/smiley/14.png' alt='14' onclick="insertText('shout_message', '14', 'shout_form');" />
<img src='images/smiley/15.png' alt='15' onclick="insertText('shout_message', '15', 'shout_form');" />
<img src='images/smiley/16.png' alt='16' onclick="insertText('shout_message', '16', 'shout_form');" />
<img src='images/smiley/17.png' alt='17' onclick="insertText('shout_message', '17', 'shout_form');" />
<img src='images/smiley/18.png' alt='18' onclick="insertText('shout_message', '18', 'shout_form');" />
<img src='images/smiley/19.png' alt='19' onclick="insertText('shout_message', '19', 'shout_form');" />
<img src='images/smiley/20.png' alt='20' onclick="insertText('shout_message', '20', 'shout_form');" />
<img src='images/smiley/21.png' alt='21' onclick="insertText('shout_message', '21', 'shout_form');" />
<img src='images/smiley/22.png' alt='22' onclick="insertText('shout_message', '22', 'shout_form');" />
<img src='images/smiley/23.png' alt='23' onclick="insertText('shout_message', '23', 'shout_form');" />
<img src='images/smiley/24.png' alt='24' onclick="insertText('shout_message', '24', 'shout_form');" />
<img src='images/smiley/25.png' alt='25' onclick="insertText('shout_message', '25', 'shout_form');" />
<img src='images/smiley/26.png' alt='26' onclick="insertText('shout_message', '26', 'shout_form');" />
<img src='images/smiley/27.png' alt='27' onclick="insertText('shout_message', '27', 'shout_form');" />
<img src='images/smiley/28.png' alt='28' onclick="insertText('shout_message', '28', 'shout_form');" />
<img src='images/smiley/29.png' alt='29' onclick="insertText('shout_message', '29', 'shout_form');" />
<img src='images/smiley/30.png' alt='30' onclick="insertText('shout_message', '30', 'shout_form');" />
<img src='images/smiley/31.png' alt='31' onclick="insertText('shout_message', '31', 'shout_form');" />
<img src='images/smiley/32 (10).png' alt='32' onclick="insertText('shout_message', '32', 'shout_form');" />
<img src='images/smiley/32 (1).png' alt='33' onclick="insertText('shout_message', '33', 'shout_form');" />
</div>
<input type='image' src='includes/bbcodes/images/b.png' class='bbcode' onclick="addText('shout_message','[ b ]','[ /b ]','shout_form');return false;"   title='Zeigt gew&auml;hlten Text in Fettschrift' />
<input type='image' src='includes/bbcodes/images/i.png' class='bbcode' onclick="addText('shout_message','[ i]','[ /i ]','shout_form');return false;"   title='Stellt gew&auml;hlten Text kursiv dar' />
<input type='image' src='includes/bbcodes/images/url.png' class='bbcode' onclick="addText('shout_message','[ url ]','[ /url ]','shout_form');return false;"   title='Macht eine URL anklickbar' />
<input type='image' src='includes/bbcodes/images/color.png' class='bbcode' onclick="return overlay(this, 'bbcode_color_map_shout_message', 'rightbottom');"   title='Schriftfarbe des markierten Textes festlegen' />
<div id='bbcode_color_map_shout_message' class='tbl1 bbcode-popup' style='display:none;border:1px solid black;position:absolute;width:220px;height:160px' onclick="overlayclose('bbcode_color_map_shout_message');">
<script type='text/javascript' src='includes/bbcodes/color_bbcode_include_js.js'></script>
<script type='text/javascript'>
<!--
ColorMap('shout_message', 'shout_form');
-->
</script>
</div>
</div>
<br /><input type='submit' name='post_shout' value='Shout' class='button' title='Ctrl+Enter' />
<script type="text/javascript">//<![CDATA[
document.write(' <input style="font-weight:bold;" class="textbox" readonly="readonly" type="text" name="com_len" size="3"  value="'+sb_max+'"> <input src="infusions/shoutbox_panel/sh_refropt.png" class="bbcode" onclick="return overlay(this, \'asb_refrupd\', \'bottomright\');" title="Refresh update" type="image"> <input src="infusions/shoutbox_panel/sh_refresh.png" class="bbcode" onclick="ash_refresh(0);return false;" title="Refresh" type="image">');
var sb_fldr="infusions/shoutbox_panel/",inc_row=5,c_sbform=document.forms["shout_form"];
//]]></script><div id="asb_refrupd" class="tbl1" style="display:none;border: 1px solid black; position: absolute; overflow: auto; width: 50px; height: auto;" onclick="overlayclose('asb_refrupd');">
<label style="cursor:pointer;"><input name="ash_ab" value="-" type="radio" checked="checked" onclick="ash_setautor(0);">---</label>
<label style="cursor:pointer;"><input name="ash_ab" value="10" type="radio" onclick="ash_setautor(10);">10 s</label>
<label style="cursor:pointer;"><input name="ash_ab" value="20" type="radio" onclick="ash_setautor(20);">20 s</label>
<label style="cursor:pointer;"><input name="ash_ab" value="30" type="radio" onclick="ash_setautor(30);">30 s</label>
</div></form><br /><div id="sb_adiv"><div class='shoutboxname'><img style="float: left;" src="images/avatars/lurker-icon.png" width="32" hspace="4" vspace="1" /><img src="infusions/shoutbox_panel/sh_adm.png" border="0" title="Admin" alt="[A]"/> <span class="side"><a href='profile.php?lookup=2' class='profile-link'>GaCnX - Gabber</a></span> <a href='javascript:insertText("shout_message","GaCnX - Gabber, ", "shout_form");' class='small side'>[!]</a></div>
<div class='shoutboxdate' style='vertical-align: middle;'><img src="infusions/shoutbox_panel/sh_online.png" border="0" title="Online" alt="[on]"/> 16.11.2012 um 20:25</div><div class='shoutbox'>Wünsche ich dir auch <strong>Loony</strong>,</div>
<a href='news.php?s_action=edit&amp;shout_id=8#edit_shout' onclick='ash_edit("8");return false;' class='side' title='Bearbeiten'><img src='infusions/shoutbox_panel/sh_edit.png' class='bbcode' alt='[e]' border='0'></a>
<a href='news.php?s_action=delete&amp;shout_id=8' onclick='ash_del("8");return false;' class='side' title='L&ouml;schen'><img src='infusions/shoutbox_panel/sh_delete.png' class='bbcode' alt='[d]' border='0'></a><span class="side-small" style="float:right" title="IP">93.206.228.177</span><br /><br />
<div class='shoutboxname'><img style="float: left;" src="images/avatars/unbenannt_1.png" width="32" hspace="4" vspace="1" /><span class="side"><a href='profile.php?lookup=6' class='profile-link'>LoonyTuns</a></span> <a href='javascript:insertText("shout_message","LoonyTuns, ", "shout_form");' class='small side'>[!]</a></div>
<div class='shoutboxdate' style='vertical-align: middle;'><img src="infusions/shoutbox_panel/sh_offline.png" border="0" title="Offline" alt="[off]"/> 16.11.2012 um 20:18</div><div class='shoutbox'>Wünsche euch allen ein super Abend</div>
<a href='news.php?s_action=edit&amp;shout_id=7#edit_shout' onclick='ash_edit("7");return false;' class='side' title='Bearbeiten'><img src='infusions/shoutbox_panel/sh_edit.png' class='bbcode' alt='[e]' border='0'></a>
<a href='news.php?s_action=delete&amp;shout_id=7' onclick='ash_del("7");return false;' class='side' title='L&ouml;schen'><img src='infusions/shoutbox_panel/sh_delete.png' class='bbcode' alt='[d]' border='0'></a><span class="side-small" style="float:right" title="IP">93.206.228.177</span><br /><br />
<div class='shoutboxname'><img style="float: left;" src="images/avatars/gacnx1[1].png" width="32" hspace="4" vspace="1" /><img src="infusions/shoutbox_panel/sh_adm.png" border="0" title="Admin" alt="[A]"/> <span class="side"><a href='profile.php?lookup=1' class='profile-link'>System - Bot</a></span> <a href='javascript:insertText("shout_message","System - Bot, ", "shout_form");' class='small side'>[!]</a></div>
<div class='shoutboxdate' style='vertical-align: middle;'><img src="infusions/shoutbox_panel/sh_offline.png" border="0" title="Offline" alt="[off]"/> 12.11.2012 um 18:11</div><div class='shoutbox'>ja wir sind gut dabei  <img src='images/smiley/2.png' alt='2' style='vertical-align:middle;' /></div>
<a href='news.php?s_action=edit&amp;shout_id=6#edit_shout' onclick='ash_edit("6");return false;' class='side' title='Bearbeiten'><img src='infusions/shoutbox_panel/sh_edit.png' class='bbcode' alt='[e]' border='0'></a>
<a href='news.php?s_action=delete&amp;shout_id=6' onclick='ash_del("6");return false;' class='side' title='L&ouml;schen'><img src='infusions/shoutbox_panel/sh_delete.png' class='bbcode' alt='[d]' border='0'></a><span class="side-small" style="float:right" title="IP">93.206.228.42</span><br /><br />
<div class='shoutboxname'><span class="side"><a href='profile.php?lookup=5' class='profile-link'>matze</a></span> <a href='javascript:insertText("shout_message","matze, ", "shout_form");' class='small side'>[!]</a></div>
<div class='shoutboxdate' style='vertical-align: middle;'><img src="infusions/shoutbox_panel/sh_offline.png" border="0" title="Offline" alt="[off]"/> 12.11.2012 um 14:17</div><div class='shoutbox'>Der Aufbau geht ja schnell voran ....weiter so</div>
<a href='news.php?s_action=edit&amp;shout_id=5#edit_shout' onclick='ash_edit("5");return false;' class='side' title='Bearbeiten'><img src='infusions/shoutbox_panel/sh_edit.png' class='bbcode' alt='[e]' border='0'></a>
<a href='news.php?s_action=delete&amp;shout_id=5' onclick='ash_del("5");return false;' class='side' title='L&ouml;schen'><img src='infusions/shoutbox_panel/sh_delete.png' class='bbcode' alt='[d]' border='0'></a><span class="side-small" style="float:right" title="IP">93.222.42.216</span><br /><br />
<div class='shoutboxname'><img style="float: left;" src="images/avatars/lurker-icon.png" width="32" hspace="4" vspace="1" /><img src="infusions/shoutbox_panel/sh_adm.png" border="0" title="Admin" alt="[A]"/> <span class="side"><a href='profile.php?lookup=2' class='profile-link'>GaCnX - Gabber</a></span> <a href='javascript:insertText("shout_message","GaCnX - Gabber, ", "shout_form");' class='small side'>[!]</a></div>
<div class='shoutboxdate' style='vertical-align: middle;'><img src="infusions/shoutbox_panel/sh_online.png" border="0" title="Online" alt="[on]"/> 10.11.2012 um 03:04</div><div class='shoutbox'><strong>Willkommen im Team <u>LoonyTuns</u></strong> <img src='images/smiley/2.png' alt='2' style='vertical-align:middle;' /></div>
<a href='news.php?s_action=edit&amp;shout_id=4#edit_shout' onclick='ash_edit("4");return false;' class='side' title='Bearbeiten'><img src='infusions/shoutbox_panel/sh_edit.png' class='bbcode' alt='[e]' border='0'></a>
<a href='news.php?s_action=delete&amp;shout_id=4' onclick='ash_del("4");return false;' class='side' title='L&ouml;schen'><img src='infusions/shoutbox_panel/sh_delete.png' class='bbcode' alt='[d]' border='0'></a><span class="side-small" style="float:right" title="IP">93.206.227.167</span><br /><br />
</div><div style='text-align:center'>
<a href='infusions/shoutbox_panel/shoutbox_archive.php' class='side'>Shoutbox Archiv</a>
</div>
<script type="text/javascript">//<![CDATA[
document.write('<input style="float:right;" src="infusions/shoutbox_panel/sh_more.png" class="bbcode" onclick="ash_addmore();return false;" title="More!" type="image">');
//]]></script></div><!-- .textwidget --></div><!-- .page_sidebar_warp --><div class='page_sidebar_warp'><h3 class='side_box_title'>Mitglieder Online</h3><div class='textwidget'><span class='bullet'>&bull;</span> G&auml;ste Online: 0<br /><br />
<span class='bullet'>&bull;</span> Mitglieder Online: 1<br />
<span class='side'><a href='profile.php?lookup=2' class='profile-link'>GaCnX - Gabber</a></span><br />
<br />
<span class='bullet'>&bull;</span> Mitglieder insgesamt: 10<br />
<span class='bullet'>&bull;</span> <a href='administration/members.php?aid=e4bbbba685c00d65&amp;status=2' class='side'>Unaktivierte Mitglieder</a>: 0<br />
<span class='bullet'>&bull;</span> Neuestes Mitglied: <span class='side'><a href='profile.php?lookup=11' class='profile-link'>prozocker2012</a></span>
</div><!-- .textwidget --></div><!-- .page_sidebar_warp --><div class='page_sidebar_warp'><h3 class='side_box_title'>Support Ticket System</h3><div class='textwidget'><center><img border=0 src=infusions/ticket_system_panel/images/ticket2.png><br><table width="98%" class=''><tr><td align='center'><table width="98%"><tr><td align='center'><a  align='center' href='infusions/ticket_system/ticket.php?stype=ust' class='side'>Ticket einsenden</a></tr></table></td></tr></table><table width="98%" class=''><table width="98%" class=''><tr><td align='center'><table width="98%"><tr><td align='center'><a  align='center' href='infusions/ticket_system/ticket_admin.php?aid=e4bbbba685c00d65' class='side'>Ticket Admin</a></tr></table></td></tr></table></div><!-- .textwidget --></div><!-- .page_sidebar_warp --><script type="text/javascript">
<!--
wmtt = null;
document.onmousemove = updateWMTT;
function updateWMTT(e) {
  if (wmtt != null) {
    x = (document.all) ? window.event.x + wmtt.offsetParent.scrollLeft : e.pageX;
    y = (document.all) ? window.event.y + wmtt.offsetParent.scrollTop  : e.pageY;
    wmtt.style.left = (x + 10) + "px";
    wmtt.style.top   = (y - 145) + "px";
  }
}
function showWMTT(id) {
  wmtt = document.getElementById(id);
  wmtt.style.display = "block"
}
function hideWMTT() {
  wmtt.style.display = "none";
}
// -->
</script>

</div><!-- .page_right_sidebars --></div><!-- .page_right_content --></div><!-- .page_(full_)container --></div><!-- .page_container_bg --><div class='footer'><div class='footer_widget'><div class='footer_widgets clearfix'><div class='footer_widgetleft'><h3>GaCnX Partner</h3><div class='footer_menu'><ul><li><a href='http://www.systemweb.de/' target='_blank'>Systemweb</a></li><li><a href='http://www.studio-one-fm.net/' target='_blank'>Studio-One-Fm</a></li><li><a href='http://www.granade.eu/' target='_blank'>Granade</a></li></ul></div><h3>Referenzen</h3><div class='footer_menu'><ul><li><a href='http://flying-beatz.at' target='_blank'>Flying-Beatz</a></li><li><a href='http://speed-sound-radio.net' target='_blank'>Speed-Sound-Radio</a></li><li><a href='news.php' target='_blank'>Platzhalter</a></li><li><a href='news.php' target='_blank'>Platzhalter</a></li></ul></div></div><!-- .footer_widgetleft --><div class='footer_widgetcenter'><div class='footer_widgetcenter_top'><h3>GaCnX-CMS Info</h3>Das GaCnX CMS ist eine Weiterentwicklung des Content Managment Systems PHP-Fusion v7. Wir haben uns dazu entschlossen, dieses weiterzuentwickeln und die Entwicklung mehr an alle Benutzer anzupassen, da sich unsere Vorstellungen, von denen der Anderen Content Managment Systems (CMS) doch um einiges unterscheiden.</div><!-- .footer_widgetcenter_top --><div class='footer_widgetcenter_left'><h3>Neuste Kommentare</h3><div class='footer_comments'><ul>
<li><a href='news.php?readmore=1#c5' title='schliesse mich meinem vor...' class='side'>schliesse mich meinem vor...</a></li>
<li><a href='news.php?readmore=6#c4' title='Willkommen im Team LoonyTuns' class='side'>Willkommen im Team LoonyTuns</a></li>
<li><a href='news.php?readmore=6#c3' title='Ich bedanke mich bei euch...' class='side'>Ich bedanke mich bei euch...</a></li>
<li><a href='news.php?readmore=1#c2' title='Ein Cooles Design !:D' class='side'>Ein Cooles Design !:D</a></li>
</ul>
</div></div><!-- .footer_widgetcenter_left --><div class='footer_widgetcenter_right'><h3>Neueste Antworten</h3><div class='footer_posts'><ul>
<li>
<a href='profile.php?lookup=2' class='profile-link'>GaCnX - ...</a> in 
<a href='forum/viewthread.php?thread_id=7&amp;pid=11#post_11' title='Themes und Design: Template....Frage'>Template.......</a>
</li>
<li>
<a href='profile.php?lookup=1' class='profile-link'>System -...</a> in 
<a href='forum/viewthread.php?thread_id=6&amp;pid=7#post_7' title='Aktuelles und Zukünftiges: Forum Umbau'>Forum Umbau</a>
</li>
<li>
<a href='profile.php?lookup=6' class='profile-link'>LoonyTuns</a> in 
<a href='forum/viewthread.php?thread_id=2&amp;pid=6#post_6' title='Aktuelles und Zukünftiges: Wir suchen dich'>Wir suchen dich</a>
</li>
<li>
<a href='profile.php?lookup=2' class='profile-link'>GaCnX - ...</a> in 
<a href='forum/viewthread.php?thread_id=5&amp;pid=5#post_5' title='Ankündigungen &amp; News: GaCnX - CMS'>GaCnX - CMS</a>
</li>
<li>
<a href='profile.php?lookup=2' class='profile-link'>GaCnX - ...</a> in 
<a href='forum/viewthread.php?thread_id=4&amp;pid=4#post_4' title='Entwicklungen: GaCnX - CMS'>GaCnX - CMS</a>
</li>
</ul>
</div></div><!-- .footer_widgetcenter_right --></div><!-- .footer_widgetcenter --><div class='footer_widgetright'><div class='footer_widget_firstly'><h3>GaCnX-CMS</h3>Powered by <a href='http://www.php-fusion.co.uk'>PHP-Fusion</a> copyright &copy; 2002 - 2012 by Nick Jones.
Released as free software without warranties under <a href='http://www.fsf.org/licensing/licenses/agpl-3.0.html'>GNU Affero GPL</a> v3.
</div><div class='footer_widget_firstly'><h3>Infos &amp; Kontakte</h3><div class='footer_contact'><ul><li class='address'><!--counter-->1,220 eindeutige Besuche&nbsp;|&nbsp;Mitglieder insgesamt: 10<br /></li><li class='phone'><a href='infusions/gacnx_report/gacnx_report.php' rel='nofollow' target='_blank'>Melden eine Urheberrechtsverletzung</a> an GaCnX</li><li class='email'><a href='mailto:support@gacnx.net'>support@gacnx.net</a></li><li class='support'><a href='agb.php' rel='nofollow'>AGBs </a>&nbsp;|&nbsp;<a href='contact.php' rel='nofollow'>Kontakt Formular </a>&nbsp;|&nbsp;<a href='imprint.php' rel='nofollow' target='_blank'>Impressum</a></li><li class='support'><a href='infusions/banner_panel/index.php' rel='nofollow' target='_blank'>Banner buchen</a></li></ul></div></div></div><!-- .footer_widgetright --></div><!-- .footer_widgets --></div><!-- .footer_widget --><div class='footer_copyright'><div class='copyright_container'><div class='copyright_text'>Powered by Gabber &amp; Chaos NetWorX &copy; copyright 2012 by GaCnX-CMS. All Rights Reserved.</a></div><div class='footer_social_networks'><ul><li><a href='https://twitter.com/GaCnXCMS'><img src='themes/GaCnX-CMS/images/social_networks/twitter.png' alt='GaCnX auf Twitter' /></a></li><li><a href='https://plus.google.com/u/0/b/100426043059349292468/100426043059349292468/posts'><img src='themes/GaCnX-CMS/images/social_networks/google.png' alt='GaCnX auf Google' /></a></li><li><a href='https://www.facebook.com/GabberAndChaosNetworx'><img src='themes/GaCnX-CMS/images/social_networks/facebook.png' alt='GaCnX auf Facebook' /></a></li><li><a href='http://www.youtube.com/user/GaCnX'><img src='themes/GaCnX-CMS/images/social_networks/youtube.png' alt='GaCnX auf YouTube' /></a></li><li><a href='http://gacnx.net/infusions/rss_feed_panel/rss_news.php'><img src='themes/GaCnX-CMS/images/social_networks/feed.png' alt='RSS' /></a></li></ul></div><!-- .footer_social_networks --></div><!-- .copyright_container --></div><!-- .footer_copyright --></div><!-- .footer --><script type='text/javascript' src='themes/GaCnX-CMS/js/custom.js'></script><script type='text/javascript'>/*<![CDATA[*/Cufon.now();/*]]>*/</script><div id='debug'>Seitenaufbau in 0.30 Sekunden - 60 DB-Abfragen</div>
</body>
</html>
 
Ok, so sieht man schon mehr ;-)

Ändere im PHP-Code die Zeile 63, in der steht derzeit

PHP:
        ".trimlink(strip_tags(stripslashes($data['news_news'])), 600)."</a><br /><br />

Ändere es mal zu

PHP:
        ".trimlink(strip_tags(stripslashes(htmlspecialchars_decode($data['news_news']))), 600)."</a><br /><br />
 
Diese Rätselraterei führt zu nichts. Es gibt jetzt mehrere Möglichkeiten:

- Du arbeitest dich in PHP ein und löst das Problem selbst
- Du suchst dir jemanden, der das für dich macht
- Du könntest noch mit str_replace() experimentieren. Z.B. so:

PHP:
".trimlink(strip_tags(stripslashes(str_replace('&amp;', '&', $data['news_news']))), 600)."</a><br /><br />
 
Zurück