Author Topic: Can't Find a script that displays only thumbnail.  (Read 3271 times)

0 Members and 1 Guest are viewing this topic.

Offline Smoothice

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • Casual Victims
Can't Find a script that displays only thumbnail.
« on: May 23, 2007, 05:16:47 AM »
I want to be able to submit videos to Digg.  They have an auto inport feature to grab thumbnails.  What I need to do is take the typical url like:

http://www.fukthedog.com/details.php?image_id=192

and have another url like

http://www.fukthedog.com/thumnail.php?image_id=192

This would suffice for digg to auto grab the thumbnails.  Does anyone have anything like this or know where to start to create one?

Aaron

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Can't Find a script that displays only thumbnail.
« Reply #1 on: May 23, 2007, 06:09:46 AM »
Hi,

in a different details.html:

search:
Code: [Select]
{image}replace with:
Code: [Select]
{thumbnail}

cu
Kurt

Offline Smoothice

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • Casual Victims
Re: Can't Find a script that displays only thumbnail.
« Reply #2 on: May 23, 2007, 09:56:01 PM »
Perfect  I was so brain dead last night I couldn't even think of that.  How SAD.

Thank you for your help.

Aaron