Search:

Type: Posts; User: death2all

Search: Search took 0.09 seconds.

  1. Replies
    25
    Views
    5,874

    list($width, $height, $type, $attr) =...

    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...
  2. Replies
    25
    Views
    5,874

    If with your cron you make sure that you don't...

    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...
  3. Replies
    3
    Views
    2,001

    I think your problem might the fact that you are...

    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.
  4. Replies
    2
    Views
    4,509

    I managed to install it into a subdomain without...

    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...
  5. Replies
    3
    Views
    3,816

    You can still use GeoIP using the pure php...

    You can still use GeoIP using the pure php solution mentioned in the original web site you posted.
  6. Replies
    7
    Views
    3,574

    you should create a mods folder inside the "forum...

    you should create a mods folder inside the "forum folder" that you found in public_html
  7. Replies
    7
    Views
    3,574

    www.phpbbfetchall.com...

    www.phpbbfetchall.com and sample of its full capabilities.

    should cover your needs.
Results 1 to 7 of 7