GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Kinky dollars RSS feeds fucked up for anyone? (https://gfy.com/showthread.php?t=826815)

Phil 05-06-2008 04:51 PM

Kinky dollars RSS feeds fucked up for anyone?
 
Bunch of duplicate entries, some feeds don't work at all for WP plugins. anybody else having problems?

just a punk 05-06-2008 05:32 PM

I'm not signed for that program. So could you post a direct link to their feeds here?

Phil 05-06-2008 06:26 PM

http://www.kinkydollars.com/rss/embe...=i&noshoots=10

just a punk 05-07-2008 06:06 AM

Their feed has no <guid> tag so most of popular feed-pulling script will create duplicate entries. I can suggest you to use the popular FreedWordPress plugin which was modified by me to handle that type of feeds correctly (dupe-free). Use this link to download it: http://www.cyberseo.net/downloads/fe...press-0992.zip

Phil 05-07-2008 06:14 AM

“Feed word press” plug-in wouldn’t even recognize their feed. Wpo-matic would, but creates boat load of duplicates every time it tries to grab the feed.

just a punk 05-07-2008 07:15 AM

Quote:

Originally Posted by CAMOKAT (Post 14159105)
“Feed word press” plug-in wouldn’t even recognize their feed.

The version I suggested you in my previous post recognizes it w/o any problems. Why don't you try it before post your comments?

Суоми, запарил - сначала попробуй, а потом комментируй :) Кстати, wp-o-matic вообще ставить не советую. Ибо, в один прекрасный день он убъет тебе всю базу и ты будешь сильно сокрушаться, что не делал бэкапов.

gandalfuy 05-07-2008 08:19 AM

cyberxxx can you please check if the feeds at my program are ok?


http://www.cuterain.com/rss/english/...mbsize=300x200
http://www.cashfornuts.com/rss/engli...gallery_20.php

report the info to [email protected]
thanks!

just a punk 05-07-2008 08:31 AM

Your feeds have no guids as well. Also you can use free web RSS validators to check the feeds yourself. E.g.: http://validator.w3.org/feed/check.c...llery_20.p hp - as you may see, your feed does not validate according to W3C rules.

TerryM 05-07-2008 12:32 PM

Cyberxxx- thanks for the suggestion! CAMOKAT- My IT is working on it right now. Email me if you have any further issues.

Phil 05-07-2008 01:35 PM

Quote:

Originally Posted by cyberxxx (Post 14159313)
The version I suggested you in my previous post recognizes it w/o any problems. Why don't you try it before post your comments?

Суоми, запарил - сначала попробуй, а потом комментируй :) Кстати, wp-o-matic вообще ставить не советую. Ибо, в один прекрасный день он убъет тебе всю базу и ты будешь сильно сокрушаться, что не делал бэкапов.

same crap..

Feed Finder: New Syndicated Feed

no feed found

Phil 05-07-2008 02:36 PM

working with new version of WP but not old. Need to upgrade I guess

just a punk 05-07-2008 04:08 PM

Quote:

Originally Posted by CAMOKAT (Post 14161603)
same crap..

Feed Finder: New Syndicated Feed

no feed found

Oh... Did you open the readme file? Note this:
Quote:

3. Upgrade the copy of MagpieRSS packaged with WordPress by installing the
new copies of `rss.php` and `rss-functions.php` into the `wp-includes`
directory of your FeedWordPress installation. These files are stored in
the `MagpieRSS-upgrade` directory of your FeedWordPress archive. Strictly
speaking, upgrading MagpieRSS is optional; FeedWordPress will run
correctly without the upgrade. But if you hope to take advantage of
numerous bug fixes, or support for Atom 1.0, multiple post categories,
RSS enclosures, or multiple character encodings, then you need to
install the upgrade.
Плохому танцору всегда что-то да мешает...

Phil 05-07-2008 04:29 PM

ну да бля, я шас буду сидеть читать, менять и т.п.
вот еще какашка..

wp-admin/admin.php?page=feedwordpress/syndication-options.php

