View Single Post
Old 05-06-2011, 12:51 PM  
tonyparra
Confirmed User
 
tonyparra's Avatar
 
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
Quote:
Originally Posted by cyberxxx View Post
As d-null said. If you want to store the thumbs on your server, simple remove the comments mark "//". So your code must look like this:
Code:
// uncomment the line below to store thumbnails on your server
cseo_store_image ('thumb', $post ['post_title']);
BTW, there is a support forum launched yesterday at the official site. Feel free to post your questions there.
cool ill be checking it out this may be a more general question though,its not exactly plugin related with the random time code Im pulling time as low as 02:30- which is shorter than some of the free clip! This would be a simple fix if sponsors simply put as much info as possible in their feeds i.e. full lengths, stars, tags, number of pics etc...but alas all calls that ive seen have fallen on deaf ears.

Anyways here is the php code
Code:
// fake random time from 0:20:00 to 2:00:00
$post ['custom_fields'] ['time'] = date ( 'i:s', rand ( 1200, 72000 ) );
Ive tried making the first set of numbers 72000 and second set 120000 (72000, 120000) but i still get some shorter times like 2,3, or 4 mins. I would like the time range to be at least 20 minutes or higher. Any ideas how to fix that?
__________________

High Performance Vps $10 Linode
Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot
tonyparra is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote