> If anyone wants ... perl2000.com/Freebies/  I have a submission CGI there
> that does 25 search engines.

   I think many of us would like the code, or just the URL's, so we can
tailor what we want submitted where.  I have the URLs for three engines:

$sub{'{altavista'}=
'http://add-url.altavista.digital.com/cgi-bin/newurl?ad=1&q=--PAGE--';

$sub{'hotbot'}    =
'http://www.hotbot.com/addurl.asp?MM=1&ACTION=subscribe&SOURCE=hotbot&
newurl=--PAGE--&email=--EMAIL--&send=Add+my+URL';

$sub{'infoseek'}  =
'http://www.infoseek.com/AddURL/addurl?sv=IS&lk=lcd&nh=10&
url=--PAGE--&CAT=Add%2FUpdate+URL&pg=URL.html';

(Wrapped to fit on a page, unwrap before use.)

In PERL, I assign one of the above lines to $_, then
s/--PAGE--/&new_url/ge; to edit the new url into the line, then feed the
line to a Lynx command, either as a URL on a generated page, so I can see
the results, or via system("lynx -source $_ >results"); .  Yes, sure,
using lynx is gross and inefficient compared to opening your own sockets,
but... that computer isn't doing too much most of the time.

     I don't want to submit to any MSN owned search engines, as then MS
tries to break into my Linux box yet again.  The GDSOB's seem to think
they have a right to look into any computer on the net using any protocol
they can find.  Anything I send over MSN that is statistically odd, they
bang on my link again.

[EMAIL PROTECTED]  ------------------  [EMAIL PROTECTED]      
----------------------- IMAGINEERING --------------------------
----------------- Every mouse click, a Vote -------------------
---------- Do they vote For, or Against your pages? -----------
----- What people want: http://www.mall-net.com/se_report/ ----
---------------------------------------------------------------


____________________________________________________________________
--------------------------------------------------------------------
 Join The NEW Web Consultants Association FORUMS and CHAT:
   Register Today at: http://just4u.com/forums/
Web Consultants Web Site : http://just4u.com/webconsultants
   Give the Gift of Life This Year...
     Just4U Stop Smoking Support forum - helping smokers for
      over three years-tell a friend: http://just4u.com/forums/
          To get 500 Banner Ads for FREE
    go to http://www.linkbuddies.com/start.go?id=111261
---------------------------------------------------------------------

Reply via email to