Quote:
Originally Posted by Imhotep
Are we certain lastmsg is working? I set mine to "150" and expected to download only 150 threads. Instead, I got nervous after gateway.php was taking so long... so I stopped it only to find out it had downloaded 200+ threads. I then went back into phpmyadmin to find the value had changed to over 20,000 threads. :ermm:
|
If you look in the lastmsgid field of the nntp_groups table, after running the setlastmsg.php, you will see the message id number of the latest post in that group. If you subtract 150 from that number, you would recieve 150 posts from the news server.
If you set the number itself to 150, you are going to download every message since ID number 150.