Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Sig Images!!!!

  1. #1
    Banned
    Join Date
    Mar 2002
    Posts
    594

    Sig Images!!!!

    What's going on... how come a lot of newbies have those over sized 450*150 sig images? Is this a bug or what? I've tried getting an oversized image and can't, so what's going on?!

    jag291

  2. #2
    Junior Member
    Join Date
    Aug 2003
    Posts
    22
    I have seen a lot of them too and i couldn't fit anything bigger than yours
    Im here to kick ass and chew bubblegum.... and imall out of bubblegum

  3. #3
    Ohhhhhhhhhhh, Your's is bigger than mine lol
    I was wondering the same thing?????????

  4. #4
    Junior Member
    Join Date
    Aug 2003
    Posts
    22
    maybe they just broke the image in 2 and put both halves up in their sig
    Im here to kick ass and chew bubblegum.... and imall out of bubblegum

  5. #5
    Banned
    Join Date
    Mar 2002
    Posts
    594
    Nope.. highlight the image with your mouse and you'll see that its one WHOLE image... look at Dark Raider's sig image.. his is a big image broken in two pieces.. then check out Plastic's sig image.. one entire image... !!!!

    jag291

  6. #6
    There has to be some sort of trick to do it.

  7. #7
    Senior Member
    Join Date
    May 2003
    Posts
    207
    haha.. yea, look at my image

    my sig is just an image on my site linked with "[url]" bbcode

  8. #8
    Senior Member
    Join Date
    May 2003
    Posts
    207
    i'm guessing not, if it's allowing mine

  9. #9
    Senior Member
    Join Date
    May 2003
    Posts
    207
    so there ya go!

    *radio chatter* "houston, we've found the problem"


  10. #10
    er0k
    Guest
    hrm.. maybe a simple:

    Code:
    <? 
    
             // if statement to see if its a url linked image..
    
                $link = getimagesize('url');
    
                if($link[0] > 450 || $link[1] > 150)
                        {
                                 die("Ha.. sucker. image too big");
                         }
    
                     // very simplified and probably non-working code...
    
    ?>
    muahhahaa

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •