vb.org Archive

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

Rufus69 12-13-2002 07:09 PM

hmmmmm
 
I'm trying to make it so a random template is shown so far I have this... now do I just put that in php_include? or do I have to edit it so it works in the include?

help me filbert
, your my only hope!

PHP Code:

rand ("1","2");
if (
"1") {
eval(
"\$hitmiss .= \"".gettemplate("hit")."\";");
} else {
eval(
"\$hitmiss .= \"".gettemplate("miss")."\";");




filburt1 12-13-2002 09:50 PM

Don't use quotes in the rand and if statements.

imported_Blindchild02 12-13-2002 11:17 PM

where is php_includes? is it a php file or a template?

Tony G 12-13-2002 11:20 PM

It's a template. It's under 'phpinclude'

imported_Blindchild02 12-14-2002 01:14 AM

yay :D thanks alot

filburt1 12-14-2002 01:19 AM

To be more specific, it's a unique template that allows you to execute PHP code. None of the other templates have this.

What happens:

1. The file in question is executed
2. The phpinclude template is executed
3. All remaining templates are generated

So phpinclude usually can handle most simple hacks with the exception of View Profile hacks and anything involving bits (i.e., single posts in a thread, single threads in forumdisplay, single forums in forumhome, etc.).

Rufus69 12-14-2002 02:14 AM

ok thanks :)
I'
ll see if it works, I trying to make it for a Battle system, random hits and misses :D

Tony G 12-14-2002 05:23 AM

As long as it's simple I think phpinclude can get it through. But otherwise you may run into some trouble.

Rufus69 12-14-2002 12:47 PM

yeah its pretty simple, only want it to make it have $hitmiss be a random template. (eg. one that says HIT and one that says MISS)

I was thinking of making it so it only showed up on the posts in one forum but that seemed complicated and wasn't sure how to even doit..

Rufus69 12-16-2002 07:32 PM

hmm ok I give up, I tried and tried but it always diplays the HIT template...


All times are GMT. The time now is 10: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.00961 seconds
  • Memory Usage 1,725KB
  • 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)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