rbhemau
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS Feeds$#!@- firewall!
Forum: Fixing WordPress
In reply to: RSS FeedsUgggh- Thank you… I’ll see if my unfriendly support techs of my isp will help.
Forum: Fixing WordPress
In reply to: RSS FeedsThat was in my code, but still got:
XMLParser failed to open (dwlt.net) URL: [http://dwlt.net/tapestry/dilbert.rdf], error 10060, A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
<li id="feedread">Feedread News
<?php $feedUrl = "http://dwlt.net/tapestry/dilbert.rdf";
$feedOut = getSomeFeed($feedUrl, 4, false, "Netflix", '', '', '', true, false);
if ($feedOut)
echo $feedOut;
?>Forum: Fixing WordPress
In reply to: RSS FeedsBeel… thanks for educating me on the backtick… see above…
Forum: Fixing WordPress
In reply to: RSS FeedsI even tried a different RSS feed and that too gives the same error, which leads me to believe I have once again missed something or done something wrong
Forum: Fixing WordPress
In reply to: RSS FeedsWhere am I supposed to put it in the index.php?
I copied your exact code up there and still nothing.Forum: Fixing WordPress
In reply to: RSS FeedsOK- I’m not a PHP programmer… why won’t this work?
<?php
$feedUrl = “http://rss.netflix.com/NewReleasesRSS”; // enter your feed’s url here
$feedOut = getSomeFeed($feedUrl, 4, false, “new-release”, ”, 36); // enter a cache name
if ($feedOut)
echo $feedOut;
?>
what am I missing? or better yet, what and where should I put something in the index.php page to make it show on the sidebar?Forum: Plugins
In reply to: Beta: The CG-PowerPack of WordPress pluginsOK- I’m not a PHP programmer… why won’t this work?
<?php
$feedUrl = “http://rss.netflix.com/NewReleasesRSS”; // enter your feed’s url here
$feedOut = getSomeFeed($feedUrl, 4, false, “new-release”, ”, 36); // enter a cache name
if ($feedOut)
echo $feedOut;
?>
what am I missing?Forum: Fixing WordPress
In reply to: RSS FeedsYes, I downloaded the power-pack… that error doesn’t look to have happened to others, so I probably did something wrong.
Forum: Plugins
In reply to: Beta: The CG-PowerPack of WordPress pluginsI get this error when I try to install the feedread…
Fatal error: Call to undefined function: feedreadinstall() in D:\hshome\mbarbh\personal.rbhemauer.com\wordpress\wp-content\plugins\cg-feedread-plugin.php on line 31
what am I doing wrong?Forum: Everything else WordPress
In reply to: CommentsYou are correct, that was the problem… but it happened why I tried to install the new version… sorry about that…