First off, Thansk for the hack and taking the time to help.
I have read up to 1140 posts, I have repaired most problems doing so.
Most Eveything is working correctly now,
Yet I am unable to fix 1 thing.
1) when a person has to login from myvbindex.php "which has been renamed index.php" they are directed to a blank page due to the /forums/ missing from the address. example (
http://streambandits.com/member.php) It should be (
http://streambandits.com/forums/member.php)
Now my client has VB version 2.3.0 with very few mods, I have changed the URL to "chdir('/usr/local/etc/httpd/vhosts/streambandits/forums');"
and have added this from a post I saw in hopes that even a unregesterd guest would be able to view the page thus getting rid of the login from myvbindex.php all together.
Quote:
require('./global.php');
if ($bbuserinfo['userid']==0) {
$bbuserinfo[bbshowonline]=1;
$bbuserinfo[bbshowonline]=1;
$bbuserinfo[bbshowstats]=1;
$bbuserinfo[bbshowpoll]=1;
$bbuserinfo[bbshowsearch]=1;
$bbuserinfo[bbshowcustom1]=1;
$bbuserinfo[bbshowcustom2]=1;
}
|
I have also added $bburl in front of the member.php in the forumhome_loggedinuser template, I also tried using the full address there as well (<a href="http://www.streambandits.com/forums/member.php?s=$session[sessionhash]&action=getinfo&userid=$userid">$username</a>$invisibleuser).
In addition, my cookie Domain is set to .streambandits.com, and the path is / .
My client is waiting for me to get this page working before he can open to the public. "No pressure there LOL"
Can this be corrected?
Thank you in advance.
Harley D