![]() |
excellent, thanks very much. i've sent a mail to my server people, just waiting to see if they've installed it yet :)
thanks again. |
I have GD installed on my server - however, phpinfo is stating this as the configure command:
'./configure' '--with-apxs=/usr/local/www/bin/apxs' '--with-config-file-path=/usr/local/www/etc' '--enable-versioning' '--with-system-regex' '--disable-debug' '--enable-track-vars' '--without-gd' '--without-mysql' '--with-zlib' '--with-imap=/usr/local' '--with-mysql=/usr/local' '--prefix=/usr/local/www' 'i386--freebsd4.4' I assume the '--without-gd' part means I'm SOL, unless I find a way to re-install PHP. I have root access - it is an Interland virtual server. |
There's further information about gd further down the page ^
|
I still don't see anything that specifically answers my question though. I know I can request it to be installed, but I need to be sure what I'm asking.
WHen I go into (what is called vinstall on my server) - i can see that GD is installed - the library and the app. PHP isn't using the "option" though. Do I simply ask them to re-install PHP with that option turned on? With my host, if I am not as specific as posisble with them they won't help me - they will look and see that the library is installed and tell me I'm on crack :ermm: |
Tell them that GD Library according to PHP Info page is installed but it not enabled according to that command line:
'./configure' '--with-apxs=/usr/local/www/bin/apxs' '--with-config-file-path=/usr/local/www/etc' '--enable-versioning' '--with-system-regex' '--disable-debug' '--enable-track-vars' '--without-gd' '--without-mysql' '--with-zlib' '--with-imap=/usr/local' '--with-mysql=/usr/local' '--prefix=/usr/local/www' 'i386--freebsd4.4' This should be specific enough to have them look into it and fix the problem. |
Perfect - that worked. Hope that helps anyone else that might have the same issue as well...
|
I may be missing something, but is the system supposed to send an email when the verficiation option is turned on?
I see them in the Verify section in the admin cp, but never received an email. All other emails from the system are working just fine. Then again, I don't know if emailing the admin was a built-in option? I'd hate to have photos waiting for verification for too long.. -- Also, when editing a photo it gives me the "your photo will not appear... " message again, even though it isn't really re-sent to the admin for re-verification. Perhaps the edit should just say "your photo has been edited" |
Would it be possible to have a link to the members photo show under the author area when viewing posts? Perhaps just above or below where the avatar is displayed...
Lots of neat options with this. Nice! |
ight, here is ss of the GD section in my PHP info.
It is in there...any ideas? It says 1.6.2 or higher on version...should it say something else? |
I tried this on 2 of my systems - one was just like yours, which is not version 2.0 or better, so it didn't work. The other says this in the gd info:
bundled (2.0 compatible) - that one worked just fine. I have since asked my first system to help upgrade their version.. but I seriously doubt the will. :lick: |
Da GoTTi, you must either have a version that states 2.0 or higher, or as gopher just said "bundled (2.0 compatible)", which just means he's running the latest version of PHP which comes pre-installed with it.
Any version of GD below 2.0 will not work. Gopher, I noticed a few bugs you mentioned in your post #47, and will be updating the hack shortly. |
The zip has been updated with version 1.2, with the added file of update1.2.txt. This small update basically fixes an issue with submitting only your comments field, but leaving your photo field blank, and it giving you a verification notice.
Basically the comments field is not verified, only the photo is, since I think having to verify the comments field is going alittle out of bound. Quote:
|
Very nice hack! Works well.
Thanks very much, Ricoche |
I got the following warning
Code:
Warning: move_uploaded_file() [function.move-uploaded-file]: open_basedir restriction in effect. File(/tmp/vbaee4c33b7) is not within the allowed path(s): (/home/www/netsh2/) in /home/www/netsh2/html/vbtest/member.php on line 1020 |
Quote:
Anyone want to take a stab at adding email to this? I like how photopost works, it sends an email that a new photo needs verification and includes the link to the verify page. I am in admin quite a bit, but not enough to be able to properly watch the system for new pics. I guess I could turn verify off as well and rely on users to let me know if someone uploads porn or something like that :squareeyed: Regardless, still cool. |
Very nice Hack!!! http://foros.angzone.com/images/smilies/amor.gif
*Install* http://foros.angzone.com/images/smilies/gringift.gif |
Quote:
|
checked but still the same problem :(
|
Just installed this hack.. took a while. Then I realized my system is hosted on a windows box and is not capable of running GD. Well, I modified some of the scripts and got the members photo album to work, just couldnt use the thumbnails. Modified gdresize and member.php
Gonna go click on install now |
Problem fixed! Just no tmp directory :D
|
Quote:
extension=php_gd2.dll Download the PHP zip for windows (not the installer package), and extract php_gd2.dll into your PHP directory... It'll work like a charm. |
be cool if u could add a bio with this
|
awesome job!
i like it so far, having a few problems biggest one woudl be PHP Code:
very nicely done installs.... :) i'm gonna see if i can rendar this one to use a full gallery |
ok still no luck!
some body help me out please :( thanks alot! the program is installed and i did the mod 3 times making sure i had done teh steps and all was done :( here's the script for thsoe whoe have not seen it... PHP Code:
PHP Code:
|
imagecreatefromjpeg() is a GD2.0 predefined function, and if this is coming up as undefined, then you have an error in your GD installation, or maybe JPG support is not enabled for GD.
Do as I have instructed to a user in this previous post: https://vborg.vbsupport.ru/showthrea...911#post360911 Then make sure JPG/PNG is enabled, and that PHP on the server is being started with GD support. |
:cry: Fatal error: Call to undefined function: imagecreatefromjpeg() in /home/**/public_html/forum/gdresize.php on line 5
|
Colby, according to the link you sent to me of your Phpinfo info page, there is no reference whatsoever of GD installed. I would inform your host about this to insure that they have absolutely installed it. you are running PHP 4.2.3, also, so it does not come pre-installed with it.
|
I am good friends with my host, and I was wondering if you could tell me where i could tell him to get this GD thing for his servers, please?
|
You can download GD from http://www.boutell.com/gd/
(just search "GD library" in google) |
Possible to display the member photo in their profile?
|
This only allows one photo upload per member although I have this set to allow 100 per user in the admin cp....any ideas on what is wrong?
|
Hi, this looks like an excellent hack but could someone tell me if this hack could be restricted so only certain usergroups could use it? Thank you
|
I got this error when uploading a pic
Fatal error: Call to undefined function: imagecreatefromjpeg() in D:\WebPublic\allhiphop\community\gdresize.php on line 5 |
Quote:
https://vborg.vbsupport.ru/attachmen...&postid=360348 Quote:
PHP Code:
Quote:
|
Ive installed this hack and gone over it..
When i try access member.php?s=&action=editphoto I get no output.. only Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
very nice
|
^^ oops
fixed it... i misread an instruction :) Thanks Very Nice :) |
Ok
Question.. How do u make it so when a user deletes the picture outa the database.. it will delete his/her picture from your harddrive.. Because right now it wont delete the pics on the hdd when a user changes pic... :S |
Add Photo To Profile..
I dident add the approval system because i know i will never use it, but its easy to encode if someone needs it.. This is the first time ive modded a hack before, so dont scream at me if im doin it wrong :) member.php Just Before PHP Code:
PHP Code:
Code:
$profilephoto<br> $photomessage |
Quote:
I recommend browsing through your memberpics directory and deleting those old files not being used by members presently in the photo gallery. ;) |
All times are GMT. The time now is 08:25 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|