PDA

View Full Version : class_hook.php error


Kru
09-08-2005, 05:38 AM
On my homepage : www.mirzone.net I am running vbexternal 1.6 https://vborg.vbsupport.ru/showthread.php?t=83005

Now, I wanted to run VB Login on a Non-VB Page vB3 RC3: https://vborg.vbsupport.ru/showthread.php?t=61112 from there, too.

I already got this hack succesfully to run on a test page, too: http://www.mirzone.net/testing.htm

However I don't get to run both hacks together.

The problem is that vbexternal want this code at the top:

<?php
chdir("/.../.../.../mirzone.net/html/forum/");
include('./vBExternal.php');
?>

and VB Login:

<?php
chdir("/.../.../.../mirzone.net/html/forum/");
require('./global.php');
chdir("/.../.../.../mirzone.net/html/");
?>

If I try to run both codes I always get the following error message:

Fatal error: Cannot redeclare class vbulletinhook in /var/www/vhosts/mirzone.net/httpdocs/forum/includes/class_hook.php on line 29

Have anybody an idea how I can fix this, please?

Marco van Herwaarden
09-08-2005, 11:17 AM
You seem to be mixing vB3.0 (VB Login on a Non-VB Page) with a vB3.5 hack.

Kru
09-08-2005, 02:06 PM
vB3.0 (VB Login on a Non-VB Page)

The vB3.0 (VB Login on a Non-VB Page): https://vborg.vbsupport.ru/showthread.php?t=61112 works with 3.5 as u can see here: http://www.mirzone.net/testing.htm

Any chance that both hacks work together?