Log in

View Full Version : hmmmmm


Rufus69
12-13-2002, 07:09 PM
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!

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...

filburt1
12-16-2002, 07:33 PM
Using PAPI:

eval(makeevaltemplatecode("hitmiss", (rand(0, 1) ? "hit" : "miss")));

Rufus69
12-16-2002, 07:48 PM
you sly dog :p

using every way to get people to use it :p


well......







it worked >_>

filburt1
12-16-2002, 07:59 PM
Well I can just never remember vB's crazy method :p

Rufus69
12-16-2002, 11:33 PM
.....it still only does the hit one :(:(:(((((((((

filburt1
12-16-2002, 11:36 PM
Do you have PHP 4.2.0 or higher? If you don't:

1. Get a new host since they obviously don't care about keeping up to date.
2. Check out http://www.php.net/manual/en/function.srand.php

Rufus69
12-16-2002, 11:41 PM
I do...if it didn't, I would walk over there and force em (they live ribght next door) :p