EN - BugreportHelp [ Blackfade.org ]


23.09.2009, 19:10 - Blackfade - webSPELL user - 369 Posts
HI!

I just patch blackfade.org to the new webspell 4.2.1 and i get some error :S

www.blackfade.org

someone lächeln ?

[img]http://img38.imageshack.us/img38/7752/bfadesigws.jpg[/img]

 
24.09.2009, 22:56 - Blackfade - webSPELL user - 369 Posts
Push! someone?

[img]http://img38.imageshack.us/img38/7752/bfadesigws.jpg[/img]

 
01.10.2009, 18:06 - Blackfade - webSPELL user - 369 Posts
help please?

[img]http://img38.imageshack.us/img38/7752/bfadesigws.jpg[/img]

 
01.10.2009, 18:08 - BlueaKaKev - webSPELL hero - 1709 Posts
post your index.php in pastebin an post it here.

than i can help you.

Kevin
 
01.10.2009, 18:12 - Blackfade - webSPELL user - 369 Posts
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.
<?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                      #
#   -- 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 - 2009 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 -->

<!-- standard Design stylesheet -->
<style type="text/css">
body { margin: 5px 0 10px 0; padding: 0; font: 10px Verdana, Arial, Tahoma, Helvetica, sans-serif; color: #000000; background-image: url(images/bg.gif); }
div#container { width: 1000px; margin: 0 auto; padding: 0; text-align: left; }
div#head { width: 1000px; height: 12px; background-color: #36befc; }
div#content { width: 1000px; margin: 0; background-color: #ffffff; }
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 id="container">
     <div id="head"></div>
     <div id="content">
          <div class="cols">
               <div class="col1">
                    <div style="padding:10px;">
                         <!-- clanname -->
                         <span style="font-size:20px;"><?php echo $myclanname ?></span>
                         <!-- end clanname -->
                         <!-- quicksearch include -->
                         <?php include("quicksearch.php"); ?><br style="line-height:1px;" />
                         <!-- end clanname -->
                         <hr class="grey" />
                         <!-- poll include -->
                         <b><?php echo $myclanname.".".$index_language['poll']; ?></b><br />
                         <?php include("poll.php"); ?>
                         <!-- end poll include -->
                         <hr class="grey" />
                         <!-- pic of the moment include -->
                         <b><?php echo $myclanname.".".$index_language['pic_of_the_moment']; ?></b><br />
                         <center><?php include("sc_potm.php"); ?></center>
                         <!-- end pic of the moment include -->
                         <hr class="grey" />
                         <!-- language switch include -->
                         <b><?php echo $myclanname.".".$index_language['language_switch']; ?></b><br />
                         <center><?php include("sc_language.php"); ?></center>
                         <!-- end language switch include -->
                         <hr class="grey" />
                         <!-- randompic include -->
                         <b><?php echo $myclanname.".".$index_language['random_user']; ?></b><br />
                         <?php include("sc_randompic.php"); ?>
                         <!-- end randompic include -->
                         <hr class="grey" />
                         <!-- articles include -->
                         <b><?php echo $myclanname.".".$index_language['articles']; ?></b><br />
                         <?php include("sc_articles.php"); ?>
                         <!-- end articles include -->
                         <hr class="grey" />
                         <!-- downloads include -->
                         <b><?php echo $myclanname.".".$index_language['downloads']; ?></b><br />
                         <?php include("sc_files.php"); ?>
                         <!-- end downloads include -->
                         <hr class="grey" />
                         <!-- latest topics include -->
                         <b><?php echo $myclanname.".".$index_language['topics']; ?></b><br />
                         <?php include("latesttopics.php"); ?>
                         <!-- end latest topics include -->
                         <hr class="grey" />
                         <!-- servers include -->
                         <b><?php echo $myclanname.".".$index_language['server']; ?></b><br />
                         <?php include("sc_servers.php"); ?>
                         <!-- end servers include -->
                         <hr class="grey" />
                         <!-- sponsors include -->
                         <b><?php echo $myclanname.".".$index_language['sponsors']; ?></b><br />
                         <center><?php include("sc_sponsors.php"); ?></center>
                         <!-- end sponsors include -->
                         <hr class="grey" />
                         <!-- partners include -->
                         <b><?php echo $myclanname.".".$index_language['partners']; ?></b><br />
                         <center><?php include("partners.php"); ?></center>
                         <!-- end partners include -->
                    </div>
               </div>
               <div class="col2">
                    <div style="padding:10px;">
                         <!-- navigation include -->
                         <?php include("navigation.php"); ?>
                         <!-- end navigation include -->
                         <!-- scrolltext include -->
                         <b><?php echo $myclanname.".".$index_language['scrolltext']; ?></b><br />
                         <?php include("sc_scrolltext.php"); ?>
                         <!-- end scrolltext include -->
                         <hr class="grey" />
                         <!-- bannerrotation include -->
                         <b><?php echo $myclanname.".".$index_language['advertisement']; ?></b><br />
                         <center><?php include("sc_bannerrotation.php"); ?></center>
                         <!-- end bannerrotation include -->
                         <hr class="grey" />
                         <!-- content include -->
                         <b><?php echo $myclanname.".".$index_language['content']; ?></b><br />
                         <!-- 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 -->
                    </div>
               </div>
          </div>
          <div class="col3">
               <div style="padding:10px;">
                    <!-- login include -->
                    <b><?php echo $myclanname.".".$index_language['login']; ?></b><br />
                    <?php include("login.php"); ?>
                    <!-- end login include -->
                    <hr class="grey" />
                    <!-- topnews include -->
                    <b><?php echo $myclanname.".".$index_language['hotest_news']; ?></b><br />
                    <?php include("sc_topnews.php"); ?>
                    <!-- topnews include -->
                    <hr class="grey" />
                    <!-- headlines include -->
                    <b><?php echo $myclanname.".".$index_language['latest_news']; ?></b><br />
                    <?php include("sc_headlines.php"); ?>
                    <!-- end headlines include -->
                    <hr class="grey" />
                    <!-- squads include -->
                    <b><?php echo $myclanname.".".$index_language['squads']; ?></b><br />
                    <center><?php include("sc_squads.php"); ?></center>
                    <!-- end squads include -->
                    <hr class="grey" />
                    <!-- clanwars include -->
                    <b><?php echo $myclanname.".".$index_language['matches']; ?></b><br />
                    <?php include("sc_results.php"); ?>
                    <!-- end clanwars include -->
                    <hr class="grey" />
                    <!-- demos include -->
                    <b><?php echo $myclanname.".".$index_language['demos']; ?></b><br />
                    <?php include("sc_demos.php"); ?>
                    <!-- end demos include -->
                    <hr class="grey" />
                    <!-- upcoming events include -->
                    <b><?php echo $myclanname.".".$index_language['upcoming_events']; ?></b><br />
                    <?php include("sc_upcoming.php"); ?>
                    <!-- end upcoming events include -->
                    <hr class="grey" />
                    <!-- shoutbox include -->
                    <b><?php echo $myclanname.".".$index_language['shoutbox']; ?></b><br />
                    <center><?php include("shoutbox.php"); ?></center>
                    <!-- end shoutbox include -->
                    <hr class="grey" />
                    <!-- newsletter include -->
                    <b><?php echo $myclanname.".".$index_language['newsletter']; ?></b><br />
                    <?php include("sc_newsletter.php"); ?>
                    <!-- end newsletter include -->
                    <hr class="grey" />
                    <!-- statistics include -->
                    <b><?php echo $myclanname.".".$index_language['statistics']; ?></b><br />
                    <?php include("counter.php"); ?>
                    <!-- end statistics include -->
               </div>
          </div>
          <div style="line-height:10px;clear:both;">&nbsp;</div>
     </div>
     <div id="footer">
          <br style="line-height:16px;" />Copyright by <b><?php echo $myclanname ?></b>&nbsp; | &nbsp;CMS powered by <a href="http://www.webspell.org" target="_blank"><b>webSPELL.org</b></a>&nbsp; | &nbsp;<a href="http://validator.w3.org/check?uri=referer" target="_blank">XHTML 1.0</a> &amp; <a href="http://jigsaw.w3.org/css-validator/check/refer" target="_blank">CSS 2.1</a> valid W3C standards&nbsp; | &nbsp;<a href="tmp/rss.xml" target="_blank"><img src="images/icons/rss.png" width="16" height="16" style="vertical-align:bottom;" alt="" /></a> <a href="tmp/rss.xml" target="_blank">RSS Feed</a>
     <pre style="background-color: #FFFFFF; text-align:left;">
     <?php print_r($_mysql_querys);?>
     </pre>
          </div>
</div>
</body>
</html>


[img]http://img38.imageshack.us/img38/7752/bfadesigws.jpg[/img]

 
01.10.2009, 18:14 - BlueaKaKev - webSPELL hero - 1709 Posts
try this

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.
<?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                      #
#   -- 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 - 2009 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 -->
<!-- standard Design stylesheet -->
<style type="text/css">
body { margin: 5px 0 10px 0; padding: 0; font: 10px Verdana, Arial, Tahoma, Helvetica, sans-serif; color: #000000; background-image: url(images/bg.gif); }
div#container { width: 1000px; margin: 0 auto; padding: 0; text-align: left; }
div#head { width: 1000px; height: 12px; background-color: #36befc; }
div#content { width: 1000px; margin: 0; background-color: #ffffff; }
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 id="container">
     <div id="head"></div>
     <div id="content">
          <div class="cols">
               <div class="col1">
                    <div style="padding:10px;">
                         <!-- clanname -->
                         <span style="font-size:20px;"><?php echo $myclanname ?></span>
                         <!-- end clanname -->
                         <!-- quicksearch include -->
                         <?php include("quicksearch.php"); ?><br style="line-height:1px;" />
                         <!-- end clanname -->
                         <hr class="grey" />
                         <!-- poll include -->
                         <b><?php echo $myclanname.".".$index_language['poll']; ?></b><br />
                         <?php include("poll.php"); ?>
                         <!-- end poll include -->
                         <hr class="grey" />
                         <!-- pic of the moment include -->
                         <b><?php echo $myclanname.".".$index_language['pic_of_the_moment']; ?></b><br />
                         <center><?php include("sc_potm.php"); ?></center>
                         <!-- end pic of the moment include -->
                         <hr class="grey" />
                         <!-- language switch include -->
                         <b><?php echo $myclanname.".".$index_language['language_switch']; ?></b><br />
                         <center><?php include("sc_language.php"); ?></center>
                         <!-- end language switch include -->
                         <hr class="grey" />
                         <!-- randompic include -->
                         <b><?php echo $myclanname.".".$index_language['random_user']; ?></b><br />
                         <?php include("sc_randompic.php"); ?>
                         <!-- end randompic include -->
                         <hr class="grey" />
                         <!-- articles include -->
                         <b><?php echo $myclanname.".".$index_language['articles']; ?></b><br />
                         <?php include("sc_articles.php"); ?>
                         <!-- end articles include -->
                         <hr class="grey" />
                         <!-- downloads include -->
                         <b><?php echo $myclanname.".".$index_language['downloads']; ?></b><br />
                         <?php include("sc_files.php"); ?>
                         <!-- end downloads include -->
                         <hr class="grey" />
                         <!-- latest topics include -->
                         <b><?php echo $myclanname.".".$index_language['topics']; ?></b><br />
                         <?php include("latesttopics.php"); ?>
                         <!-- end latest topics include -->
                         <hr class="grey" />
                         <!-- servers include -->
                         <b><?php echo $myclanname.".".$index_language['server']; ?></b><br />
                         <?php include("sc_servers.php"); ?>
                         <!-- end servers include -->
                         <hr class="grey" />
                         <!-- sponsors include -->
                         <b><?php echo $myclanname.".".$index_language['sponsors']; ?></b><br />
                         <center><?php include("sc_sponsors.php"); ?></center>
                         <!-- end sponsors include -->
                         <hr class="grey" />
                         <!-- partners include -->
                         <b><?php echo $myclanname.".".$index_language['partners']; ?></b><br />
                         <center><?php include("partners.php"); ?></center>
                         <!-- end partners include -->
                    </div>
               </div>
               <div class="col2">
                    <div style="padding:10px;">
                         <!-- navigation include -->
                         <?php include("navigation.php"); ?>
                         <!-- end navigation include -->
                         <!-- scrolltext include -->
                         <b><?php echo $myclanname.".".$index_language['scrolltext']; ?></b><br />
                         <?php include("sc_scrolltext.php"); ?>
                         <!-- end scrolltext include -->
                         <hr class="grey" />
                         <!-- bannerrotation include -->
                         <b><?php echo $myclanname.".".$index_language['advertisement']; ?></b><br />
                         <center><?php include("sc_bannerrotation.php"); ?></center>
                         <!-- end bannerrotation include -->
                         <hr class="grey" />
                         <!-- content include -->
                         <b><?php echo $myclanname.".".$index_language['content']; ?></b><br />
                         <!-- 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 -->
                    </div>
               </div>
          </div>
          <div class="col3">
               <div style="padding:10px;">
                    <!-- login include -->
                    <b><?php echo $myclanname.".".$index_language['login']; ?></b><br />
                    <?php include("login.php"); ?>
                    <!-- end login include -->
                    <hr class="grey" />
                    <!-- topnews include -->
                    <b><?php echo $myclanname.".".$index_language['hotest_news']; ?></b><br />
                    <?php include("sc_topnews.php"); ?>
                    <!-- topnews include -->
                    <hr class="grey" />
                    <!-- headlines include -->
                    <b><?php echo $myclanname.".".$index_language['latest_news']; ?></b><br />
                    <?php include("sc_headlines.php"); ?>
                    <!-- end headlines include -->
                    <hr class="grey" />
                    <!-- squads include -->
                    <b><?php echo $myclanname.".".$index_language['squads']; ?></b><br />
                    <center><?php include("sc_squads.php"); ?></center>
                    <!-- end squads include -->
                    <hr class="grey" />
                    <!-- clanwars include -->
                    <b><?php echo $myclanname.".".$index_language['matches']; ?></b><br />
                    <?php include("sc_results.php"); ?>
                    <!-- end clanwars include -->
                    <hr class="grey" />
                    <!-- demos include -->
                    <b><?php echo $myclanname.".".$index_language['demos']; ?></b><br />
                    <?php include("sc_demos.php"); ?>
                    <!-- end demos include -->
                    <hr class="grey" />
                    <!-- upcoming events include -->
                    <b><?php echo $myclanname.".".$index_language['upcoming_events']; ?></b><br />
                    <?php include("sc_upcoming.php"); ?>
                    <!-- end upcoming events include -->
                    <hr class="grey" />
                    <!-- shoutbox include -->
                    <b><?php echo $myclanname.".".$index_language['shoutbox']; ?></b><br />
                    <center><?php include("shoutbox.php"); ?></center>
                    <!-- end shoutbox include -->
                    <hr class="grey" />
                    <!-- newsletter include -->
                    <b><?php echo $myclanname.".".$index_language['newsletter']; ?></b><br />
                    <?php include("sc_newsletter.php"); ?>
                    <!-- end newsletter include -->
                    <hr class="grey" />
                    <!-- statistics include -->
                    <b><?php echo $myclanname.".".$index_language['statistics']; ?></b><br />
                    <?php include("counter.php"); ?>
                    <!-- end statistics include -->
               </div>
          </div>
          <div style="line-height:10px;clear:both;">&nbsp;</div>
     </div>
     <div id="footer">
          <br style="line-height:16px;" />Copyright by <b><?php echo $myclanname ?></b>&nbsp; | &nbsp;CMS powered by <a href="http://www.webspell.org" target="_blank"><b>webSPELL.org</b></a>&nbsp; | &nbsp;<a href="http://validator.w3.org/check?uri=referer" target="_blank">XHTML 1.0</a> &amp; <a href="http://jigsaw.w3.org/css-validator/check/refer" target="_blank">CSS 2.1</a> valid W3C standards&nbsp; | &nbsp;<a href="tmp/rss.xml" target="_blank"><img src="images/icons/rss.png" width="16" height="16" style="vertical-align:bottom;" alt="" /></a> <a href="tmp/rss.xml" target="_blank">RSS Feed</a>
          </div>
</div>
</body>
</html>


Lg Kevin
 
01.10.2009, 18:16 - Blackfade - webSPELL user - 369 Posts
http://blackfade.org/

look, some error fixed, but it's problem with the images

[img]http://img38.imageshack.us/img38/7752/bfadesigws.jpg[/img]

 
01.10.2009, 18:18 - BlueaKaKev - webSPELL hero - 1709 Posts
whit the login images?
 
01.10.2009, 18:20 - Blackfade - webSPELL user - 369 Posts
yes the login images is right,

[img]http://img38.imageshack.us/img38/7752/bfadesigws.jpg[/img]

 
01.10.2009, 18:20 - #jn - webSPELL lover - 1189 Posts
You should fix the width of the divs. 342px is definitive too much for the right column zwinkern
 
01.10.2009, 18:24 - BlueaKaKev - webSPELL hero - 1709 Posts
Upload the Original login.html
 
01.10.2009, 18:25 - Blackfade - webSPELL user - 369 Posts
http://data.fuskbugg.s...kfade-new-design-2009.jpg

here is how it should look like :S

there is not any problem with the login lol :S

[img]http://img38.imageshack.us/img38/7752/bfadesigws.jpg[/img]

 
01.10.2009, 18:41 - Pascalmh - Administrator - 3068 Posts
Pay someone to adapt your Design to webSPELL like everyone else does!
Or learn HTML+CSS
 
01.10.2009, 18:45 - Blackfade - webSPELL user - 369 Posts
Pascalmh wrote:

Pay someone to adapt your Design to webSPELL like everyone else does!
Or learn HTML+CSS



are you serious?

This is no TEMPLATE and for god's sake, why not read the thread so maybe you can write something meaningful oneday!

The design is encoded for webSPELL.
The problem is that I patched to the new webSPELL and it seems that no images are displayed on the website!

[img]http://img38.imageshack.us/img38/7752/bfadesigws.jpg[/img]

 
01.10.2009, 19:40 - sL - webSPELL friend - 813 Posts
Version 4.2 is another Version as 4.1. You need a new Adaption for use your Design. The old Design by you works only with 4.1.

http://renesass.de

 
01.10.2009, 19:44 - Blackfade - webSPELL user - 369 Posts
ok, what should i change first?

[img]http://img38.imageshack.us/img38/7752/bfadesigws.jpg[/img]

 
01.10.2009, 21:04 - Pascalmh - Administrator - 3068 Posts
You need to change everything... where you start does not matter, that's what I said: Pay someone to do it since it seems like you don't have any (or only very limited) knowledge of HTML, CSS or PHP...