Activity Stream
48,167 MEMBERS
62845 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member
    Website's:
    iWarez.com

    Default vBulletin 3 Login redirection page help

    I want to remove the login redirection page, or atleast make the redirection faster..

    this is the vbulletin code of the redirection page:

    Code: 
    $stylevar[htmldoctype]
    <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
    <head>
    $headinclude
    <title>$pagetitle</title>
    </head>
    <body>
    
    <br />
    <br />
    <br />
    <br />
    
    <form action="$formfile" method="post" name="postvarform">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="70%" align="center">
    <tr>
    	<td class="tcat">$vbphrase[redirecting]</td>
    </tr>
    <tr>
    	<td class="panelsurround" align="center">
    	<div class="panel">
    
    		<blockquote>
    			<p>&nbsp;</p>
    			<p><strong>$errormessage</strong></p>
    			<if condition="$postvars">
    				$postvars
    				<p id="click_here_p" class="smallfont">$vbphrase[click_the_following_button]</p>
    				<input type="submit" class="button" id="proceed_button" value="$vbphrase[proceed]" onclick="proceed_click()" accesskey="s" />
    			<else />
    				<p class="smallfont"><a href="$url">$vbphrase[click_if_browser_does_not_redirect]</a></p>
    				<div>&nbsp;</div>
    			</if>
    		</blockquote>
    
    	</div>
    	</td>
    </tr>
    </table>
    </form>
    
    <if condition="$postvars">
    
    <!-- redirect with POST -->
    
    <script type="text/javascript">
    <!--
    fetch_object('click_here_p').style.display = 'none';
    
    myvar = "";
    timeout = 18;
    timerID = 0;
    
    function proceed_click()
    {
    	clearTimeout(timerID);
    	return true;
    }
    
    function submit_form()
    {
    	window.status = "Redirecting" + myvar;
    	myvar = myvar + " .";
    	timerID = setTimeout("submit_form();", 100);
    	if (timeout > 0)
    	{
    		timeout -= 1;
    	}
    	else
    	{
    		clearTimeout(timerID);
    		window.status = "";
    		document.forms.postvarform.submit();
    		fetch_object('proceed_button').disabled = true;
    	}
    }
    
    submit_form();
    //-->
    </script>
    
    <!-- / redirect with POST -->
    
    <else />
    
    <noscript>
    <meta http-equiv="Refresh" content="2; URL=$url" />
    </noscript>
    
    <script type="text/javascript">
    <!--
    function exec_refresh()
    {
    	window.status = "$vbphrase[redirecting]" + myvar;
    	myvar = myvar + " .";
    	var timerID = setTimeout("exec_refresh();", 100);
    	if (timeout > 0)
    	{
    		timeout -= 1;
    	}
    	else
    	{
    		clearTimeout(timerID);
    		window.status = "";
    		window.location = "$js_url";
    	}
    }
    
    var myvar = "";
    var timeout = 20;
    exec_refresh();
    //-->
    </script>
    
    </if>
    
    </body>
    </html>
    tractor3231 Reviewed by tractor3231 on . vBulletin 3 Login redirection page help I want to remove the login redirection page, or atleast make the redirection faster.. this is the vbulletin code of the redirection page: $stylevar <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar" lang="$stylevar"> <head> $headinclude <title>$pagetitle</title> </head> Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    premium-links.net wanted-programs.com
    try sending a 302 header


    Location : $url

  4.     
    #3
    Member
    Website's:
    iWarez.com
    how can i do that?
    sorry im not good with programming

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Error in redirection after login!
    By champ_007_bond in forum vBulletin
    Replies: 16
    Last Post: 22nd Aug 2011, 08:11 AM
  2. Redirect to Login Page
    By D@rekills4 in forum vBulletin
    Replies: 8
    Last Post: 12th Feb 2011, 05:03 AM
  3. Redirect to Login Page to SMF
    By PBI NetWork in forum Web Application/Script Support
    Replies: 0
    Last Post: 10th Feb 2011, 06:23 PM
  4. Can anyone make login page?
    By subha86 in forum Technical Help Desk Support
    Replies: 10
    Last Post: 3rd Jun 2010, 01:49 PM
  5. Redirection hack - turkish hackers exploiting vbulletin
    By Sp32 in forum Technical Help Desk Support
    Replies: 10
    Last Post: 12th Oct 2009, 10:12 AM

Tags for this Thread

BE SOCIAL