EN - GeneralProblem whit installation template


08.04.2012, 23:42 - Serbio90 - webSPELL newbie - 2 Posts
Hello
I am having problems installing a template that I bought on http://www.gamer-designs.de/

I have all the data if you want to view them to see if something is missing ...

I install everything in the root, but when I go to update the web page you do not see anything, just a black page ... how can I do??

my site can be found here http://provaipg.altervista.org ... I'm an Italian user, but I accept answers in English, thank you, please help ...

excuse any mistakes, but I tyradotto everything with Google
 
10.04.2012, 12:33 - Bochi-Media - webSPELL newbie - 53 Posts
Hi,

it looks like there is a content missing... Are a readme or a install*.php existing with the template files? Can you post the index.php code in a code tag please.

greetz
manuel

www.Bochi-Media.de - Free Webspell Support & Development Skype BochiMedia gTalk Administrator@Bochi-Media.de ICQ 628604918 mail Administrator@Bochi-Media.de

 
10.04.2012, 13:20 - Serbio90 - webSPELL newbie - 2 Posts
This is the index.php situeted in the root

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.
<?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" />
<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" />
<link href="layout.css" rel="stylesheet" type="text/css" />
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
<script type="text/JavaScript">
<!--
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_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
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_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>
 <div id="wrapper">
  <div id="headbar">
   <div style="width:413px; height:24px; padding:16px 0px 0px 124px; float:left;"><?php include("sc_language.php"); ?></div>
   <div style="width:472px; height:40px; float:left;"><?php include("login.php"); ?></div>
  
  </div>
  <div id="header"><?php include("sc_bannerrotation.php"); ?></div>
  <div id="navi">
   <?php include("navigation.php"); ?>
   <div id="stats"><?php include("counter.php"); ?></div>
  </div>
  <div id="left">
   <img src="images/images_15.jpg" alt="" />
    <div class="leftbox"><?php include("sc_headlines.php"); ?></div>
   <img src="images/images_27.jpg" alt="" />
    <div class="leftbox"><?php include("sc_results.php"); ?></div>
   <img src="images/images_37.jpg" alt="" />
    <div class="leftbox"><?php include("latesttopics.php"); ?></div>
   <img src="images/images_50.jpg" alt="" />
     <div id="pollbgone"><div id="pollbgtwo"><div id="pollbgthree">
      <?php include("poll.php"); ?>
     </div></div></div>
  </div>
  <div id="content">
    <div id="contenttop">
     <div id="special"><?php include("features.php"); ?></div>
     <div id="topmacht"><?php include("sc_topmatch.php"); ?></div>
     
    </div>
     <div id="contentsmall">
      <?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>
  <div id="right">
   <img src="images/images_17.jpg" alt="" />
    <?php include("sc_sponsors.php"); ?>
   <img src="images/images_25.jpg" alt="" />
    <?php include("partners.php"); ?>
   <img src="images/images_32.jpg" alt="" />
    <div style="width:221px; background:url(images/sout_03.jpg);">
    <div style="width:221px; background:url(images/shout_03.jpg) top no-repeat;">
    <?php include("shoutbox.php"); ?>
    </div></div>
   <div class="teamspeakhead"></div>
    <div class="teamspeak">
     <?php include("tsviewer.php"); ?>
    </div>
  </div>
  
  <div style="clear:both;"></div>
  <div id="footer"><a href="http://www.webst4rs.de" style="color:#FFF; font-weight:bold; font-size:10px; text-decoration:none;">COPYRIGHT &amp; DESIGN BY WEBST4RS.DE</a></div>
 </div>
 <script src="http://layer-ads.de/lc-63059.js" type="text/javascript"></script>
<script src="http://layer-ads.de/la-63059-subid:temp.js" type="text/javascript"></script>
</body>
</html>

 
10.04.2012, 13:32 - Bochi-Media - webSPELL newbie - 53 Posts
75. <div id="special"><?php include("features.php"); ?></div>
There is no features.php in the original webspell. There must be an Addon that didn't run as it should. May you have to install it. Search for a install.php, features_install.php or whatever. Or look in the readme file. If there are nether a readme or a install file - Send a mail to http://www.gamer-designs.de/. Only the developer knows witch addon they use and how to install or why it isn't running.

Sorry

Manuel

www.Bochi-Media.de - Free Webspell Support & Development Skype BochiMedia gTalk Administrator@Bochi-Media.de ICQ 628604918 mail Administrator@Bochi-Media.de