
-----------------------------------
Amailer
Sat Sep 06, 2003 9:19 pm

GD...w/e! HELP!
-----------------------------------





Error:

The image "http://termix-zero.ath.cx/scripts/GD.php" cannot be displayed, because it contains errors.


Or in other words (IE) broken link.

WHY!
HELP!
[script from php.net]

-- http://termix-zero.ath.cx/scripts/GD.php ---
See whats wrong :S!

PHP VERSION: 4.3.3 (w/e the latest is)

-----------------------------------
Tony
Sat Sep 06, 2003 11:31 pm


-----------------------------------
does IE support png image format?

-----------------------------------
octopi
Sun Sep 07, 2003 1:07 am


-----------------------------------
You don't have gd installed.


IE does support png's, except for transparent ones, which it shows the transparent part as grey. (50/50 w/b)

-----------------------------------
Asok
Sun Sep 07, 2003 1:25 am


-----------------------------------
.php extention is not an image extention

-----------------------------------
Blade
Sun Sep 07, 2003 3:03 am


-----------------------------------
no, but you can create images with php.... 
http://avatar.dblade.sytes.net/test.php
http://avatar.dblade.sytes.net/test.php
.... meh its nothing right now, but i'm learning how to do fractals..

its alot like octopi's avatar... his is a perl script

-----------------------------------
Amailer
Sun Sep 07, 2003 6:31 am


-----------------------------------
where can i get it to install it?
Or it is in the php.ini or some dll???idk!

-----------------------------------
octopi
Sun Sep 07, 2003 7:08 am


-----------------------------------
remove the  ';' from the line in your   php.ini file that looks similar to below


extention=*gd*.dll

I don't know the specific name...but it can't be too hard to find.

Make sure you have the proper dll in the folder.

-----------------------------------
Amailer
Sun Sep 07, 2003 7:59 am


-----------------------------------
SAYS MODULE NOT FOUND!!! AHAHAH!
extension=php_gd.dll

ahha grr help!

-----------------------------------
octopi
Sun Sep 07, 2003 1:50 pm


-----------------------------------
Make sure the php_gd.dll is in the extention_dir, and make sure you have the file....if you don't find one that is compatible with your version of php, or else you will get insane errors.

-----------------------------------
Amailer
Sun Sep 07, 2003 2:24 pm


-----------------------------------
rit..lets find that dir brb
Err no such dir..where is that dir suppose to be?

and i don't havee the php_gd.dll or w/e

-----------------------------------
Homer_simpson
Sun Sep 07, 2003 3:59 pm


-----------------------------------
here u go

-----------------------------------
Amailer
Sun Sep 07, 2003 4:09 pm


-----------------------------------
, thanks dude.
Now the extensions dir..where does that have to be in?

-----------------------------------
Amailer
Sun Sep 07, 2003 4:13 pm


-----------------------------------
ERROR!

-----------------------------------
octopi
Sun Sep 07, 2003 6:31 pm


-----------------------------------
Seriously, does no one listen?

Make sure the php_gd.dll is in the extention_dir, and make sure you have the file....if you don't find one that is compatible with your version of php, or else you will get insane errors.

-----------------------------------
Amailer
Sun Sep 07, 2003 6:56 pm


-----------------------------------
No  hehe j/k
Ok, i need 1 for v4.3.3!

Where can i get it?

-----------------------------------
Homer_simpson
Sun Sep 07, 2003 7:58 pm


-----------------------------------
"googled it"   i also know how to use google  :wink: :lol: 
http://rpm.pbone.net/index.php3/stat/4/idpl/699307/com/php-gd-4.3.3-1.1.i586.rpm.html

-----------------------------------
octopi
Sun Sep 07, 2003 8:01 pm


-----------------------------------
....rpm's are for redhat linux (and other distro's)....not for windows.


If your using 4.3.3 then you probally already have it.
You just using the wrong dll file. Look for php_gd2.dll

If you don't have it then download it....

You should be able to find the right place by yourself...but I will be nice and include a link:

http://ca2.php.net/get/php-4.3.3-Win32.zip/from/a/mirror

-----------------------------------
Amailer
Sun Sep 07, 2003 9:35 pm


-----------------------------------
Thanks :S
