<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
 <title>Phoenix Netology</title>
 <link>https://www.nukebiz.com/</link>
 <description>Phoenix Netology</description>
 <language>en-us</language>
 <pubDate>Mon, 06 Apr 2026 19:10:09 GMT</pubDate>
 <ttl>1440</ttl>
 <generator>DragonflyCMS v10</generator>
 <copyright>Phoenix Netology</copyright>
 <category>Forums</category>
 <docs>http://cyber.law.harvard.edu/rss/rss.html</docs>
 <image>
  <url>https://www.nukebiz.com/images/logo.png</url>
  <title>Phoenix Netology</title>
  <link>https://www.nukebiz.com/</link>
 </image>
 <atom:link rel="self" type="application/rss+xml" href="https://www.nukebiz.com/?feed=Forums"/>
 <item>
  <title>General: Missing Dragonfly</title>
  <link>https://www.nukebiz.com/Forums/viewtopic/p=3553/#3553</link>
  <description>What's up? It's been a while. lol</description>
  
            <pubDate>Mon, 06 Apr 2026 09:40:09 GMT</pubDate>     </item><item>
  <title>Syndicated News Feeds: Site will not load after adding RSS Feed</title>
  <link>https://www.nukebiz.com/Forums/viewtopic/p=3550/#3550</link>
  <description>When I Add some RSS feeds my site will not load at all, will eventually display &amp;quot;A database error has occurred&amp;quot; or Gateway Time-OUT
forcing me to go into MySQL database and delete entries in table cms_syndicated_news_sites for the RSS Feed.

In only happens with some feeds

Example of working feed:
https://forums.daybreakgames.com/eq2/index.php?forums/news-and-announcements.2/index.rss

example of feed that Breaks my Site:
https://forums.daybreakgames.com/eq2/index.php?forums/general-discussion.298/index.rss

and 

http://forums.daybreakgames.com/eq2/index.php?forums/game-update-notes-live.6

Any Idea what may be causing this ?</description>
  
            <pubDate>Tue, 24 Nov 2015 02:56:14 GMT</pubDate>     </item><item>
  <title>Syndicated News Feeds: Unable to use "https://" for RSS URL</title>
  <link>https://www.nukebiz.com/Forums/viewtopic/p=3549/#3549</link>
  <description>I came across an issue trying to add a RSS Feed, it seems that the Module does not like &amp;quot;https://&amp;quot; URL's.

After digging into index.inc in modules\Syndicated_News\admin
at Line 179  and Line 180:
if (!ereg('http://', $url)) {
	    	$url = 'http://'.$url;

I changed this to:
if (!ereg('http://|https://', $url)) {
	    	$url = 'http://|https://'.$url;

Also had to make this change at Line 266 and Line 267

URL's with &amp;quot;https://&amp;quot; News Feeds are now being accepted</description>
  
            <pubDate>Tue, 24 Nov 2015 00:51:09 GMT</pubDate>     </item><item>
  <title>Audit (IP Tracker): Search by topicID</title>
  <link>https://www.nukebiz.com/Forums/viewtopic/p=3548/#3548</link>
  <description>I seem to have the same issue if I change the sort order. The filter is lost.</description>
  
            <pubDate>Thu, 07 May 2015 04:12:33 GMT</pubDate>     </item><item>
  <title>Storez: Storez Question</title>
  <link>https://www.nukebiz.com/Forums/viewtopic/p=3546/#3546</link>
  <description>I will keep trying some things as I think of them.  If I get it working, I will post back here.  But really, I need to find something that just works and does what I want it to do.

I thank you again for taking your time to look into this.</description>
  
            <pubDate>Tue, 16 Sep 2014 06:52:03 GMT</pubDate>     </item><item>
  <title>Storez: Disable add to cart and checkout</title>
  <link>https://www.nukebiz.com/Forums/viewtopic/p=3526/#3526</link>
  <description>hmm, good question - been a while since I visited it.

I'll have a poke around - offhand, the only way is to remove bits in the templates but that's rather cumbersome.</description>
  
            <pubDate>Sun, 17 Aug 2014 11:23:54 GMT</pubDate>     </item><item>
  <title>Server Trends: PHP Fatal error: Call-time pass-by-reference has been remove</title>
  <link>https://www.nukebiz.com/Forums/viewtopic/p=3524/#3524</link>
  <description>The above error appears in Server_Trends when run under PHP 5.4 or later.

Fix is to simply remove the 2 &amp;amp;amp;'s in line 41 of modules/Server_Trends/server_trends.php

	$sock = fsockopen($host, $port, &amp;amp;amp;$num, &amp;amp;amp;$error, 2);

becomes
	$sock = fsockopen($host, $port, $num, $error, 2);
</description>
  
            <pubDate>Mon, 23 Jun 2014 14:36:18 GMT</pubDate>     </item><item>
  <title>Treasury and Supporters: PayPal Update Required?</title>
  <link>https://www.nukebiz.com/Forums/viewtopic/p=3523/#3523</link>
  <description>Phoenix wroteOkay, I'll have to change that.

Better not!  Bum steer on my part.  I did need to list the domain in those fields.  My problem that I thought was related to this was - bizarrely - that my IPN settings had got reset on Paypal!

When/if this module is updated, it might be good idea to tighten the test link code however, as in my case it seemed to test out OK whether domain name was included or not.</description>
  
            <pubDate>Sun, 15 Jun 2014 15:26:20 GMT</pubDate>     </item><item>
  <title>Audit (IP Tracker): [solved] IpTracker use of preg_match</title>
  <link>https://www.nukebiz.com/Forums/viewtopic/p=3522/#3522</link>
  <description>Just to summarise for others reading this forum looking for solutions, the coding error was mine!  :oops:  And although the fix did show up a very minor issue with IPT, it was in a different area, not directly related to this problem.

Thanks to Phoenix for helping me focus on the correct issue.</description>
  
            <pubDate>Sun, 15 Jun 2014 15:22:26 GMT</pubDate>     </item><item>
  <title>CPGNuCalendar: [Question] HTML Support in EVent Listing.</title>
  <link>https://www.nukebiz.com/Forums/viewtopic/p=3490/#3490</link>
  <description>I wouldn't have removed a security check so I expect html code will still be removed.</description>
  
            <pubDate>Wed, 18 Sep 2013 04:46:11 GMT</pubDate>     </item></channel>
</rss>
