So habe nun die schritt für schritt anleitung befolgt
nur verwende ich das adfinitum Style
wenn ich im Admin Bereich auf Attachments-Control Panel Klicke bekomme ich folgende Fehlermeldung :
Fatal error: Call to undefined function: get_var() in /var/www/meine Seite/htdocs/board/admin/admin_attach_cp.php on line 62
in der Zeile steht:
//
// Init Variables
//
$start = get_var('start', 0);
if(isset($HTTP_POST_VARS['order']))
{
$sort_order = ($HTTP_POST_VARS['order'] == 'ASC') ? 'ASC' : 'DESC';
}
else if(isset($HTTP_GET_VARS['order']))
{
$sort_order = ($HTTP_GET_VARS['order'] == 'ASC') ? 'ASC' : 'DESC';
}
else
{
$sort_order = '';
}
$mode = get_var('mode', '');
$view = get_var('view', '');
if(isset($HTTP_GET_VARS['uid']) || isset($HTTP_POST_VARS['u_id']))
{
$uid = (isset($HTTP_POST_VARS['u_id'])) ? $HTTP_POST_VARS['u_id'] : $HTTP_GET_VARS['uid'];
}
else
{
$uid = '';
}
$view = ( $HTTP_POST_VARS['search'] ) ? 'attachments' : $view;
//
// process modes based on view
//
if ($view == 'username')
{
$mode_types_text = array($lang['Sort_Username'], $lang['Sort_Attachments'], $lang['Sort_Size']);
$mode_types = array('username', 'attachments', 'filesize');
if (empty($mode))
{
$mode = 'attachments';
$sort_order = 'DESC';
}
}
else if ($view == 'attachments')
{
$mode_types_text = array($lang['Sort_Filename'], $lang['Sort_Comment'], $lang['Sort_Extension'], $lang['Sort_Size'], $lang['Sort_Downloads'], $lang['Sort_Posttime'], /*$lang['Sort_Posts']*/);
$mode_types = array('real_filename', 'comment', 'extension', 'filesize', 'downloads', 'post_time'/*, 'posts'*/);
if (empty($mode))
{
$mode = 'real_filename';
$sort_order = 'ASC';
}
}
else if ($view == 'search')
{
$mode_types_text = array($lang['Sort_Filename'], $lang['Sort_Comment'], $lang['Sort_Extension'], $lang['Sort_Size'], $lang['Sort_Downloads'], $lang['Sort_Posttime'], /*$lang['Sort_Posts']*/);
$mode_types = array('real_filename', 'comment', 'extension', 'filesize', 'downloads', 'post_time'/*, 'posts'*/);
$sort_order = 'DESC';
}
else
{
$view = 'stats';
$mode_types_text = array();
$sort_order = '';
}
//
wenn ich auf Attachments-Einstellungen Klicke habe ich ds Atachments Menü aber ohne Text
wenn ich auf Attachments-Quota limits Klicke fehlt auch ein teil des Textes
wenn ich auf Attachments-Shadow attachments Klicke bekomme ich eine auflistung von PHP Dateien zu sehen ist das richtig?Die Dateien sind:
common.php
config.php
uacp.php
extension.inc
faq.php
groupcp.php
login.php
memberlist.php
modcp.php
posting.php
privmsg.php
profile.php
search.php
viewforum.php
viewonline.php
viewtopic.php
download.php
attach_rules.php
daneben ist dann immer ein Kästchen zum löschen der Dateien
wenn ich auf Attachments-Sync attachments Klicke
kommt folgenes:
Sync Topics
.
Sync Posts
Sync Thumbnails
mehr nicht

Bitte bitte bitte um schnelle Hilfe
