<?php
/*
+---------------------------------------------------------------
| vBulletin Board Plugin for Joomla | jvbPlugin
+---------------------------------------------------------------
*/
//Path to your vBulletin folder without trailing slash
//Sample in Linux OS: "/home/bbpixel/www/forum"
$VB_ROOT_PATH = "C:/xampp/htdocs/mysite/forum";
//URL of vBulletin folder without trailing slash
$VB_ROOT_URL = "http://localhost/mysite/forum";
//Please put your Joomla Wrapper Itemid which contain forum.
$wrapperID = "1"; // Default: 0 = Turn Off Com_Wrapper
//Show redirect message box of Forum when we login/logout.
$showMSG = 1; //Turn ON = 1; Defaul = 0
//Cookie domain
/*
To make the cookie available on all subdomains of example.com
then you'd set it to '.example.com'. The . is not required but
make it compatible with more browsers.
Setting it to
www.example.com will make the cookie only available
in the www subdomain
*/
$VB_COOKIE_DOMAIN = "localhost";
?>