vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Will pay for someone who can help me solve this issue. (https://vborg.vbsupport.ru/showthread.php?t=29999)

certify 10-10-2001 08:42 AM

I'm trying to convert my files to PHP but there is something wrong with the this code. Try to register an account, then login and go the the 2 links below, you will notice that from the index.shtml you the system managed to detect that you are login but from index.php you are still not login?? :confused:

This file call the header from header.shtml
http://www.certifyexpress.com/microsoft/index.shtml

Quote:

<tr>
<td width="100%"><font face="verdana" size="2">&nbsp;&nbsp;<!--#include virtual="/forum/homelogin.php" -->,&nbsp;&nbsp;<b>Total Registered Members : <font color="#FF3300"><!--#include virtual="/forum/registered.php" -->&nbsp;</b></font></font>
<br>
</td>

This file call the header from header.php
http://www.certifyexpress.com/micros...kpro/index.php

Quote:

echo "<td width=100%><font face=verdana size=2>&nbsp;&nbsp;";
include("http://www.certifyexpress.com/forum/homelogin.php");
echo "&nbsp;&nbsp;<b>Total Registered Members : <font color=#FF3300>";
include ("http://www.certifyexpress.com/forum/registered.php");
echo "&nbsp;</b></font></font>";
echo "<br>";
echo "</td>";
Below are the codes for homelogin.php

PHP Code:

require("global.php");

if ($bbuserinfo['userid']!=0) {
$username=$bbuserinfo['username'];
  
echo "<font face=\"verdana\" size=\"2\">&nbsp;<b>Welcome back, <font color=\"#FF3300\">$username</font>&nbsp;!</b>&nbsp;[<a href=\"http://www.certifyexpress.com/forum/member.php?s=&action=logout\">Logout</a>]</font>";

} else {

?>

<font face="verdana" size="2">You are not login. <b><a href="http://www.certifyexpress.com/forum/pageregister.php?action=login">Login</a></b> or <b><a href="http://www.certifyexpress.com/forum/register.php">Register</a></b></font>

<?

}

?>


Admin 10-10-2001 08:58 AM

Try this file:
PHP Code:

<?php

chdir
("/full/unix/path/to/your/forum");
require(
"global.php");

if (
$bbuserinfo['userid']!=0) {
  
$username=$bbuserinfo['username'];
  echo 
"<font face=\"verdana\" size=\"2\">&nbsp;<b>Welcome back, <font color=\"#FF3300\">$username</font>&nbsp;!</b>&nbsp;[<a href=\"http://www.certifyexpress.com/forum/member.php?s=&action=logout\">Logout</a>]</font>";
} else {
?>
<font face="verdana" size="2">You are not login. <b><a href="http://www.certifyexpress.com/forum/pageregister.php?action=login">Login</a></b> or <b><a href="http://www.certifyexpress.com/forum/register.php">Register</a></b></font>
<?php
}
?>

but change the first line to fit your site.

(to find out that path, upload this page as error.php:
PHP Code:

<?php
echo "HI I AM STUPID! :P
?>

and run it in your browser. You should get a Parse error, and it'll give you the full path to that file)

certify 10-10-2001 09:08 AM

It's still the same. :confused:

I don't understand why it worked in SHTML and not in PHP.

Admin 10-10-2001 09:17 AM

Because SSI includes files differently.

certify 10-10-2001 09:29 AM

Ok.

But since it's on PHP why can' it worked? I've tried for almost 1 week now and still can't get it right. :(

certify 10-10-2001 12:27 PM

Can anybody help?

amykhar 10-10-2001 12:31 PM

It looks like it's working to me? What's wrong with it?

Amy

certify 10-10-2001 12:48 PM

Yes it works fine if you are not login or registered but when you are login try go to this url http://www.certifyexpress.com/micros...kpro/index.php and you will notice that there is no Welcome back yourusername but instead the same you are not login is displayed. Then try to go http://www.certifyexpress.com/microsoft/index.shtml and you will notice the sign Welcome yourusername is displayed.

amykhar 10-10-2001 12:59 PM

For me, it doesn't work on my machine if I use the url to the include file and not the path.

If I use include "global.php"; it works.

If I use include "http://www.eaforums.com/global.php"; it doesn't work.

Thus, I haven't found a way for me to make this work across my domains. (yet)

Amy

Mega 10-10-2001 01:00 PM

Dunno if this is it, but I had problems with inclusion when including a PHP file that included an other file.


All times are GMT. The time now is 01:46 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.01195 seconds
  • Memory Usage 1,738KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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