|
|
|
RSS Syndication
FeedForAll
FeedForAll Support Forum
|
Program Support (RFA) - where can i get some good tutorials? |
09/06/2010
|
|
|
Author: moises9485
Subject: where can i get some good tutorials? Posted: Mon Sep 06, 2010 3:29 pm (GMT -5)
where can i get some good tutorials? for learning about feed relay i am new webmaster and i dont know what is feed and how should i use for getting traffic,,, i have read some where this will help my website for getting traffic..
thats true? if yes so please tall me where should i start.
more info Program Support (RFA) - where can i get some good tutorials?
|
|
RSS2SQL (RSS to MySQL Feed Importer) - Preventing entries being added after removing old entries |
09/06/2010
|
|
|
Author: damian0612
Subject: Preventing entries being added after removing old entries Posted: Sat Sep 04, 2010 2:03 am (GMT -5)
Hi
I want to run a cron to clean my database every week and this is fine eg
| Code: |
| DELETE FROM feedItems WHERE ItemAddedTime < DATE_SUB(NOW(), INTERVAL 1 WEEK) |
However whe I run rss2sql.php it updates the entries again I have removed. Can I update it so it wont update old entries again after I have removed them?
Thanks
Damian
more info RSS2SQL (RSS to MySQL Feed Importer) - Preventing entries being added after removing old entries
|
|
RSSmesh (Automatic Feed Aggregator) - RE: displayed meshed feed header from template but not feed. |
09/06/2010
|
|
|
Author: flyAddict
Posted: Thu Sep 02, 2010 7:21 am (GMT -5)
No it is not running on the same server. I believe the problem has to do with the formatting of the certainteed xml feeds. to use feed2html for one of them them I had to set the missingencoding default to utf-8, then it worked. I've tried making the same change in the rssmesh.php file below the config options to no avail.
more info RSSmesh (Automatic Feed Aggregator) - RE: displayed meshed feed header from template but not feed.
|
|
RSS2HTML (RSS to HTML Converter) - RE: Not working on easily.co.uk hosted site |
09/06/2010
|
|
|
Author: ejk42
Posted: Wed Sep 01, 2010 5:58 pm (GMT -5)
Just to say I finally fixed this - by changing hosts!
I had a friend who's good with php look at it and he eventually concluded that easily must have some sort of firewall or other setup that is preventing this from working, so I've moved to 1&1, where it works just fine!
Simples 
more info RSS2HTML (RSS to HTML Converter) - RE: Not working on easily.co.uk hosted site
|
|
RSSmesh (Automatic Feed Aggregator) - RE: displayed meshed feed header from template but not feed. |
09/06/2010
|
|
|
Author: flyAddict
Posted: Wed Sep 01, 2010 3:33 pm (GMT -5)
$useFopenURL was set to 1. If I set it to 0 I get.
This exact setup works fine for other RSS feeds. I can't figure out what is wrong with the two specific feeds i'm tying to mesh http://certainteed.com/pressroom/rss/fibercementsiding.xml
http://certainteed.com/pressroom/rss/vinylsiding.xml
or at least what is conflicting with the script.
| Code: |
DIAG: FeedForAll_scripts_readFile(ct_Template.xml, 0, 0, -1)
DIAG: FeedForAll_scripts_contentOfCache(ct_Template.xml, 0, -1, 0)
DIAG: FeedForAll_scripts_contentOfCache(): !useCaching
DIAG: FeedForAll_scripts_readFile(): return SUCCESSFUL
DIAG: FeedForAll_scripts_readFile(http://certainteed.com/pressroom/rss/vinylsiding.xml, 0, 0, -1)
DIAG: FeedForAll_scripts_contentOfCache(http://certainteed.com/pressroom/rss/vinylsiding.xml, 0, -1, 0)
DIAG: FeedForAll_scripts_contentOfCache(): !useCaching
DIAG: FeedForAll_scripts_contentOfCache(http://certainteed.com/pressroom/rss/vinylsiding.xml, 0, -1, 0)
DIAG: FeedForAll_scripts_contentOfCache(): !useCaching
Unable to open RSS Feed http://certainteed.com/pressroom/rss/vinylsiding.xml with error HTTP ERROR: 301, exiting DIAG: FeedForAll_scripts_readFile(http://certainteed.com/pressroom/rss/fibercementsiding.xml, 0, 0, -1)
DIAG: FeedForAll_scripts_contentOfCache(http://certainteed.com/pressroom/rss/fibercementsiding.xml, 0, -1, 0)
DIAG: FeedForAll_scripts_contentOfCache(): !useCaching
DIAG: FeedForAll_scripts_contentOfCache(http://certainteed.com/pressroom/rss/fibercementsiding.xml, 0, -1, 0)
DIAG: FeedForAll_scripts_contentOfCache(): !useCaching
Unable to open RSS Feed http://certainteed.com/pressroom/rss/fibercementsiding.xml with error HTTP ERROR: 301, exiting
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>CertainTeed Siding Feed</title>
<description>CertainTeed Vinyl and Fiber Cement Siding News Feed</description>
<link>http://www.certainteed.com/pressroom/rss.aspx</link>
<language>en-us</language>
<generator>FeedForAll-scripts (rssMesh.php), http://www.FeedForAll.com/, Copyright 2006-2007, NotePage, Inc.</generator>
<lastBuildDate>Wed, 01 Sep 2010 16:31:17 -0400</lastBuildDate>
<pubDate>Wed, 01 Sep 2010 16:31:17 -0400</pubDate>
</channel>
</rss> |
more info RSSmesh (Automatic Feed Aggregator) - RE: displayed meshed feed header from template but not feed.
|
|
|
|
|
|