<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Xantiva.de (Artikel mit Tag onlineshop)</title>
    <link>http://blog.xantiva.de/</link>
    <description>Ein Blog über alles und nicht ...</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.2.1 - http://www.s9y.org/</generator>
    <pubDate>Sat, 04 Sep 2010 12:44:14 GMT</pubDate>

    <image>
        <url>http://blog.xantiva.de/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Xantiva.de - Ein Blog über alles und nicht ...</title>
        <link>http://blog.xantiva.de/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>TCPDF Performance -&gt; Output ist langsam?</title>
    <link>http://blog.xantiva.de/archives/105-TCPDF-Performance-Output-ist-langsam.html</link>
            <category>Webdesign</category>
    
    <comments>http://blog.xantiva.de/archives/105-TCPDF-Performance-Output-ist-langsam.html#comments</comments>
    <wfw:comment>http://blog.xantiva.de/wfwcomment.php?cid=105</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.xantiva.de/rss.php?version=2.0&amp;type=comments&amp;cid=105</wfw:commentRss>
    

    <author>nospam@example.com (Mike Küster)</author>
    <content:encoded>
    Ich möchte per PHP und TCPDF einen &quot;Katalog&quot; für einen Online - Shop erstellen. Dabei dauert die Generierung der PDFs immer sehr lang und immer öfter wird die CPU - Zeitgrenze des Providers überschritten, was dann zu einem Serverfehler #500 führte. TCPDF ist zwar gut, aber so langsam? Ist die TCPDF Performance wirklich so schlecht? &lt;br /&gt;&lt;a href=&quot;http://blog.xantiva.de/archives/105-TCPDF-Performance-Output-ist-langsam.html#extended&quot;&gt;&quot;TCPDF Performance -&amp;gt; Output ist langsam?&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 03 Sep 2010 22:38:28 +0200</pubDate>
    <guid isPermaLink="false">http://blog.xantiva.de/archives/105-guid.html</guid>
    <category>onlineshop</category>
<category>php</category>
<category>tcpdf</category>
<category>webdesign</category>

</item>
<item>
    <title>XTCsid aus Google Cache entfernen - 3 einfache Tipps</title>
    <link>http://blog.xantiva.de/archives/100-XTCsid-aus-Google-Cache-entfernen-3-einfache-Tipps.html</link>
            <category>Webdesign</category>
    
    <comments>http://blog.xantiva.de/archives/100-XTCsid-aus-Google-Cache-entfernen-3-einfache-Tipps.html#comments</comments>
    <wfw:comment>http://blog.xantiva.de/wfwcomment.php?cid=100</wfw:comment>

    <slash:comments>12</slash:comments>
    <wfw:commentRss>http://blog.xantiva.de/rss.php?version=2.0&amp;type=comments&amp;cid=100</wfw:commentRss>
    

    <author>nospam@example.com (Mike Küster)</author>
    <content:encoded>
    Bei den XTcommerce (XTC, XT:C) Shopsystemen gibt es immer wieder das leidige Problem mit der Indizierung der URLs mit der Session ID des Shops: &lt;blockquote&gt;http&lt;em&gt;:&lt;/em&gt;//www.example.com/?&lt;strong&gt;XTCsid=d41c607d7726c3aa5fbecdb25761a47a&lt;/strong&gt;&lt;/blockquote&gt;&lt;br /&gt;
Dadurch werden viele Online Shop Seiten mehrfach indiziert und anstatt den Index mit individuellen Seiten zu füllen (die von den &quot;(Be-)Suchern&quot; gefunden werden sollen), bekommt man ein und die selbe Seite oftmals hundertfach mit unterschiedlichen XTCsid in den Index. &lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;Ist der eigene Online Shop betroffen?&lt;/h4&gt;&lt;br /&gt;
Ob der eigene Online Shop davon betroffen ist, sieht man gar nicht auf den ersten Blick:&lt;br /&gt;
&lt;br /&gt;
Die &#039;site:&#039; Abfrage bei Google unterdrückt mittlerweile solche ähnliche Seiten bei der normalen Ausgabe.&lt;br /&gt;
&lt;blockquote&gt;site:www.example.com&lt;/blockquote&gt;&lt;br /&gt;
Man muss Google schon auffordern, die entsprechenden URLs mit XTCsid auch wirklich anzuzeigen. Dazu eignet sich z. B. der &#039;inurl&#039; Parameter:&lt;br /&gt;
&lt;blockquote&gt;site:www.example.com inurl:xtcsid&lt;/blockquote&gt;&lt;br /&gt;
Wenn man dann nur einen Treffer für die XTCsid angezeigt bekommt, darf man sich nicht in Sicherheit wiegen:&lt;br /&gt;
&lt;blockquote&gt;Um Ihnen nur die treffendsten Ergebnisse anzuzeigen, wurden einige Einträge ausgelassen, die den 1 bereits angezeigten Treffern sehr ähnlich sind.&lt;br /&gt;
Sie können bei Bedarf die Suche unter Einbeziehung der übersprungenen Ergebnisse wiederholen.&lt;/blockquote&gt;&lt;br /&gt;
Erst nach dem man sich alles anzeigen lässt, offenbart sich der volle Umfang des Problems. &lt;img src=&quot;http://blog.xantiva.de/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;http&lt;em&gt;:&lt;/em&gt;//www.example.com/?XTCsid=161cd87c9f1944a3888f5bdec971e8e4&lt;br /&gt;
http://www.example.com/?XTCsid=9bfb5f4f77d568b768fc1b347511450a&lt;br /&gt;
http://www.example.com/?XTCsid=c900149a7e491a760dfc137354a747f0&lt;br /&gt;
...&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Wie geht es nun weiter? Wie bekommt man die XTCsid weg?&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.xantiva.de/archives/100-XTCsid-aus-Google-Cache-entfernen-3-einfache-Tipps.html#extended&quot;&gt;&quot;XTCsid aus Google Cache entfernen - 3 einfache Tipps&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 24 Jan 2010 10:14:13 +0100</pubDate>
    <guid isPermaLink="false">http://blog.xantiva.de/archives/100-guid.html</guid>
    <category>ecb</category>
