The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
A php file within a php file?
I'm trying to create a today.php, so it will list only the posts within 24hrs. Right now, people on my forum are doing just that by using "http://www.mydomain.com/forums/search.php?do=getdaily". The code I have for today.php file is below. It seems to work, but it doesn't retain the cookie information. So, when people are viewing today.php, it shows the search but only as if the person is a guest, and exclude all the forums availabled for signed in users only. How do I go about to fix this? Keep in mind that I'm not that fluent in PHP at all, thanks!
Code:
<?PHP include('http://www.mydomain.com/forums/search.php?do=getdaily'); ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|