vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Script help (https://vborg.vbsupport.ru/showthread.php?t=42462)

Serge 08-18-2002 10:07 PM

Script help
 
I'm trying to run the following script to change in and out the content of my pages:

PHP Code:

<?php 

switch($nav

case 
"about":
include (
'about.txt');
break;

case 
"forums":
include (
'forums.txt');
break;

case 
"contact":
include (
'contact.html');
break;

case 
"staff":
include (
'staff.txt');
break;

case 
"links":
include (
'links.txt');
break;

case 
"downloads"
include (
'downloads.txt'); 
break; 

case 
"projects":
include (
'projects.txt');
break;

default: 
include (
'news.txt'); 


?>

Just some fyi before I talk about my problem news.txt is part of a cgi script to right news it is updated though a cgi script. Ok well when I click forums. about, and contact it just continues to go back to news.txt you can see what I mean by going to www.surrix.net and clicking the three. Now I have the contact.html page uploaded to the webserver the rest I don't have but I can't get why it won't take me to the contact.html page. Can anyone help

Thanks,
Serge

mr e 08-18-2002 10:12 PM

well for the about page, your url is index.php?page=about, not index.php?nav=about

same problem with your contact link, and forums link

Serge 08-18-2002 10:14 PM

:dead: Damn I have spent the last couple of hours working on that and it was only that damn.

mr e 08-18-2002 10:35 PM

lol, dont feel bad, i do that too

g-force2k2 08-18-2002 11:31 PM

yeah we all do that kinda of stuff ;\

its the smallest things that keep me up all night then i find my mistake and i just want to flip :)

g-force2k2

Ajay 08-18-2002 11:32 PM

http://www.surrix.net/index.php?var=about works. http://www.surrix.net/index.php?page=about gives an error


All times are GMT. The time now is 03:03 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.01501 seconds
  • Memory Usage 1,722KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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