evil sulu Posted October 10, 2006 Share Posted October 10, 2006 Hi guys, I'm a php noob and I need help getting a killboard script to run on my site. The user uploads their portrait to the script, which is stored on the webshost. In order to make it work right the following must be done:- Set permissions so that the user your webserver runs under is allowed to create files in cache/map and cache/portraits.- Enable URL file access in your PHP configurationI suspect that I need to tweak my php.ini file in order to make this feature work properly. Can anyone help me out on what I need to do?Thanks, -sulu Quote Link to comment https://forums.phpfreaks.com/topic/23537-phpini-help-please/ Share on other sites More sharing options...
Daniel0 Posted October 10, 2006 Share Posted October 10, 2006 1. Set [tt]allow_url_fopen[/tt] to [tt]on[/tt]2. That is a matter of file permissions (chmod on linux). Quote Link to comment https://forums.phpfreaks.com/topic/23537-phpini-help-please/#findComment-106839 Share on other sites More sharing options...
evil sulu Posted October 10, 2006 Author Share Posted October 10, 2006 A million thanks Daniel0! It worked like a charm. ;D Quote Link to comment https://forums.phpfreaks.com/topic/23537-phpini-help-please/#findComment-106851 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.