php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29270 AllTheWeb site change?
Submitted: 2004-07-20 01:36 UTC Modified: 2004-07-22 20:59 UTC
From: admin at snibworks dot com Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: admin at snibworks dot com
New email:
PHP Version: OS:

 

 [2004-07-20 01:36 UTC] admin at snibworks dot com
Description:
------------
On the Releases Page (http://www.php.net/releases.php) the <select> box on the right links to the AllTheWeb error page. Looks like AllTheWeb updated their site...?

Actual result:
--------------
The user ends up on the AllTheWeb error page.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-21 12:03 UTC] nohn@php.net
Can't verify this. Are you using a special mirror and which selection did you use? "Whole site" or something else?
 [2004-07-21 12:08 UTC] goba@php.net
Verified. The alltheweb search box uses the FTP search feature which seems to be discontinued by alltheweb. Can someone suggest an FTP search engine in place?
 [2004-07-21 18:42 UTC] philip@php.net
filewatcher.com looks pretty good.

<form action="http://www.alltheweb.com/search" method="get">
 <p>
  <input type="hidden" name="cat" value="ftp" />
  <input type="hidden" name="ftype" value="6" />
  <select name="query" onchange="this.form.submit()">

TO

<form action="http://www.filewatcher.com/" method="get">
 <p>
  <input type="hidden" name="min" value="1000000" />
  <input type="hidden" name="af" value="1" />
  <select name="q" onchange="this.form.submit()">

 [2004-07-22 20:59 UTC] philip@php.net
This bug has been fixed in CVS and will show up shortly, here's the diff:
http://cvs.php.net/diff.php/phpweb/releases.php?r1=1.15&r2=1.16

Thanks for the report and helping make PHP better :)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 20:01:27 2025 UTC