• » 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 user
    239 Posts
    20.04.2012, 17:43 offline quote 

    Die Webseite ist leider down. :- (

    Online SteamID/CommunityID Converter
    - http://converter.creeation.de
    webSPELL newbie
    41 Posts
    19.04.2012, 10:45 offline quote 

    Hier die index.php

    Ist in Tabellenmodus angepasst da ich in <div> noch nicht kann das lern ich gerade^^

    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.
    <?php
    /*
    ##########################################################################
    #                                                                        #
    #           Version 4       /                        /   /               #
    #          -----------__---/__---__------__----__---/---/-               #
    #           | /| /  /___) /   ) (_ `   /   ) /___) /   /                 #
    #          _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___               #
    #                       Free Content / Management System                 #
    #                                   /                                    #
    #                                                                        #
    #                                                                        #
    #   Copyright 2005-2011 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                      #
    #   -- http://www.fsf.org/licensing/licenses/gpl.html                    #
    #                                                                        #
    #   Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at),   #
    #   Far Development by Development Team - webspell.org                   #
    #                                                                        #
    #   visit webspell.org                                                   #
    #                                                                        #
    ##########################################################################
    */

    // 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" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="description" content="Clanpage using webSPELL 4 CMS" />
    <meta name="author" content="webspell.org" />
    <meta name="keywords" content="webspell, webspell4, clan, cms" />
    <meta name="copyright" content="Copyright &copy; 2005 - 2011 by webspell.org" />
    <meta name="generator" content="webSPELL" />

    <!-- Head & Title include -->
    <title><?php echo PAGETITLE; ?></title>
    <link href="_stylesheet.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 -->

    <link href="_style.css" rel="stylesheet" />
    <link rel="stylesheet" href="css/slide.css" type="text/css" media="screen" />
    <script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
    <script src="js/slide.js" type="text/javascript"></script>
    <link rel="stylesheet" type="text/css" href="contentslider.css" />
    <script type="text/javascript" src="contentslider.js">

    /***********************************************
    * Featured Content Slider- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
    ***********************************************/

    </script>
    </head>

    <body>
    <center>
    <!-- Panel -->
    <div id="toppanel">
         <div id="panel">
              <div class="content clearfix">
                   <div class="left">
                        <h1>Welcome to Team Bring It</h1>
                   </div>
                   <div class="left">
                        <!-- Login Form -->
                    <?php include("login.php"); ?>
                   </div>
                   <div class="left right">               
                        <!-- Register Form -->
                    <?php include("counter.php"); ?>
                   </div>
              </div>
    </div> <!-- /login -->     

         <!-- The tab on top -->     
         <div class="tab">
              <ul class="login">
                   <li class="left">&nbsp;</li>
                   <li>Hello Guest!</li>
                   <li class="sep">|</li>
                   <li id="toggle">
                        <a id="open" class="open" href="#">Log In | Statistics</a>
                        <a id="close" style="display: none;" class="close" href="#">Close Panel</a>               
                   </li>
                   <li class="right">&nbsp;</li>
              </ul> 
         </div> <!-- / top -->
    </div> <!--panel -->
    <table width="1200" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="1200" height="228" background="Bilder/index_01.png">&nbsp;</td>
              </tr>
              <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="41" height="35"><img src="Bilder/index_02.png" width="41" height="35" /></td>
                    <td width="140" height="35"><a href="index.php?site=#"><img src="Bilder/index_03.png" width="140" height="35" border="0"></a></td>
                    <td width="140" height="35"><a href="#" onClick="showit(0)"><img src="Bilder/index_04.png" width="140" height="35" border="0"></a></td>
                    <td width="140" height="35"><a href="#" onClick="showit(1)"><img src="Bilder/index_05.png" width="140" height="35" border="0"></a></td>
                    <td width="140" height="35"><a href="#" onClick="showit(2)"><img src="Bilder/index_06.png" width="140" height="35" border="0"></a></td>
                    <td width="140" height="35"><a href="#" onClick="showit(3)"><img src="Bilder/index_07.png" width="140" height="35" border="0"></a></td>
                    <td width="140" height="35"><a href="#" onClick="showit(4)"><img src="Bilder/index_08.png" width="140" height="35" border="0"></a></td>
                    <td width="140" height="35"><a href="index.php?site=sponsors"><img src="Bilder/index_09.png" width="140" height="35" border="0"></a></td>
                    <td width="140" height="35"><a href="index.php?site=contact"><img src="Bilder/index_10.png" width="140" height="35" border="0"></a></td>
                    <td width="39" height="35"><img src="Bilder/index_11.png" width="39" height="35" /></td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="16" height="1213" valign="top" background="Bilder/index_12.png">&nbsp;</td>
                    <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                            <td width="93" height="28"><img src="Bilder/index_13.png" width="93" height="28" /></td>
                            <td width="1074" height="28" background="Bilder/index_14.png" style="padding-left:10px;"><div id="describe" onMouseover="clear_delayhide()" onMouseout="resetit(event)"></div></td>
                          </tr>
                          <script src="navi.js" type="text/javascript"></script>
                        </table></td>
                      </tr>
                      <tr>
                        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                  <tr>
                                    <td width="387" height="35"><img src="Bilder/index_16.png" width="387" height="35" /></td>
                                  </tr>
                                  <tr>
                                    <td width="387" height="192" valign="top" background="Bilder/index_17.png"><?php include("latesttopics.php"); ?></td>
                                  </tr>
                                </table></td>
                                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                  <tr>
                                    <td width="393" height="202"  align="center" background="Bilder/index_18.png"><?php include("features.php"); ?></td>
                                  </tr>
                                  <tr>
                                    <td width="393" height="25" background="Bilder/index_19.png"><div id="paginate-slider1" class="pagination">
                                    <a href="#" class="toc">1</a>
                                    <a href="#" class="toc">2</a>
                                    <a href="#" class="toc">3</a>
                                    <a href="#" class="toc">4</a>
                                    <a href="#" class="toc">5</a>
                                    <a href="#" class="toc">6</a>
                                    </div></td>
                                  </tr>
                                  <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>
                                </table></td>
                                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                  <tr>
                                    <td width="387" height="35"><img src="Bilder/index_20.png" width="387" height="35" /></td>
                                  </tr>
                                  <tr>
                                    <td width="387" height="192" valign="top" background="Bilder/index_21.png"><?php include("sc_results.php"); ?></td>
                                  </tr>
                                </table></td>
                              </tr>
                            </table></td>
                          </tr>
                          <tr>
                            <td background="Bilder/content-wrapper.png"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td width="867" align="center">
                                <!-- php site include -->
                                       <?php
                                if(!isset($site)) $site="news";
                                $invalide = array('\\','/','/\/',':','.');
                                $site = str_replace($invalide,' ',$site);
                                if(!file_exists($site.".php")) $site = "news";
                                include($site.".php");
                                ?>
                                <!-- content include -->
                                </td>
                                <td width="300">&nbsp;</td>
                              </tr>
                            </table></td>
                          </tr>
                        </table></td>
                      </tr>
                    </table></td>
                    <td width="17" height="1213" valign="top" background="Bilder/index_15.png">&nbsp;</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td><img src="Bilder/content_footer.png" width="1200" height="24" /></td>
              </tr>
              <tr>
                <td>&nbsp;</td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table>
    </center>
    </body>
    </html>
    Moderator
    1713 Posts
    19.04.2012, 01:02 offline quote 

    Poste mal die Index.php hier.
    webSPELL newbie
    41 Posts
    18.04.2012, 23:38 offline quote 

    Hey,

    Habe ein Problem und versuche es schon seid stunden zu beheben aber immer wieder das gleiche..

    es geht um "Board Activities"

    http://gfx-reviews.com/

    Rechts am rand vergrößert sich der scheiß -.- die box hat eine breite von 387 pixeln.
    hier die latesttopics.html

    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    15.
    16.
    17.
    18.
    19.
    20.
    21.
    22.
    23.
    <table width="367" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><table width="367" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="35" height="35" align="center" valign="middle"><img src="images/icons/bordactive.png" width="25" height="25"></td>
            <td><table width="332" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><small>$board</small></td>
              </tr>
              <tr>
                <td><table width="332" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td>$topiclink</td>
                    <td align="right"><small>$replys $replys_text</small></td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table>
    <div class="tooltip" id="latesttopics_$n"><small><b>$topictitle_full</b><br />%last_post%: $last_poster<br />%board%: $board<br />$date</small></div>


    Woran kann das liegen?
    Vielen danke schon mal lächeln
    Sort:     printview


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

    register now
    login
  • » Support

    » Topics
    26.05.2013 - 00:18 - 473 Replies
    » Wettscript 2.1 for 4.2.3a...
    Wettscript 2.1 for 4.2.3a - Betscript
    Last post: Amokossi
    Board: DE - Fertige Skripte
    26.05.2013 - 00:18
    25.05.2013 - 22:46 - 0 Replies
    » Clanwar News!
    Clanwar News!
    Last post: Maverico
    Board: DE - Anfragen
    25.05.2013 - 22:46
    25.05.2013 - 19:01 - 1 Replies
    » Error 1146
    Error 1146
    Last post: Argu
    Board: EN - Technical support
    25.05.2013 - 19:01
    25.05.2013 - 17:51 - 0 Replies
    » Gewinnspiel
    Gewinnspiel
    Last post: Dynamic-Webmedia
    Board: DE - Aus aller Welt
    25.05.2013 - 17:51
    25.05.2013 - 12:35 - 1 Replies
    » Need coder for a design!
    Need coder for a design!
    Last post: wantedJK-
    Board: EN - General
    25.05.2013 - 12:35
    25.05.2013 - 03:18 - 0 Replies
    » ScooterFreakz.com - Motor...
    ScooterFreakz.com - Motorroller Community
    Last post: Tuner77
    Board: DE - Showroom
    25.05.2013 - 03:18
    25.05.2013 - 00:46 - 8 Replies
    » Ändern der Größe php
    Ändern der Größe php
    Last post: andy5116
    Board: DE - Allgemeiner Support
    25.05.2013 - 00:46
    24.05.2013 - 23:39 - 33 Replies
    » [B]Userrank Addon
    [B]Userrank Addon
    Last post: Swordfish3000
    Board: DE - Erweiterungen
    24.05.2013 - 23:39
    24.05.2013 - 15:12 - 19 Replies
    » forum anzeige erweitern
    forum anzeige erweitern
    Last post: Swordfish3000
    Board: DE - Allgemeiner Support
    24.05.2013 - 15:12
    24.05.2013 - 12:03 - 1 Replies
    » Verkaufe prof. Clandesign
    Verkaufe prof. Clandesign
    Last post: Vith3r
    Board: DE - Biete
    24.05.2013 - 12:03
    24.05.2013 - 12:02 - 6 Replies
    » [S] Team/Clan Logos (Upda...
    [S] Team/Clan Logos (Update: 2 new Logos)
    Last post: a--w
    Board: EN - Offers
    24.05.2013 - 12:02
    24.05.2013 - 02:41 - 17 Replies
    » High Quality Website
    High Quality Website
    Last post: Dansjostedt
    Board: EN - Offers
    24.05.2013 - 02:41
    24.05.2013 - 02:24 - 5 Replies
    » [SELL] Gaming Website
    [SELL] Gaming Website
    Last post: hornyst
    Board: EN - Offers
    24.05.2013 - 02:24
    23.05.2013 - 22:37 - 2 Replies
    » Bilder Breite im Forum an...
    Bilder Breite im Forum anpassen
    Last post: nappel.ger
    Board: DE - Vorschläge
    23.05.2013 - 22:37
    23.05.2013 - 15:35 - 6 Replies
    » I cannot upload template ...
    I cannot upload template to my cms .
    Last post: bazic
    Board: EN - General
    23.05.2013 - 15:35
    23.05.2013 - 14:50 - 3 Replies
    » Kalendar-Box
    Kalendar-Box
    Last post: kassor
    Board: DE - Anfragen
    23.05.2013 - 14:50
    23.05.2013 - 10:14 - 12 Replies
    » Mein Forum
    Mein Forum
    Last post: Lordy4007
    Board: DE - Fragen zur Seite
    23.05.2013 - 10:14
    22.05.2013 - 23:06 - 9 Replies
    » When the update?
    When the update?
    Last post: kola60
    Board: EN - General
    22.05.2013 - 23:06
    22.05.2013 - 22:21 - 2 Replies
    » Website For SALE! CODED
    Website For SALE! CODED
    Last post: Osamakillz
    Board: EN - General
    22.05.2013 - 22:21
    22.05.2013 - 21:43 - 3 Replies
    » Slider Links Bitte um Hil...
    Slider Links Bitte um Hilfe
    Last post: bazic
    Board: DE - Allgemein
    22.05.2013 - 21:43
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers