vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   On how to use php_include_start with Portals (https://vborg.vbsupport.ru/showthread.php?t=74391)

kall 01-15-2005 07:24 AM

On how to use php_include_start with Portals
 
Ok, so I have something that needs to be called in my php include start template.

The instructions say to use:
PHP Code:

require_once("./includes/the_file_to_be_included.php"); 

That won't work on any page outside the /forums/ directory/subdomain, correct?

My answer was to use:
PHP Code:

require_once("http://forums.nzboards.com/includes/the_file_to_be_included.php"); 

Does/will that cause problems at all?

The same question applies to
PHP Code:

include("./include/the_file_to_be_included.php""); 

PHP Code:

include("http://forums.nzboards.com/includes/the_file_to_be_included.php"); 


Guy G 01-15-2005 11:35 AM

Quote:

Originally Posted by kall
Ok, so I have something that needs to be called in my php include start template.

The instructions say to use:
PHP Code:

require_once("./includes/the_file_to_be_included.php"); 

That won't work on any page outside the /forums/ directory/subdomain, correct?

My answer was to use:
PHP Code:

require_once("http://forums.nzboards.com/includes/the_file_to_be_included.php"); 

Does/will that cause problems at all?

The same question applies to
PHP Code:

include("./include/the_file_to_be_included.php""); 

PHP Code:

include("http://forums.nzboards.com/includes/the_file_to_be_included.php"); 


i dont think it will work just because if it would than i could do anything i want to any script on the web.... i just include some php file that contains login details and pass queries...

sees logical to think like that but i may be wrong.

sabret00the 01-15-2005 02:21 PM

i would suggest using your full path rather than the url

kall 01-15-2005 06:57 PM

Quote:

Originally Posted by sabret00the
i would suggest using your full path rather than the url

a-la:
PHP Code:

include("/home/nzboards/public_html/forums/includes/the_file_to_be_included.php"); 

?

Does that also apply to require_once? Is there any difference?

Marco van Herwaarden 01-15-2005 07:21 PM

Yes that aplies everywhere. Problems come if the included file again include other files. If those are not called with a full path then you have a problem.


All times are GMT. The time now is 01:10 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.01153 seconds
  • Memory Usage 1,728KB
  • 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
  • (9)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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