RSS Feed Poster

Started by SMFHacks.com Team, January 11, 2007, 07:46:04 PM

Previous topic - Next topic

cybergoblin

Quote from: cybergoblin on May 24, 2009, 02:59:55 PM
I have installed this on smf 1.1.9 and it worked perfect, for 30 seconds, posted 21 posts then died, anyone know what is the problem?
I have my own server, fsockopen, and curl, but it dies after a few posts, wth?
:'(  ???

Nobody??


cybergoblin


MuddyHymnal

#1323
Thanks guys, i found the answers to my problems around page 37, i gave up and posted having read the first and last 20 posts or so.

I would advise anyone having trouble with this to check server settings language is set to english and not english Utf-8.

The other problem i had which was a simple one, was the permissions on my cronrss.php it must be 755, well live and learn i hope that helps someone.

kizko

http://forum.psp-fanatik.ro/index.php?action=feedsadmin;sa=addfeed2

8: Undefined offset: 22
File: /home/httpd/vhosts/psp-fanatik.ro/subdomains/forum/httpdocs/Sources/Subs-RSS.php
Line: 141

Why is that ? No new post by this bot. What to do ?





vbgamer45

Did you create a cron script?
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

kizko

No. I use fake cron.

ccraciun

How can i modify the appearence of the LINK?

I would like that instead of the complete URL
http://www.simplemachines.org/community/index.php?topic=141776.1320
to display:
read more
Or, at least to display it like:
Source: http://www.simplemachines.org/community/index.php?topic=141776.1320

It's that possible?

I tried different modifications of "Subs-RSS.php" file, but without any success... :(

kizko

Quote from: kizko on June 04, 2009, 12:43:38 PM
http://forum.psp-fanatik.ro/index.php?action=feedsadmin;sa=addfeed2

8: Undefined offset: 22
File: /home/httpd/vhosts/psp-fanatik.ro/subdomains/forum/httpdocs/Sources/Subs-RSS.php
Line: 141

Why is that ? No new post by this bot. What to do ?

UP.

Spiritwarrior

To get this mod to work, how do I set up cron jobs? Do I have to do so via my host? My host has a Cron Manager area but it asks me for a command to run.

JeremyB.

"The most overlooked advantage to owning a computer is that if they foul up, there's no law against whacking them around a little."

bwaynef

#1331
I searched thru the first several and last several pages and didn't see any mention of this issue.  When I go to edit or delete a feed I'm taken to an error page (http 406 error I believe) that says:
"Not Acceptable

An appropriate representation of the requested resource /index.php could not be found on this server."

Any hints?

vbgamer45

Quote from: bwaynef on July 14, 2009, 10:23:11 AM
I searched thru the first several and last several pages and didn't see any mention of this issue.  When I go to edit or delete a feed I'm taken to an error page (http 406 error I believe) that says:
"Not Acceptable

An appropriate representation of the requested resource /index.php could not be found on this server."

Any hints?
Read this topic for a fix
http://www.simplemachines.org/community/index.php?topic=34270
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

kizko

Quote from: kizko on June 09, 2009, 11:34:21 AM
Quote from: kizko on June 04, 2009, 12:43:38 PM
http://forum.psp-fanatik.ro/index.php?action=feedsadmin;sa=addfeed2

8: Undefined offset: 22
File: /home/httpd/vhosts/psp-fanatik.ro/subdomains/forum/httpdocs/Sources/Subs-RSS.php
Line: 141

Why is that ? No new post by this bot. What to do ?

UP.

UP

vbgamer45

Mod no longer supported
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Keith99

I know this is no longer supported, however could some one test a RSS feed for me.

I have tried several feeds including Yahoo, MSN etc and they have worked fine.

However this feed isnt working, so If some one whos RSS feed poster is working could test

http://forums.moneysavingexpert.com/external.html?type=rss2&forumids=41

and report if you can get it working or not?
Please Visit my Matched Betting forum.

Great site guys!!

perfec2

I just installed Rss feed poster Mod, after adding feed url, I try to go t my home index I found out that my forum is taken too long. I stop it and try again the forum is not displaying again, but all my other sites hosted on thesame server is displaying fine.I checked if I have exceeded my bandwidth I found I have used 4% of it only.
Please what is the solution to this, and how can I uninstall this mod as my forum cannot display for me to get to my Admin to do that?.

chrishicks

I know this is an unsupported mod but I'm hoping someone can possibly help me out with this anyway. I tested this out on my test board before moving it to my live board and everything works just fine. However when I installed this on my main forum it installed just fine but I ended up with pages and pages of errors. This is the second time I've seen the error so I really hope someone can help me figure it out as I really would like to use the 2 mods, especially this one.

The error:

http://rejectsreststop.com/forum/index.php
Database Error: No database selected
File: /home/rejectsr/public_html/forum/Sources/Subs.php
Line: 3627

the code on line 3627 when the mod is installed:

         ORDER BY mem.realName ASC", __FILE__, __LINE__);

the entire section of code in that area:


      // Get the FlashChat database config (for the prefix)
      include($boarddir . '/chat/inc/config.srv.php');
      // Load all the users currently in the chat
      $result = db_query("
         SELECT
            fc.userid, fc.state, fc.color, fc.lang, fc.roomid,
            fr.name AS roomName, fr.ispublic,
            mem.realName, mem.memberName, mem.showOnline, mg.onlineColor,
            mg.ID_GROUP, mg.groupName
         FROM {$GLOBALS['fc_config']['db']['pref']}connections AS fc
            LEFT JOIN {$db_prefix}members AS mem ON (mem.ID_MEMBER = fc.userid)
            LEFT JOIN {$db_prefix}membergroups AS mg ON (mg.ID_GROUP = IF(mem.ID_GROUP = 0, mem.ID_POST_GROUP, mem.ID_GROUP))
            LEFT JOIN {$GLOBALS['fc_config']['db']['pref']}rooms AS fr ON (fc.roomid = fr.id)
         WHERE fc.userid IS NOT NULL
            AND mem.ID_MEMBER != 0
         ORDER BY mem.realName ASC", __FILE__, __LINE__);
         
      $context['users_chat'] = array();
      $context['list_users_chat'] = array();
      $context['num_chat'] = mysql_num_rows($result);



please tell me someone knows what I need to do to fix this...

vbgamer45

That's not part of RSS Feed Poster than looks like a flashchat addon
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

chrishicks

Thanks for the quick reply VB.

I was just hoping someone encountered the same issue and had a fix. I'll take my question to the flashchat topic now.

Have a great day.

Advertisement: