Forwarding these on. Not sure why Nick had problems with the list.

Tom.

From: "Nick Jenkins" <[EMAIL PROTECTED]>
Subject: DQSD searches for your checkin consideration.
Date: 09/11/2006 02:21

Hello,

I've tried submitting searches in the past to the DQSD mailing list, but they 
never seem to show up in the archives (so I guess
they're being dropped or something?).

Can I maybe send you my searches that I've updated? They're attached, please 
apply whichever you like.

Examples of using the 4 searches:
iptoc 203.118.158.8
iploc 203.118.158.8
sams 203.118.158.8
si 7950GT

The iptoc gives you IP to country name.
The iploc gives you IP to location, on a map.
The sams search has been updated because the old sams search stopped working 
about a month ago (think they reorganised their
website).
The "si" one is from "static ice", currently the most useful tech price 
comparison search engine in Australia.

All the best,
Nick.

<search function="iptoc">
  <name>IP-to-Country</name>
  <description>Find the country of the specified IP address: "iptoc 202.125.14.248"</description>
  <category>People and Places</category>
  <contributor>Nick Jenkins</contributor>  
  <link>http://ip-to-country.webhosting.info/</link>
  <form name="iptocf"
        target="_blank"
        action="http://ip-to-country.webhosting.info/node/view/36";
        method="post">
    <input type="hidden" name="ip_address"/>
  </form>
  <script><![CDATA[
    function iptoc(q, switches)
    {
      if( q == "" )
        openSearchWindow("http://ip-to-country.webhosting.info/";);
      else
      {
        document.iptocf.ip_address.value = q;
        submitForm(iptocf);
      }
    }
  ]]></script>
</search>

<search function="iploc">
  <name>IP-to-Location</name>
  <description>Find the location of the specified IP address: "iploc 202.125.14.248"</description>
  <category>People and Places</category>
  <contributor>Nick Jenkins</contributor>
  <link>http://www.ip2location.com/free.asp</link>
  <form name="iptocl"
        target="_blank"
        action="http://www.ip2location.com/free.asp";
        method="post">
    <input type="hidden" name="ipaddresses"/>
  </form>
  <script><![CDATA[
    function iploc(q, switches)
    {
      if( q == "" )
        openSearchWindow("http://www.ip2location.com/free.asp";);
      else
      {
        document.iptocl.ipaddresses.value = q;
        submitForm(iptocl);
      }
    }
  ]]></script>
</search>

<search function="sams">
  <name>Sam Spade Whois Utility</name>
  <description>Check internet addresses using SamSpade.org: "sams amazon.com"</description>
  <category>Computers</category>
  <link>http://samspade.org/</link>
  <form name="samw"
        target="_blank"
        action="http://samspade.org/whois";
        method="POST">
    <input type="hidden" name="query"/>
    <input type="hidden" name="server" value="auto" />
  </form>
  <script><![CDATA[
    function sams(q)
    {
      if (q == "")
        openSearchWindow("http://samspade.org/";);
      else
      {
        document.samw.query.value = q;
        submitForm(samw);
      }
    }
  ]]></script>
</search>

<search function="si">
  <name>Static Ice</name>
  <description>Find lowest price in Australia for computer components</description>
  <category>Comparison Shopping</category>
  <contributor>Nick Jenkins</contributor>
  <link>http://staticice.com.au/</link>
  <form name="f"
        target="_blank"
        action="http://staticice.com.au/cgi-bin/search.cgi";
        method="get">
    <input type="hidden" name="q"/>
  </form>
  <script><![CDATA[
    function si(q, switches)
    {
      if( q == "" )
        openSearchWindow("http://staticice.com.au/";);
      else
      {
        document.f.q.value = q;
        submitForm(f);
      }
    }
  ]]></script>
</search>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[email protected]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to