Fatal error: Call to undefined function get_nested_categories() in wp-content/plugins/feedwordpress/syndication-options.php on line 151

just a punk 05-07-2008 04:52 PM

Quote:

Originally Posted by CAMOKAT (Post 14162642)
ну да бля, я шас буду сидеть читать, менять и т.п.
вот еще какашка..

wp-admin/admin.php?page=feedwordpress/syndication-options.php

Fatal error: Call to undefined function get_nested_categories() in wp-content/plugins/feedwordpress/syndication-options.php on line 151

Во-первых, документацию к плагину FeedWordPress писал не я. Во-вторых, это уже твоя проблема, что ты инструкцию по инсталляции осилить не можешь.

В-третьих, твоя "какашка" является функцией официального дистрибьютива WordPress и определена в файле wp-admin/includes/template.php (line #89):

PHP Code:

function get_nested_categories$default 0$parent ) {
        global 
$post_ID$mode$wpdb$checked_categories;

        if ( empty(
$checked_categories) ) {
                if ( 
$post_ID ) {
                        
$checked_categories wp_get_post_categories($post_ID);

                        if ( 
count$checked_categories ) == ) {
                                
// No selected categories, strange
                        
$checked_categories[] = $default;
                        }
                } else {
                        
$checked_categories[] = $default;
                }
        }

        
$cats get_categories("parent=$parent&hide_empty=0&fields=ids");

        
$result = array ();
        if ( 
is_array$cats ) ) {
                foreach ( 
$cats as $cat) {
                        
$result[$cat]['children'] = get_nested_categories$default$cat);
                        
$result[$cat]['cat_ID'] = $cat;
                        
$result[$cat]['checked'] = in_array$cat$checked_categories );
                        
$result[$cat]['cat_name'] = get_the_category_by_ID$cat);
                }
        }

        
$result apply_filters('get_nested_categories'$result);
        
usort$result'sort_cats' );

        return 
$result;


В старых версиях WordPress-а она прописана в файле wp-admin/admin-functions.php.

Из этого я могу сделать только один вывод - ты даже сам WordPress без проблем установить не можешь.

just a punk 05-07-2008 05:14 PM

Now the same for others who read this thread in English:

All problems that CAMOKAT is having with FeedWordPress and Kinkydollars feeds are happened because he was unable to install the plugin correctly (haven't read the FeedWordPress readme file), and/or because his version of WordPress was also installed improperly. I mean the following error message: "Fatal error: Call to undefined function get_nested_categories() in wp-content/plugins/feedwordpress/syndication-options.php on line 151", because this function is defined in all versions of FeedWordPress starting at least from v.1.5.

As about my modification of FeedWordPress plugin. So I did only 3 changes there:
1) fixed that well-known problem with vanishing refcodes while importing some RSS feeds that have multiple "/?..&.." parameters;
2) added an additional duplicate-check procedure to avoid problems with feeds that have no <guid> tag (now the feeds are also being checked for dupes according the post titles);
3) made it CyberSEO-compatible.

Regardless of the fact that you don't need (3), two other improvements will be useful for every blogger that use FeedWordPress plugin.

Phil 05-07-2008 07:25 PM

Quote:

Originally Posted by cyberxxx (Post 14162926)
Now the same for others who read this thread in English:

All problems that CAMOKAT is having with FeedWordPress and Kinkydollars feeds are happened because he was unable to install the plugin correctly (haven't read the FeedWordPress readme file), and/or because his version of WordPress was also installed improperly. I mean the following error message: "Fatal error: Call to undefined function get_nested_categories() in wp-content/plugins/feedwordpress/syndication-options.php on line 151", because this function is defined in all versions of FeedWordPress starting at least from v.1.5.

As about my modification of FeedWordPress plugin. So I did only 3 changes there:
1) fixed that well-known problem with vanishing refcodes while importing some RSS feeds that have multiple "/?..&.." parameters;
2) added an additional duplicate-check procedure to avoid problems with feeds that have no <guid> tag (now the feeds are also being checked for dupes according the post titles);
3) made it CyberSEO-compatible.

