<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pliggs &#187; cms</title>
	<atom:link href="http://www.pliggs.com/tag/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pliggs.com</link>
	<description>All things Pligg</description>
	<lastBuildDate>Mon, 27 Jun 2011 12:37:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Stopping Comment Spam</title>
		<link>http://www.pliggs.com/stopping-comment-spam/</link>
		<comments>http://www.pliggs.com/stopping-comment-spam/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 01:04:52 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Modules]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[Pligg]]></category>
		<category><![CDATA[SPAM]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=861</guid>
		<description><![CDATA[One of the biggest issues with the Pligg CMS is SPAM.  As a Pligg powered website owner you are constantly dealing with submissions of links that are blatent spam, spam bots and spam in the comments.  To be fair, Pligg is not the only CMS that faces this issue, but it does have very little [...]]]></description>
			<content:encoded><![CDATA[<p>One of the biggest issues with the Pligg CMS is SPAM.  As a Pligg powered website owner you are constantly dealing with submissions of links that are blatent spam, spam bots and spam in the comments.  To be fair, Pligg is not the only CMS that faces this issue, but it does have very little deterents in place to prevent it.</p>
<p><span id="more-861"></span></p>
<p><img class="alignleft size-full wp-image-862" title="Pligg comment spam" src="http://www.pliggs.com/wp-content/uploads/2009/04/976655_let_us_talk.jpg" alt="Pligg comment spam" width="300" height="200" style="padding:5px;" />I have told you how to prevent auto-submitters or spam bots from submitting to your site by using <a title="reCaptcha for Pligg" href="http://www.pliggs.com/recaptcha-for-submit-pligg-v995/">reCaptcha</a> on step 1 of the submission process.  If you successfully install it, you will see a drastic decrease in spam as bots will no longer be able to submit, which is the source of the most of the spam submissions.</p>
<p>The only other source of spam is via the comments.  This again has been a problem with Pligg since day one and if you search their forums the developers have yet to post a solution to users being able to post links in their comments.</p>
<p>I will show you 2 methods for dealing with comments that contain spam links.</p>
<p><em><strong>Making comment links nofollow</strong></em></p>
<p><strong>Open libs/utils.php, find:</strong></p>
<div class="dean_ch" style="white-space: wrap;">function text_to_html($string) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; return preg_replace(&#8216;/([hf][tps]{2,4}:\/\/[^ \t\n\r]+[^ .\t,\n\r\(\)&quot;\'])/&#8217;, &#8216;&lt;a href=&quot;$1&quot;&gt;$1&lt;/a&gt;&#8217;, $string);<br />
}</div>
<p><strong>change it to:</strong></p>
<div class="dean_ch" style="white-space: wrap;">function text_to_html($string) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; return preg_replace(&#8216;/([hf][tps]{2,4}:\/\/[^ \t\n\r]+[^ .\t,\n\r\(\)&quot;\'])/&#8217;, &#8216;&lt;a rel=&quot;nofollow&quot; href=&quot;$1&quot;&gt;$1&lt;/a&gt;&#8217;, $string);<br />
}</div>
<p><strong><em>Make links un-clickable:</em></strong></p>
<p><strong>Open libs/utils.php, find:</strong></p>
<div class="dean_ch" style="white-space: wrap;">function text_to_html($string) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; return preg_replace(&#8216;/([hf][tps]{2,4}:\/\/[^ \t\n\r]+[^ .\t,\n\r\(\)&quot;\'])/&#8217;, &#8216;&lt;a href=&quot;$1&quot;&gt;$1&lt;/a&gt;&#8217;, $string);<br />
}</div>
<p><strong>change it to:</strong></p>
<div class="dean_ch" style="white-space: wrap;">function text_to_html($string) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; return preg_replace(&#8216;/([hf][tps]{2,4}:\/\/[^ \t\n\r]+[^ .\t,\n\r\(\)&quot;\'])/&#8217;, &#8216;$1&#8242;, $string);<br />
}</div>
<p>That&#8217;s it.  Which method, is up to you.</p>
<p><strong>Which one will you be using?</strong></p>
<p><strong><br />
</strong></p>
<p>We provide guaranteed <a rel="nofollow" target="_blank" href="http://www.goseeq.com/car-insurance.html">car insurance</a> with online <a rel="nofollow" target="_blank" href="http://www.testkingworld.com/640-816.asp">640-816</a> training and <a rel="nofollow" target="_blank" href="http://www.actualtests.com/exam-MB2-631.htm">MB2-631</a>. You can also get best quality <a rel="nofollow" target="_blank" href="http://www.certkiller.com/A-plus-certification-training.htm">a+ certification</a> dumps along with <a rel="nofollow" target="_blank" href="http://www.realpass4sures.com/MCPD-practice.html">mcpd</a> for your guaranteed success.</p>
<h4>Related Search:</h4><ul><li>stop pilgg spam</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/stopping-comment-spam/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Pligg upgrade nightmares</title>
		<link>http://www.pliggs.com/pligg-upgrade-nightmares/</link>
		<comments>http://www.pliggs.com/pligg-upgrade-nightmares/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 02:12:20 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[Pligg]]></category>
		<category><![CDATA[submit]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=856</guid>
		<description><![CDATA[The latest release from Pligg v1.0 came with a lot of promise. New features, a new admin panel and what was belived to be a more stable version. This sadly is not the case. While the latest version is on the right track, it should NOT be available for download unless it is for testing [...]]]></description>
			<content:encoded><![CDATA[<p>The latest release from Pligg v1.0 came with a lot of promise.  New features, a new admin panel and what was belived to be a more stable version.  This sadly is not the case.</p>
<p><span id="more-856"></span></p>
<p>While the latest version is on the right track, it should NOT be available for download unless it is for testing only.  But if you go to the homepage of Pligg and click the download button, it&#8217;s what you get.  This is only hurting Pligg as it is making members more frustrated and upset because this release has no business being the default download.</p>
<p>I&#8217;m not going to get into reviewing this release because I already did that back on February 19th with my post <a rel="nofollow" target="_blank" title="Permanent Link to Pligg v1.0 RC1 Review" rel="bookmark" href="../pligg-v10-rc1-review/">Pligg v1.0 RC1 Review</a>,  this post is to alert new members of Pligg that using the download provided by the Pligg developers is a waste of time.</p>
<p>I cannot put my finger on what happened in this version to make it a disaster, perhaps they spent too much time on the admin panel, which works, or the template, which is awful, or maybe it was the Groups addition, which seems to be one of the only working parts of this release.</p>
<p>When I reviewed this release I said that it was commendable that they were able to create the Group feature, and I still feel this way, though not many Pligg installs need it or should use it unless you have a great traffic base.  While it was asked for in the forums, it came at the price of a now worthless CMS.</p>
<p>Anyone who downloads the latest version or upgrades to it, will be sorry as it will result in headaches and a lot of fist pounding.</p>
<p>For the sake of the project, I plea to the developers to make the default download from the homepage, download the 9.9.5 version and work on the kinks and errors with this release before telling new members to download it.  But for some reason I do not see this happening.</p>
<p>We will NOT be releasing any templates for the 1.0 version as it only encourages people to upgrade or download it.  Instead, we will start releasing templates for the 9.9.5 version to encourage people to stick with v9.9.5 until the developers have all the kinks worked out of v1.0.</p>
<p>This brings me to my next point, the developers.  I will say this again, I love the CMS but have issues with the developers.  Period.  About a year and a half ago I was banned from the Pligg forums and rightfully so.  However, I recently decided that I would attempt to have my member name (Geoserv) reinstated.  I emailed the admin team asking for a truce and for the reinstatement, a week later no reply.</p>
<p>I summized they are probably busy working the errors with this releases, but then I also realized that I was getting responses from none other than chuckroast when he was receiving emails asking for assistance with modules from the module store that I had purchased to see what I would get and to see what support I would get on.</p>
<p><strong>If you give them money, they will come!</strong></p>
<p>Want the developers attention, give them money, they will reply almost immediately.  But if you submit a general question, good luck getting help.  Chuckroast will reply in the forums, but it will almost always be a smart remark or a remark only an egotistical !@#hole will give or it will be as useless as the current version is.</p>
<p>I did all of this as a test to see where their real attention lies, it&#8217;s on their worthless modules that they are trying to pawn off on you to get your money to support a version that is worthless.</p>
<p><strong>Again, they are only interested in making money with worthless modules and not developing the CMS.</strong></p>
<p>I listed a couple of these modules <a title="FREE Pligg modules" href="http://www.pliggs.com/free-pligg-modules/" target="_blank">here</a> and told you how to get the same thing for free.  That shows that I am interested in only one thing, making Pligg users happy, not profiting from it.  I will be exposing more modules soon as well.</p>
<p>Again, I am not bashing the project, anything open source I am on board with, but for all Pligg users you need to be concerned.  If the developers, 2 at present, continue on this current path it will certainly mean the end of this CMS.  People will not support a script that is flawed and only interested in ripping you off.</p>
<p>Pligg&#8217;s head developer and the only one with a brain, Ashdigg, left the project and started his own at <a rel="nofollow" target="_blank" title="Social Web CMS" href="http://socialwebcms.com/" target="_blank">Social Web CMS</a>, and most likely because he saw this crap coming.  Now, do I suggest you drop Pligg for Social Web CMS, no.  But I encouage you to look at the past and what Pligg was back when Ashdigg was there.  It was a much better run script that didn&#8217;t focus on ripping you off, instead it focused on actually coding a script and helping members, you know the members who helped Pligg get to where it is now.</p>
<p>Without people like Ashdigg, LincolnHawks, davemackey and myself, Pligg wouldn&#8217;t have some of the things it has today.  But they don&#8217;t see that, they simply see us as enemies, too bad sice we are some of the few actually working to help it.</p>
<p>Thats my rant.</p>
<p>Now, for those of you looking to download the v9.9.5 version or to revert back, I have attached it below, it is the original 9.9.5 version, I recommend you use it until v1.0 gets a lot more work done to it.</p>
Note: There is a file embedded within this post, please visit this post to download the file.
<p>What do you think of the latest version?</p>
<h4>Related Search:</h4><ul><li>pligg upgrade</li><li>upgrade pligg version</li><li>upgrading pligg</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/pligg-upgrade-nightmares/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Pligg&#8217;s bright new future</title>
		<link>http://www.pliggs.com/pligg10/</link>
		<comments>http://www.pliggs.com/pligg10/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 08:59:53 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[Pligg]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=473</guid>
		<description><![CDATA[As most of the readers of this blog know, I&#8217;m not the biggest fan of the developers over at Pligg, and I have made this clear on a several posts, but I have always stated that I do believe in the CMS and that with the right development it could have a bright future. Over [...]]]></description>
			<content:encoded><![CDATA[<p>As most of the readers of this blog know, I&#8217;m not the biggest fan of the developers over at Pligg, and I have made this clear on a several posts, but I have always stated that I do believe in the CMS and that with the right development it could have a bright future.</p>
<p><span id="more-473"></span></p>
<p>Over the past 12 months there hasn&#8217;t much development, released that is, except for contributions by Pligg members and the several paid modules which in my opinion have taken a higher spot of the list of priorities for the development team.  I blogged about one <a href="http://www.pliggs.com/pligg-is-ajax-unfriendlypligg-is-ajax-unfriendly/" target="_blank">module</a> that was released, but it definitely wasn&#8217;t tested properly prior to the release.</p>
<p>However, it now appears that the development team has found their second wind and have big plans for the popular and quite possibly best Digg clone.  They have released some information about the upcoming release of Pligg 1.0 and it looks good.</p>
<p>One of the biggest changes that will definitely change Pligg forever and also increase it&#8217;s possibilities is a &#8220;Group&#8221; function.  This has been sought after by numerous Pligg sites.  As you can imagine, this is a major coding feat and will enhance the experience you can offer your users and will attract more users to register at your site.  It has been highly successful at <a rel="nofollow" target="_blank" href="http://www.mixx.com/groups" target="_blank">Mixx</a> and can broaden your network of friends.</p>
<p>Pligg has also changed their default theme, thank god!  It now looks more inviting and professional.  This however doesn&#8217;t mean that you should use it, I am not a big fan of using the default theme in any CMS or blogging script, sites need to stand out.  However, perhaps this new theme can be used with some modifications to make it more unique to you.</p>
<p style="text-align: center;"><a href="http://www.pliggs.com/wp-content/uploads/2008/12/3074980811_587e522a43.jpg"><img class="size-full wp-image-474 aligncenter" title="Pligg's new theme - Wistie" src="http://www.pliggs.com/wp-content/uploads/2008/12/3074980811_587e522a43.jpg" alt="" width="500" height="285" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;">I am patiently waiting to see what other changes are in store for Pligg 1.0.  They are not saying when this version will be released.</p>
<p style="text-align: left;">Get full details over at their <a rel="nofollow" target="_blank" href="http://www.pligg.com/blog/316/what-to-expect-from-pligg-10/" target="_blank">blog</a>&#8230;</p>
<p style="text-align: left;">In this case I must congratulate the developers for a job well done, providing they actually deliver on it.</p>
<p style="text-align: left;">Does this renew your faith in the Pligg development team?</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/pligg10/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Pligg developers robbing new members</title>
		<link>http://www.pliggs.com/pligg-developers-robbing-new-members/</link>
		<comments>http://www.pliggs.com/pligg-developers-robbing-new-members/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 18:04:02 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[Pligg]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=451</guid>
		<description><![CDATA[Chuckroast is up to his old tricks yet again, as for Yankidank he is just as guilty for not stopping it. First the developers started posting modules that will not work with the Pligg CMS without butchering key features of it, for example this module, which has no business being released as compatible with Pligg.  [...]]]></description>
			<content:encoded><![CDATA[<p>Chuckroast is up to his old tricks yet again, as for Yankidank he is just as guilty for not stopping it.</p>
<p>First the developers started posting modules that will not work with the Pligg CMS without butchering key features of it, for example this <a rel="nofollow" target="_blank" href="http://forums.pligg.com/pligg-modules/14911-mootools-login-search-module.html" target="_blank">module</a>, which has no business being released as compatible with Pligg.  I posted a viable solution to achieve this effect that will work with Pligg <a href="http://www.pliggs.com/pligg-is-ajax-unfriendlypligg-is-ajax-unfriendly/" target="_blank">here</a>.</p>
<p>Pligg seems to be more into pushing useless modules that you need to pay for instead of offering support.  This explains they declining member base and support which is clearly shown <a rel="nofollow" target="_blank" href="http://www.alexa.com/data/details/traffic_details/pligg.com" target="_blank">here</a>.</p>
<p>Hopefully more and more new Pligg users read posts like this one and see what they are in for.  The CMS itself is good, but the development staff are unfortunately pushing people to use other CMS&#8217;s like <a rel="nofollow" target="_blank" href="http://www.socialwebcms.com" target="_blank">Social Web CMS</a>.</p>
<p>Here&#8217;s the latest instance of <a rel="nofollow" target="_blank" href="http://forums.pligg.com/yget/15529-upload-image-url.html" target="_blank">Pligg developers robbing new members</a>.</p>
<p>My good friend Lincoln has also written about this over at <a rel="nofollow" target="_blank" href="http://socialcmsbuzz.com/pligg-reminds-us-once-again-why-its-worth-avoiding-at-all-costs-16112008/trackback" target="_blank">Social CMS Buzz</a>.</p>
<p>What do you think about current state of Pligg?</p>
<h4>Related Search:</h4><ul><li>Submit a New Story pligg</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/pligg-developers-robbing-new-members/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pligg The First True Interplanetary CMS System Lands On Mars</title>
		<link>http://www.pliggs.com/pligg-the-first-true-interplanetary-cms-system-lands-on-mars/</link>
		<comments>http://www.pliggs.com/pligg-the-first-true-interplanetary-cms-system-lands-on-mars/#comments</comments>
		<pubDate>Thu, 29 May 2008 01:56:38 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/pligg-the-first-true-interplanetary-cms-system-lands-on-mars/</guid>
		<description><![CDATA[Pligg the open source php web-script for creating digg.com like social voting web- site ’s has today achieved a feat we doubt any other CMS system ever will, Pligg has landed successfully on mars!. read more]]></description>
			<content:encoded><![CDATA[<p>Pligg the open source php web-script for creating digg.com like social voting web-<br />
site<br />
’s has today achieved a feat we doubt any other CMS system ever will, Pligg has landed successfully on mars!.</p>
<p><a rel="nofollow" target="_blank" href="http://socialcmsbuzz.com/pligg-the-first-true-interplanetary-cms-system-lands-on-mars-27052008/">read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/pligg-the-first-true-interplanetary-cms-system-lands-on-mars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pligg Beta 9.9 Install</title>
		<link>http://www.pliggs.com/pligg-beta-99-install/</link>
		<comments>http://www.pliggs.com/pligg-beta-99-install/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 14:56:36 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Pligg]]></category>
		<category><![CDATA[pligg 9.9.0]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=33</guid>
		<description><![CDATA[Installation guide for Pligg Beta 9.9]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/oTdNN0n8N74&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/oTdNN0n8N74&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="270" height="230"></embed></object></p>
<h4>Related Search:</h4><ul><li>intitle:Pligg beta</li><li>articles intitle:pligg beta</li><li>40 intitle:pligg beta</li><li>apartment intitle:pligg beta</li><li>volitional intitle:pligg beta 9 / registrieren</li><li>plaything intitle:pligg beta</li><li>check intitle:pligg beta</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/pligg-beta-99-install/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Pligg Category Management</title>
		<link>http://www.pliggs.com/pligg-category-management/</link>
		<comments>http://www.pliggs.com/pligg-category-management/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 14:50:01 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content  management  system]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Pligg]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=32</guid>
		<description><![CDATA[Learn how to add, delete and organize categories...]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/ujbR5tGp_dU&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/ujbR5tGp_dU&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="270" height="210"></embed></object></p>
<h4>Related Search:</h4><ul><li>pligg categories</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/pligg-category-management/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

