PDA

View Full Version : Adding new php files


johnjohn
05-24-2008, 04:10 AM
Hello,

I am sorry if this has been asked already. I searched the forums but did not find what I am looking for.

I want to add new php pages. What I mean by this is...

I want to add for example a hosting.php file to which I link to from the main page. hosting.php will display everything (buddy list, statistics, etc) that the homepage display and other modules I want to show. What does hosting.php have to contain? Brian, can you help me with this please? I hope you understand what I'm trying to do.

Thank you!

Brian
05-24-2008, 12:14 PM
Admin CP => vBa CMPS => Add Page => PHP File Page

Just go there, fill out the blanks, and enter the path to your hosting.php file as the file to include.

Our Sponsors
 

johnjohn
05-24-2008, 03:41 PM
Thank you Brian! I appreciate this, but what must hosting.php contain? Are there any special php codes?

Brian
05-27-2008, 01:31 PM
No, it does not have to contain anything special. Just whatever you want printed on the page.