View Single Post
Old 01-12-2015, 03:43 AM  
Ketchup
Confirmed User
 
Ketchup's Avatar
 
Join Date: Jul 2006
Location: Toronto Canada
Posts: 563
Quote:
Originally Posted by armysmoke View Post
He will tell you it's a configuration issue with your server.

lol i know he never responds after you pay its pretty rude, thats why i have to post here and I bought his other scripts too

Ok so i been working on it and I see you have to use the porn hub import to import pornhub videos...if you use the mass import it then uses the flow player...which is not going to work it seems.

it appears tubeace-pornhub.php is not correct coding...and im not even a coder so don't take my word

the order of the values in the php file does not match how hubtraffic is providing the csv dump links..so it is looking for the duration but the thumb is in that spot. There is no option to reorder the values anywhere in the tubeace or hubtraffic....so only way to fix that is reorder them in the php file to match the csv.

I made it like this

$fieldArr = array('embed_code','title','tags','duration','defa ult_thumb','thumbs','categories');

it was like this

$fieldArr = array('embed_code','default_thumb','thumbs','title ','tags','categories','','duration');

I also edited a line under that and reordered them

Then I manged to make the post, with the working thumbnails.

BUT there is an error with t he video it didnt embed properly. When I look at the source it shows no ID for the video

<div class="flex-video"><iframe src="http://www.pornhub.com/embed/" frameborder="0" height="688" width="868" scrolling="no" name="ph_embed_video"></iframe></div>
</div><!-- .video-header -->

Ketchup is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote