• » webSPELL.org - Free Content Management System
  • Language switch: English German
  • login



    » lost password?   » register now
  • About webSPELL

    webSPELL is a free Content Management System which was especially developed for the needs of esport related communities. Since a short while we are also offering an optimized and enhanced webSPELL version for the special requirements of non-profit organisations. The purpose of both systems is to offer a professional and free opportunity to create and administrate your own website in an easy and optimized way.

    » Learn more about webSPELL     » Download webSPELL now!
  • Advertisement

    Follow us

  • Sort:     printview


    To start or to reply to a topic you have to be registered and logged in!

    register now
    login
    Author
    Message
    webSPELL newbie
    53 Posts
    19.12.2011, 14:58 offline quote 

    Die Shoutbox.php muss nur darein wohin du sie auch haben willst.Schau dir das mal in Ruhe an. http://www.gamer-desig...n=show&tutorialsID=19
    webSPELL friend
    645 Posts
    18.12.2011, 11:00 email offline quote 

    die index des templates weil sonst sieht es ja wieder aus wie hier zwinkern

    so mal bitte dein post editieren und toggle=Mehr lesen [code [/code [/toggle
    dann ist es einfacher und man scrollt sich nicht den wolf amüsiert

    <tr>
    <td><?php include("shoutbox.php"); ?></td>
    </tr>

    wo soll sie denn genau bei dir auf der seite sein ?!?!
    angabe dazu dann bekommst du sicher den genauen code zwinkern
    webSPELL newbie
    3 Posts
    18.12.2011, 07:41 email offline quote 

    Leute

    habe nun halbwegs eine Seite für ein Kumpel erstellt: www.Clan-gs.de.ki

    So, nun will ich die Shoutbox einsetzen und habe schon einiges gefunden hier.
    <? include("shoutbox.php"); ?> Dies sollte in den index eingefügt werden...

    nur weis ich nicht WO...
    Ich verstehe aus dem Index rein Garnichts!
    Daher weis ich nicht WO...

    Kann mir jemand helfen?

    Hier ist meine index
    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    15.
    16.
    17.
    18.
    19.
    20.
    21.
    22.
    23.
    24.
    25.
    26.
    27.
    28.
    29.
    30.
    31.
    32.
    33.
    34.
    35.
    36.
    37.
    38.
    39.
    40.
    41.
    42.
    43.
    44.
    45.
    46.
    47.
    48.
    49.
    50.
    51.
    52.
    53.
    54.
    55.
    56.
    57.
    58.
    59.
    60.
    61.
    62.
    63.
    64.
    65.
    66.
    67.
    68.
    69.
    70.
    71.
    72.
    73.
    74.
    75.
    76.
    77.
    78.
    79.
    80.
    81.
    82.
    83.
    84.
    85.
    86.
    87.
    88.
    89.
    90.
    91.
    92.
    93.
    94.
    95.
    96.
    97.
    98.
    99.
    100.
    101.
    102.
    103.
    104.
    105.
    106.
    107.
    108.
    109.
    110.
    111.
    112.
    113.
    114.
    115.
    116.
    117.
    118.
    119.
    120.
    121.
    122.
    123.
    124.
    125.
    126.
    127.
    128.
    129.
    130.
    131.
    132.
    133.
    134.
    135.
    136.
    137.
    138.
    139.
    140.
    141.
    142.
    143.
    144.
    145.
    146.
    147.
    148.
    149.
    150.
    151.
    152.
    153.
    154.
    155.
    156.
    157.
    158.
    159.
    160.
    161.
    162.
    163.
    164.
    165.
    166.
    167.
    168.
    169.
    170.
    171.
    172.
    173.
    174.
    175.
    176.
    177.
    178.
    179.
    180.
    181.
    182.
    183.
    184.
    185.
    186.
    187.
    188.
    189.
    190.
    191.
    192.
    193.
    194.
    195.
    196.
    197.
    198.
    199.
    200.
    201.
    202.
    203.
    204.
    205.
    206.
    207.
    208.
    209.
    210.
    211.
    212.
    213.
    214.
    215.
    216.
    217.
    218.
    219.
    220.
    221.
    222.
    223.
    224.
    225.
    226.
    227.
    228.
    229.
    230.
    231.
    232.
    233.
    234.
    235.
    236.
    237.
    238.
    239.
    240.
    241.
    242.
    243.
    244.
    245.
    246.
    247.
    248.
    249.
    250.
    251.
    252.
    253.
    254.
    255.
    256.
    257.
    258.
    259.
    260.
    261.
    262.
    263.
    264.
    265.
    266.
    267.
    268.
    269.
    270.
    271.
    272.
    273.
    274.
    275.
    276.
    277.
    278.
    279.
    280.
    281.
    282.
    283.
    284.
    285.
    <?php
    include("_mysql.php");
    include("_settings.php");
    include("_functions.php");
    $_language->read_module('index');
    $index_language = $_language->module;
    ?>
    <!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" />
    <!-- Head & Title include -->
    <title><?php echo PAGETITLE; ?></title>
    <link href="_stylesheet.css" rel="stylesheet" type="text/css" />
    <link href="css/contentslider.css" rel="stylesheet" type="text/css" />
    <link href="css/smoothDivScroll.css" type="text/css" rel="stylesheet" />
    <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>
    <script src="js/contentslider.js" language="jscript" type="text/javascript"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" language="jscript" type="text/javascript"></script>
    <script src="js/carousel.js" language="jscript" type="text/javascript"></script>
    <!--
    #///////////////////////////////////////////////////#
    #    Design & Adaption by www.basic-designs.de                #
    #                                  CMS by webspell.org                       #
    #\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\#
    -->
    <!-- end Head & Title include -->
    <style type="text/css">
    body {
         margin:0px;
         background-color:#0e0e0e;
    }
    #wrapper {
         width:1100px;
         height:100%;
         margin:auto;
    }
    </style>
    </head>

    <body>
    <div id="wrapper">
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td background="Bilder/index_01.jpg" width="43"></td>
              <td>
                   <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td rowspan="2"><img src="Bilder/index_02.jpg" width="630" height="168" alt="Header" /></td>
                        <td><img src="Bilder/index_03.jpg" width="283" height="34" alt="Header" /></td>
                        <td rowspan="2"><img src="Bilder/index_04.jpg" width="102" height="168" alt="Header" /></td>
                      </tr>
                      <tr>
                        <td background="Bilder/index_08.jpg" width="283" height="134" valign="top"><?php include("login.php"); ?></td>
                      </tr>
                    </table></td>
                  </tr>
                  <tr>
                    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td><?php include("navi.php"); ?></td>
                        <td background="Bilder/index_17.jpg" width="247" height="47" valign="top"><?php include("quicksearch.php"); ?></td>
                      </tr>
                    </table></td>
                  </tr>
                  <tr>
                    <td><img src="Bilder/index_18.jpg" width="1015" height="36" alt="Sponsor Top" /></td>
                  </tr>
                  <tr>
                    <td background="Bilder/index_19.jpg" width="1015" height="60">
                         <table width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td width="53"><img src="Bilder/sponsor_36.jpg" width="53" height="60" alt="Left" class="prev2"/></td>
                          <td><div style="width:910px; overflow:hidden"><?php include("sc_sponsors.php"); ?></div></td>
                          <td width="52"><img src="Bilder/sponsor_38.jpg" width="52" height="60" alt="Right" class="next2"/></td>
                        </tr>
                      </table>
                      <script type="text/javascript">
                           $(function() {
                                $(".sponsors").jCarouselLite({
                                                                     auto:true,
                              speed: 2000,
                                                                     visible:4,
                                  btnNext: ".next2",
                              btnPrev: ".prev2"
                         });
                      });
                     </script>
                    </td>
                  </tr>
                  <tr>
                    <td><img src="Bilder/index_20.jpg" width="1015" height="30" alt="Sponsor Bot" /></td>
                  </tr>
                  <tr>
                    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td background="Bilder/index_21.jpg" width="722" valign="top">
                             <table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr>
                              <td>
                                   <div style="padding: 0px 19px 0px 32px;">
                                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                    <tr>
                                      <td colspan="2"><?php include("features.php"); ?></td>
                                    </tr>
                                    <tr>
                                      <td>
                                           <div id="paginate-slider1" class="pagination">
                                                <a href="#" class="toc"><img src="Bilder/special_45.jpg" width="37" height="28" alt="1" /></a><a href="#" class="toc"><img src="Bilder/special_46.jpg" width="36" height="28" alt="2" /></a><a href="#" class="toc"><img src="Bilder/special_47.jpg" width="36" height="28" alt="3" /></a><a href="#" class="toc"><img src="Bilder/special_48.jpg" width="36" height="28" alt="4" /></a>
                                        </div>
                                      </td>
                                      <td>
                                           <div style="background-color:#e5e5e5; height:17px; width:auto; padding: 3px 5px 0 3px; float:right;">
                                             <?php echo $index_language['here']; ?> <span style="text-transform:capitalize; color:#c8331f; font-weight:bold;"><?php echo location($site); ?></span>
                                        </div>
                                           <div style="float:right; padding: 5px 3px 3px 3px;">
                                             <?php include("sc_language.php"); ?>
                                        </div>
                                        <div style="clear:both"></div>
                                      </td>
                                    </tr>
                                  </table>
                                   </div>
                                <script type="text/javascript">
                                                                          featuredcontentslider.init({
                                                                               id: "slider1",  //id of main slider DIV
                                                                               contentsource: ["inline", ""],  //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
                                                                               toc: "markup",  //Valid values: "#increment", "markup", ["label1", "label2", etc]
                                                                               nextprev: ["", ""],  //labels for "prev" and "next" links. Set to "" to hide.
                                                                               enablefade: [true, 0.2],  //[true/false, fadedegree]
                                                                               autorotate: [true, 3000],  //[true/false, pausetime]
                                                                               onChange: function(previndex, curindex){  //event handler fired whenever script changes slide
                                                                                    //previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
                                                                                    //curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
                                                                               }
                                                                          })
                                                                          
                                                                          </script>
                              </td>
                            </tr>
                            <?php
                                                                     if (($site=='start')or($site=='')) {
                                                                ?>
                            <tr>
                                 <td height="30" valign="middle"><img src="Bilder/news_54.jpg" width="722" height="13" alt="news" /></td>
                            </tr>
                            <?php } else echo '<tr><td height="10"></td></tr>';?>
                            <tr>
                              <td>
                              <div style="padding: 0px 19px 0px 32px;">
                              <!-- php site include -->
                                                                     <?php
                              if(!isset($site)) $site="start";
                              $invalide = array('\\','/','/\/',':','.');
                              $site = str_replace($invalide,' ',$site);
                              if(!file_exists($site.".php")) $site = "start";
                              include($site.".php");
                              ?>
                              <!-- content include -->
                              </div>
                                                 </td>
                            </tr>
                            <?php
                                                                     if (($site=='start')or($site=='')) {
                                                                          if (getnewsposts()>=6) {
                                                                ?>
                            <tr>
                              <td background="Bilder/index_88.jpg" width="722" height="176" valign="top">
                                   <div style="padding: 0px 19px 0px 32px;"><?php include("latestnews.php"); ?></div>
                                <div style="clear:both;"></div>
                              </td>
                            </tr>
                            <?php } ?>
                            <tr>
                              <td><img src="Bilder/index_35.jpg" width="722" height="13" alt="Gallery" /></td>
                            </tr>
                            <tr>
                              <td><div style="padding: 10px 19px 20px 32px;"><?php include("sc_potm.php"); ?></div></td>
                            </tr>
                            <?php } else echo '<tr><td height="10"></td></tr>';?>
                            <tr>
                              <td><img src="Bilder/ad.jpg" width="722" height="13" alt="Ads" /></td>
                            </tr>
                            <tr>
                              <td><div style="padding: 10px 19px 20px 32px;" align="center">
                                                                          <script type="text/javascript"><!--
                                                                               google_ad_client = "pub-1474253870049367";
                                                                               /*  */
                                                                               google_ad_slot = "8356801080";
                                                                               google_ad_width = 468;
                                                                               google_ad_height = 60;
                                                                               //-->
                                                                               </script>
                                                                               <script type="text/javascript"
                                                                               src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
                                                                               </script></div>
                              </td>
                            </tr>
                          </table>
                        </td>
                        <td background="Bilder/index_22.jpg" width="293" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                            <td><br /><?php include("sc_headlines.php"); ?></td>
                          </tr>
                          <tr>
                            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td><img src="Bilder/index_25.jpg" width="208" height="40" alt="Forum" /></td>
                                <td><a href="index.php?site=forum"><img src="Bilder/index_33.jpg" width="85" height="40" alt="Alle" /></a></td>
                              </tr>
                            </table></td>
                          </tr>
                          <tr>
                            <td><?php include("latesttopics.php"); ?></td>
                          </tr>
                          <tr>
                            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td><img src="Bilder/index_28.jpg" width="208" height="40" alt="Files" /></td>
                                <td><a href="index.php?site=files"><img src="Bilder/index_33.jpg" width="85" height="40" alt="Alle" /></a></td>
                              </tr>
                            </table></td>
                          </tr>
                          <tr>
                            <td><?php include("sc_files.php"); ?></td>
                          </tr>
                          <tr>
                            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td><img src="Bilder/index_32.jpg" width="208" height="40" alt="Alle" /></td>
                                <td><a href="index.php?site=members"><img src="Bilder/index_33.jpg" width="85" height="40" alt="Alle" /></a></td>
                              </tr>
                            </table></td>
                          </tr>
                          <tr>
                            <td><div style="padding:10px 10px 10px 20px; height:100px;"><?php include("sc_randomsquad.php"); ?></div>
                                      <div align="center">
                                  <table width="239" border="0" cellspacing="0" cellpadding="0">
                                    <tr>
                                      <td><img src="Bilder/team_104.jpg" width="41" height="25" class="prev" alt="prev" /></td>
                                      <td background="Bilder/team_105.jpg" width="157" height="25" align="center"><a href="index.php?site=members&amp;action=show&amp;squadID=<?php echo $squadID; ?>"><?php echo $squadname ?></a></td>
                                      <td><img src="Bilder/team_106.jpg" width="41" height="25" class="next" alt="next" /></td>
                                    </tr>
                                    <tr>
                                         <td height="20"></td>
                                    </tr>
                                  </table>
                                 </div>
                                  <script type="text/javascript">
                                      $(function() {
                                        $(".team").jCarouselLite({
                                            speed: 500,
                                            btnNext: ".next",
                                            btnPrev: ".prev"
                                        });
                                      });
                                  </script>
                            </td>
                          </tr>
                        </table></td>
                      </tr>
                    </table></td>
                  </tr>
                  <tr>
                    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td><img src="Bilder/index_37.jpg" width="757" height="67" alt="Footer" /></td>
                        <td><a href="index.php?site=contact" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Kontakt','','Bilder/hover_38.jpg',1)"><img src="Bilder/index_38.jpg" name="Kontakt" width="87" height="67" border="0" id="Kontakt" alt="Kontakt"/></a></td>
                        <td><a href="index.php?site=imprint" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Impressum','','Bilder/hover_39.jpg',1)"><img src="Bilder/index_39.jpg" name="Impressum" width="85" height="67" border="0" id="Impressum" alt="Impressum"/></a></td>
                        <td><a href="index.php?site=faq" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('FAQ','','Bilder/hover_40.jpg',1)"><img src="Bilder/index_40.jpg" name="FAQ" width="86" height="67" border="0" id="FAQ" alt="FAQ"/></a></td>
                      </tr>
                    </table></td>
                  </tr>
                   </table>
              </td>
              <td background="Bilder/index_05.jpg" width="42"></td>
            </tr>
          </table>
    </div>

    </body>
    </html>


    PS: Muss es die Index aus dem Template sein, oder aus dem Webspell?
    Sort:     printview


    To start or to reply to a topic you have to be registered and logged in!

    register now
    login
  • » Support

    » Topics
    19.06.2013 - 19:22 - 5 Replies
    » Bewertungs-CMS gesucht!
    Bewertungs-CMS gesucht!
    Last post: Schalla
    Board: DE - Suche
    19.06.2013 - 19:22
    19.06.2013 - 02:59 - 10 Replies
    » [SELL] Gaming Website - E...
    [SELL] Gaming Website - EXCLUSIVE WEBSITE
    Last post: hornyst
    Board: EN - Offers
    19.06.2013 - 02:59
    18.06.2013 - 23:10 - 1 Replies
    » [S] Aufträge Web- und Pri...
    [S] Aufträge Web- und Printdesign
    Last post: neiD-
    Board: DE - Suche
    18.06.2013 - 23:10
    18.06.2013 - 12:30 - 9 Replies
    » Querry Failed Error no 10...
    Querry Failed Error no 1054
    Last post: LoRd
    Board: EN - Technical support
    18.06.2013 - 12:30
    18.06.2013 - 09:43 - 13 Replies
    » webSPELL Bootstrap (respo...
    webSPELL Bootstrap (responsible)
    Last post: sKy-e.belst
    Board: EN - General
    18.06.2013 - 09:43
    18.06.2013 - 01:11 - 1 Replies
    » how can i transform back ...
    how can i transform back to old my website ?
    Last post: Schalla
    Board: EN - Technical support
    18.06.2013 - 01:11
    17.06.2013 - 20:50 - 3 Replies
    » Suche Coder !
    Suche Coder !
    Last post: naki
    Board: DE - Suche
    17.06.2013 - 20:50
    17.06.2013 - 12:48 - 0 Replies
    » [4SALE] Custom team websi...
    [4SALE] Custom team website
    Last post: element-
    Board: EN - Offers
    17.06.2013 - 12:48
    16.06.2013 - 21:21 - 3 Replies
    » update webspell problem
    update webspell problem
    Last post: RUSSHEL
    Board: EN - General support
    16.06.2013 - 21:21
    16.06.2013 - 20:42 - 0 Replies
    » "Make sure you have cooki...
    "Make sure you have cookies enabled" During Login
    Last post: Sasquatch
    Board: EN - General support
    16.06.2013 - 20:42
    16.06.2013 - 16:22 - 8 Replies
    » Farbe von "Dein Profil wu...
    Farbe von "Dein Profil wurde aktualisiert. Du wirst weitergeleitet" ändern!
    Last post: Cali-go
    Board: DE - Allgemeiner Support
    16.06.2013 - 16:22
    16.06.2013 - 16:19 - 2 Replies
    » Sehr erfahrener Programmi...
    Sehr erfahrener Programmierer gesucht (Community,Clanpage)
    Last post: StufF
    Board: DE - Suche
    16.06.2013 - 16:19
    15.06.2013 - 22:39 - 0 Replies
    » portfolio/agency for sale
    portfolio/agency for sale
    Last post: Thoomii
    Board: DE - Biete
    15.06.2013 - 22:39
    15.06.2013 - 16:39 - 2 Replies
    » [4SALE] eSport Design/Tem...
    [4SALE] eSport Design/Template
    Last post: LeG3nDz
    Board: EN - Offers
    15.06.2013 - 16:39
    15.06.2013 - 10:35 - 12 Replies
    » externe Festplatte spinnt
    externe Festplatte spinnt
    Last post: plenergy
    Board: DE - Internet
    15.06.2013 - 10:35
    14.06.2013 - 20:53 - 11 Replies
    » Webspell ver 1070 EN
    Webspell ver 1070 EN
    Last post: TyRRRax
    Board: EN - General support
    14.06.2013 - 20:53
    14.06.2013 - 19:03 - 4 Replies
    » Kostenlose Clanmappen!
    Kostenlose Clanmappen!
    Last post: unikat
    Board: DE - Biete
    14.06.2013 - 19:03
    14.06.2013 - 15:22 - 6 Replies
    » Userpic & Avatar
    Userpic & Avatar
    Last post: Tuxx
    Board: DE - Technischer Support
    14.06.2013 - 15:22
    14.06.2013 - 14:31 - 5 Replies
    » [B] Meine Dienste als Des...
    [B] Meine Dienste als Designer
    Last post: Kenny2601
    Board: DE - Biete
    14.06.2013 - 14:31
    14.06.2013 - 00:52 - 3 Replies
    » News Fail can´t publish
    News Fail can´t publish
    Last post: bazic
    Board: DE - Allgemeiner Support
    14.06.2013 - 00:52
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers