Hello,
Regarding the REG_EPAREN (which should appear on few systems only with strict settings), this can be fixed by replacing the mentioned line with:
Code:
if(eregi("example.com", $uid))
The other 15 items limitation, i will be honest and say that i have no idea where the error is being generated from. The script will work with any number of resulks.. 1result->1000 results so i do not know why is it complaining about 15 only. Can you provide any log lines?
Thanks again for the feedback, good luck.