I want to know where is external.php can found in VBulletin. I want to see the code and create a similar file. Actually I want to get list of all the Forums and sub forums from vBulletin and make an xml. Then I would like to call it on an external PHP page.
Would like to get something like this on an external page
Forum Name | Views:10 | Last post by
Forum Name | Views:10 | Last post by
Forum Name | Views:10 | Last post by
Forum Name | Views:10 | Last post by
Forum Name | Views:10 | Last post by
Thanks.
You can find external.php in the root of the forum folder. For example:
If your forums are at example.com/forums/ or forums.example.com, then you can find external.php at /public_html/forums/external.php
.
Or if your forums are on the root of the domain then you'll find external.php at /public_html/external.php
.
As others have said, I don't really imagine it to be of much use for what you want to achieve though.