NULLED
TESTED ON SE3.17
WORKING

Posted 31 May 2010 - 11:35 AM
Edited by Salman, 12 July 2010 - 05:26 PM.
Posted 02 March 2011 - 07:18 PM
Fatal error: Out of memory (allocated 31195136) (tried to allocate 16000000 bytes) in /homepages/32/d2448660264/htdocs/MYSITE.COM/SOCIAL/include/class_upload.php on line 295
case "jpeg":
case "jpg":
$file = imagecreatetruecolor($file_maxdim, $file_maxdim);
$new = imagecreatefromjpeg($this->file_tempname);
for($i=0; $i<256; $i++) { imagecolorallocate($file, $i, $i, $i); }
imagecopyresampled($file, $new, 0, 0, $x, $y, $file_maxdim, $file_maxdim, $width, $height);
imagejpeg($file, $photo_dest, 100);
ImageDestroy($new);
ImageDestroy($file);
break;
Edited by frress, 02 March 2011 - 07:23 PM.
Posted 03 March 2011 - 01:20 PM
Fatal error: Out of memory (allocated 31195136) (tried to allocate 16000000 bytes) in /homepages/32/d2448660264/htdocs/MYSITE.COM/SOCIAL/include/class_upload.php
Posted 08 March 2011 - 03:40 AM
Posted 21 March 2011 - 07:52 AM
Posted 08 August 2011 - 09:09 PM
0 members, 0 guests, 0 anonymous users