Quote:
Originally Posted by SnapOff Racing
Feels like Christmas now 
|
lol
Quote:
Originally Posted by ReCom
Hmmm ... but pls take a look of the said plugin:
Code:
require_once(DIR . '/includes/functions_mgc_cb_evo.php');
mgc_cb_evo_unserialize_user_params();
if (THIS_SCRIPT == 'adv_index' && !empty($forumpath))
{
$mgc_cb_evo_floc = $forumpath . '/';
}
else
{
$mgc_cb_evo_floc = '';
}
Question: where does $forumpath value come from? I peeked into the vBadvanced's main PHP (adv_index.php or something, since I have renamed mine to portal.php)
Code:
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
$forumpath = '/home/' . $acctname . '/public_html/forum';
And if $mgc_cb_evo_floc is going to be used in <script> tag in HTML output, I don't expect the browser can resolve the server full path either ...
|
It is supposed to be retrieved from the vbadvanced file yeah.
I think it does resolve in the script call no ? Perhaps I am wrong, I don't have all the knowledge