Jump to content

JunoMR2

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

JunoMR2's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. nevermind. in Zend that doesn't work. however, on my live server it does work. thanks _Juno
  2. if you go to ubermodest.com, you can see the problem at the bottom of the page. here is the code that makes the image ( not my own ); $img_number = imagecreate(275,25); $backcolor = imagecolorallocate($img_number,102,102,153); $textcolor = imagecolorallocate($img_number,255,255,255); imagefill($img_number,0,0,$backcolor); $number = " Your IP is $_SERVER[REMOTE_ADDR]"; Imagestring($img_number,10,5,5,$number,$textcolor); header("Content-type: image/jpeg"); imagejpeg($img_number); www.ubermodest.com _Juno
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.