Quote:
Originally Posted by CyberRanger
Well, I gotta say VisionScripts is passing the buck. I don't know what the product is but apparently they've had you change a vbulletin file. The create threads feature in abouttoday uses the datamanager. For it to fail, it sounds like you've modified (or the VisionScript program) has modified a file used to create threads.
I'm afraid the error clearly belongs to them, as it is being caused by a call to one of their functions (verify_bs_opponent). What you need to find out is what file contains the function that is being called, then I can help you with placing an include for that file.
|
Hey cyber, I contacted vision scripts & this is what the response was:
Ok. Please tell him to place the following code before initializing the datamanager:
PHP Code:
if (file_exists(DIR . './includes/visionscripts/psionic_bsh/newthread_start.php'))
{
require(DIR . './includes/visionscripts/psionic_bsh/newthread_start.php');
}
That file contains the needed function, and it's not going to obstruct the functionality of his hack while allowing for the functionality of the battle hack.
Can you please let me know any info to get it working correctly. Thanks.