View previous topic :: View next topic |
Author |
Message |
dcn30 -
Joined: 14 Aug 2003 Posts: 9
|
Posted: Sat Nov 29, 2003 12:25 am Post subject: Winamp`Currently_Listen PHP Script does not work? Help!!!! |
|
|
ok, I found recently a php script which should generate an image
and show up in a png-file what you are currently listen to:
http://x-istence.com/forums/index.php?showtopic=167&st=0
(here is the tutorial!)
I set it up on my Win98 - Abyss Web Server, where PHP Installed,
but it did not work - I probably need to install some librarier: php_gd2.dll???
It did not work, can anyone help me, please? If you know
how to script php?
thanks in advance, |
|
Back to top |
|
 |
Trix -
Joined: 03 Apr 2003 Posts: 33
|
Posted: Sat Nov 29, 2003 1:25 pm Post subject: |
|
|
goto ur php.ini config file and UN-comment the part that says ;extension=php_gd2.dll u uncomment it by takin away the ; |
|
Back to top |
|
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
Posted: Sat Nov 29, 2003 2:40 pm Post subject: |
|
|
The GD file doesn't come with the installer version of PHP, if that's what you used.
You need to go back to http://www.php.net and get the zip package. After you
un-zip it, take out the php_gd2.dll from the extensions folder. Then, put that in
the root folder where you installed PHP (C:\PHP is the default).
When that's done, do what Trix posted above. :wink: |
|
Back to top |
|
 |
dcn30 -
Joined: 14 Aug 2003 Posts: 9
|
Posted: Sat Nov 29, 2003 4:57 pm Post subject: |
|
|
thanks now, I installed php installer from new and put gd2 library in extensions! -
I only make in php.ini:
extensions directory: "c:\php\extensions"!!!!
and: uncomment - leave ";" of gd2 library ;)
and stop and run abyss, and wonder wonder - it works...
wow you guys are great !!!
thanks thanks thanks!!!!!
greetings to you wherever you are - if you want a nice place where you
can share your htoughts and concerns openly: klboard.ath.cx ;)
my name there internet.news ;)
abyss is great - first I did not think that I get mysql and other
stuff working cause i am newbie, but, now ;) it is great ...
thanks to you guys that you developed this cultural web server tool!
great thanks and more happy nights sesssions when
developing abyss furthermore and nice dreams!!!!! |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Sun Nov 30, 2003 1:05 am Post subject: |
|
|
Im trying this thing out !
Edit: Error , I took the php_gd2.dll and put it in my main PHP program folder and when I browse any of my php sites it tells me that it was not found , yes i did remove the ; . Help! |
|
Back to top |
|
 |
dcn30 -
Joined: 14 Aug 2003 Posts: 9
|
Posted: Sun Nov 30, 2003 4:30 pm Post subject: |
|
|
TRUSTpunk wrote: | Im trying this thing out !
Edit: Error , I took the php_gd2.dll and put it in my main PHP program folder and when I browse any of my php sites it tells me that it was not found , yes i did remove the ; . Help! |
do the following after the instructions on x-istence:
1.put it in c:\php\extensions
2.and in your php.ini: remove ";" from ;extensions=php_gd2.dll
3.now stop and run abyss from your tray.
4.Browse http://localhost/song.png |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Nov 30, 2003 6:51 pm Post subject: |
|
|
dcn30,
You don't need to stop/restart Abyss when modifying php.ini. The modification is taken into account immediatly by PHP scripts. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Mon Dec 01, 2003 12:35 am Post subject: |
|
|
Ok I tried that , I know I need more than just the php_gd2.dll file don't I ? Please help me set this thing up , im planning on creating a new PHP script for you guy's , A user login script To prevent automated registrations ! |
|
Back to top |
|
 |
|