Sponsor-Board.de

Normale Version: Template (index.php) Hilfe benötigt
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo Ich breuchte mal eure hilfe ist nicht schwer gkaub ich und zwar wollte ich auf meiner homepage bei last ne die shoutbox einbauen und da wo steht shoutbox ein counter einbauen was ich nicht hinbekomme Biggrin

könnt ihr mir helfen ?

Zitat:
<?php
/*
##########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2009 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- [Link: Registrierung erforderlich] #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
##########################################################################
*/
/*this is just a test for the subversion branch feature, just ignore it!*/
// important data include
include("_mysql.php");
include("_settings.php");
include("_functions.php");

$_language->read_module('index');
$index_language = $_language->module;
// end important data include
?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo PAGETITLE; ?></title>
<link href="_stylesheet.css" rel="stylesheet" type="text/css" />
<link href="index.css" rel="stylesheet" type="text/css" />
<link href="navigation.css" rel="stylesheet" type="text/css" />
<link href="tmp/rss.xml" rel="alternate" type="application/rss+xml" title="<?php echo getinput($myclanname); ?> - RSS Feed" />
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
<!-- end Head & Title include -->

<!-- standard Design stylesheet -->
<style type="text/css">
body { margin: 0px 0 0px 0; padding: 0; font: 10px Verdana, Arial, Tahoma, Helvetica, sans-serif; color: #000000; background-image:url(Bilder/background_02.jpg); background-attachment:fixed; background-repeat:repeat-x; }
a{outline:none;}
input{outline:none;}
div#container { width: 848px; margin: 0 auto; padding: 0; text-align: left; }
div#head { width: 848px; height: 12px; background-color: #36befc; }
div#content .cols { float: left; width: 800px; }
div#content .col1 { float: left; width: 200px; border-right: 1px solid #cccccc; }
div#content .col2 { margin-left: 200px; text-align: justify; }
div#content .col3 { margin-left: 800px; border-left: 1px solid #cccccc; }
div#footer { clear: both; height: 50px; width: 1000px; text-align: center; background-color: <?php echo BG_4; ?>; }
hr.grey { height: 1px; background-color: #cccccc; color: #cccccc; border: none; margin: 10px 0 4px 0; }
.nav { color: #36befc; font-weight: bold; }
</style>
<!--[if IE]>
<style type="text/css">
div#content .col2 { width: 74%; }
div#content .col3 { width: 19%; }
hr.grey { margin: 3px 0 3px 0; }
</style>
<![endif]-->
<!--[if lte IE 7]>
<style type="text/css">
hr.grey { margin: 3px 0 -3px 0; }
</style>
<![endif]-->
<!--[if gte IE 8]>
<style type="text/css">
hr.grey { margin: 3px 0 3px 0;}
</style>
<![endif]-->
<!-- end standard Design stylesheet -->
</head>

<body>
<div class="hoverbuffer"><img src="Bilder/navi_hover_06.jpg" width="119" height="40" alt="news" /><img src="Bilder/navi_hover_07.jpg" width="100" height="40" alt="joinus" /><img src="Bilder/navi_hover_08.jpg" width="120" height="40" alt="article" /><img src="Bilder/navi_hover_09.jpg" width="94" height="40" alt="team" /><img src="Bilder/navi_hover_10.jpg" width="101" height="40" alt="match" /><img src="Bilder/navi_hover_11.jpg" width="108" height="40" alt="about" /><img src="Bilder/navi_hover_12.jpg" width="98" height="40" alt="forum" /><img src="Bilder/navi_hover_13.jpg" width="135" height="40" alt="sponsor" /><img src="Bilder/navi_hover_14.jpg" width="91" height="40" alt="media" /><img src="Bilder/navi_hover_15.jpg" width="105" height="40" alt="contact" /></div>
<div id="wrapper">
<div id="headline">
<div id="clanname"></div>
<div id="language"><?php include('sc_language.php'); ?></div>
</div>
<div class="clear"></div>
<div id="header"></div>
<div id="navi">
<?php include('navigation.php'); ?>
</div>
<div class="clear"></div>
<div id="hl_latest"></div>
<div id="bg_latest">
<div id="left_news"></div>
<div id="news"><?php include('sc_headlines.php'); ?></div>
<div id="left_match"></div>
<div id="match"><?php include('sc_results.php'); ?></div>
<div id="left_faq"></div>
<div id="faq"><?php include('sc_faq.php'); ?></div>
<div id="left_user"></div>
<div id="user"><?php include('sc_topuser.php'); ?></div>
<div id="right_user"></div>
</div>
<div class="clear"></div>
<div id="foot_latest"></div>
<div id="content">
<div id="left_box">
<div id="page_head">
<div id="page_name"><?php
$site_name = $_GET['site'];
if($site_name != ''){
echo '<span style="text-transform:capitalize; color:#c9c9c9; font-size:8px; line-height:16px;"><b>'.$site_name.'</b><span>';
}
else{
echo '<span style="color:#c9c9c9; font-size:8px; line-height:16px;"><b>News</b></span>';
}
?></div>
<div id="page_line"></div>
</div>
<div class="clear"></div>
<div id="content_write">
<?php
if(!isset($site)) $site="news";
$invalide = array('\\','/','/\/',':','.');
$site = str_replace($invalide,' ',$site);
if(!file_exists($site.".php")) $site = "news";
include($site.".php");
?></div>
<div id="latest_article"></div>
<div id="artcle_content"><?php include('sc_articles.php'); ?></div>
</div>
<div id="right_box">
<ul>
<li id="login_head"></li>
<li id="login"><?php include('login.php'); ?></li>
<li id="thread_head"></li>
<li id="thread"><?php include('latesttopics.php'); ?></li>
<li id="wars_head"></li>
<li id="wars"><?php include('sc_upcoming.php'); ?></li>
<li id="ad_head"></li>
<li id="ad"><br /><script type="text/javascript"><!--
google_ad_client = "pub-1474253870049367";
/* */
google_ad_slot = "1307929648";
google_ad_width = 140;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
[Link: Registrierung erforderlich]
</script></li>
</ul>
</div>
</div>
<div class="clear"></div>
<div class="foot">
<ul>
<li class="foot_top"><a href="#"><img src="Bilder/footer_67.jpg" width="69" height="45" alt="top" border="0"/></a></li>
<li class="foot_partners"><a href="index.php?site=partners"><img src="Bilder/footer_68.jpg" width="74" height="45" alt="partner" border="0"/></a></li>
<li class="foot_contact"><a href="index.php?site=contact"><img src="Bilder/footer_69.jpg" width="85" height="45" alt="contact" border="0" /></a></li>
<li class="foot_faq"><a href="index.php?site=faq"><img src="Bilder/footer_70.jpg" width="57" height="45" alt="faq" border="0"/></a></li>
<li class="foot_imprint"><a href="index.php?site=imprint"><img src="Bilder/footer_71.jpg" width="69" height="45" alt="imprint" border="0" /></a></li>
<li class="foot_buffer"></li>
<li class="foot_right"><a href="http://www.basic-designs.de/" target="_blank"><img src="Bilder/footer_73.jpg" width="304" height="45" alt="right" border="0"/></a></li>
</ul>
</div>
</div>
</body>
</html>



Link: [Link: Registrierung erforderlich]

Und jetzt nochmal auf Deutsch und mit Satzzeichen!
Kannst mich gerne auch im ICQ Adden, dann kann ich dir sicherlich helfen Wink

mfg cindy

PS icq: 226122046
an gewünschter stelle die shoutbox.php includen weis jetzt nicht aus dem kopf wie genau die heist.

glaube
<?php include('sc_shoutbox.php'); ?> dann mit css eine id oder klasse zuweisen und anpassen.

beim counter das selbe.

dynamic-webmedia schrieb:
an gewünschter stelle die shoutbox.php includen weis jetzt nicht aus dem kopf wie genau die heist.

glaube
<?php include('sc_shoutbox.php'); ?> dann mit css eine id oder klasse zuweisen und anpassen.

beim counter das selbe.


ich habe davon leider gar keine ahnung

Ich betone gerne nochmal, add mich im icq, ich helfe dir Wink

cindy schrieb:
Ich betone gerne nochmal, add mich im icq, ich helfe dir Wink


ja bin dabei wenn ich meine icq nr ürgendow finde xD

Referenz-URLs