Add-on [PAID] Thread titles on external php page

I'm willing to do this for you. I do have another question though, are you wanting us to duplicate the entire page or just write a script that you can customize to finish building that page? Feel free to start a conversion with me on this topic.
 
"or just write a script that you can customize to finish building that page"

That one :-)

I need something like this: http://wereldwijzer.nl/ww.italie.php (this is from a vBulletin add-on)

In the php page there is:

<?php
require_once('/var/www/vhosts/wereldwijzer.nl/httpdocs/vBExternal.php');
?>
<?php
output_reacties2(20,"33");
?>

vBexternal.php is the code and there is another file for the layout (reacties2.html). The number 20 is for the number of topics to show and the numer 33 is for which forum the topics come from
 
Top Bottom