+ Reply to Thread
Results 1 to 5 of 5

Thread: php Thumb nail script help

  1. #1
    dharmil's Avatar
    dharmil is offline x10 Elder dharmil is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Avenel New Jersey
    Posts
    828

    php Thumb nail script help

    i need help with this thumbnail script

    to view the thumnail you go to thumbnail.php?image=http://domain.com/images/image.jpg
    but for some reson it doent thumb nail the image

    PHP Code:
    <?php
    $image 
    $HTTP_GET_VARS['image'];

    list(
    $widthreal$heightreal$type$attr) = getimagesize("$image");

    $size getimagesize($image);
    $width $size[0];
    $height $size[1];

    $width $width-$widthreal;

    $height $height-$heightreal;

    $x $width/2;
    $y $height/2;
    if (
    $type == '2')
    {
    $src imagecreatefromjpeg($image);
    }
    elseif (
    $type == '1')
    {
    $src imagecreatefromgif($image);
    }
    elseif (
    $type == '3')
    {
    $src imagecreatefrompng($image);
    }

    $tmb imagecreatetruecolor($widthreal,$heightreal);

    imagecopy($tmb$src00$x$y$widthreal$heightreal);
    if (
    $type == '2')
    {
    header('Content-type: image/jpeg');
    imagejpeg($tmbnull100);
    }
    elseif (
    $type == '1')
    {
    header('Content-type: image/gif');
    imagegif($tmbnull100);
    }
    elseif (
    $type == '3')
    {
    header('Content-type: image/png');
    imagepng($tmbnull100);
    }
    imagedestroy($src);
    imagedestroy($tmb);
    imagedestroy($thumb);
    ?>
    to view the thumnail you go to thumbnail.php?image=http://domain.com/images/image.jpg
    but for some reson it doent thumb nail the image
    Last edited by dharmil; 07-22-2006 at 01:57 PM.

  2. #2
    dharmil's Avatar
    dharmil is offline x10 Elder dharmil is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Avenel New Jersey
    Posts
    828

    Re: php Thumb nail script help

    bump can some one please help me out with this

  3. #3
    Torch's Avatar
    Torch is offline x10 Lieutenant Torch is an unknown quantity at this point
    Join Date
    Apr 2006
    Location
    Belgrade, Serbia
    Posts
    317

    Re: php Thumb nail script help

    I have PM'd you the script :D

  4. #4
    dharmil's Avatar
    dharmil is offline x10 Elder dharmil is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Avenel New Jersey
    Posts
    828

    Re: php Thumb nail script help

    thanks

  5. #5
    oab's Avatar
    oab
    oab is offline
    x10 Lieutenant oab is an unknown quantity at this point
    Join Date
    Apr 2005
    Location
    Olympia, WA
    Posts
    459

    Re: php Thumb nail script help

    why dont you post it here so we can all learn from it??
    http://www.teamoab.com

    aim:dknigh73
    msn:d_knight_3@hotmail.com

+ Reply to Thread

Similar Threads

  1. [PHP] Variables in PHP
    By Bryon in forum Tutorials
    Replies: 15
    Last Post: 01-29-2009, 09:46 AM
  2. tons of PHP Resources
    By Chris S in forum Scripts & 3rd Party Apps
    Replies: 10
    Last Post: 01-16-2009, 10:07 AM
  3. Unstand PHP?
    By o0slowpaul0o in forum Tutorials
    Replies: 8
    Last Post: 01-07-2008, 09:16 PM
  4. Need a PHP script
    By Woraug in forum Scripts & 3rd Party Apps
    Replies: 7
    Last Post: 07-15-2006, 06:24 PM
  5. php Script help!
    By Vr3nuhm in forum Scripts & 3rd Party Apps
    Replies: 7
    Last Post: 04-10-2005, 07:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers