Sponsor-Board.de
Thema geschlossen  Thema schreiben 

Brauche Hilfe bei Website

Verfasser Nachricht

Beiträge: 64
Bewertung: 1
Registriert seit: Mar 2009
Status: offline


Beitrag: #1
Brauche Hilfe bei Website

Hallo Zusammen mein freund hat heute ein 2 Gameserver bekommen und er hat HLStats

und wen man auf die seite geht : [Link: Registrierung erforderlich]
und ganz am ende steht der navi steht Server#1 Stats und da sollte ein andere link kommen wo man 1 oder 2 machen kann?

kann mir da jemand helfen kann es besser per icq beschreiben pls.. adden
447628879

09.05.2009 17:03
 
Alle Beiträge dieses Benutzers finden

Beiträge: 1.811
Bewertung: 3
Registriert seit: Oct 2008
Status: offline


Beitrag: #2
RE: Brauche Hilfe bei Website

bau ne dropdownnavi ein^^
[Link: Registrierung erforderlich]

hab leider kaum zeit es zu erklären wie das geht =/

google einfach mal nach dropdown navi

MfG


Hat der Beitrag dir gefallen?!? Biggrin
↓↓↓↓↓↓↓↓ Smile Danke

09.05.2009 17:36
 
Webseite des Benutzers besuchen Alle Beiträge dieses Benutzers finden

Beiträge: 64
Bewertung: 1
Registriert seit: Mar 2009
Status: offline


Beitrag: #3
RE: Brauche Hilfe bei Website

wie lang braucht man den dafür??

09.05.2009 17:41
 
Alle Beiträge dieses Benutzers finden

Beiträge: 1.811
Bewertung: 3
Registriert seit: Oct 2008
Status: offline


Beitrag: #4
RE: Brauche Hilfe bei Website

Das im Head einfügen:

Code:
<style type="text/css">

a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   127px;

  border:  0px solid black;

  background: #000000;

  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.0em;
  color:   #FF0000;
}

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
div#sample_attach_menu_child             { border-bottom: 0px solid black; }

form.sample_attach
{
  position: absolute;
  visibility: hidden;

  border:  0px solid black;

  background: #FFFFEE;
}

form.sample_attach b
{
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.1em;
}

input.sample_attach { margin: 0px 0px; width: 127px; }

</style>


und das an der stelle wo der button ist:

Code:
<div id="sample_attach_menu_parent" class="sample_attach"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','http://www.raeber-dorfgemeinschaft.de/homepage/Bilder/rollover_09.jpg',1)"><img src="http://www.raeber-dorfgemeinschaft.de/homepage/Bilder/index_09.jpg" width="127" height="59" border="0" id="Image2" /></a></div>
<div id="sample_attach_menu_child">
<a class="sample_attach" href="javascript:alert('Item 1');">Server #1</a>
<a class="sample_attach" href="javascript:alert('Item 2');">Server #2</a>
</div>

<script type="text/javascript">
at_attach("sample_attach_menu_parent", "sample_attach_menu_child", "hover", "y", "pointer");
</script>


Teste es einfach mal^^
ansonnsten guck ich später mal selber nach.

wenns klappt, musst du später nur auf die seiten verlinken bei server #1 und server #2
einfach die dinger gegen den link austauschen:

href="jalert('Item 1');"
href="jalert('Item 2');"

MfG


Hat der Beitrag dir gefallen?!? Biggrin
↓↓↓↓↓↓↓↓ Smile Danke

Dieser Beitrag wurde zuletzt bearbeitet: 09.05.2009 17:53 von BounTyOnline.

09.05.2009 17:52
 
Webseite des Benutzers besuchen Alle Beiträge dieses Benutzers finden

Beiträge: 64
Bewertung: 1
Registriert seit: Mar 2009
Status: offline


Beitrag: #5
RE: Brauche Hilfe bei Website

wo finde ich den Head und Button Biggrin hab kp davon

09.05.2009 17:56
 
Alle Beiträge dieses Benutzers finden

Beiträge: 1.811
Bewertung: 3
Registriert seit: Oct 2008
Status: offline


Beitrag: #6
RE: Brauche Hilfe bei Website

poste mal die index.php

MfG


Hat der Beitrag dir gefallen?!? Biggrin
↓↓↓↓↓↓↓↓ Smile Danke

09.05.2009 18:03
 
Webseite des Benutzers besuchen Alle Beiträge dieses Benutzers finden

Beiträge: 64
Bewertung: 1
Registriert seit: Mar 2009
Status: offline


Beitrag: #7
RE: Brauche Hilfe bei Website

Code:
<?php
/*
########################################################################
#                                                                        #
#           Version 4       /                        /   /               #
#          -----------__---/__---__------__----__---/---/-               #
#           | /| /  /___) /   ) (_ `   /   ) /___) /   /                 #
#          _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___               #
#                       Free Content / Management System                 #
#                                   /                                    #
#                                                                        #
#                                                                        #
#   Copyright 2005-2006 by webspell.org / webspell.info                  #
#   Copyright 2005-2008 by webSPELL.de.tt                                #
#                                                                        #
#   visit webSPELL.de.tt to get webSPELL for free                        #
#   - Script runs under the GNU GENERAL PUBLIC LICENCE                   #
#   - It's NOT allowed to remove this copyright-tag                      #
#   -- http://www.fsf.org/licensing/licenses/gpl.html                    #
#                                                                        #
#   Code based on Webspell Clanpackage (Michael Gruber - webspell.at),   #
#   Far Development by Development Team - webspell.org / webspell.info   #
#   Far Development by Development Team - webSPELL.de.tt                 #
#                                                                        #
########################################################################
*/

require_once("_mysql.php");
require_once("_settings.php");
require_once("_functions.php");

?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Clanpage nutzt webSPELL4.00.00 CMS">
<meta name="author" content="webspell.org">
<meta name="keywords" content="webSPELL, webSPELL4, webSPELL4.01.06de, Clan, CMS, webSPELL.Web-Networks.eu, Web-Networks.eu">
<meta name="copyright" content="Copyright (C) 2005-2006 by webspell.org" />
<meta name="generator" content="webSPELL" />
<!-- Head & Title include -->
<title><?php echo getsitetitle(); ?></title>
<link href="_stylesheet.css" rel="stylesheet" type="text/css">
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
<!-- end Head & Title include -->

<!-- standard Design stylesheet -->
<style type="text/css">
<!--
body {
    background-image: url(images/bg.gif);
    margin-left: 0px;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.Stil1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
body,td,th {
    font-family: Arial, Helvetica, sans-serif;
}
.Stil5 {
    font-size: 10px;
    color: $pst;
    font-weight: bold;
}
.Stil6 {
    font-size: 10px;
    font-weight: bold;
}
a:link {
    color: $pst;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: $pst;
}
a:hover {
    text-decoration: none;
    color: $pst;
}
a:active {
    text-decoration: none;
    color: $pst;
}
.Stil9 {color: #FFFFFF}
.Stil10 {font-size: 9px}
.Stil11 {font-size: 10px}
.Stil13 {font-size: 10px; color: #6DC903; }
.Stil15 {font-size: 10px; color: #333333; }
.Stil17 {font-size: 10px; color: #6DC903; font-weight: bold; }
-->
</style>
<!-- end standard Design stylesheet -->
<script type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>

<body onLoad="MM_preloadImages('Bilder/rollover_03.jpg','Bilder/rollover_04.jpg','Bilder/rollover_05.jpg','Bilder/rollover_02.jpg','Bilder/rollover_06.jpg','Bilder/rollover_07.jpg','Bilder/rollover_08.jpg','Bilder/rollover_09.jpg')">
<center><table width="1000" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_01.jpg" width="1000" height="134"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td valign="top" align="center"><a href="index.php?site=news" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image23','','Bilder/rollover_02.jpg',1)"><img src="Bilder/index_02.jpg" name="Image23" width="126" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="index.php?site=squads" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image20','','Bilder/rollover_03.jpg',1)"><img src="Bilder/index_03.jpg" name="Image20" width="124" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="index.php?site=forum" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image21','','Bilder/rollover_04.jpg',1)"><img src="Bilder/index_04.jpg" name="Image21" width="125" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="index.php?site=files" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image22','','Bilder/rollover_05.jpg',1)"><img src="Bilder/index_05.jpg" name="Image22" width="125" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="index.php?site=guestbook" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image19','','Bilder/rollover_06.jpg',1)"><img src="Bilder/index_06.jpg" name="Image19" width="124" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="index.php?site=clanrules" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image24','','Bilder/rollover_07.jpg',1)"><img src="Bilder/index_07.jpg" name="Image24" width="125" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="index.php?site=server" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image18','','Bilder/rollover_08.jpg',1)"><img src="Bilder/index_08.jpg" name="Image18" width="124" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="http://raeber-dorfgemeinschaft.hlstatsx.com/?mode=players&game=cstrike" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image25','','Bilder/rollover_09.jpg',1)"><img src="Bilder/index_09.jpg" name="Image25" width="127" height="59" border="0"></a></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td valign="top" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center" background="Bilder/index_15.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_10.jpg" width="788" height="23"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><table width="96%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center"><?php
          $db=mysql_fetch_assoc(mysql_query("SELECT start FROM ".PREFIX."settings WHERE settingID='1';")) or die(mysql_error());
          if(!isset($site)) $site=$db['start'];
          //Sichheitsl&uuml;cke beheben
          $site = strtolower($site);
            $invalide = array('\\','/','/\/',':','.','<','>',';','[',']','*','(',')','+','script');
          $site = str_replace($invalide,' ',$site);
          if(!file_exists($site.".php")){
              echo'<h2>Error 404</h2><br>Die von Ihnen angeforderte Datei namens <b>'.$site.'.php</b> ist nicht vorhanden.';
            redirect("index.php?site=".$db['start']."",'',3);
          } else {
              include($site.".php");
          }
         ?></td>
  </tr>
</table>
</td>
  </tr>
</table>
</td>
    <td valign="top" align="center" background="Bilder/index_14.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_11.jpg" width="212" height="30"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><table width="96%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="left"><?php include("login.php"); ?></td>
  </tr>
</table></td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_24.jpg"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="left"><iframe frameborder="0" src="http://raeber-dorfgemeinschaft.hlstatsx.com/status.php?width=210&server_id=1&game=cstrike&show_map_wins=1" scrolling="yes" width="210px" height="500px"></iframe></td>
  </tr>
</table></td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_28.jpg" width="213" height="30"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><iframe name="tsviewer" allowtransparency="true" src="http://www.tsviewer.com/ts_viewer_pur.php?ID=91624&bg=112945&type=91eda5&type_size=11&type_family=1&info=1&channels=1&users=1&type_s_weight=normal&type_s_style=normal&type_s_variant=normal&type_s_decoration=none&type_s_weight_h=normal&type_s_style_h=normal&type_s_variant_h=normal&type_s_decoration_h=none&type_i_weight=normal&type_i_style=normal&type_i_variant=normal&type_i_decoration=none&type_i_weight_h=normal&type_i_style_h=normal&type_i_variant_h=normal&type_i_decoration_h=none&type_c_weight=normal&type_c_style=normal&type_c_variant=normal&type_c_decoration=none&type_c_weight_h=normal&type_c_style_h=normal&type_c_variant_h=normal&type_c_decoration_h=none&type_u_weight=normal&type_u_style=normal&type_u_variant=normal&type_u_decoration=none&type_u_weight_h=normal&type_u_style_h=normal&type_u_variant_h=normal&type_u_decoration_h=none&skin=ts2_classic" width="210" height="200" frameborder="0" style="border:0px solid #;" scrolling="auto" ></iframe></td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_20.jpg" width="212" height="30"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_22.jpg"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_26.jpg" width="212" height="30"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><table width="96%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center"><?php include("isonline.php"); ?></td>
  </tr>
</table></td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_17.jpg"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><?php include("counter.php"); ?></td>
  </tr>
</table>
</td>
  </tr>
</table>
</td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_30.jpg" width="999" height="29" border="0" usemap="#Map"></td>
  </tr>
</table>
</td>
  </tr>
</table>
</center>

<map name="Map"><area shape="rect" coords="926,1,1002,36" href="index.php?site=imprint">
</map></body>
</html>

Dieser Beitrag wurde zuletzt bearbeitet: 09.05.2009 18:05 von BounTyOnline.

09.05.2009 18:04
 
Alle Beiträge dieses Benutzers finden

Beiträge: 1.811
Bewertung: 3
Registriert seit: Oct 2008
Status: offline


Beitrag: #8
RE: Brauche Hilfe bei Website

Das einmal downloaden und die datei mit hochladen wo die index liegt, allerdings nur die dropdown.js.
[Link: Registrierung erforderlich]

und das ist die index.php

Code:
<?php
/*
########################################################################
#                                                                        #
#           Version 4       /                        /   /               #
#          -----------__---/__---__------__----__---/---/-               #
#           | /| /  /___) /   ) (_ `   /   ) /___) /   /                 #
#          _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___               #
#                       Free Content / Management System                 #
#                                   /                                    #
#                                                                        #
#                                                                        #
#   Copyright 2005-2006 by webspell.org / webspell.info                  #
#   Copyright 2005-2008 by webSPELL.de.tt                                #
#                                                                        #
#   visit webSPELL.de.tt to get webSPELL for free                        #
#   - Script runs under the GNU GENERAL PUBLIC LICENCE                   #
#   - It's NOT allowed to remove this copyright-tag                      #
#   -- http://www.fsf.org/licensing/licenses/gpl.html                    #
#                                                                        #
#   Code based on Webspell Clanpackage (Michael Gruber - webspell.at),   #
#   Far Development by Development Team - webspell.org / webspell.info   #
#   Far Development by Development Team - webSPELL.de.tt                 #
#                                                                        #
########################################################################
*/

require_once("_mysql.php");
require_once("_settings.php");
require_once("_functions.php");

?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Clanpage nutzt webSPELL4.00.00 CMS">
<meta name="author" content="webspell.org">
<meta name="keywords" content="webSPELL, webSPELL4, webSPELL4.01.06de, Clan, CMS, webSPELL.Web-Networks.eu, Web-Networks.eu">
<meta name="copyright" content="Copyright (C) 2005-2006 by webspell.org" />
<meta name="generator" content="webSPELL" />
<!-- Head & Title include -->
<title><?php echo getsitetitle(); ?></title>
<link href="_stylesheet.css" rel="stylesheet" type="text/css">
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
<script type="text/javascript" src="dropdown.js"></script>
<!-- end Head & Title include -->

<!-- standard Design stylesheet -->
<style type="text/css">
<!--
body {
    background-image: url(images/bg.gif);
    margin-left: 0px;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.Stil1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
body,td,th {
    font-family: Arial, Helvetica, sans-serif;
}
.Stil5 {
    font-size: 10px;
    color: $pst;
    font-weight: bold;
}
.Stil6 {
    font-size: 10px;
    font-weight: bold;
}
a:link {
    color: $pst;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: $pst;
}
a:hover {
    text-decoration: none;
    color: $pst;
}
a:active {
    text-decoration: none;
    color: $pst;
}
.Stil9 {color: #FFFFFF}
.Stil10 {font-size: 9px}
.Stil11 {font-size: 10px}
.Stil13 {font-size: 10px; color: #6DC903; }
.Stil15 {font-size: 10px; color: #333333; }
.Stil17 {font-size: 10px; color: #6DC903; font-weight: bold; }

a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   127px;

  border:  0px solid black;

  background: #000000;

  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.0em;
  color:   #FF0000;
}

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
div#sample_attach_menu_child             { border-bottom: 0px solid black; }

form.sample_attach
{
  position: absolute;
  visibility: hidden;

  border:  0px solid black;

  background: #FFFFEE;
}

form.sample_attach b
{
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.1em;
}

input.sample_attach { margin: 5px 5px; width: 127px; }
-->
</style>
<!-- end standard Design stylesheet -->
<script type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>

<body onLoad="MM_preloadImages('Bilder/rollover_03.jpg','Bilder/rollover_04.jpg','Bilder/rollover_05.jpg','Bilder/rollover_02.jpg','Bilder/rollover_06.jpg','Bilder/rollover_07.jpg','Bilder/rollover_08.jpg','Bilder/rollover_09.jpg')">
<center><table width="1000" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_01.jpg" width="1000" height="134"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td valign="top" align="center"><a href="index.php?site=news" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image23','','Bilder/rollover_02.jpg',1)"><img src="Bilder/index_02.jpg" name="Image23" width="126" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="index.php?site=squads" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image20','','Bilder/rollover_03.jpg',1)"><img src="Bilder/index_03.jpg" name="Image20" width="124" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="index.php?site=forum" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image21','','Bilder/rollover_04.jpg',1)"><img src="Bilder/index_04.jpg" name="Image21" width="125" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="index.php?site=files" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image22','','Bilder/rollover_05.jpg',1)"><img src="Bilder/index_05.jpg" name="Image22" width="125" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="index.php?site=guestbook" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image19','','Bilder/rollover_06.jpg',1)"><img src="Bilder/index_06.jpg" name="Image19" width="124" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="index.php?site=clanrules" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image24','','Bilder/rollover_07.jpg',1)"><img src="Bilder/index_07.jpg" name="Image24" width="125" height="59" border="0"></a></td>
        <td valign="top" align="center"><a href="index.php?site=server" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image18','','Bilder/rollover_08.jpg',1)"><img src="Bilder/index_08.jpg" name="Image18" width="124" height="59" border="0"></a></td>
        <td width="127" align="center" valign="top"><div id="sample_attach_menu_parent" class="sample_attach"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','Bilder/rollover_09.jpg',1)"><img src="Bilder/index_09.jpg" width="127" height="59" border="0" id="Image2" /></a></div>
<div id="sample_attach_menu_child">
<a class="sample_attach" href="http://raeber-dorfgemeinschaft.hlstatsx.com/?mode=servers&server_id=1&game=cstrike">Server #1</a>
<a class="sample_attach" href="javascript:alert('Wird die Tage Online kommen');">Server #2</a>
</div>

<script type="text/javascript">
at_attach("sample_attach_menu_parent", "sample_attach_menu_child", "hover", "y", "pointer");
</script></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td valign="top" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center" background="Bilder/index_15.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_10.jpg" width="788" height="23"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><table width="96%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center"><?php
          $db=mysql_fetch_assoc(mysql_query("SELECT start FROM ".PREFIX."settings WHERE settingID='1';")) or die(mysql_error());
          if(!isset($site)) $site=$db['start'];
          //Sichheitsl&uuml;cke beheben
          $site = strtolower($site);
            $invalide = array('\\','/','/\/',':','.','<','>',';','[',']','*','(',')','+','script');
          $site = str_replace($invalide,' ',$site);
          if(!file_exists($site.".php")){
              echo'<h2>Error 404</h2><br>Die von Ihnen angeforderte Datei namens <b>'.$site.'.php</b> ist nicht vorhanden.';
            redirect("index.php?site=".$db['start']."",'',3);
          } else {
              include($site.".php");
          }
         ?></td>
  </tr>
</table>
</td>
  </tr>
</table>
</td>
    <td valign="top" align="center" background="Bilder/index_14.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_11.jpg" width="212" height="30"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><table width="96%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="left"><?php include("login.php"); ?></td>
  </tr>
</table></td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_24.jpg"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="left"><iframe frameborder="0" src="http://raeber-dorfgemeinschaft.hlstatsx.com/status.php?width=210&server_id=1&game=cstrike&show_map_wins=1" scrolling="yes" width="210px" height="500px"></iframe></td>
  </tr>
</table></td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_28.jpg" width="213" height="30"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><iframe name="tsviewer" allowtransparency="true" src="http://www.tsviewer.com/ts_viewer_pur.php?ID=91624&bg=112945&type=91eda5&type_size=11&type_family=1&info=1&channels=1&users=1&type_s_weight=normal&type_s_style=normal&type_s_variant=normal&type_s_decoration=none&type_s_weight_h=normal&type_s_style_h=normal&type_s_variant_h=normal&type_s_decoration_h=none&type_i_weight=normal&type_i_style=normal&type_i_variant=normal&type_i_decoration=none&type_i_weight_h=normal&type_i_style_h=normal&type_i_variant_h=normal&type_i_decoration_h=none&type_c_weight=normal&type_c_style=normal&type_c_variant=normal&type_c_decoration=none&type_c_weight_h=normal&type_c_style_h=normal&type_c_variant_h=normal&type_c_decoration_h=none&type_u_weight=normal&type_u_style=normal&type_u_variant=normal&type_u_decoration=none&type_u_weight_h=normal&type_u_style_h=normal&type_u_variant_h=normal&type_u_decoration_h=none&skin=ts2_classic" width="210" height="200" frameborder="0" style="border:0px solid #;" scrolling="auto" ></iframe></td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_20.jpg" width="212" height="30"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_22.jpg"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_26.jpg" width="212" height="30"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><table width="96%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center"><?php include("isonline.php"); ?></td>
  </tr>
</table></td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_17.jpg"></td>
  </tr>
  <tr>
    <td valign="top" align="center"><?php include("counter.php"); ?></td>
  </tr>
</table>
</td>
  </tr>
</table>
</td>
  </tr>
  <tr>
    <td valign="top" align="center"><img src="Bilder/index_30.jpg" width="999" height="29" border="0" usemap="#Map"></td>
  </tr>
</table>
</td>
  </tr>
</table>
</center>

<map name="Map"><area shape="rect" coords="926,1,1002,36" href="index.php?site=imprint">
</map></body>
</html>


Hat der Beitrag dir gefallen?!? Biggrin
↓↓↓↓↓↓↓↓ Smile Danke

Dieser Beitrag wurde zuletzt bearbeitet: 09.05.2009 18:29 von BounTyOnline.

09.05.2009 18:10
 
Webseite des Benutzers besuchen Alle Beiträge dieses Benutzers finden

Beiträge: 64
Bewertung: 1
Registriert seit: Mar 2009
Status: offline


Beitrag: #9
RE: Brauche Hilfe bei Website

ok die sind da wie kann ich da jetzt die Hl stats rein machen die drin war?

09.05.2009 18:17
 
Alle Beiträge dieses Benutzers finden

Beiträge: 1.811
Bewertung: 3
Registriert seit: Oct 2008
Status: offline


Beitrag: #10
RE: Brauche Hilfe bei Website

href="jalert('Item 1');"
href="jalert('Item 2');"

jeweils das jalert('Item X'); durch den link erstezen.

MfG


Hat der Beitrag dir gefallen?!? Biggrin
↓↓↓↓↓↓↓↓ Smile Danke

09.05.2009 18:19
 
Webseite des Benutzers besuchen Alle Beiträge dieses Benutzers finden
Thema geschlossen  Thema schreiben 

Möglicherweise verwandte Themen...
Thema: Verfasser Antworten: Ansichten: Letzter Beitrag
  WordPress Website "offline" bearbeiten meepp 5 7.212 20.04.2016 19:50
Letzter Beitrag: JayJoy
  Website Design gesucht Garfield200508 5 1.780 08.04.2016 16:33
Letzter Beitrag: rexee
  WebSite-Sicherheit alcazar 3 1.796 02.04.2016 14:32
Letzter Beitrag: alcazar
  Frage Aufbau Website ~Chris~ 5 1.793 20.12.2013 17:46
Letzter Beitrag: push
  [Hilfe] Website auf der Bühne Präsentieren. eXoRy 13 2.454 14.11.2013 22:59
Letzter Beitrag: JayJoy

 Druckversion anzeigen
 Thema einem Freund senden
 Thema abonnieren
 Thema zu den Favoriten hinzufügen

Sponsor-Board.de

Community
Über uns
Partner
Powered by Mybb: Copyright 2002-2024 by MyBB Group - Deutsche-Übersetzung von Mybb.de
 
© 2007-2024 Sponsor-Board.de - Hosted by OVH

Willkommen auf SB!   Sie benötigen ein Sponsoring?   1. Anmelden   2. Sponsoring-Anfrage erstellen   3. Nachrichten von Sponsoren erhalten   Kostenlos!   Jetzt registrieren