Regardless of the fact that you don't need (3), two other improvements will be useful for every blogger that use FeedWordPress plugin.

How about you just lick my salty balls to begin with. I was not using your plugin in a first place, and if you want to talk about superiority of your modifications, open another topic and see if I give a flying fuck. Second, installing WP is not a rocket science and take few clicks, its not like I was sitting there configuring PHP code.. What ever cause that error had nothing to do with HOW you install WP but with code that came with it.

Phil 05-07-2008 07:27 PM

Quote:

Originally Posted by cyberxxx (Post 14162765)
Во-первых, документацию к плагину FeedWordPress писал не я. Во-вторых, это уже твоя проблема, что ты инструкцию по инсталляции осилить не можешь.

В-третьих, твоя "какашка" является функцией официального дистрибьютива WordPress и определена в файле wp-admin/includes/template.php (line #89):

PHP Code:

function get_nested_categories$default 0$parent ) {
        global 
$post_ID$mode$wpdb$checked_categories;

        if ( empty(
$checked_categories) ) {
                if ( 
$post_ID ) {
                        
$checked_categories wp_get_post_categories($post_ID);

                        if ( 
count$checked_categories ) == ) {
                                
// No selected categories, strange
                        
$checked_categories[] = $default;
                        }
                } else {
                        
$checked_categories[] = $default;
                }
        }

        
$cats get_categories("parent=$parent&hide_empty=0&fields=ids");

        
$result = array ();
        if ( 
is_array$cats ) ) {
                foreach ( 
$cats as $cat) {
                        
$result[$cat]['children'] = get_nested_categories$default$cat);
                        
$result[$cat]['cat_ID'] = $cat;
                        
$result[$cat]['checked'] = in_array$cat$checked_categories );
                        
$result[$cat]['cat_name'] = get_the_category_by_ID$cat);
                }
        }

        
$result apply_filters('get_nested_categories'$result);
        
usort$result'sort_cats' );

        return 
$result;


В старых версиях WordPress-а она прописана в файле wp-admin/admin-functions.php.

Из этого я могу сделать только один вывод - ты даже сам WordPress без проблем установить не можешь.

ты ебанутый по жизни чтоли? WP ставится 3 кликами, что я не так поставил? Любиш ты из себя строить. эйнштейн плюшевый блин..

kesha1 05-07-2008 07:27 PM

Ya inogda ne mogu razobrat'sia s instruktsiey nedeliu!

Abyss_Vee 05-07-2008 08:34 PM

Quote:

Originally Posted by cyberxxx (Post 14162926)
Now the same for others who read this thread in English:

All problems that CAMOKAT is having with FeedWordPress and Kinkydollars feeds are happened because he was unable to install the plugin correctly (haven't read the FeedWordPress readme file), and/or because his version of WordPress was also installed improperly. I mean the following error message: "Fatal error: Call to undefined function get_nested_categories() in wp-content/plugins/feedwordpress/syndication-options.php on line 151", because this function is defined in all versions of FeedWordPress starting at least from v.1.5.

As about my modification of FeedWordPress plugin. So I did only 3 changes there:
1) fixed that well-known problem with vanishing refcodes while importing some RSS feeds that have multiple "/?..&.." parameters;
2) added an additional duplicate-check procedure to avoid problems with feeds that have no <guid> tag (now the feeds are also being checked for dupes according the post titles);
3) made it CyberSEO-compatible.

Regardless of the fact that you don't need (3), two other improvements will be useful for every blogger that use FeedWordPress plugin.

Does feedWordPress work with wordpress 2.5.1 ? i tested it on that version and got this error


Code:

Fatal error: Call to undefined function: needs_upgrade() in ......./feedwordpress.php on line 95

just a punk 05-08-2008 04:20 AM

Quote:

Originally Posted by CAMOKAT (Post 14163594)
ты ебанутый по жизни чтоли? WP ставится 3 кликами, что я не так поставил? Любиш ты из себя строить. эйнштейн плюшевый блин..

