The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
Hmmm... Actually everything seemed to work well, but now I'm having one other slight problem. It's including the file from my message board server on my main server, but it won't seem to let a user log in from that page or show their info if they are logged in. I have it set up so that if the user is not logged in it shows the log in boxes and if the user is logged in it should show a welcome message, avater, new pm's, and etc. It shows the logincode, but will not seem to show the welcome message after I try logging in. Is this because it's on a different server, or am I just forgetting to do something? If FireFly or anyone has any idea's it would be appreciated. Oh, here's a link to the site that I am trying this on - http://plurplanet.com/new. The main page in the bottom frame is run from the message board server and works fine. Then if you click on "Pictures" in the top frame it will bring up the page I'm trying to use on my main server. Also, here's the coding I'm using...
============================= Pictures Index Page ============================= <?php include('http://vforum.plurplanet.com/include.php'); ?> <TABLE WIDTH=100% CELLSPACING=2> <TR><TD COLSPAN=5><CENTER><B><FONT FACE="Verdana,Arial,Helvetica" SIZE=2>2002</FONT></CENTER></B><HR></TD></TR> Etc... Just the HTML from the rest of the page. ============================= The Includes Template ============================= <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="no-cache"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Cache-Control" content="no-cache"> <!-- end no cache headers --> <meta name="keywords" content="vbulletin,forum,bbs,discussion"> <meta name="description" content="$bbtitle"> <title>$bbtitle - powered by vBulletin</title> $homeheadinclude </head> <body TEXT="#D1D1D1" BACKGROUND="http://www.plurplanet.com/images/graphics/background.jpg" BGPROPERTIES="FIXED"> <TABLE WIDTH=100% CELLSPACING=10><TR ALIGN=LEFT VALIGN="TOP"><TD WIDTH=150> <table cellpadding="4" cellspacing="1" border="0" width="100%" BGCOLOR=#1D6AA0> <tr> <td valign="top"><smallfont><B> $welcometext $home_logincode</B></smallfont><TABLE CELLPADDING=4 WIDTH=100% CELLSPACING=0 BGCOLOR="$getbgrow"><TR><TD><smallfont>$welcometex t2$home_logincode2</TD></TR></TABLE></TD></TR></TABLE><P> $buddytop $onlineusers $buddybottom $loggedinusers <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td valign="top" BGCOLOR=#1D6AA0><smallfont><B>»Email Login</B></normalfont><TABLE CELLPADDING=4 WIDTH=100% CELLSPACING=0 BGCOLOR="$getbgrow"><TR ALIGN=LEFT><TD> <form name="login_form" action="http://plurplanet.mail.everyone.net/email/scripts/loginuser.pl" method="post" target="new"><FONT SIZE="1" FACE="Verdana,Arial,Helvetica"><B> User Name:</B></font><br><input type="text" name="loginName" size="12" value="" maxlength=32 class="bginput"></TD></TR> <TR ALIGN=LEFT"><TD><font size="1" FACE="Verdana,Arial,Helvetica"><B> Password:</B></font><br><input type="password" name="user_pwd" size=12 maxlength=32 class="bginput"></TD></TR><TR ALIGN=LEFT><TD><input type="submit" name="login" value="Login" class="bginput"></TD></form></TR> <TR ALIGN=LEFT><TD><FONT SIZE="2" FACE="Verdana,Arial,Helvetica"><B><a href="http://plurplanet.mail.everyone.net/email/scripts/useragreement.pl" target="new"> Sign Up Now!</B></FONT></A></TD></TR></TABLE></TD></TR></TABLE><P> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td valign="top" BGCOLOR=#1D6AA0><smallfont><B>»Latest Forum Topics</B></normalfont>$threadbits</td> </tr> </table> </TD> <td valign="top"> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|