Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 230
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 227
Total: 227

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Freejack

Pages: [1]
1
Latest Mods / Re: [Mod] RSS Feed Poster
« on: September 13, 2008, 10:58:08 am »
I'm running SMF 1.1.6 and RSS 1.1. I posted this in the General area but in looking around, I found this thread so I thought I'd post the problem here too.

I added a new feed to my site:

Mosaic Beach
http://feeds.feedburner.com/MosaicBeachBlog

When I go to retrieve a feed, none of the articles are posted. I did some debugging and found that the generated feedhash matched one from back when I first installed it.

Code: [Select]
mysql> select * from mos_feedbot_log where feedhash = "d41d8cd98f00b204e9800998ecf8427e";
+-------------+---------+----------------------------------+------------+
| ID_FEEDITEM | ID_FEED | feedhash                         | feedtime   |
+-------------+---------+----------------------------------+------------+
|          14 |       1 | d41d8cd98f00b204e9800998ecf8427e | 1203297377 |
+-------------+---------+----------------------------------+------------+
1 row in set (0.00 sec)

The last one in the list:

Code: [Select]
|         481 |       2 | 0f7e26257ce51a6b1d39ce98f073659a | 1221247803 |
+-------------+---------+----------------------------------+------------+

I put a couple of print statements in the php script to try and puzzle out the problem and found that the current feed for Mosaic Beach returns the same code as the one in 14.

Code: [Select]
http://feeds.feedburner.com/MosaicBeachBlog
d41d8cd98f00b204e9800998ecf8427e
d41d8cd98f00b204e9800998ecf8427e

So I removed number 14

Code: [Select]
mysql> delete from mos_feedbot_log where id_feeditem = 14;
Query OK, 1 row affected (0.00 sec)

And ran the feed again and found that the feed is blank (which explains why it's a duplicate).

I went to the feed site and am certainly seeing new entries over the past couple of days. I printed the results of the retrieval, I can see the XML output with the articles.

Something broken in RSS Feed or on their side? I don't know how the xml is created, whether it's automatic or if the site owner has to run something.

Thanks.

Carl

2
General SMF Forum / [RSS] Not retrieving one site
« on: September 12, 2008, 03:49:21 pm »
I've added a new RSS feed (v1.1) to my site:

Mosaic Beach
http://feeds.feedburner.com/MosaicBeachBlog

When I go to retrieve a feed, none of the articles are posted. I did some debugging and found that the generated feedhash matched one from back when I first installed it.

Code: [Select]
mysql> select * from mos_feedbot_log where feedhash = "d41d8cd98f00b204e9800998ecf8427e";
+-------------+---------+----------------------------------+------------+
| ID_FEEDITEM | ID_FEED | feedhash                         | feedtime   |
+-------------+---------+----------------------------------+------------+
|          14 |       1 | d41d8cd98f00b204e9800998ecf8427e | 1203297377 |
+-------------+---------+----------------------------------+------------+
1 row in set (0.00 sec)

The last one in the list:

Code: [Select]
|         481 |       2 | 0f7e26257ce51a6b1d39ce98f073659a | 1221247803 |
+-------------+---------+----------------------------------+------------+

I put a couple of print statements in the php script to try and puzzle out the problem and found that the current feed for Mosaic Beach returns the same code as the one in 14.

Code: [Select]
http://feeds.feedburner.com/MosaicBeachBlog
d41d8cd98f00b204e9800998ecf8427e
d41d8cd98f00b204e9800998ecf8427e

So I removed number 14

Code: [Select]
mysql> delete from mos_feedbot_log where id_feeditem = 14;
Query OK, 1 row affected (0.00 sec)

And ran the feed again and found that the feed is blank (which explains why it's a duplicate).

I went to the feed site and am certainly seeing new entries over the past couple of days. I printed the results of the retrieval, I can see the XML output with the articles.

Something broken in RSS Feed or on their side? I don't know how the xml is created, whether it's automatic or if the site owner has to run something.

Thanks.

Carl

3
General SMF Forum / Re: [RSS] Not working after site move
« on: September 12, 2008, 03:09:37 pm »
Found the problem. I originally had just Curl installed. With the new site, Curl didn't get installed. I changed the config to "All" and feeds started being retrieved again.

Carl

4
General SMF Forum / Re: [RSS] Not working after site move
« on: August 08, 2008, 02:14:07 pm »
A shell script in root's cron runs "php cronrss.php" so that shouldn't make a difference but I did make the change to no effect.

Carl

5
General SMF Forum / [RSS] Not working after site move
« on: August 07, 2008, 10:47:20 am »
The RSS Feed mod has been working fine since I installed it. A couple of weeks ago I moved to a new server (more power) and moved the site directory from /home/httpd/hmdocs to /usr/local/httpd/hmdocs. Since the move, we're not getting feeds any more.

When I set it up, I had to use a cron job to run the php cronrss.php script which worked. The logs are showing what appears to be a successful run each time but no feeds are being parsed.

I tried linking the directory back to /home but no luck.

Any ideas on where to check next?

Thanks.

Carl

6
Modifications Talk / [RSS Feed] Subject Line Vulnerability?
« on: March 01, 2008, 11:01:35 pm »
Just curious. When I edit a subject line (like to fix apostrophes), it cuts it off at 100 or characters (I didn't count) but the feed imports whatever the length of the subject line on the RSS site.

I don't know that it's a potential vulnerability, but can you ensure the subject length doesn't exceed the maximum size of the subject line, whatever that might be?

Thanks for a nice feature.

Carl

Admin at http://www.MosaicAndStainedGlass.org

Pages: [1]

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal