PDA

View Full Version : Vbulletin Authentication on non vb page


99SIVTEC
01-28-2004, 01:10 AM
THere was a hack for 2.x that allowed you to drop in a very simple few lines of code in the top of a non vb page which would allow only registered users (or specific usergroups) to view the pages. Basically I have a bunch of member only pages on a new site that I need to have this for. I can't let anyone that isn't registered and logged in to view any of the pages. Anyone have a quick fix for this?

Karri
01-28-2004, 02:49 AM
THere was a hack for 2.x that allowed you to drop in a very simple few lines of code in the top of a non vb page which would allow only registered users (or specific usergroups) to view the pages. Basically I have a bunch of member only pages on a new site that I need to have this for. I can't let anyone that isn't registered and logged in to view any of the pages. Anyone have a quick fix for this?


I too am having this exact problem. The original hack was located at https://vborg.vbsupport.ru/showthread.php?s=&threadid=34690&highlight=authvb.php

Has anyone out there managed to upgrade this for VB3?

Thanks in advance!!! :)

Silverdawn222
01-28-2004, 10:28 AM
Bump. Ditto.

99SIVTEC
02-02-2004, 04:41 PM
bump

Karri
02-11-2004, 04:16 PM
bump again

Toneboy
02-12-2004, 09:55 AM
Just a thought, not sure I'm right, but I don't think the user table in the MySql database has changed much. Could the old code still work?

Karri
02-12-2004, 01:25 PM
Unfortunately no, the new password stuff messes it up. It seems to be something with the double md5 and the salt thing and I can't seem to find the right way of coding it so it will work and accept the password.