Что ты неправильно поставил? Судя по ошибке, что ты получил - ты неправильно поставил WP. Это тебе скажет любой, кто хоть немного знает PHP. Не веришь мне - спроси у знакомого программера. Так что RTFM, RTFM и еще раз RTFM, как говорил великий дедушка Ленин :winkwink:

just a punk 05-08-2008 04:27 AM

Quote:

Originally Posted by Abyss_Vee (Post 14163726)
Does feedWordPress work with wordpress 2.5.1 ? i tested it on that version and got this error

Code:

Fatal error: Call to undefined function: needs_upgrade() in ......./feedwordpress.php on line 95

I'm using FeedWordPress 0.992 on WordPress 2.3.3 without any problems.

However I think your problem was caused by old version of PHP. As far as I remember the latest versions of FeedWordPress may not work on PHP 4.xx. Never tried it by myself (I have PHP 5 installed on all my servers) but I believe it could be a problem.

Actually you should forward all the questions regarding compatibility of FeedWordPress to its author. You can find him here: http://radgeek.com/ - he has a blog where you can ask him any question regarding WP and PHP version compatibility of his plugin.

just a punk 05-08-2008 04:31 AM

Quote:

Originally Posted by CAMOKAT (Post 14163591)
How about you just lick my salty balls to begin with. I was not using your plugin in a first place, and if you want to talk about superiority of your modifications, open another topic and see if I give a flying fuck. Second, installing WP is not a rocket science and take few clicks, its not like I was sitting there configuring PHP code.. What ever cause that error had nothing to do with HOW you install WP but with code that came with it.

RTFM, suomi. It will solve all your problems with WP, kinkydollars feeds etc :) Nothing else I can suggest.

P.S. "not a rocket science" you say? :) So how the fuck you've got this funny error message: "Fatal error: Call to undefined function get_nested_categories() in wp-content/plugins/feedwordpress/syndication-options.php on line 151", if get_nested_categories is defined in all versions of WP, ah? :))))

Phil 05-08-2008 04:41 AM

Quote:

Originally Posted by cyberxxx (Post 14164548)
RTFM, suomi. It will solve all your problems with WP, kinkydollars feeds etc :) Nothing else I can suggest.

P.S. "not a rocket science" you say? :) So how the fuck you've got this funny error message: "Fatal error: Call to undefined function get_nested_categories() in wp-content/plugins/feedwordpress/syndication-options.php on line 151", if get_nested_categories is defined in all versions of WP, ah? :))))

numbnut,
Its not just me getting it...
http://209.85.165.104/search?q=cache...lnk&cd=2&gl=us

And that’s with very last version of WP and feed the word plugin.

just a punk 05-08-2008 04:47 AM

Actually I was asking about the error message but not about "duplicate posts problem" a solution to which I'm already suggested. But ok, keep fighting this problem - I don't care anymore, because as I said above I don't have dupes on my own blogs since I found a way to fix that :)

P.S. Leaving this thread

Phil 05-08-2008 06:29 AM

Quote:

Originally Posted by cyberxxx (Post 14164584)
Actually I was asking about the error message but not about "duplicate posts problem" a solution to which I'm already suggested. But ok, keep fighting this problem - I don't care anymore, because as I said above I don't have dupes on my own blogs since I found a way to fix that :)

P.S. Leaving this thread

well use the fucking google than..
http://www.google.com/search?hl=en&q...oogle+Sea rch

BTW: Current version of WP right now is 2.5.1 so what ever you're using is Neanderthal .. or I guess you want everyone to use your version.. thats for help.. almost as good as getting Indian offshore guy to waste your time wth questions about my OS and if my laptop is plugged in..

just a punk 05-08-2008 10:08 AM

Wow, you found 8(!!!) other imbeciles that got the same error message as you? And what about other thousands of FeedWordPress 0.992 users? I never thought you are THAT STUPID LOL

