AEBN tubefeeder - anybody able to use it?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iSpyCams
    Amateur Gynecologist
    • May 2009
    • 4436

    #1

    AEBN tubefeeder - anybody able to use it?

    I have been trying in vain to import videos from AEBN's tubefeeder tool to both Tubex and mechbunny using both csv and xml and have had zero success.

    With Tubex it doesnt seem to be able to get the thumbs or the videos even though the paths to the same seem to work fine if I paste them into a browser.

    With Mechbunny I cant seem to figure out how to get their huge pipe delimited file down to the few enough columns to import without loosing the damn pipes.

    It seems like a very powerful tool, if I could only get it to work with my tube scripts.

    Has anyone been successful?
    - As soon as I think up a good sig it's going here.
  • k0nr4d
    Confirmed User
    • Aug 2006
    • 9231

    #2
    hit me up and show me it, maybe i can figure out something for you.
    Last edited by k0nr4d; 12-21-2010, 07:04 AM.
    Mechanical Bunny Media
    Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

    Comment

    • Mutt
      Too lazy to set a custom title
      • Sep 2002
      • 34431

      #3
      Originally posted by k0nr4d
      hit me up and show me it, maybe i can figure out something for you.
      now that's service!
      I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

      Comment

      • Zuzana Designs
        All Your Design Needs
        • Feb 2005
        • 20896

        #4
        Originally posted by k0nr4d
        hit me up and show me it, maybe i can figure out something for you.
        If you get it figured out shoot me an e-mail

        Website Design - Consulting - Development
        sarah [at] zuzanadesigns.com - See Our Work

        Comment

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

          #5
          Originally posted by pompousjohn
          AEBN tubefeeder - anybody able to use it?
          Yes, I import them to WP tubes with CyberSEO Suite, e.g.: http://www.planet-pussy.com/tag/porn/
          Obey the Cowgod

          Comment

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

            #6
            AEBN tubefeeder XML feed + CyberSEO Suite

            BTW, here is a code for importing AEBN XML tube feed for CyberSEO Suite users (assuming you are using TubePress4 WP theme):

            Custom Fields:
            Code:
            screen_url::screen_url
            clip_url::clip_url
            PHP Code <?php .. ?>:
            Code:
            $post ['custom_fields'] ['tp_affiliate'] = "http://www.aebn.com/index.cfm?refid=AEBN-NNNNNN&salesToolId=4";
            // create an URL of thumb from it's path and file name
            $post ['custom_fields'] ['tp_thumb'] = $post ['custom_fields'] ['screen_url'];
            // since FLV videos have no unique GUID's let's use their URL's as post GUID's 
            $post ['guid'] = $post ['custom_fields'] ['clip_url'];
            $post ['custom_fields'] ['tp_flv'] = $post ['guid'];
            // check existence
            cseo_must_be_binary ( $post ['custom_fields'] ['tp_thumb'] );
            cseo_must_be_binary ( $post ['custom_fields'] ['tp_flv'] );
            // store thumbnail locally
            cseo_store_image ('tp_thumb', $post ['post_title'], 160, 120, 90);
            // store original thumbnail url for hotlinking
            $post ['custom_fields'] ['thumb'] = $post ['custom_fields'] ['tp_thumb'];
            // now let's delete all useless custom fields
            unset ( $post ['custom_fields'] ['screen_url'] );
            unset ( $post ['custom_fields'] ['clip_url'] );
            Simple replace AEBN-NNNNNN in the code above with your actual AEBN id and return to your other projects while AEBN and CyberSEO Suite will be making money for you.
            Obey the Cowgod

            Comment

            • k0nr4d
              Confirmed User
              • Aug 2006
              • 9231

              #7
              Originally posted by Zuzana Designs
              If you get it figured out shoot me an e-mail
              as soon as someone tells me exactly what i'm figuring out, sure
              Mechanical Bunny Media
              Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

              Comment

              • djroof
                JuicyDevils.gr Owner
                • Jan 2004
                • 25504

                #8
                I will try it ;)

                Comment

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

                  #9
                  Sorry, try what?
                  Obey the Cowgod

                  Comment

                  Working...