9e9461e7f8
the instructions. Fix this by reconstructing the patches from scratch.
29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
--- /dev/null Fri May 17 01:36:29 2002
|
|
+++ zaps/adzap.conf Fri May 17 01:39:27 2002
|
|
@@ -0,0 +1,26 @@
|
|
+# example adzap configuration file
|
|
+# copy this file over to ${PREFIX}/etc/adzap.conf,
|
|
+# then modify this to match your install
|
|
+
|
|
+ZAP_MODE=CLEAR # or "CLEAR"
|
|
+ZAP_BASE=http://adzap.cs.zip.com.au # a local web server will be better
|
|
+ZAP_BASE_SSL=https://adzap.cs.zip.com.au # this can probably be ignored
|
|
+ZAP_PREMATCH= # pathname of extra pattern file
|
|
+ # for patterns to preempt the stock
|
|
+ # zapper
|
|
+ZAP_POSTMATCH= # pathname of extra pattern file
|
|
+ # for patterns in addition to the
|
|
+ # stock zapper; this is the one to
|
|
+ # which you should add new ads
|
|
+STUBURL_AD=$ZAP_BASE/ad.gif
|
|
+STUBURL_ADSSL=$ZAP_BASE_SSL/ad.gif
|
|
+STUBURL_ADBG=$ZAP_BASE/adbg.gif
|
|
+STUBURL_ADJS=$ZAP_BASE/no-op.js
|
|
+STUBURL_ADHTML=$ZAP_BASE/no-op.html
|
|
+STUBURL_ADMP3=$ZAP_BASE/ad.mp3
|
|
+STUBURL_ADPOPUP=$ZAP_BASE/closepopup.html
|
|
+STUBURL_ADSWF=$ZAP_BASE/ad.swf
|
|
+STUBURL_COUNTER=$ZAP_BASE/counter.gif
|
|
+STUBURL_COUNTERJS=$ZAP_BASE/no-op-counter.js
|
|
+STUBURL_WEBBUG=$ZAP_BASE/webbug.gif
|
|
+STUBURL_WEBBUGJS=$ZAP_BASE/webbug.js
|