11
I thought of something that could help out XOOPS sites with their google page rank and search placement. We could have XOOPS sites submit a link to a central link database, then have them put those links on their site as well. If you think about it, if 50 did it, that would be 50 inbound links to a site which should increase everybodies google page rank. The only problem though is how to keep the link collection up to date, and find a way to import links automatically. This could help a lot of sites get off the ground.
**Actually keeping the links up to date would be pretty easy with cron script (for the linux servers anyway). You could just write a script to wget a table file from the main site with all the links, then take insert it into the table, at least I *think* that would work.