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)
-   -   AEBN tubefeeder - anybody able to use it? (https://gfy.com/showthread.php?t=1002843)

iSpyCams 12-21-2010 08:20 AM

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?

k0nr4d 12-21-2010 09:03 AM

hit me up and show me it, maybe i can figure out something for you.

Mutt 12-21-2010 09:09 AM

Quote:

Originally Posted by k0nr4d (Post 17790001)
hit me up and show me it, maybe i can figure out something for you.

now that's service!

Zuzana Designs 12-21-2010 09:23 AM

Quote:

Originally Posted by k0nr4d (Post 17790001)
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 :thumbsup

just a punk 12-21-2010 09:25 AM

Quote:

Originally Posted by pompousjohn (Post 17789908)
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/

just a punk 12-21-2010 09:41 AM

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.

k0nr4d 12-21-2010 10:41 AM

Quote:

Originally Posted by Zuzana Designs (Post 17790058)
If you get it figured out shoot me an e-mail :thumbsup

as soon as someone tells me exactly what i'm figuring out, sure :1orglaugh

djroof 12-21-2010 10:49 AM

I will try it ;)

just a punk 12-21-2010 11:23 AM

Sorry, try what? :)


All times are GMT -7. The time now is 08:59 PM.

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