| Willkommen auf meiner Website. Das Funportal...Das Web auf einen Klick |
Wer kennt das nicht. Wo finde ich die wichtigsten Sachen im Web. Schnell... naja....ich versuche auf dieser Seite das Web kleiner zu machen. Mit einen paar Klicks alles auf einen Blick. Schaut mal rein denn es ist für alle was da.Wenn ihr euch kurz registriert habt ihr KOSTENLOS Zugriff auf das komplette Angebot der Seite(Cookis müssen akzeptiert werden).Das ist notwendig um unsere kleine Community größer zu bekommen. Dort habt ihr auch die Möglichkeit diese Seite aktiv mitzugestalten.Durch das Punktesystem werdet ihr für jede Mitarbeit belohnt und könnt ab 4000 "Funnys" eine Prämie (z.Z. eine CD oder DVD nach Wahl)einlösen.Wie die Punkte verteilt werden seht ihr unter euerm persönlichem Profil.Also...auf was wartet ihr noch. Ich freue mich über jede Anregung.Bei weiteren Fragen und bevor ihr mich per email kontaktet lest bitte erst die FAQ auf der linken Seite. Klickt rein habt Spass dabei. Das Funportal
Ps:Ihr könnt euch auch ersteinmal ein wenig umschauen. Wie ??? Gebt im Login :"Testmitglied" ein und als Passwort: "test" (ohne ") . So habt ihr auf ein paar Angebote Zugriff. Diese Seite lebt mit euern Ideen und Einträgen denn nur so gibt es täglich neues.
Besucht auch mal die Partner vom Funportal.
Und was erwartet mich wenn ich mich kostenlos anmelde????
- das Funportal Nachrichtencenter mit allen Themengebiete und täglich aktuell
- das Forum zum Austausch vieler Meinungen, Ideen, Hilfen uvm.
- mitgestalten der Page mit Links, Dowloads, Artikel, News, Umfragen;
- umfangreiche Gallerie zum veröffendlichen deine Bilder
- Grusskartensystem mit ca. 1000 Motiven
- Bundesligatippspiel,,Sporttabellenservice
- Prämiensystem bei Mitarbeit und tollen Dankeschönpreisen,eigenes Profil mit Avatar,Userbild, Gästebuch, e-mail, IM Center (Kurzmitteilungen an andere User)
- viel Spass bei Spielen, Witze, Videos, unendlicher Geschichte uvm.
- Bannertausch, Webmasterhilfen, Scriptarchiv mit vielen php,css,Java und Hompagetools
- und das alles KOSTENLOS denn Spass im Netz muss nichts kosten
|
 |
0) {
$contentinfo=$DB->fetch_array($DB->query("SELECT * FROM ".$db_tab['content']." WHERE content_id='".$contentid."' LIMIT 1"));
if ($contentinfo['content_status']==1) {
$contentcat_cache=contentcats();
$contentcatinfo=$contentcat_cache[0][$contentinfo['content_cat']];
if (getrights($contentcatinfo['contentcat_rights'])=="true") {
if ($contentinfo['content_option']==1) {header ("location: include.php?path=content/articles.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==2) {header ("location: include.php?path=content/news.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==3) {header ("location: include.php?path=content/links.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==4) {header ("location: include.php?path=content/download.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
else {
$content_text=$PARSE->parse($contentinfo['content_header'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
if ($contentinfo[content_altdat]!='') {
$i=explode("\n",$contentinfo['content_altdat']);
if (is_array($i)) {
foreach($i as $d) {
$d=trim($d);
$content_text.=implode("",file($d));
}
}
}
}
if (trim($contentinfo['content_teaser'])!='') {
$teaser_dimension=@getimagesize($contentcatinfo['content_teaser']);
eval ("\$content_teaser= \"".getTemplate("content/content_teaser")."\";");
}
$content_title=stripslashes($contentinfo['content_title']);
$content_text.=$PARSE->parse($contentinfo['content_text'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
eval ("\$site_body.= \"".getTemplate("content/content")."\";");
}
else {$event=1; include("admin/config/event.php");}
}
else {$event=14; include ("admin/config/event.php");}
}
else {header ("location: include.php?path=content/overview.php&PHPKITSID".session_id()); exit();}
?>
 |
0) {
$contentinfo=$DB->fetch_array($DB->query("SELECT * FROM ".$db_tab['content']." WHERE content_id='".$contentid."' LIMIT 1"));
if ($contentinfo['content_status']==1) {
$contentcat_cache=contentcats();
$contentcatinfo=$contentcat_cache[0][$contentinfo['content_cat']];
if (getrights($contentcatinfo['contentcat_rights'])=="true") {
if ($contentinfo['content_option']==1) {header ("location: include.php?path=content/articles.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==2) {header ("location: include.php?path=content/news.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==3) {header ("location: include.php?path=content/links.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==4) {header ("location: include.php?path=content/download.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
else {
$content_text=$PARSE->parse($contentinfo['content_header'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
if ($contentinfo[content_altdat]!='') {
$i=explode("\n",$contentinfo['content_altdat']);
if (is_array($i)) {
foreach($i as $d) {
$d=trim($d);
$content_text.=implode("",file($d));
}
}
}
}
if (trim($contentinfo['content_teaser'])!='') {
$teaser_dimension=@getimagesize($contentcatinfo['content_teaser']);
eval ("\$content_teaser= \"".getTemplate("content/content_teaser")."\";");
}
$content_title=stripslashes($contentinfo['content_title']);
$content_text.=$PARSE->parse($contentinfo['content_text'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
eval ("\$site_body.= \"".getTemplate("content/content")."\";");
}
else {$event=1; include("admin/config/event.php");}
}
else {$event=14; include ("admin/config/event.php");}
}
else {header ("location: include.php?path=content/overview.php&PHPKITSID".session_id()); exit();}
?>
 |
0) {
$contentinfo=$DB->fetch_array($DB->query("SELECT * FROM ".$db_tab['content']." WHERE content_id='".$contentid."' LIMIT 1"));
if ($contentinfo['content_status']==1) {
$contentcat_cache=contentcats();
$contentcatinfo=$contentcat_cache[0][$contentinfo['content_cat']];
if (getrights($contentcatinfo['contentcat_rights'])=="true") {
if ($contentinfo['content_option']==1) {header ("location: include.php?path=content/articles.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==2) {header ("location: include.php?path=content/news.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==3) {header ("location: include.php?path=content/links.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==4) {header ("location: include.php?path=content/download.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
else {
$content_text=$PARSE->parse($contentinfo['content_header'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
if ($contentinfo[content_altdat]!='') {
$i=explode("\n",$contentinfo['content_altdat']);
if (is_array($i)) {
foreach($i as $d) {
$d=trim($d);
$content_text.=implode("",file($d));
}
}
}
}
if (trim($contentinfo['content_teaser'])!='') {
$teaser_dimension=@getimagesize($contentcatinfo['content_teaser']);
eval ("\$content_teaser= \"".getTemplate("content/content_teaser")."\";");
}
$content_title=stripslashes($contentinfo['content_title']);
$content_text.=$PARSE->parse($contentinfo['content_text'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
eval ("\$site_body.= \"".getTemplate("content/content")."\";");
}
else {$event=1; include("admin/config/event.php");}
}
else {$event=14; include ("admin/config/event.php");}
}
else {header ("location: include.php?path=content/overview.php&PHPKITSID".session_id()); exit();}
?>
 |
0) {
$contentinfo=$DB->fetch_array($DB->query("SELECT * FROM ".$db_tab['content']." WHERE content_id='".$contentid."' LIMIT 1"));
if ($contentinfo['content_status']==1) {
$contentcat_cache=contentcats();
$contentcatinfo=$contentcat_cache[0][$contentinfo['content_cat']];
if (getrights($contentcatinfo['contentcat_rights'])=="true") {
if ($contentinfo['content_option']==1) {header ("location: include.php?path=content/articles.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==2) {header ("location: include.php?path=content/news.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==3) {header ("location: include.php?path=content/links.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==4) {header ("location: include.php?path=content/download.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
else {
$content_text=$PARSE->parse($contentinfo['content_header'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
if ($contentinfo[content_altdat]!='') {
$i=explode("\n",$contentinfo['content_altdat']);
if (is_array($i)) {
foreach($i as $d) {
$d=trim($d);
$content_text.=implode("",file($d));
}
}
}
}
if (trim($contentinfo['content_teaser'])!='') {
$teaser_dimension=@getimagesize($contentcatinfo['content_teaser']);
eval ("\$content_teaser= \"".getTemplate("content/content_teaser")."\";");
}
$content_title=stripslashes($contentinfo['content_title']);
$content_text.=$PARSE->parse($contentinfo['content_text'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
eval ("\$site_body.= \"".getTemplate("content/content")."\";");
}
else {$event=1; include("admin/config/event.php");}
}
else {$event=14; include ("admin/config/event.php");}
}
else {header ("location: include.php?path=content/overview.php&PHPKITSID".session_id()); exit();}
?>
 |
0) {
$contentinfo=$DB->fetch_array($DB->query("SELECT * FROM ".$db_tab['content']." WHERE content_id='".$contentid."' LIMIT 1"));
if ($contentinfo['content_status']==1) {
$contentcat_cache=contentcats();
$contentcatinfo=$contentcat_cache[0][$contentinfo['content_cat']];
if (getrights($contentcatinfo['contentcat_rights'])=="true") {
if ($contentinfo['content_option']==1) {header ("location: include.php?path=content/articles.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==2) {header ("location: include.php?path=content/news.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==3) {header ("location: include.php?path=content/links.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==4) {header ("location: include.php?path=content/download.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
else {
$content_text=$PARSE->parse($contentinfo['content_header'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
if ($contentinfo[content_altdat]!='') {
$i=explode("\n",$contentinfo['content_altdat']);
if (is_array($i)) {
foreach($i as $d) {
$d=trim($d);
$content_text.=implode("",file($d));
}
}
}
}
if (trim($contentinfo['content_teaser'])!='') {
$teaser_dimension=@getimagesize($contentcatinfo['content_teaser']);
eval ("\$content_teaser= \"".getTemplate("content/content_teaser")."\";");
}
$content_title=stripslashes($contentinfo['content_title']);
$content_text.=$PARSE->parse($contentinfo['content_text'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
eval ("\$site_body.= \"".getTemplate("content/content")."\";");
}
else {$event=1; include("admin/config/event.php");}
}
else {$event=14; include ("admin/config/event.php");}
}
else {header ("location: include.php?path=content/overview.php&PHPKITSID".session_id()); exit();}
?>
 |
0) {
$contentinfo=$DB->fetch_array($DB->query("SELECT * FROM ".$db_tab['content']." WHERE content_id='".$contentid."' LIMIT 1"));
if ($contentinfo['content_status']==1) {
$contentcat_cache=contentcats();
$contentcatinfo=$contentcat_cache[0][$contentinfo['content_cat']];
if (getrights($contentcatinfo['contentcat_rights'])=="true") {
if ($contentinfo['content_option']==1) {header ("location: include.php?path=content/articles.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==2) {header ("location: include.php?path=content/news.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==3) {header ("location: include.php?path=content/links.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==4) {header ("location: include.php?path=content/download.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
else {
$content_text=$PARSE->parse($contentinfo['content_header'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
if ($contentinfo[content_altdat]!='') {
$i=explode("\n",$contentinfo['content_altdat']);
if (is_array($i)) {
foreach($i as $d) {
$d=trim($d);
$content_text.=implode("",file($d));
}
}
}
}
if (trim($contentinfo['content_teaser'])!='') {
$teaser_dimension=@getimagesize($contentcatinfo['content_teaser']);
eval ("\$content_teaser= \"".getTemplate("content/content_teaser")."\";");
}
$content_title=stripslashes($contentinfo['content_title']);
$content_text.=$PARSE->parse($contentinfo['content_text'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
eval ("\$site_body.= \"".getTemplate("content/content")."\";");
}
else {$event=1; include("admin/config/event.php");}
}
else {$event=14; include ("admin/config/event.php");}
}
else {header ("location: include.php?path=content/overview.php&PHPKITSID".session_id()); exit();}
?>
 |
0) {
$contentinfo=$DB->fetch_array($DB->query("SELECT * FROM ".$db_tab['content']." WHERE content_id='".$contentid."' LIMIT 1"));
if ($contentinfo['content_status']==1) {
$contentcat_cache=contentcats();
$contentcatinfo=$contentcat_cache[0][$contentinfo['content_cat']];
if (getrights($contentcatinfo['contentcat_rights'])=="true") {
if ($contentinfo['content_option']==1) {header ("location: include.php?path=content/articles.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==2) {header ("location: include.php?path=content/news.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==3) {header ("location: include.php?path=content/links.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==4) {header ("location: include.php?path=content/download.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
else {
$content_text=$PARSE->parse($contentinfo['content_header'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
if ($contentinfo[content_altdat]!='') {
$i=explode("\n",$contentinfo['content_altdat']);
if (is_array($i)) {
foreach($i as $d) {
$d=trim($d);
$content_text.=implode("",file($d));
}
}
}
}
if (trim($contentinfo['content_teaser'])!='') {
$teaser_dimension=@getimagesize($contentcatinfo['content_teaser']);
eval ("\$content_teaser= \"".getTemplate("content/content_teaser")."\";");
}
$content_title=stripslashes($contentinfo['content_title']);
$content_text.=$PARSE->parse($contentinfo['content_text'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
eval ("\$site_body.= \"".getTemplate("content/content")."\";");
}
else {$event=1; include("admin/config/event.php");}
}
else {$event=14; include ("admin/config/event.php");}
}
else {header ("location: include.php?path=content/overview.php&PHPKITSID".session_id()); exit();}
?>
 |
0) {
$contentinfo=$DB->fetch_array($DB->query("SELECT * FROM ".$db_tab['content']." WHERE content_id='".$contentid."' LIMIT 1"));
if ($contentinfo['content_status']==1) {
$contentcat_cache=contentcats();
$contentcatinfo=$contentcat_cache[0][$contentinfo['content_cat']];
if (getrights($contentcatinfo['contentcat_rights'])=="true") {
if ($contentinfo['content_option']==1) {header ("location: include.php?path=content/articles.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==2) {header ("location: include.php?path=content/news.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==3) {header ("location: include.php?path=content/links.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
elseif ($contentinfo['content_option']==4) {header ("location: include.php?path=content/download.php&contentid=".$contentid."&PHPKITSID=".session_id()); exit();}
else {
$content_text=$PARSE->parse($contentinfo['content_header'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
if ($contentinfo[content_altdat]!='') {
$i=explode("\n",$contentinfo['content_altdat']);
if (is_array($i)) {
foreach($i as $d) {
$d=trim($d);
$content_text.=implode("",file($d));
}
}
}
}
if (trim($contentinfo['content_teaser'])!='') {
$teaser_dimension=@getimagesize($contentcatinfo['content_teaser']);
eval ("\$content_teaser= \"".getTemplate("content/content_teaser")."\";");
}
$content_title=stripslashes($contentinfo['content_title']);
$content_text.=$PARSE->parse($contentinfo['content_text'],$contentinfo['content_html'],$contentinfo['content_ubb'],$contentinfo['content_smilies'],1,1);
eval ("\$site_body.= \"".getTemplate("content/content")."\";");
}
else {$event=1; include("admin/config/event.php");}
}
else {$event=14; include ("admin/config/event.php");}
}
else {header ("location: include.php?path=content/overview.php&PHPKITSID".session_id()); exit();}
?>
 |