Version: 1.00, by MaryTheG(r)eek
Developer Last Online: Mar 2012
Category: Major Additions -
Version: 3.6.2
Rating:
Released: 10-31-2006
Last Update: Never
Installs: 41
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage
No support by the author.
Removed by the Author
till the time that People like Bubble #5 understand what means respection to honesty, respection to the time that someone spent for giving them something for free.
the hack authors attutide to this is diabolical.....as it doesnt work, im gonna uninstall.
My dear, on 02. Nov 2006 at 19:10 (post#64) you wrote that you're uninstalling it. 15 days now and still didn't succeeded to uninstall it? When you checked last time your IQ???
Hello thx for this script all is installed and work but one problem
i try add my pic and i got this message
Code:
Fatal error: Call to undefined function: imagecreatetruecolor() in c:\program files\easyphp1-7\www\forum\vbhotornot.php on line 373
Any help for i can fix it thx and good work
If I understood well from the directory name, are you running on a Windows server? In that point the script is trying to upload the photo. In a Linux server the problem should be that there are no write permissions at the directory (CMOD 777). In a Windows servers you must check how to set permissions execite/read/write by all.
There are 3 directories that must have these permissions:
/photos
/tmp
/photos/thumbs
If I understood well from the directory name, are you running on a Windows server? In that point the script is trying to upload the photo. In a Linux server the problem should be that there are no write permissions at the directory (CMOD 777). In a Windows servers you must check how to set permissions execite/read/write by all.
There are 3 directories that must have these permissions:
/photos
/tmp
/photos/thumbs
I run under win server 2003 enterprise
It's dedicaced server
Thx for help
the directory (CMOD 777). and i still have the same error
I run under win server 2003 enterprise
It's dedicaced server
Thx for help
the directory (CMOD 777). and i still have the same error
Are you sure that there is a directory /tmp under /vbhotornot ? NOT under /photos. Actually resizing is taken action before uploading. At that time script needs to find this /tmp (temporary) directory to use it before upload the photo.
Edit :I just check what i have on tmp directory have some pic maded
Example : php341.tmp.jpg
So the tmp images has been created but when the script tried to move it to store location it didn't found it You dont have the directory:
.\forum\vbhotornot\photos\thumbs when thumbnails are stored. It also must be cmod 777
So the tmp images has been created but when the script tried to move it to store location it didn't found it You dont have the directory:
.\forum\vbhotornot\photos\thumbs when thumbnails are stored. It also must be cmod 777
Have you checked if there ara any files in folders:
/photos
/photos/thumbs
?
In any case, since the script is creating the temporary file seems that it works. Just, it can't move the created files and this is 100% a wrong permissions status. That's why the temporary file still exists. If it can move the created files then, it auto delete.
I haven't deal with win servers, but I know that there is a different way to cmod them than like in Linux.