v1.14.3 Uploaded
* The "M" merge will join search operators such as inurl:
* The "M" merge accepts tokens %KW% in the footprint file
* Search Results number seperator removed to prevent localization issues (1,000/1.000)
* Link Checker now checks for domains with and without trailing slash which could cause many URL's to be not found
* When Decatpcher.com is down/overloaded ScrapeBox will retry login on every URL.
* Custom Timeout timers in fast poster using CPU tick counter.
Ok let me explain the "M" merge a little, if you have the following keywords in the ScrapeBox keyword box:
If you hit the "M" to load a footprint file and it contains this:
Code:
"powered by wordpress"
intitle:%KW%
intitle:%KW% inurl:%KW%
The outcome will be:
Code:
"powered by wordpress" black
"powered by wordpress" white
intitle:black
intitle:white
intitle:black inurl:black
intitle:white inurl:white
I hope that makes sense, if not just experiment with it.
Please try the new build. The problem occurs because the timeout for a connection is reached, at the exact nanosecond it is marked finished because it's successful. So there's 2 outcomes for the same connection at the same second. The new version uses the CPU tick as a custom socket timer, so it may fix it.