cluelusshusbund Posted April 10, 2015 Posted April 10, 2015 ptim http://ptim.heliohost.org/ stevie server I thank i log in to cPanel often enuff so i dont know what the prollem might be.!!! Quote
Byron Posted April 10, 2015 Posted April 10, 2015 You were suspended for using 54% of the tmp partition. I went ahead and unsuspended your account. What scripts have you been using recently on your site? Quote
cluelusshusbund Posted April 10, 2015 Author Posted April 10, 2015 I changed my sweeper script to 2 days insted of 7 days.!!! Quote
Byron Posted April 10, 2015 Posted April 10, 2015 This is not your tmp directory but the tmp directory for Stevie. What script have you been using recently, maybe an image script? Quote
cluelusshusbund Posted April 10, 2015 Author Posted April 10, 2015 I dont realy know what you mean by image script or what a tmp directory for Stevie is.!!! Quote
Byron Posted April 10, 2015 Posted April 10, 2015 Did you do any imaging on your site recently? Like maybe resize an image or something like that? Or use any tools recently on your site? Quote
cluelusshusbund Posted April 10, 2015 Author Posted April 10, 2015 Yes i have resized an cropped some stuff.!!! Woud this be the cause::: http://ptim.heliohost.org/Bugs%20Bunny%20Cut.mp4 Quote
Byron Posted April 10, 2015 Posted April 10, 2015 Just saving the mp4 file in itself wouldn't do it. Can you post the codes to your resize tool and crop tool? Quote
cluelusshusbund Posted April 10, 2015 Author Posted April 10, 2015 <p>Crop Tool</p><p>----------------</p><div><?php</div><div>session_start();</div><div>$ID = session_id();</div><div>$self = $_SERVER[php_SELF];</div><div>$_SESSION[views];</div><div> </div><div>if ( $_POST )</div><div>{</div><div>$url = trim("$_POST");</div><div> </div><div>if ( !preg_match("#^http#i", $url) )</div><div>{ die("<center>URLs start with http://</center>"); }</div><div> </div><div>$url = str_replace(" ","%20",$url);</div><div> </div><div>$blob = file_get_contents("$url");</div><div>$image = new imagick();</div><div>$image->readImageBlob("$blob");</div><div> </div><div>$format = strtolower( $image->getimageformat() );</div><div>$path = "tmp/$ID.$_SESSION[views].$format";</div><div>$_SESSION[path] = $path;</div><div> </div><div>$image->writeimage("$path");</div><div> </div><div>header("location:imagick-click-crop.php");</div><div>exit;</div><div>}</div><div>?> </div><div> </div><div><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"></div><div><html></div><div><head></div><div><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></div><div><title>Image Click To Crop</title></div><div><style type="text/css"> </div><div><!--</div><div>/* style forms */</div><div>input {</div><div> background-color: #c6ccd3;</div><div> color: #000060;</div><div>}</div><div> </div><div>select {</div><div> background-color: #c6ccd3;</div><div> color: #000060;</div><div>}</div><div> </div><div>textarea {</div><div> background-color: #c6ccd3;</div><div> color: #000060;</div><div>}</div><div> </div><div>form {</div><div> border: 1px solid #c6ccd3;</div><div> padding: 5px;</div><div>}</div><div> </div><div>/* end forms */</div><div>--></div><div></style></div><div></head></div><div><body bgcolor="#ffffff" text="#000060"></div><div><form action="" method="post"></div><div><table width="100%" align="center" cellpadding="0" cellspacing="8" border="0"></div><div><tr></div><div><td align="center"></div><div><h1 align="center">Image Click To Crop</h1></div><div><br></div><div>url: <input type="text" name="url" size="30" value=""> <input type="submit"></td></div><div></tr></div><div></table></div><div></form></div><div><br><br></div><div></body></div><div></html></div><div> </div><div> </div><div> </div><div> </div><div> </div><div> </div> Quote
Byron Posted April 10, 2015 Posted April 10, 2015 Just PM me the links to the tools and I'll check the scripts that way. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.