My host has phpsuexec installed and I cannot set my /admin/ folder permissions to 777 and still have the update.php and config.php files work properly.
The files however can execute correctly with permissions set to 755. Therein, I believe lies the problem.
With the folder set to 755 to allow for proper execution of the scripts within, I receive the following from the UniUploader debugger:
[2006/08/07 14:23:20] Uploading to Primary URL...: http://www.fendawg.net/roster/admin/update.php
[2006/08/07 14:23:20] CharacterProfiler.lua - No Compression. Upload Size: 202 KB
[2006/08/07 14:23:20] GuildProfiler.lua - No Compression. Upload Size: 0 KB
[2006/08/07 14:23:23] Upload Error: The remote server returned an error: (403) Forbidden.
Clearly, it can't access the files... And yes, I've tried the stickied .htaccess fix. One of the problems though, is phpsuexec. With it activated, .htaccess files are ignored, so setting settings in it is kinda moot.
Has anyone encountered this situation and what did you do about it?
Glancing at the issue initially, I believe if the code were to upload the .lua files needed to a seperate directory (with permissions set to 777), the php scripts would continue to be able to execute from the original directory, while the parsing and editing took place in the other. However, while this might circumvent the uploading issue, I don't think it'll help the 403 error I've been receiving.
I hope that makes sense. I guess I could go into the code and do it on my own, but I really dislike digging through another's software for tweaking.
Thanks for any help provided.