Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Navigation
Latest Addons
AD Gallery 12
SyntaxHighlighte... 41
Newsletters v4.03 102
Facebook Like Box 114
Newsletters v4.02 55
Metro 143
Facebook Connect 161
Shoutbox Panel 122
Redactor for PHP... 102
MI Floating Side... 105
Facebook Login/R... 146
Avatar Studio v2.03 174
Relationship Sta... 92
Sexual Orientati... 111
Fisherman 138
Popular Addons
iTheme2 5789
Arise 5778
User Control v1.23 4608
Event Calendar 4036
Photowidget panel 3878
Radio-Theme red2... 3342
Highslide Gallery 3306
CSS/JavaScript D... 3218
Facebook Connect... 2972
Dynamic Menu 2885
Slideshow Lightb... 2712
L-AMANT 2654
Enigma 2627
2Dark 2601
Black 2565
View Thread
Who is here? 1 guest(s)
 Print Thread
RSS Parser System
Stewart-G0LGS
www.php-fusion.co.uk/infusions/addondb/img/screenshots/t_625.pngRSS Parser Panel displays any number of RSS Feeds from other sites into side or center panels on your PHP-Fusion site.

The Administration Panel is used to configure Feeds and you can use the Standard Panel Admin page to control the display order.

Sample Feeds are included.


-- View this Addon --
 
www.g0lgs.co.uk
Craig
rss_parser_panel_admin.php
Hardcoded Text

opentable("RSS Parser System V".$rssp_version." (".$rssp_verdate.")");
echo "<table>\n";
echo "<tr><td>Copyright &copy; 2011 by Stewart Wilkinson G0LGS (";
echo hide_email('','','RSS-Parser-System').")</td></tr>\n";

echo "<tr><td>See: <a href='http://www.g0lgs.co.uk/soft_vers.php?AppName=rssparser&amp;Vers=";
echo $rssp_version."' target='_blank'>http://www.g0lgs.... </a>";
echo " for updates.</td></tr>\n";

if( ! is_writable( INFUSIONS."rss_parser_panel/cache/" ) ){

$msg = str_replace("[CACHE_FOLDER]", "/infusions/rss_parser_panel/cache/", $locale['rssp_150']);
echo "<tr><td style='color:red;'><strong>".$msg."</strong></td></tr>\n";
}else{
echo "<tr><td style='color:green;'><strong>".$locale['rssp_151']."</strong></td></tr>\n";
}
echo "</table>\n";
closetable();


	<select name='location' class='textbox'".$readonly." title='".$locale['rssp_126b']."'>
<option value='1' ".$loc1.">Left</option>
<option value='2' ".$loc2.">U-Ctr</option>
<option value='3' ".$loc3.">L-Ctr</option>
<option value='4' ".$loc4.">Right</option>
</select>


	<select name='access' class='textbox'".$readonly." title='".$locale['rssp_127b']."'>
<option value='0' ".$acc1.">Public</option>
<option value='101' ".$acc2.">Member</option>
<option value='102' ".$acc3.">Admin</option>
<option value='103' ".$acc4.">Super-Admin</option>
</select>

Edited by Craig on 24-01-2011 19:50
 
http://www.fusiontube.co.uk/
Stewart-G0LGS
Ok, I accept that some of the quoted sections contain hard-coded text, but some is not.

The updated version (0.5.4) will be on my site (as linked in the Admin Panel) a little later tonight (I'm just testing that I have not broken it) and will be submitted as an update a while after that.

Update to V0.5.4 now on my download site (@ 20:15 GMT)
Edited by Stewart-G0LGS on 24-01-2011 20:21
Stewart G0LGS
I DO NOT response to PM's regarding any posts on this Forum !
 
www.g0lgs.co.uk
smokeman
I don't see what's wrong with the "section-2 code" too ?
 
http://www.phpfusion-tips.dk/
Craig
Second Removed.
 
http://www.fusiontube.co.uk/
Dagda1984
I wonder if anyone can help me?

I am using a custom front page panel to layout the home page on my site and i would like to display an RSS feed, but when i try and link the parser panel like i have with other panels i keep getting an "Error: Unknown Feed" message. All the other panels i link into the front page panel load as they should but it just seems to be this one that doesn't want to play.

Is there any way i can get the panel to display properly in the custom home panel?

Thank you for your time and i hope to hear from someone soon :-)
 
Shadow_asp
This infusion doesnt create the tables on my site. I'm trying the latest v0.7.7
I infuse the mod, then head over to infusions and see this error above "Currently configured RSS feeds":
Download source  Code
Table 'fusiontest.ft_rss_parser_panel_feeds' doesn't exist



This was tried on a clean install of 7.02.05
Apache 2.2.21 , PHP 5.3.8 , MySQL 5.5.15
 
http://www.shadow-op.com
gh0st2k
Type=MyISAM -> ENGINE=MyISAM
infusion.php
Ex Senior Dev.
 
Shadow_asp
Thanks. That did the trick Smile
May I ask what the difference are between Type and Engine?
 
http://www.shadow-op.com
Stewart-G0LGS
V0.7.8 now available with the ENGINE=MyISAM change.

(My other add-ons that have still have Type=MyISAM will be updated shortly too).
Stewart G0LGS
I DO NOT response to PM's regarding any posts on this Forum !
 
www.g0lgs.co.uk
Shadow_asp
Shadow_asp wrote:

May I ask what the difference are between Type and Engine?

Nevermind. Found out that ....
The older term TYPE is supported as a synonym for ENGINE for backward compatibility, but ENGINE is the preferred term and TYPE is deprecated.
Normally, it is unnecessary to use ENGINE to specify the MyISAM storage engine. MyISAM is the default engine unless the default has been changed. To ensure that MyISAM is used in situations where the default might have been changed, include the ENGINE option explicitly.

Source
 
http://www.shadow-op.com
spunk
Works for me with one rss-feed on center-panel. Thank you!

But another one works not on left side panel.

Is this a adress issue?
this is the feed-adress: http://www.fortun...p;type=100

panel says: Sorry: There is no news from this feed

Any help with this?
 
http://www.bdsm-ansichten.com
Mady
Hello! This infusion is exactly what I am looking for. However, I am having trouble getting it to work with a particular feed. This feed often includes embedded videos and images in addition to text.

On your website, you mention the mod has the ability to parse feeds up to 64k. I have no idea how to determine the "size" of a feed, but could that be causing the problem? The feed I'm referring to is:

http://www.mmo-ch...p;count=10

Oddly, I was able to get some data to show using previous versions of the mod... for example, I could get the title link to display. On an even more outdated version, it was displaying the html for the feed. However, with this latest version, all I get is the "Sorry: We are unable to display this feed at this time" error message, no matter how I configure the feed. :(

Any help would be most appreciated. Thank you kindly.
 
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
[ADDON] Facebook Login/Register System Ideas for Modifications and Requests 43 17-04-2013 18:57
Secure Messaging System Official releases [Infusions] 3 25-02-2013 12:20
User Award System 2.0 Official releases [Infusions] 20 07-02-2013 11:28
Professional Download System Official releases [Infusions] 40 03-02-2013 22:00
Free 3rd Party Commenting System General Discussion 4 26-01-2013 08:54
Official Home of PHP-Fusion uses cookies. Some may already have been set. Read more about our Cookies here.
Please click the button I Consent Cookies to hide this bar and accept our cookies. If you continue to use the site with no action taken, we'll assume that you consent our cookies anyway.
Cookiebar Panel byVenue