P.S. WP 2.5.1 works just fine with FeedWordPress 0.992, but not for you I guess :)

just a punk 05-08-2008 10:14 AM

Just an addition to my previous message: I was checked FeedWordPress 0.992 with WP 2.5.0 (not with WP 2.5.1) and it was ok.

Phil 05-08-2008 12:46 PM

Quote:

Originally Posted by cyberxxx (Post 14165551)
Just an addition to my previous message: I was checked FeedWordPress 0.992 with WP 2.5.0 (not with WP 2.5.1) and it was ok.

well check it with most current version cause thats the one I'm having problems with, and if t doesn't work come over and lick my salty balls...
Why the fuck would I care what version YOU have and if works on it? I have told you, dumbass, what version I installed it on and what error message I got. Learn how to read!! Am I making myself clear or should I translated in to Swahili for you?

By the way, nice correction .. Is that because you tried to upgrade your WP and then got the same message? .. fess up needledick..

Phil 05-08-2008 12:50 PM

Quote:

Originally Posted by cyberxxx (Post 14165551)
Just an addition to my previous message: I was checked FeedWordPress 0.992 with WP 2.5.0 (not with WP 2.5.1) and it was ok.

now test it in 2.5.1 and tell me if it works.. You could have tested it in 1.2 for all I care but that doesn’t do shit for me and other people that have most current version THE 2.5.1

just a punk 05-08-2008 01:37 PM

Quote:

Originally Posted by CAMOKAT (Post 14166257)
By the way, nice correction .. Is that because you tried to upgrade your WP and then got the same message? .. fess up needledick..

It's because I've never upgraded to 2.5.1. Most of my splogs are still on 2.0.7 which works just fine there.

Ну и еще. Я вроде тебе помощь предложил и ничего более. Заметь, абсольюно бесплатную. Просто посоветовал юзать то, что прекрасно работает на моих сетках. Ну если ты такой еблан по жизни, то это твоя проблема - соси хуй со своими траблами. Лично от меня ты полезного совета никогда не услышишь - это я тебе гарантирую.

Удачи, и не забудь прополоскать рот :pimp

Phil 05-08-2008 02:04 PM

Quote:

Originally Posted by cyberxxx (Post 14166550)
It's because I've never upgraded to 2.5.1. Most of my splogs are still on 2.0.7 which works just fine there.

Ну и еще. Я вроде тебе помощь предложил и ничего более. Заметь, абсольюно бесплатную. Просто посоветовал юзать то, что прекрасно работает на моих сетках. Ну если ты такой еблан по жизни, то это твоя проблема - соси хуй со своими траблами. Лично от меня ты полезного совета никогда не услышишь - это я тебе гарантирую.

Удачи, и не забудь прополоскать рот :pimp

No need to switch to Russian here..
Since you’re obviously playing dumb or probably just don’t want to admit it.. But here’s whats happening here… I had problems with repetitive posts in Kinky’s feeds, note just them.. Nothing like it with any other feeds that were there.. You come in here and tell me that my plugins are not good and you have something better. Ok, I give a try, upgrade to current version of WP since it won’t work with older version (once again, upon your sarcastic remarks) .. I do just that and post results.. you come back again calling e names, how stupid I am, that I don’t know how to install WP and so on.. So listen here dipshit, I DID NOT ASK FOR YOUR HELP, and I never WILL. You came here with your smart ass remarks that I neither ASKED for nor did I wanted your fucking opinion. NOW, when you decide to test your “Cyber CEO” plugin on this version of WP, remember who real fucktard is.. Are we clear with that ???!!! Now asshole, take your shit, shove it up your ass and don’t bother answering me any more here.. In Russian or English.. You spent.. хуйло с грязной мордашкой...

Naughty-Pages 06-01-2009 07:18 AM

kinky dollars feeds have never worked for me either... tons of issues..

i just gave up..

i just don't understand why we need to jump through hoops to get a feed to work???

why wouldn't the program test their feeds first ?? LOL


All times are GMT -7. The time now is 07:16 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123