<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.domainlogic.de/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Domainlogic.de</title>
        <description></description>
        <link>http://www.domainlogic.de/</link>
        <lastBuildDate>Sun, 28 Feb 2010 18:08:43 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://www.domainlogic.de/lib/images/favicon.ico</url>
            <title>Domainlogic.de</title>
            <link>http://www.domainlogic.de/</link>
        </image>
        <item>
            <title>add_and_query_a_fulltextindex</title>
            <link>http://www.domainlogic.de/add_and_query_a_fulltextindex?rev=1218638392&amp;do=diff</link>
            <description>create index idx_test on cidrcache using gin(to_tsvector('english',description)); 

select description  from cidrcache where to_tsvector('english',description) @@to_tsquery('heine');</description>
            <pubDate>Wed, 13 Aug 2008 16:39:52 +0100</pubDate>
        </item>
        <item>
            <title>blaxxfasel</title>
            <link>http://www.domainlogic.de/blaxxfasel?rev=1232028952&amp;do=diff</link>
            <description>slkjflkjlk  lkjflkjd atest</description>
            <pubDate>Thu, 15 Jan 2009 15:15:52 +0100</pubDate>
        </item>
        <item>
            <title>db-functions</title>
            <link>http://www.domainlogic.de/db-functions?rev=1218021855&amp;do=diff</link>
            <description>does a polynomical crc-calc. usage: select createcrc('&lt;hexencoded input&gt;',&lt;width&gt;,'&lt;dec initial value&gt;','dec final XOR',&lt;reverse data bytes (0/1)&gt;,'polynom (dec!)',&lt;reverse crc before final xor (0/1)&gt;; 

sample: select createcrc('3334',32,'4294967295','4294967295',1,'79764919',1);</description>
            <pubDate>Wed, 06 Aug 2008 13:24:15 +0100</pubDate>
        </item>
        <item>
            <title>domain-report</title>
            <link>http://www.domainlogic.de/domain-report?rev=1232971409&amp;do=diff</link>
            <description>&lt;graphgear width=500,height=300,label=“My first Graph”&gt; 
node1 [label=&quot;My first node&quot;, fillcolor=&quot;lightblue&quot;] 
node2 [label=&quot;My second node&quot;] 
 
node1 -&gt; node2 [label=&quot;An edge from node1 to node2&quot;, fontcolor=&quot;red&quot;] 
&lt;/graphgear&gt;</description>
            <pubDate>Mon, 26 Jan 2009 13:03:29 +0100</pubDate>
        </item>
        <item>
            <title>domain_logic</title>
            <link>http://www.domainlogic.de/domain_logic?rev=1233064723&amp;do=diff</link>
            <description>Domainlogic provides Domain-Intelligence to check your domains and hosting against domainlogics database containing &gt;50.000.000 domains and &gt;100.000.000 hostnames. 

Other Hosts on IP

 This will check an IP or hostname for other hostnames living on the same machine.</description>
            <pubDate>Tue, 27 Jan 2009 14:58:43 +0100</pubDate>
        </item>
        <item>
            <title>domainlists</title>
            <link>http://www.domainlogic.de/domainlists?rev=1233500091&amp;do=diff</link>
            <description>Domainlogic operates its own Domain-Database.  We offer reports and lists of known domains to any interested party willing to comply with our Terms of Use: 

One-Time-Sale:

Full-Report: &gt;50.000.000 connected domains worldwide: € 5.000 TLD-Reports: All known domains of a specific TLD: € 500 to € 2.000, depending on TLD. Detailed statistics and Prices see further down this page.</description>
            <pubDate>Sun, 01 Feb 2009 15:54:51 +0100</pubDate>
        </item>
        <item>
            <title>fullfeatured_crc_builder</title>
            <link>http://www.domainlogic.de/fullfeatured_crc_builder?rev=1218647186&amp;do=diff</link>
            <description></description>
            <pubDate>Wed, 13 Aug 2008 19:06:26 +0100</pubDate>
        </item>
        <item>
            <title>hosts_on_ip</title>
            <link>http://www.domainlogic.de/hosts_on_ip?rev=1219319312&amp;do=diff</link>
            <description></description>
            <pubDate>Thu, 21 Aug 2008 13:48:32 +0100</pubDate>
        </item>
        <item>
            <title>how_to_add_a_sequence_to_db</title>
            <link>http://www.domainlogic.de/how_to_add_a_sequence_to_db?rev=1217915015&amp;do=diff</link>
            <description>CREATE SEQUENCE domain_id_seq     INCREMENT BY 1     NO MAXVALUE     NO MINVALUE     CACHE 1; 

ALTER TABLE public.domain_id_seq OWNER TO serversniff; ALTER SEQUENCE domain_id_seq OWNED BY uni_domains.id; SELECT setval('domain_id_seq', max(id)) FROM uni_domains;  ALTER TABLE uni_domains ALTER COLUMN id SET DEFAULT nextval('domain_id_seq'::regclass);</description>
            <pubDate>Tue, 05 Aug 2008 07:43:35 +0100</pubDate>
        </item>
        <item>
            <title>imprint</title>
            <link>http://www.domainlogic.de/imprint?rev=1212570973&amp;do=diff</link>
            <description>domainlogic.de is a privately operated nonprofit-site. 

You might contact me: 

Thomas Springer Krautgartenweg 4 86925 Fuchstal ++49-1520-9873388 tom@domainlogic.de</description>
            <pubDate>Wed, 04 Jun 2008 11:16:13 +0100</pubDate>
        </item>
        <item>
            <title>intern</title>
            <link>http://www.domainlogic.de/intern?rev=1234365732&amp;do=diff</link>
            <description>* How to add a sequence to db 

	*  add and query a fulltextindex 
	*  Sites to sort in 
	*  check for tls12 
	*  DB-Functions 
	*  &lt;http://cache.tpc.edu.tw/proxy-usage/days/hosts/proxy.tpc.edu.tw.1310.total-remote-hosts.html&gt; (1-1310 !!) 
	*  &lt;http://www.registeredlookup.com/registered_domains/2006/october/1/com/com_october_1_2006_175.php&gt; 
	*  &lt;http://domain-ranges.com/index.php&gt; 
	*  &lt;http://www.0www.net&gt; 
	*  &lt;http://searchy.protecus.de/search/reverse-ip-domain.php?q=82.165.125.131&gt; 
	*  &lt;ht…</description>
            <pubDate>Wed, 11 Feb 2009 16:22:12 +0100</pubDate>
        </item>
        <item>
            <title>logicdoku</title>
            <link>http://www.domainlogic.de/logicdoku?rev=1212576844&amp;do=diff</link>
            <description>Sniffzwonull

	*  getttitle($str) -&gt; returns http-title of an url 

x_hip

	*  hip($str) -&gt; returns hosts on ip/hostname using gurkenhobel</description>
            <pubDate>Wed, 04 Jun 2008 12:54:04 +0100</pubDate>
        </item>
        <item>
            <title>mandolinenmusik</title>
            <link>http://www.domainlogic.de/mandolinenmusik?rev=1222120661&amp;do=diff</link>
            <description>*</description>
            <pubDate>Mon, 22 Sep 2008 23:57:41 +0100</pubDate>
        </item>
        <item>
            <title>orphans</title>
            <link>http://www.domainlogic.de/orphans?rev=1231763445&amp;do=diff</link>
            <description></description>
            <pubDate>Mon, 12 Jan 2009 13:30:45 +0100</pubDate>
        </item>
        <item>
            <title>phpinfo</title>
            <link>http://www.domainlogic.de/phpinfo?rev=1212579860&amp;do=diff</link>
            <description></description>
            <pubDate>Wed, 04 Jun 2008 13:44:20 +0100</pubDate>
        </item>
        <item>
            <title>reports</title>
            <link>http://www.domainlogic.de/reports?rev=1234113608&amp;do=diff</link>
            <description>Domainlogic provides Domain-Intelligence to check your domains and hosting against domainlogics database containing &gt;50.000.000 domains and &gt;100.000.000 hostnames.</description>
            <pubDate>Sun, 08 Feb 2009 18:20:08 +0100</pubDate>
        </item>
        <item>
            <title>site-report</title>
            <link>http://www.domainlogic.de/site-report?rev=1232095564&amp;do=diff</link>
            <description></description>
            <pubDate>Fri, 16 Jan 2009 09:46:04 +0100</pubDate>
        </item>
        <item>
            <title>sitereport</title>
            <link>http://www.domainlogic.de/sitereport?rev=1234113976&amp;do=diff</link>
            <description>Domainlogics Site-Report gives you an instant clue about the technical background of any public reachable website. 

Check a site:

 

What's it all about?

Domainlogic.de analyzes a website, looking at it's content, its links and tries to analyze the techniques used on the site.</description>
            <pubDate>Sun, 08 Feb 2009 18:26:16 +0100</pubDate>
        </item>
        <item>
            <title>sites_to_sort_in</title>
            <link>http://www.domainlogic.de/sites_to_sort_in?rev=1220482056&amp;do=diff</link>
            <description>* &lt;http://spf-all.com/list/a.html&gt; - lange listen! 

	*  &lt;http://www.technolojik.net/whois/reverseip.php?ip=193.30.192.26&gt; - tolles reverseip-tool, nur com/net/info/org 
	*  &lt;http://www.technolojik.net/whois/reverseip.php?ip=193.30.192.26&gt; - hat domainlisten - nur com/net/info/org 
	*  &lt;http://cybertaro.0catch.com/alledom/allededom.html&gt; - x millionen deutsche domains 
	*  &lt;http://www.surbl.org/dns-queries.counts.txt&gt; viele domains</description>
            <pubDate>Thu, 04 Sep 2008 00:47:36 +0100</pubDate>
        </item>
        <item>
            <title>start</title>
            <link>http://www.domainlogic.de/start?rev=1232095682&amp;do=diff</link>
            <description>This is work in progress. You were warned!</description>
            <pubDate>Fri, 16 Jan 2009 09:48:02 +0100</pubDate>
        </item>
        <item>
            <title>terms_of_use</title>
            <link>http://www.domainlogic.de/terms_of_use?rev=1231777413&amp;do=diff</link>
            <description>By submitting a query to domainlogic.de, you agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data: 

	*  to allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via direct mail, electronic mail, by telephone or any other media; 
	*  in contravention of any applicable data and privacy protection laws; or 
	*  to enable high volume, automated, electronic processes that apply t…</description>
            <pubDate>Mon, 12 Jan 2009 17:23:33 +0100</pubDate>
        </item>
        <item>
            <title>test</title>
            <link>http://www.domainlogic.de/test?rev=1213164000&amp;do=diff</link>
            <description></description>
            <pubDate>Wed, 11 Jun 2008 08:00:00 +0100</pubDate>
        </item>
        <item>
            <title>testbedx</title>
            <link>http://www.domainlogic.de/testbedx?rev=1231542501&amp;do=diff</link>
            <description>bla 

hurz zweitlink 

fasel</description>
            <pubDate>Sat, 10 Jan 2009 00:08:21 +0100</pubDate>
        </item>
        <item>
            <title>tld_for_domain</title>
            <link>http://www.domainlogic.de/tld_for_domain?rev=1219319409&amp;do=diff</link>
            <description></description>
            <pubDate>Thu, 21 Aug 2008 13:50:09 +0100</pubDate>
        </item>
        <item>
            <title>topbar</title>
            <link>http://www.domainlogic.de/topbar?rev=1233061278&amp;do=diff</link>
            <description>* Home 


	*  Reports 
		*  Website-Report 


	*  Domain Logic 
		*  Hosts on IP 


	*  Serversniff Blog 

	*  Logic Blog</description>
            <pubDate>Tue, 27 Jan 2009 14:01:18 +0100</pubDate>
        </item>
        <item>
            <title>vorlage</title>
            <link>http://www.domainlogic.de/vorlage?rev=1215608285&amp;do=diff</link>
            <description></description>
            <pubDate>Wed, 09 Jul 2008 14:58:05 +0100</pubDate>
        </item>
        <item>
            <title>wiki_topbar</title>
            <link>http://www.domainlogic.de/wiki_topbar?rev=1212569466&amp;do=diff</link>
            <description>* level1 

	*  level2</description>
            <pubDate>Wed, 04 Jun 2008 10:51:06 +0100</pubDate>
        </item>
    </channel>
</rss>

