vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Proper use of continue; (https://vborg.vbsupport.ru/showthread.php?t=80413)

Lionel 04-23-2005 09:17 AM

I must. But what is a case construct?

ok. Here is the story. I got a license of this great script (free download)
http://www.turnstyle.com/andromeda/download.asp

the script is a dream. All you do is drop in the files and it reads folders, files etc... and sorts them.
Unfortunately, that php simply cannot be touched, not even one comma. They provided with an external prefs file to accomplish whatever you want. And so far so good. It uses many type of authentication including a built in that uses a flat file.

The author told me that if I use the synthax posted above, I will be able to integrate it with vbulletin.

Vbportal did it for vbulletin.

So this is why I must use contimue;, or otherwise it either enters in a loop or displays a blank page once you log in. Apparently, the continue satement breaks that loop by telling it to stop and go nowhere, just display the thing.

akanevsky 04-25-2005 01:47 AM

That script is not that great once you look at its source code.

Besides, maybe you should change

chdir('/var/www/forums');

to

chdir('/var/www/forums/');

?

And change

if ($bbuserinfo['userid'])
{
readfile('your_file');
}
else
{
print_no_permission();
}

to

if (!$bbuserinfo['userid'])
{
print_no_permission();
}


All times are GMT. The time now is 08:31 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.01213 seconds
  • Memory Usage 1,714KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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