OK, that worked ( after I finally found the logout button )....well, at least I could get to the review page...I did not try posting a review.Originally posted by dody
just logout and login again.
OK, that worked ( after I finally found the logout button )....well, at least I could get to the review page...I did not try posting a review.Originally posted by dody
just logout and login again.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
sorry to push you how long do you estimete before this is stable
What is the current status of this awesome hack
dody, this back link is not working for me. the right link shows up in the url but it is preceeded by http://www.home.com/login.php?b=http://www.blah.comOriginally posted by dody
[B]Here is how to capture back link without need to write actual url:
PHP Code:if (empty($COOKIE_USERNAME)) {
//$url = urlencode('http://'.$HTTP_ENV_VARS["HTTP_HOST"].$HTTP_ENV_VARS["REQUEST_URI"]);
$url = urlencode('http://'.$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]);
header("Location: login.php?b=$url&f=1");
}
how do i just get http://www.blah.com to show up?
player, the progress is slow
I'm working a lot with v.4 since it's the prioity. I'll try to spend time on weekend to work on it. Currently 'my account' is not integrated yet, but problem with admin cp already fixed. I'll post the file tomorrow.
scheetz, it's bad. Not all server have the same 'server variable environment' (even I tried both in linux and windows). You can use hardcoded url:
where review.php is the file name which you edit.PHP Code:$url = urlencode('http://www.yourdomain.com/review.php');
I hope you guys don't go overboard with the development of new versions. There is only so much that is needed for a link directory. Eventually it just becomes a huge program like nuke.
Does this work or not? And will it work with vBulletin 3.0's backend?
Ok I managed to get it integrated but one problem I am seeing is this, when I go to login via the main page, if you are registered on the forums and links area then it will log you into both but if not you still have to register at both. Something wrong there?
Thanks
Myth
Last edited by Mythotical; 11-07-2004 at 07:03 PM.
Ok and update, use the vbmemberhack.txt file located in this thread if you are running Indexu V3.2 and vBulletin 3.0.0 and up. It will work great and work like a charm.
now to get the template setup and get my categories from Links V2.0 imported to Indexu. Thanks guys.
How do you integrate the new version of VB?