GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   GD Libary HELP (https://gfy.com/showthread.php?t=314249)

OzMan84 06-17-2004 10:32 PM

GD Libary HELP
 
i am using ap tgp, when i go 2 build this error comes up:

Your PHP installation is missing necessary function imagecreatefromjpeg() from the GD Library. The GD Library will be installed by your system administrator.
Your PHP installation is missing necessary function imagecreatefrompng() from the GD Library. The GD Library will be installed by your system administrator.
Your PHP installation is missing necessary function imagecreatetruecolor() from the GD Library. The GD Library will be installed by your system administrator.
Your PHP installation is missing necessary function imagecopyresampled() from the GD Library. The GD Library will be installed by your system administrator.


wtf have i changed? it was working fone yesterday

directfiesta 06-17-2004 10:39 PM

try restarting your services, if it was working yesterday....

V_RocKs 06-17-2004 10:40 PM

Did you recompile apache or php?

OzMan84 06-17-2004 10:48 PM

Quote:

Originally posted by V_RocKs
Did you recompile apache or php?
i updated cpanel but thats all ive done

OzMan84 06-17-2004 11:03 PM

ive restarted apache, and it still dnt work

LiLi 06-17-2004 11:04 PM

Try from WHM reinstall GD. if you are on a dedicated server....

LiLi 06-17-2004 11:07 PM

imagecreatefromjpeg() its from early version of GD if you have updated your cpanel may be Gd 2.x has been installed then you have to look in to your config.php file from your TGP soft and put you are using GD2.x

after you do that your tgp soft would use imagecreatetruecolor() instead of imagecreatefromjpeg()

if its a custom TGP soft ask your programmer to update that....

OzMan84 06-18-2004 07:59 AM

Quote:

Originally posted by LiLi
imagecreatefromjpeg() its from early version of GD if you have updated your cpanel may be Gd 2.x has been installed then you have to look in to your config.php file from your TGP soft and put you are using GD2.x

after you do that your tgp soft would use imagecreatetruecolor() instead of imagecreatefromjpeg()

if its a custom TGP soft ask your programmer to update that....

ok ive updated the gd but all my sites dnt work @ the moment for some reason, mayb dns change over, they are all blank pages. so i gota wait i guess to see if its all workig

fris 06-18-2004 08:00 AM

your php doesnt have gd, you will have to go into the server, and recompile with gd.

directfiesta 06-18-2004 08:13 AM

Quote:

Originally posted by OzMan84
ok ive updated the gd but all my sites dnt work @ the moment for some reason, mayb dns change over, they are all blank pages. so i gota wait i guess to see if its all workig
Do yourself a favor, install in info.php file in your root folder. This will give you so much info on what you have and what you don't have, versions, path, etc...

PHP Code:

<html>

hahahahahaha>
<title>No title</title>
hahahahahaha name="generator" content="Namo WebEditor v5.0">
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>&nbsp;</p>
<? 
phpinfo(); 
?> 

</body>

</html>

Make sure you have version 2, and dooooooooooooooo as stated above by another poster : check your config files for version 1.6 and replace by 2.0 ( or similar)


Edit: first hahaha: h-e-a-d ( take the "-" out )

second hahaha: m-e-t-a

OzMan84 06-18-2004 08:20 AM

Quote:

Originally posted by directfiesta
Do yourself a favor, install in info.php file in your root folder. This will give you so much info on what you have and what you don't have, versions, path, etc...

PHP Code:

<html>

hahahahahaha>
<title>No title</title>
hahahahahaha name="generator" content="Namo WebEditor v5.0">
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>&nbsp;</p>
<? 
phpinfo(); 
?> 

</body>

</html>

Make sure you have version 2, and dooooooooooooooo as stated above by another poster : check your config files for version 1.6 and replace by 2.0 ( or similar)


Edit: first hahaha: h-e-a-d ( take the "-" out )



second hahaha: m-e-t-a

hit me up?

directfiesta 06-18-2004 08:26 AM

Hate ICQ.

Get the file here, put it in your folder (use notepad or a wysiwyg html app,



then in your browser:

http://www.yourdomain.com/info.php

http://www.ibillsucks.info/files/info.zip

OzMan84 06-18-2004 08:31 AM

Quote:

Originally posted by directfiesta
Hate ICQ.

Get the file here, put it in your folder (use notepad or a wysiwyg html app,



then in your browser:

http://www.yourdomain.com/info.php


http://www.ibillsucks.info/files/info.zip


i cant access any file on my server at the moment for some fucked up reason

s9ann0 06-18-2004 08:39 AM

GD can be a bitch to install as well I've ended up having to update all of ports and edit makefiles and loads of shit more than a few times

OzMan84 06-18-2004 08:57 AM

Quote:

Originally posted by spanno
GD can be a bitch to install as well I've ended up having to update all of ports and edit makefiles and loads of shit more than a few times

it seemed easy enough i just wish my sites would show up so i can see if gd installed

directfiesta 06-18-2004 09:15 AM

Listen, you seem to be pretty stuck .... also in the other thread of DNS.

Just do that page and FTP it to your main folder ( the one were index.html is ). Then put the url in the browser and you will see.

If you need help. I can only tell you to email me a user/pass temporary combination to one of your sites and I can ftp or tellnet in it and either fix or give you instructions.

email: pierre at pdghosting.com

OzMan84 06-18-2004 09:36 AM

Quote:

Originally posted by directfiesta
Listen, you seem to be pretty stuck .... also in the other thread of DNS.

Just do that page and FTP it to your main folder ( the one were index.html is ). Then put the url in the browser and you will see.

If you need help. I can only tell you to email me a user/pass temporary combination to one of your sites and I can ftp or tellnet in it and either fix or give you instructions.

email: pierre at pdghosting.com


i have done that info.php upload to my main folder, but i end up with a 404

directfiesta 06-18-2004 09:39 AM

Quote:

Originally posted by OzMan84
i have done that info.php upload to my main folder, but i end up with a 404
URL ?

OzMan84 06-18-2004 09:45 AM

Quote:

Originally posted by directfiesta
URL ?
phatslinks.com/info.php

OzMan84 06-18-2004 10:02 AM

Quote:

Originally posted by OzMan84
phatslinks.com/info.php

was i correct?

directfiesta 06-18-2004 10:03 AM

Quote:

Originally posted by OzMan84
phatslinks.com/info.php
I get nothing. But on the main url ( phatslinks.com ) , I get the cpanel telling that "There is no website configured at this address".

The info.php file doesn't show for either:

- it is not done properly
- your apache config file has no instructions to read php
- your perl and php have not been properly compiled.

Can you do a hard reboot on your servere thru WHM. If so, do it.
Then upload any html page to your site. You can use Cpanel to upload also...
Then, if nothing changed, you really need somebody to snoop aroung, about like a gyno for server... :Graucho

directfiesta 06-18-2004 10:06 AM

this is what you would get:

http://www.ibillsucks.info/info.php

OzMan84 06-18-2004 10:13 AM

Quote:

Originally posted by directfiesta
I get nothing. But on the main url ( phatslinks.com ) , I get the cpanel telling that "There is no website configured at this address".

The info.php file doesn't show for either:

- it is not done properly
- your apache config file has no instructions to read php
- your perl and php have not been properly compiled.

Can you do a hard reboot on your servere thru WHM. If so, do it.
Then upload any html page to your site. You can use Cpanel to upload also...
Then, if nothing changed, you really need somebody to snoop aroung, about like a gyno for server... :Graucho


were does it say reboot?

OzMan84 06-18-2004 10:18 AM

also i just relised that in whm my domains are not parked, but in my cpanel they are

directfiesta 06-18-2004 10:20 AM

Quote:

Originally posted by OzMan84
were does it say reboot?
Not in Cpanel, in WHM ( http://your_main_ip:2086 ).

On the left menu, 6th item down:

Graceful Server Reboot
Forceful Server Reboot

OzMan84 06-18-2004 10:24 AM

Quote:

Originally posted by directfiesta
Not in Cpanel, in WHM ( http://your_main_ip:2086 ).

On the left menu, 6th item down:

Graceful Server Reboot
Forceful Server Reboot


how long does it take to reload?

directfiesta 06-18-2004 10:32 AM

Quote:

Originally posted by OzMan84
how long does it take to reload?
2-3 minutes

directfiesta 06-18-2004 10:33 AM

you are up and running. Got your site first page.

Welcome to the net...:1orglaugh

directfiesta 06-18-2004 10:36 AM

But on your info.php, I do not see the GD library at all ...

OzMan84 06-18-2004 09:53 PM

Quote:

Originally posted by directfiesta
But on your info.php, I do not see the GD library at all ...


weird, well all sites seem to be phatslinks.com now

OzMan84 06-18-2004 10:07 PM

Quote:

Originally posted by OzMan84
weird, well all sites seem to be phatslinks.com now
ok all tgps are running, now back to the gd which this thread was made for, i still cant work that out


thankyou for the dns feedback and help fellas

:thumbsup

OzMan84 06-19-2004 08:09 PM

bump

OzMan84 06-20-2004 02:41 AM

Quote:

Originally posted by directfiesta
But on your info.php, I do not see the GD library at all ...

ive sent u an email, i got no idea wat is going on now


All times are GMT -7. The time now is 09:37 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123