Infos über den Server http://85.10.208.236/info.php
Merkwürdig ist das 2 php Sachen mit mysql Datenbank laufen z.b. das hier
http://85.10.208.236/madmetzi/vwar/vwar/war.php und andere nicht ? z.B. das hier http://85.10.208.236/dvcclan/
Dieses dvcclan wurde neuinstalliert, also keine Copy und Paste oder so was in der Art.
im errorlog von apache steht zum dvcclan nur das
Code: Select all
[client 84.186.131.245] PHP Warning: %v%v() [<a href='function.%v'>function.%v</a>]: failed to open stream: No such file or directory in /srv/www/htdocs/dvcclan/include/includes/loader.php on line 8
[client 84.186.131.245] PHP Fatal error: %v%v() [<a href='function.require'>function.require</a>]: Failed opening required 'include/includes/class/tpl.php' (include_path='/usr/share/php5') in /srv/www/htdocs/dvcclan/include/includes/loader.php on line 8Code: Select all
require_once('include/includes/class/tpl.php');Code: Select all
<?php
# Copyright by Manuel Staechele
# Support www.ilch.de
defined ('main') or die ( 'no direct access' );
class tpl
{
var $parts;
var $keys;
var $lists;
var $lang;
var $ort;
function tpl ($file, $ort = 0) {
$this->parts = array();
$this->keys = array();
$this->lists = array();
$this->lang = array();
$this->ort = $ort;
# file bearbeiten, weil file auch ohne .htm angegeben werden kann.
if ( substr ( $file, -4 ) != '.htm' ) {
$file .= '.htm';
}
Wenn jemand mir helfen könnte , bitte.