The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/“CPA

Reply to thread

It's an acquired skill. Takes years of work --not a tool you can buy.

use your web-server and URLs that have 'tokens' --really key/value pairs you can grep the logs for.

This requires programming skills and logic.

[CODE=bash]tac access.log |grep -v 9x.xx.xxx.31|egrep -v  ' 444 | 403' |cat -n | less[/CODE]

find out who you did not (-v) ban (forbid) and look for the tokens (key/value)yours and the ad network's

grep -v means exclude (your ip shown)


banners
Back