1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
5 File : $Source: /cvsroot/ijbswa/current/doc/webserver/actions/index.php,v $
7 Purpose : Submit form for actions file feedback (step 1)
9 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
11 $Id: index.php,v 1.21 2002/04/10 13:51:19 oes Exp $
14 Revision 1.21 2002/04/10 13:51:19 oes
15 Updated to new Bookmarklet
17 Revision 1.20 2002/04/10 00:07:35 oes
18 Moved window sizing and positioning code to Bookmarklet
20 Revision 1.19 2002/04/09 13:06:29 oes
21 Resize and jump to the right on load
23 Revision 1.18 2002/04/08 17:03:29 oes
24 - Fixed problem with spaces in URLs
25 - Adapt to unified stylesheet
27 Revision 1.17 2002/04/08 10:32:00 oes
30 Revision 1.16 2002/04/08 08:11:04 oes
31 Bumped up actions file number
33 Revision 1.15 2002/04/07 17:13:08 oes
34 Ooops: fixing submit target url
36 Revision 1.14 2002/04/07 15:10:12 oes
39 Revision 1.13 2002/04/06 15:19:35 oes
40 Clean-up, smarter handling of unreachable URLs
42 Revision 1.12 2002/04/06 11:34:44 oes
45 Revision 1.11 2002/04/04 19:48:11 oes
46 Reactivating the scripts ,-)
48 Revision 1.10 2002/04/03 19:36:04 swa
51 Revision 1.9 2002/04/02 19:32:45 oes
52 Adding temporary fix for missing curl support on SF (step 2 + 3 on oesterhelt.org)
54 Revision 1.8 2002/04/02 08:45:22 oes
55 Made script location indepandant
57 Revision 1.7 2002/04/02 07:21:34 oes
58 Using relative link for step2
60 Revision 1.6 2002/04/02 06:14:22 oes
63 Revision 1.5 2002/04/01 19:13:47 oes (based on 1.2)
64 Extended, fixed bugs, beefed up design, made IE-safe
66 Revision 1.4 2002/03/30 20:44:44 swa
67 have consistent look and feel. part 2.
70 Revision 1.3 2002/03/30 19:49:34 swa
71 have consistent look and feel
73 Revision 1.2 2002/03/30 03:35:48 oes
76 Revision 1.1 2002/03/30 03:20:30 oes
77 Added Feedback mechanism for actions file
80 Copyright (C) 2002 the SourceForge Privoxy team.
81 http://www.privoxy.org/
83 Written by Andreas Oesterhelt
85 This program is free software; you can redistribute it
86 and/or modify it under the terms of the GNU General
87 Public License as published by the Free Software
88 Foundation; either version 2 of the License, or (at
89 your option) any later version.
91 This program is distributed in the hope that it will
92 be useful, but WITHOUT ANY WARRANTY; without even the
93 implied warranty of MERCHANTABILITY or FITNESS FOR A
94 PARTICULAR PURPOSE. See the GNU General Public
95 License for more details.
97 The GNU General Public License should be included with
98 this file. If not, you can view it at
99 http://www.gnu.org/copyleft/gpl.html
100 or write to the Free Software Foundation, Inc., 59
101 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
106 <meta http-equiv="Content-Style-Type" content="text/css">
107 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
108 <meta http-equiv="Content-Script-Type" content="text/javascript">
109 <link rel="stylesheet" type="text/css" href="../privoxy.css">
110 <link rel="stylesheet" type="text/css" href="../p_feedback.css">
117 $required_actions_file_version = "1.2";
118 $required_privoxy_version = "2.9.14";
119 $actions_file_download = "http://www.privoxy.org/actions/testdrive.action";
120 $submit_target = "http://www.oesterhelt.org/actions/step2.php";
127 //error_reporting(E_ALL);
128 error_reporting(E_NONE);
131 * Function: error_abort
132 * Purpose: Return an error page with $title and $message
134 function error_abort($title, $message)
136 if ($title == "invalid") /* shortcut */
138 $title = "Invalid Feedback Submission";
141 echo (" <title>Privoxy: $title</title>
144 <div class=\"title\">
146 <a href=\"http://www.privoxy.org/\">Privoxy</a>: $title
150 <div class=\"warning\">
154 <p>Valid <a href=\"http://validator.w3.org/\">HTML 4.01 Transitional</a></p>
162 * Bookmarklet that leads here:
164 $my_address = "http://" . $HTTP_SERVER_VARS["HTTP_HOST"] . $PHP_SELF;
165 $bookmarklet = "javascript:w=Math.floor(screen.width/2);h=Math.floor(screen.height*0.9);void(window.open('$my_address?url='+escape(location.href)," .
166 "'Feedback','screenx='+w+',width='+w+',height='+h+',scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no," .
167 "copyhistory=no').focus());";
170 * Provide default if URL unset
174 $url = "http://www.example.com/";
178 $url = strtr($url, " ", "+");
182 * Deny feedback which is not based on our latest
185 $headers = getallheaders();
187 if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Version"] < $required_actions_file_version)
190 error_abort("invalid", "<p>As much as we welcome your feedback, please note that
191 we can only accept problem reports based on:
194 <li><a href=\"http://www.privoxy.org/\" target=\"_blank\">Privoxy</a> version $required_privoxy_version or later</li>
195 <li><a href=\"$actions_file_download\">Actionsfile</a> version version $required_actions_file_version or later</li>
197 <p>We hope you will understand that we feel unable to maintain concurrent versions of the file.</p>
198 <p><i>Hint: To upgrade your actions file, just right-click the above link, then save as default.action in
199 your Privoxy config directory</i>
205 <title>Privoxy Action List Feedback - Step 1 of 2</title>
211 <a href="http://www.privoxy.org" target="_blank">Privoxy</a> Action List Feedback - Step 1 of 2
217 <b>Thank you for reporting a missing or invalid action!</b>
221 The Privoxy team relies on <b>your</b> feedback to maintain an efficient actions file!
222 <br>Please fill the below form and click to proceed to step 2.
227 <form action="<?php echo($submit_target); ?>" method="post">
229 <table border="0" cellpadding="0" cellspacing="4">
232 <td align="right">URL:</td>
234 <input name="referrer_url" value="<?php echo($url); ?>" type="text" size="45" maxlength="255">
239 <td align="right">Nature of the problem:</td>
241 <select name="problem" size="1">
242 <option selected value="INVALID">Please select...</option>
243 <option value="P1">An advertisment was NOT blocked</option>
244 <option value="P2">An innocent image WAS blocked</option>
245 <option value="P3">The whole page was erraneously blocked</option>
246 <option value="P4">The page needs popups but they don't work</option>
247 <option value="P5">Other problem</option>
255 <input type=submit value="Proceed to step 2">
265 <h2>Using <a href="http://www.bookmarklets.com" target="_blank">Bookmarklets</a> for Feedback</h2>
267 To make it even easier for you, we provide a bookmarklet which will not only take you here from
268 any troubled page you might be surfing, but also pre-fill the form!
271 Please right-click the following link and choose "Add to Favorites" (IE) or "Add Bookmark for Link" (Netscape):
272 <a href="<?php echo($bookmarklet); ?>">Privoxy-Submit</a>
276 <i>You might get a warning that the bookmark "may not be safe" (IE) - just click OK.
277 For even faster access, you can put it on the "Links" bar (IE) or the "Personal Toolbar" (Netscape),
278 and submit feedback with a single click!</i>
283 <p>Valid <a href="http://validator.w3.org/">HTML 4.01 Transitional</a></p>