as an example, for the new btdigg script, I would try setting
morepages=>Next →</a>
because that Next button always has a link if there are more pages, but when you get to the last page, the button loses the href link, and becomes: <td>Next →</td>
so Bit Che would not try to fetch any more pages because the 'morepages=' html would not be found in the last page (since the </a>
is not there on the last page).
and for the others:
type=1 (because the pages counts sequentially, 1, 2, 3, 4, etc)
initial=0 (because the first page is /search?q=search&p=0
(page 1 actually starts at page 0..)
and then for the search URL:
/search?q=%SEARCH%&p=%PAGENUM%
I haven't tried it yet, but just looking at the page, i think that would work.. let me know?