Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Wklejka 2uueg9rhfk dodana przez Gość, 19.12.2012 19:48
Typ:



dla webma
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.
<?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 type="text/javascript" src="js/jquery-1.8.0.js"></script>
<script type="text/javascript" src="js/slides.min.jquery.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
<!-- end Head & Title include -->
 
 
<body>
<div class="page">
<div class="top">
    <a href="/">
        <img src="images/log.png" alt="Logo klanowe" />
    </a>
    <?php include("login.php"); ?>
</div>
<div class="menu">
    <ul>
        <?php include("navigation.php"); ?>
    </ul>
    <?php include("quicksearch.php"); ?>
</div>
<?php include('slider.php'); ?>
<div class="boxes">
    <div class="results">
        <h2>OSTATNI MECZ</h2>
        <?php include("sc_results.php"); ?>
    </div>
    <div>
        <h2>NAJNOWSZE POSTY NA FORUM</h2>
        <ul class="forum">
            <?php include('latesttopics.php') ?>
        </ul>
    </div>
    <div class="stats">
        <h2>Statystyki</h2>
        <?php include("counter.php"); ?>
    </div>
</div>
<div class="content-top"></div>
<div class="content-main">
    <div class="left">
        <?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 class="right">
        <h2>Ankieta</h2>
        <div class="box">
            <?php include("poll.php"); ?>
        </div>
        <div class="box-bottom"></div>
        <h2>FILMIKI</h2>
        <div class="box">
            <ul class="movies">
                <?php include('sc_vid.php'); ?>
            </ul>
        </div>
        <div class="box-bottom"></div>
        <h2>SKŁAD KLANU</h2>
        <div class="box">
            <?php include('members2.php')?>
        </div>
        <div class="box-bottom"></div>
        <h2>PARTNERZY</h2>
        <div class="box links">
            <?php include("partners.php"); ?>
        </div>
        <div class="box-bottom"></div>
    </div>
</div>
<div class="content-bottom"></div>
<div class="sponsors">
    <h2>SPONSORZY</h2>
    <?php include("sc_sponsors.php"); ?>
</div>
<div class="bottom">
    <span>Copyrioght &copy; <?php echo $myclanname.' '.date('Y') ?>. Wszelkie prawa zastrzeżone!</span>
    <span class="rights">Design:<a href="http://yutrii.grafa.biz/">Yutrii</a> Created by: <a href="http://cms-szablony.pl/">CMS-szablony</a></span>
</div>
</div>
</body>
</html>
 
 
 
<?php //include("sc_potm.php"); ?>
 
<?php //include("sc_language.php"); ?>
 
<?php //include("sc_randompic.php"); ?>
 
<?php //include("sc_articles.php"); ?>
 
<?php //include("sc_files.php"); ?>
 
<?php //include("latesttopics.php"); ?>
 
<?php //include("sc_servers.php"); ?>
 
<?php //include("sc_scrolltext.php"); ?>
 
<?php //include("sc_bannerrotation.php"); ?>
<!---->
<?php //include("sc_topnews.php"); ?>
<!---->
<?php //include("sc_headlines.php"); ?>
<!---->
<?php //include("sc_squads.php"); ?>
<!---->
<?php //include("sc_demos.php"); ?>
<!---->
<?php //include("sc_upcoming.php"); ?>
<!---->
<?php //include("shoutbox.php"); ?>
<!---->
<?php //include("sc_newsletter.php"); ?>

Dodanych wklejek: 12215
Powered By (Pav32) Pastebin © 2011