list($width, $height, $type, $attr) = getimagesize($file_in);
$new_width = $width;
$new_height = $height;
if ($width > 177)
{
$relation = ($height/$width);
$new_width = 177;
$new_height...
Type: Posts; User: death2all
list($width, $height, $type, $attr) = getimagesize($file_in);
$new_width = $width;
$new_height = $height;
if ($width > 177)
{
$relation = ($height/$width);
$new_width = 177;
$new_height...
If with your cron you make sure that you don't attempt to re-resize the same images week after week (thus increasing the load with each passing week) by using some sort of flag for each image in a...
I think your problem might the fact that you are trying to use fsockopen with a port other than 80, but I might be mistaken.
Drop a mail to support to make sure.
I managed to install it into a subdomain without adding a virtual host. I changed the .htaccess file to:
DirectoryIndex pastebin.php
RewriteEngine on
RewriteRule ([0-9]+) pastebin.php?show=$1...
You can still use GeoIP using the pure php solution mentioned in the original web site you posted.
you should create a mods folder inside the "forum folder" that you found in public_html
www.phpbbfetchall.com and sample of its full capabilities.
should cover your needs.