vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Remote login (https://vborg.vbsupport.ru/showthread.php?t=31785)

Snoozy 10-29-2001 10:00 PM

Update: Works for 2.2.2

This hack will allow you to put a login for your vB anywhere on your site, and then once the user logs in, they are returned to where they were.

Requirements:
Your entire site must be php, it determines its location (to return user) via php. If there is demand enough, I'll make it work with plain jane HTML.

Inzagi 11-02-2001 12:28 PM

Hi,
I do not want to have a login on non-vB pages ... but I want to have the login thing on the forumdisplay template.

So what do I have to change and tu put in when I want to do this?

I would be really happy if you could do this with this hack ..

hondastyle 12-03-2001 12:05 PM

I'm surprised you don't have more feedback on this yet. This is exactly what I have been looking to implement on my site. Worked like a charm - thanks!

Chris

nafae 12-03-2001 06:21 PM

yup looks nice ill install in a bit :D

Lesane 12-04-2001 06:02 AM

Very nice "Snoozy", thnx

nafae 12-04-2001 08:11 PM

what should i set the names for the "ogin, pass, and submit fileds to? :confused:

Snoozy 03-06-2002 03:00 PM

They should be username and password.

lifesourcerec 03-06-2002 07:19 PM

Can't find that in my member.php file

DemiNeo0101 03-06-2002 07:22 PM

This is what you can use for a HTML page, if your not phpized.

Code:

<br>
<div align="center">
<a href="http://forumspathgo'shere/register.php" target="_new">Sign Up!</a><br>
<br>
</div>
<form action="http://forumspathgo'shere/member.php" method="post" target="_new">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="login">
                  <table width="131" cellpadding="0" cellspacing="0" border="0">
                    <tr>
                      <div align="center">Username</td>
                    </div>
                    <tr>
                      <div align="center">
<input type="text" name="username" size="7" />
                      </div>
                    </tr>
                    <tr>
                      <div align="center">Password</div>
                    </tr>
                    <tr>
                      <div align="center">
                        <input type="password" name="password" size="7" />
                      </div>
                    </tr>
                    <tr>
                      <div align="center">
 <br>                     
<input type="submit" value="Login!" />
                      </div>
                    </tr>
                  </table>
</form>


kineda 04-04-2002 11:25 PM

-


All times are GMT. The time now is 06:24 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01286 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete