X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fsubmit%2Findex.php;h=47a76739405b4ad3be9f000e2bd2eeaee6425776;hp=ff8a598b42e45da5f276419971790e22ad21dc55;hb=ba215fa6bb4d5293cff0a7b9b399d075f990300d;hpb=c8e741ae493fd64451257d6dbfd3909711c9aacb diff --git a/doc/webserver/submit/index.php b/doc/webserver/submit/index.php index ff8a598b..47a76739 100644 --- a/doc/webserver/submit/index.php +++ b/doc/webserver/submit/index.php @@ -5,7 +5,7 @@ // This file belongs in // ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ // -// $Id: index.php,v 1.2 2002/03/29 07:57:00 swa Exp $ +// $Id: index.php,v 1.4 2002/03/29 09:55:21 swa Exp $ // // Written by and Copyright (C) 2001 the SourceForge // Privoxy team. http://www.privoxy.org/ @@ -41,17 +41,66 @@ $headers = getallheaders(); -

Feedback

+

Privoxy Feedback

-

Bla bla bla

+

Compared to bug +reports or feature +requests, this page is intended to optimize the blocking behavior +of Privoxy. Therefor we need your feedback.

If you have +observed and advertisement, that was not blocked or an image that was +incorrectly blocked, please use the forms below to report this.

+ +

New Advertisement

-

Advertisements

+ + + + 0) + $np = $ip; + else + $np = $REMOTE_ADDR; + if ($np != $ip) + $count += 1; + rewind ($fp); + fputs ($fp,substr($np." ",0,15).$count); + fclose ($fp); + echo $count; +} +else { + $fp = fopen($cfile,"w"); + $np = $REMOTE_ADDR; + $count = "1"; + fputs ($fp,substr($np." ",0,15).$count); + fclose ($fp); + echo $count; +} +?> -

You have seen an ad and want to support us making it disappear. -Great. Please fill out the form below and hit "Submit".

-

+ @@ -135,17 +184,24 @@ None.
-

-

Misc

+

Incorrect blocking

+

We soon present a form where you can submit websites, where the +default action file was too agressive.

+

Misc

Bla bla bla

- \ No newline at end of file