vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Help - Fix login box problems. (https://vborg.vbsupport.ru/showthread.php?t=155276)

unenergizer 08-15-2007 05:02 AM

Help - Fix login box problems.
 
On my site (displayed in signature) I am using a login box in the header. This login is displayed in our forum directory and our home directory (for vba cmps).

Example:
/portal.php (home directory)
/forum/index.php

Now you are able to login successfully in the forum directory, but in our home directory it brings you to an error 404 page. When logging in from portal.php the redirect is:

/login.php?do=login

This should be:

/forum/login.php?do=login

Here is my source for login code in the template (note this is not all the header source):

HTML Code:

                              <table cellpadding="0" cellspacing="0" border="0">
                                      <tr>
                                          <td><img src="$stylevar[imgdir_misc]/login_lc.png" alt="" width="6" /></td>
                                          <td style="background: url($stylevar[imgdir_misc]/login_x.png) repeat-x bottom;">
                                              <table cellpadding="0" cellspacing="0">
                                                    <tr>
                                                        <if condition="$show['member']">
                                                            <td class="" valign="top" nowrap="nowrap">
                                                                <div class="smallfont">
                                                                      <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
                                                                      <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
                                                                      <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
                                                                      <if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
                                                                </div>
                                                            </td>
                                                        <else />
                                                                <td class="" nowrap="nowrap" style="padding:0px">
                                                                <!-- login form -->
                                                                <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
                                                                <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
                                                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                                                <tr>
                                                                        <td><input type="text" class="bginput" style="font-size: 11px" value="Username" onfocus="this.value=''" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
                                                                        <td><input type="password" class="bginput" style="font-size: 11px" value="Password" onfocus="this.value=''" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
                                                                        <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
                                                                        <td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
                                                                </tr>
                                                                </table>
                                                                <input type="hidden" name="s" value="$session[sessionhash]" />
                                                                <input type="hidden" name="do" value="login" />               
                                                                <input type="hidden" name="vb_login_md5password" />
                                                                <input type="hidden" name="vb_login_md5password_utf" />
                                                                </form>
                                                                <!-- / login form -->
                                                                </td>
                                                        </if>       
                                                </tr>
                                                </table>
                                          </td>
                                          <td align="$stylevar[right]"><img src="$stylevar[imgdir_misc]/login_rc.png" alt="" width="22"/></td
                                      </tr>

                              </table>

I have tried editing:

HTML Code:

action="login.php?do=login"
to

HTML Code:

action="http://www.completegfx.com/forum/login.php?do=login"
Now, the end result with this method logs the user in (or shows the welcome screen) and when redirected back to the forum, the user is logged out again. This happens in both the home and forum directory.

WRAP UP:
I need to fix the login box so it logs the user in on both directories.

Hope someone can help out.

unenergizer 08-16-2007 06:10 PM

BUMP. Help would be greatly appreciated!

JacBowen 08-16-2007 07:52 PM

Hey, I am looking at the code... I don't know if it will work... But I have added you to MSN ;).

unenergizer 08-22-2007 12:51 AM

Thanks everyone, this has been solved!


All times are GMT. The time now is 09:27 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.02864 seconds
  • Memory Usage 1,761KB
  • 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
  • (3)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete