h75
10.10.2004, 17:47
Halloo, weis jemand, wie das geht? Ich möchte gerne die Statistiken sämtliche Infos der Forumhome au die Portalseite übertragen.
Dazu gehören auch die todayloggedinusers. Aber ich finde dazu nur "Tote Links" zu Foren, die es nicht mehr gibt.. :(
Wäre doch doll, wenn mir da jemand helfen könnte.
Den Hack den ich schon eingebaut habe, ist Today Logged In Users. (attachmentid=2582 (http://www.vbulletin-germany.com/forum/attachment.php?attachmentid=2582))
**************************************************
* Who Was Online Today
* Created by: Gary W )
**************************************************
Und überhaupt. Wo muss ich denn was eintragen. denn in der Portal.php steht kaum was drin.
<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0 RC2 ||
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved ||
// || This file may not be redistributed in whole or significant part. ||
// || http://vbadvanced.com ||
// ++ ========================================================================++
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
chdir('/home/halloo.de/www');
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('./global.php');
print_portal_output($home);
?>
Dazu gehören auch die todayloggedinusers. Aber ich finde dazu nur "Tote Links" zu Foren, die es nicht mehr gibt.. :(
Wäre doch doll, wenn mir da jemand helfen könnte.
Den Hack den ich schon eingebaut habe, ist Today Logged In Users. (attachmentid=2582 (http://www.vbulletin-germany.com/forum/attachment.php?attachmentid=2582))
**************************************************
* Who Was Online Today
* Created by: Gary W )
**************************************************
Und überhaupt. Wo muss ich denn was eintragen. denn in der Portal.php steht kaum was drin.
<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0 RC2 ||
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved ||
// || This file may not be redistributed in whole or significant part. ||
// || http://vbadvanced.com ||
// ++ ========================================================================++
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
chdir('/home/halloo.de/www');
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('./global.php');
print_portal_output($home);
?>