<category>onlineshop</category>
<category>xtc</category>

</item>
<item>
    <title>Smart Guestbook für xt:Commerce 3.04SP2.1 mit grober Sicherheitslücke</title>
    <link>http://blog.xantiva.de/archives/96-Smart-Guestbook-fuer-xtCommerce-3.04SP2.1-mit-grober-Sicherheitsluecke.html</link>
            <category>Allgemein</category>
    
    <comments>http://blog.xantiva.de/archives/96-Smart-Guestbook-fuer-xtCommerce-3.04SP2.1-mit-grober-Sicherheitsluecke.html#comments</comments>
    <wfw:comment>http://blog.xantiva.de/wfwcomment.php?cid=96</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://blog.xantiva.de/rss.php?version=2.0&amp;type=comments&amp;cid=96</wfw:commentRss>
    

    <author>nospam@example.com (Mike Küster)</author>
    <content:encoded>
    Seit einiger Zeit entwickele ich an einer &lt;a href=&quot;http://www.ecb-shop.de/&quot; title=&quot;ECB - Online Shop&quot;&gt;Online Shop Software&lt;/a&gt; mit. Dabei stolpert man immer mal wieder Berichte über gehackte Online-Shops. So auch heute. In dem Shop ist das Modul &quot;Smart Guestbook für xtcommerce 304sp21&quot; eingebaut gewesen. Das Gästebuch - Modul für XTC Shop verwendet eine eigene guestbook.php, die über den Content Manager des Online Shop Systems eingebunden wird.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.xantiva.de/archives/96-Smart-Guestbook-fuer-xtCommerce-3.04SP2.1-mit-grober-Sicherheitsluecke.html#extended&quot;&gt;&quot;Smart Guestbook für xt:Commerce 3.04SP2.1 mit grober Sicherheitslücke&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 03 Nov 2009 13:53:09 +0100</pubDate>
    <guid isPermaLink="false">http://blog.xantiva.de/archives/96-guid.html</guid>
    <category>gästebuch</category>
<category>module</category>
<category>onlineshop</category>
<category>xtc</category>

</item>
<item>
    <title>Bastelshop - Wandschablonen und so</title>
    <link>http://blog.xantiva.de/archives/93-Bastelshop-Wandschablonen-und-so.html</link>
            <category>Randnotizen</category>
    
    <comments>http://blog.xantiva.de/archives/93-Bastelshop-Wandschablonen-und-so.html#comments</comments>
    <wfw:comment>http://blog.xantiva.de/wfwcomment.php?cid=93</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.xantiva.de/rss.php?version=2.0&amp;type=comments&amp;cid=93</wfw:commentRss>
    

    <author>nospam@example.com (Mike Küster)</author>
    <content:encoded>
    Nun muss ich auch mal Werbung in eigener Sache machen &lt;img src=&quot;http://blog.xantiva.de/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Die letzten Wochen war es ruhig hier im Blog und ein paar der Spam-Kandidaten habe ich einfach gelöscht. Warum? Wir haben an unserem &lt;a href=&quot;http://www.basteln-selbermachen.de/&quot; title=&quot;günstiger Bastelshop&quot;&gt;Bastelshop&lt;/a&gt; gebastelt! Wir haben so gute Positionen in den Suchergebnissen zu dem Begriff &quot;&lt;a href=&quot;http://www.basteln-selbermachen.de/Schablonieren/Wandschablonen-XXL&quot; title=&quot;Wandschablonen günstig bestellen&quot;&gt;Wandschablonen&lt;/a&gt;&quot; mit unserem &lt;a href=&quot;http://www.hobby-basteln.info/&quot; title=&quot;Hobby und Bastel Webseiten&quot;&gt;Hobby und Bastel-Verzeichnis&lt;/a&gt;, dass wir uns mal näher mit dem Themengebiet beschäftigt haben ... &lt;br /&gt;&lt;a href=&quot;http://blog.xantiva.de/archives/93-Bastelshop-Wandschablonen-und-so.html#extended&quot;&gt;&quot;Bastelshop - Wandschablonen und so&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 26 Jun 2009 22:00:55 +0200</pubDate>
    <guid isPermaLink="false">http://blog.xantiva.de/archives/93-guid.html</guid>
    <category>basteln</category>
<category>onlineshop</category>
<category>wandschablonen</category>

</item>

</channel>
</rss>