View Full Version : login boxes
Chaotic Reality
Mon 14th Jul '03, 4:46am
I have a login box on the main index of my site, but I want to set it up to where it'll login a person into the forums and redirect them to the board when they login.... similar to this site: http://www.macsubculture.com/ (I found it on here) - anyone have any recommendations as how to do this?? My site is www.dumbfounded.net, you click the + and it'll bring the login boxes. Thanks. :)
J.
Floris
Mon 14th Jul '03, 8:31am
On vBulletin.org you can find a 'login box on none vb pages' hack, I am sure I have seen it there before.
Good luck!
Chaotic Reality
Wed 16th Jul '03, 2:18am
On vBulletin.org you can find a 'login box on none vb pages' hack, I am sure I have seen it there before.
Good luck!
Thanks for the response. It was a /really/ old post and now it seems that no one knows how to help me.
Warning: main(./config.php): failed to open stream: No such file or directory in /home/dumbfoun/public_html/board/admin/global.php on line 96
<p align="left"><b><font color="#FFFFFF" face="Tahoma" size="2">
<?
require("/home/dumbfoun/public_html/board/admin/global.php");
if ($bbuserinfo['userid']!=0) {
$username=$bbuserinfo['username'];
echo"Welcome back, <b>$username</b>";
}
?>
</p>
p align="right">
<table border="0" cellpadding="0" cellspacing="0">
<form action="/home/dumbfoun/public_html/board/admin/member.php" method="post">
<tr>
<td nowrap><font face="verdana,arial,helvetica" size="1" color="white"><b>Not cookied?</b><br>Login with usernam
e and password:</font>
</td>
</tr><tr>
<td nowrap><input type="hidden" name="s" value="769c1aabe4f6207720ccfac822020d95">
<input type="hidden" name="action" value="login">
<input type="text" class="bginput" name="username" size="7">
<input type="password" class="bginput" name="password" size="7">
<input type="submit" class="bginput" value="Login!"></td>
</tr>
</form>
</table>
</p>
that's what i have so far and i'm getting the error that's listed above. you can see what i mean by going to www.dumbfounded.net - the php will be in the top bar, the login is below. I'm stuck now and don't know what to do. :/
J.
Steve Machol
Wed 16th Jul '03, 2:24am
Sorry but you will need to post over at vbulletin.org. We do not support hacks here. Try posting a new thread over there.
Chaotic Reality
Wed 16th Jul '03, 2:30am
Sorry but you will need to post over at vbulletin.org. We do not support hacks here. Try posting a new thread over there.
It's not a hack, it's a login redirection; as far as I know it requires no editing of vb files. And there is a thread over there already. You can close this if it's that big of a deal. :)
J.
Steve Machol
Wed 16th Jul '03, 2:33am
Hacking includes the writing of non-vB scripts. The best place to get help with this is at vbulletin.org.
Floris
Wed 16th Jul '03, 7:41pm
If it doesn't include source code hacking, why do you get this error:
/home/dumbfoun/public_html/board/admin/global.php
:)
Chaotic Reality
Wed 16th Jul '03, 10:09pm
If it doesn't include source code hacking, why do you get this error:
/home/dumbfoun/public_html/board/admin/global.php
:)
gee i wouldn't know since i don't know what to do or what not to do.
J.
vBulletin® v3.8.0 Beta 4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.