vbulletin.nl uses java to do a call to external.php. However it does 5 calls to external.php per page view. Not very cool.
I did a vB3 cron job to make a txt file for inclusion of the thread list aready cached as html text, however it's not real time.
I would suggest using this im your .htaccess file
AddType application/x-httpd-php .php .html
And just doing a query from your html file now parsed as php by the server.
|