Rivals mod error
Geplaatst: 03 aug 2006, 17:28
Code: Selecteer alles
Warning: main(./rivals/.php): failed to open stream: No such file or directory in /home/hendry/domains/***.nl/public_html/rivals.php on line 23
Warning: main(./rivals/.php): failed to open stream: No such file or directory in /home/hendry/domains/***.nl/public_html/rivals.php on line 23
Warning: main(): Failed opening './rivals/.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hendry/domains/***.nl/public_html/rivals.php on line 23
Code: Selecteer alles
<?php
##########################################################
# FILENAME : rivals.php
# COPYRIGHT : (c) 2006, A.I. BOT (docs/copyright.txt)
# GPL v2.0
##########################################################
define ( IN_PHPBB, true );
$phpbb_root_path = './';
include ( $phpbb_root_path . 'extension.inc' );
include ( $phpbb_root_path . 'common.'.$phpEx );
include ( $phpbb_root_path . 'includes/bbcode.'.$phpEx );
include ( $phpbb_root_path . 'includes/functions_post.'.$phpEx );
include ( $phpbb_root_path . 'rivals/rivals_source.php' );
$userdata = session_pagestart ( $user_ip, PAGE_INDEX );
init_userprefs ( $userdata );
$http_vars = http_vars ( );
$clan = new clan ( );
$tournament = new tournament ( );
$ladder = new ladder ( );
include ( $phpbb_root_path . 'rivals/' . $http_vars[ 'action' ] . '.php' );
?>