Quote:
Originally posted by rawnet
I'm getting the message that my script has exceeded it's maximum execution time - so, how do I import all the required newsgroup postings, or limit them to the past x posts in a particular newsgroup?
|
You shouldn't get that error, unless the php installation you are using is running in safe mode, which is likely the case for you. Anyways, you'll need to log into your newsgrop server with another news program and find the id of the message you want to start from and enter that number in the database under the lastmsg column. The number can be found in the header of the message at the end of the Xref line.