home *** CD-ROM | disk | FTP | other *** search
- <?
- /*****
- #
- # This software may be used and distributed according to the terms
- # of the GNU Public License, incorporated herein by reference.
- #
- # See file COPYING for details of the GNU GPL.
- #
- #################################
- WebNap Client copyright 2000
- Aakash Kambuj - aakash@idearing.com
- Kalpak Kothari - kalpak@idearing.com
- #################################
-
- You are welcome to modify and distribute this code, but you MUST retain
- this copyright notice above any notices you put. If you use this program
- beyond personal use, we request that you send us a copy of your modified code.
-
- Napster is a registered trademark of Napster Inc - http://www.napster.com
-
- *****/
-
- $version = "WebNap v0.4.1";
-
- function print_search_form() {
-
- global $username;
- global $password;
- global $napserver;
- global $keywords;
-
- print("<center><form action=\"searchmp3.php\" method=POST>\n".
- "<input type=hidden name=\"username\" value=$username>".
- "<input type=hidden name=\"password\" value=$password>\n".
- "<font size=\"+1\">New search</font><br>\n".
- "<table><tr width=100%><td colspan=2><input type=text name=\"keywords\" size=\"50\" maxlength=\"50\" value=\"$keywords\"></td></tr>\n");
- print("<tr width=100%><td><select size=\"1\" name=\"napserver\">\n".
- "<option selected value=\"64.13.30.57\">imperialfleet.com</option>\n".
- "<option value=\"128.61.2.126\">culvernap.yi.org</option>\n".
- "<option value=\"24.31.162.149\">inapnap.faradic.net</option>\n".
- "<option value=\"207.195.111.5\">opennap.squidcafe.com </option>\n".
- "<option value=\"209.250.0.44\">lightening.reboot.org</option>\n".
- "<option value=\"24.66.169.200\">wintermute.sparhawk.bc.ca </option>\n".
- "<option value=\"207.195.111.2\">bitchx.dimension6.com </option>\n".
- "<option value=\"64.29.16.161\">matt.3mu.com </option>\n".
- "<option value=\"64.224.114.33\">alternative.mynapster.com </option>\n".
- "</select></td>\n".
- "<td align=\"right\"><input type=submit value=\"Go\"></td></tr></table>\n".
- "</form></center>\n");
-
- }
-
- ?>
-
-
-
-
-
-
-