Kinky dollars RSS feeds fucked up for anyone?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Phil
    Confirmed User
    • Jan 2004
    • 7659

    #1

    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?
    Ask Phil
  • just a punk
    So fuckin' bored
    • Jun 2003
    • 32393

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

    Comment

    • Phil
      Confirmed User
      • Jan 2004
      • 7659

      #3
      http://www.kinkydollars.com/rss/embe...=i&noshoots=10
      Ask Phil

      Comment

      • just a punk
        So fuckin' bored
        • Jun 2003
        • 32393

        #4
        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
        Obey the Cowgod

        Comment

        • Phil
          Confirmed User
          • Jan 2004
          • 7659

          #5
          “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.
          Ask Phil

          Comment

          • just a punk
            So fuckin' bored
            • Jun 2003
            • 32393

            #6
            Originally posted by CAMOKAT
            “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 вообще ставить не советую. Ибо, в один прекрасный день он убъет тебе всю базу и ты будешь сильно сокрушаться, что не делал бэкапов.
            Obey the Cowgod

            Comment

            • gandalfuy
              Confirmed User
              • Jun 2005
              • 4686

              #7
              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!
              I'm not back.

              Comment

              • just a punk
                So fuckin' bored
                • Jun 2003
                • 32393

                #8
                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...gallery_20.php - as you may see, your feed does not validate according to W3C rules.
                Last edited by just a punk; 05-07-2008, 07:33 AM.
                Obey the Cowgod

                Comment

                • TerryM
                  Confirmed User
                  • Jan 2008
                  • 243

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

                  Comment

                  • Phil
                    Confirmed User
                    • Jan 2004
                    • 7659

                    #10
                    Originally posted by cyberxxx
                    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
                    Ask Phil

                    Comment

                    • Phil
                      Confirmed User
                      • Jan 2004
                      • 7659

                      #11
                      working with new version of WP but not old. Need to upgrade I guess
                      Ask Phil

                      Comment

                      • just a punk
                        So fuckin' bored
                        • Jun 2003
                        • 32393

                        #12
                        Originally posted by CAMOKAT
                        same crap..

                        Feed Finder: New Syndicated Feed

                        no feed found
                        Oh... Did you open the readme file? Note this:
                        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.
                        Плохому танцору всегда что-то да мешает...
                        Obey the Cowgod

                        Comment

                        • Phil
                          Confirmed User
                          • Jan 2004
                          • 7659

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

                          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
                          Ask Phil

                          Comment

                          • just a punk
                            So fuckin' bored
                            • Jun 2003
                            • 32393

                            #14
                            Originally posted by CAMOKAT
                            ну да бля, я шас буду сидеть читать, менять и т.п.
                            вот еще какашка..

                            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 = 0 ) {
                                    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 ) == 0 ) {
                                                            // 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 без проблем установить не можешь.
                            Last edited by just a punk; 05-07-2008, 03:53 PM.
                            Obey the Cowgod

                            Comment

                            • just a punk
                              So fuckin' bored
                              • Jun 2003
                              • 32393

                              #15
                              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.
                              Last edited by just a punk; 05-07-2008, 04:17 PM.
                              Obey the Cowgod

                              Comment

                              • Phil
                                Confirmed User
                                • Jan 2004
                                • 7659

                                #16
                                Originally posted by cyberxxx
                                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.
                                Ask Phil

                                Comment

                                • Phil
                                  Confirmed User
                                  • Jan 2004
                                  • 7659

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

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

                                  PHP Code:
                                  function get_nested_categories( $default = 0, $parent = 0 ) {
                                          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 ) == 0 ) {
                                                                  // 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 кликами, что я не так поставил? Любиш ты из себя строить. эйнштейн плюшевый блин..
                                  Ask Phil

                                  Comment

                                  • kesha1
                                    Confirmed User
                                    • Feb 2008
                                    • 499

                                    #18
                                    Ya inogda ne mogu razobrat'sia s instruktsiey nedeliu!
                                    SEX IN PUBLIC

                                    JOIN US TODAY

                                    Comment

                                    • Abyss_Vee
                                      Confirmed User
                                      • Sep 2003
                                      • 5208

                                      #19
                                      Originally posted by cyberxxx
                                      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

                                      Comment

                                      • just a punk
                                        So fuckin' bored
                                        • Jun 2003
                                        • 32393

                                        #20
                                        Originally posted by CAMOKAT
                                        ты ебанутый по жизни чтоли? WP ставится 3 кликами, что я не так поставил? Любиш ты из себя строить. эйнштейн плюшевый блин..
                                        Что ты неправильно поставил? Судя по ошибке, что ты получил - ты неправильно поставил WP. Это тебе скажет любой, кто хоть немного знает PHP. Не веришь мне - спроси у знакомого программера. Так что RTFM, RTFM и еще раз RTFM, как говорил великий дедушка Ленин
                                        Obey the Cowgod

                                        Comment

                                        • just a punk
                                          So fuckin' bored
                                          • Jun 2003
                                          • 32393

                                          #21
                                          Originally posted by Abyss_Vee
                                          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.
                                          Obey the Cowgod

                                          Comment

                                          • just a punk
                                            So fuckin' bored
                                            • Jun 2003
                                            • 32393

                                            #22
                                            Originally posted by CAMOKAT
                                            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? )))
                                            Last edited by just a punk; 05-08-2008, 03:34 AM.
                                            Obey the Cowgod

                                            Comment

                                            • Phil
                                              Confirmed User
                                              • Jan 2004
                                              • 7659

                                              #23
                                              Originally posted by cyberxxx
                                              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.
                                              Ask Phil

                                              Comment

                                              • just a punk
                                                So fuckin' bored
                                                • Jun 2003
                                                • 32393

                                                #24
                                                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
                                                Obey the Cowgod

                                                Comment

                                                • Phil
                                                  Confirmed User
                                                  • Jan 2004
                                                  • 7659

                                                  #25
                                                  Originally posted by cyberxxx
                                                  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...=Google+Search

                                                  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..
                                                  Ask Phil

                                                  Comment

                                                  • just a punk
                                                    So fuckin' bored
                                                    • Jun 2003
                                                    • 32393

                                                    #26
                                                    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
                                                    Obey the Cowgod

                                                    Comment

                                                    • just a punk
                                                      So fuckin' bored
                                                      • Jun 2003
                                                      • 32393

                                                      #27
                                                      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.
                                                      Obey the Cowgod

                                                      Comment

                                                      • Phil
                                                        Confirmed User
                                                        • Jan 2004
                                                        • 7659

                                                        #28
                                                        Originally posted by cyberxxx
                                                        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..
                                                        Ask Phil

                                                        Comment

                                                        • Phil
                                                          Confirmed User
                                                          • Jan 2004
                                                          • 7659

                                                          #29
                                                          Originally posted by cyberxxx
                                                          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
                                                          Ask Phil

                                                          Comment

                                                          • just a punk
                                                            So fuckin' bored
                                                            • Jun 2003
                                                            • 32393

                                                            #30
                                                            Originally posted by CAMOKAT
                                                            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.

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

                                                            Удачи, и не забудь прополоскать рот
                                                            Obey the Cowgod

                                                            Comment

                                                            • Phil
                                                              Confirmed User
                                                              • Jan 2004
                                                              • 7659

                                                              #31
                                                              Originally posted by cyberxxx
                                                              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.

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

                                                              Удачи, и не забудь прополоскать рот
                                                              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.. хуйло с грязной мордашкой...
                                                              Ask Phil

                                                              Comment

                                                              • Naughty-Pages
                                                                Confirmed User
                                                                • Oct 2006
                                                                • 4533

                                                                #32
                                                                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

                                                                Comment

                                                                Working...