Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: I have a cool signature.

  1. #21

    Joined
    Jan 2013
    Posts
    129
    Thanks
    26
    Thanked
    200/62
    DL/UL
    2/0
    Mentioned
    71 times
    Time Online
    8d 3h 9m
    Avg. Time Online
    2m
    Quote Originally Posted by John View Post
    That's it?!?!
    I was happy with it until you came and destroyed my bubble.
    But yes, that's not all, but pretty much it.

    Quote Originally Posted by Infamous Joe View Post
    It's cool. I've seen cooler.
    Show me!

  2. #22

    Joined
    Jun 2012
    Posts
    1,699
    Thanks
    876
    Thanked
    2,881/1,142
    DL/UL
    44/1
    Mentioned
    562 times
    Time Online
    118d 6h 45m
    Avg. Time Online
    40m
    This is like the hello world of dynamic php images I am more impressed with the amount of np sold.

    <?php
    // Set the content-type
    header('Content-type: image/png');

    // Create the image
    $im = imagecreatetruecolor(400, 30);

    // Create some colors
    $white = imagecolorallocate($im, 255, 255, 255);
    $grey = imagecolorallocate($im, 128, 128, 128);
    $black = imagecolorallocate($im, 0, 0, 0);
    imagefilledrectangle($im, 0, 0, 399, 29, $white);

    // The text to draw (or link to a db)
    $text = 'Total NPs sold: 10,265,000,000';
    // Replace path by your own font path
    $font = 'arial.ttf';

    // Add some shadow to the text
    imagettftext($im, 20, 0, 11, 21, $grey, $font, $text);

    // Add the text
    imagettftext($im, 20, 0, 10, 20, $black, $font, $text);

    // Using imagepng() results in clearer text compared with imagejpeg()
    imagepng($im);
    imagedestroy($im);
    ?>



    I made one before on neo that would show a image but also log the persons ip adress to a .txt file. Also made a dynamic snowager image using these:




    Basically just use nst time on my webserver then call time functions to determined if hes awake or asleep. Then render the correct image file based on that.
    Last edited by DarkByte; 04-07-2013 at 04:58 AM.

  3. #23

    Joined
    Dec 2011
    Posts
    5,855
    Userbars
    14
    Thanks
    1,510
    Thanked
    2,163/1,229
    DL/UL
    6/0
    Mentioned
    1,100 times
    Time Online
    43d 11h 54m
    Avg. Time Online
    14m
    [QUOTE=Pieter;289553]I was happy with it until you came and destroyed my bubble.
    But yes, that's not all, but pretty much it.

    It's okay, i still love you!!!
    [9/3/12 11:11:58 PM] Joanna: sigh
    [9/3/12 11:12:14 PM] Joanna: john
    [9/3/12 11:12:16 PM] Joanna: is
    [9/3/12 11:12:17 PM] Joanna: perfect

  4. #24
    shinxiii's Avatar
    Joined
    Apr 2013
    Posts
    29
    Userbars
    0
    Thanks
    0
    Thanked
    4/4
    DL/UL
    1/0
    Mentioned
    1 time
    Time Online
    3h 42m
    Avg. Time Online
    N/A
    COOOOOOOOOOOOOOOOOL!

Posting Permissions

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