Pharkas,
the strange part for me is:
how to make a system "crawl" the data from "myboard1.com/mystats.php?variable=value"?
the system can not guess the variable values, do you understand it?
1- you need a mystats.php in each forum with the data being show without need to specify the values in the URL (calling only myboard.php/mystats.php need to show all data you want).
2- then your "central summary" should read the page content of each mystats.php, using PHP cURL or xmlHttp request (ajax).
for 1: you may create a new .php (require admincp/global.php and includes/adminfunctions.php for using vB default mysql classes or just config.php + your own SQL query functions).
for 2: you may learn basic cURL use within 2-3 hours documentation reading & coding trials.
|