|
#21
|
||||
|
||||
|
Quote:
its exactly the same script like that one from the addon page. http://www.jumpx.com/tutorials/wrapper a very good explanation what this script can do. enjoy ![]() *cheers* |
|
#22
|
||||
|
||||
|
Quote:
|
|
#23
|
||||
|
||||
|
Well...I tried it on two different databases and both now default all images to my phpinfo() page. Admin and browse pages, no problem. Just anything from the imgaes folder. And the .htaccess files both disappeared once I renamed them in the images folder.
The instructions were very simple and I honestly don't know where the problem is unless my server is incompatible. You were right Vernon...an excellent set of instructions are on that link. Luckily, my host has excellent and quick tech support. They can load a daily back-up if I need it, but I'm hoping they'll find a solution that's a litle less drastic. |
|
#24
|
||||
|
||||
|
@greentraveler
your .htaccess did not disappear, it's just not visible to you. try to set up your ftp-client to show hidden files. the script works. it's running on my PP
|
|
#25
|
||||
|
||||
|
Thanks, Vernon. My hosting company untangled it all for me. They said the same thing about not being able to see those files in FTP programs...something I obviously didn't know! Another piece of knowledge earned the hard way.
|
|
#26
|
||||
|
||||
|
Because I'm obsessed with getting this to work, I just did a fresh install with the same results (although I can now access my .htaccess file).
Vernon, tell me if you see what I'm doing wrong: "wrapper.php" to /addons with chmod to 775, "watermarked.png" to /addons (also tried as "watermark.png") with 664. And .htaccess in /images with "AddHandler watermarked .jpg AddHandler watermarked .jpeg Action watermarked /addons/wrapper.php" And it kicks me back to the phpInfo screen instead of a photo. I see how nicely it works on your site and feel like I'm missing something obvious. Any ideas? I'm running 1.5...are you using an earlier version?
__________________
wwp Last edited by greentraveler; 11-01-2006 at 10:13 PM. |
|
#27
|
||||
|
||||
|
@greentraveler
wrapper.php in /addons (644 should be ok.) watermark.png in /addons (644 should be ok.) .htaccess with this content (in /images folder) AddHandler watermarked .jpg AddHandler watermarked .jpeg Action watermarked /addons/wrapper.php the above shoud work. I've checked here on my machine. all well. pp 1.5 |
|
#29
|
||||
|
||||
|
@karrhun
put the wrapper.php and watermark.png in the admin folder .htaccess in /images content of .htaccess PHP Code:
|
|
#30
|
||||
|
||||
|
I see that your pp is in an extra folder (photos)
in that case you must adjust the line in .htaccess to PHP Code:
|
| Post Reply |
| Thread Tools | |
|
|