Hi i am using Xampp for devoloping my php pages locally.But is that possible to CHMOD files and folders with in that of xampp.If so how to do that?I have no idea.
thanks in advance.
Hi i am using Xampp for devoloping my php pages locally.But is that possible to CHMOD files and folders with in that of xampp.If so how to do that?I have no idea.
thanks in advance.
If you are using windows it is not possible.
If you are using a UNIX system, try the chmod command at a bash shell.
Is that what you what you meant?
Last edited by TechAsh; 05-10-2008 at 12:25 PM.
Useful Links:My Websites:
Terms of Service | Server News | Buy a Domain
Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime
Earthtime Games & TechAsh's Blog
iam using xampp for windows.
I want to chmod a file to 777 with in a windows platform.
Windows doesn't have a CHMOD utility, and you don't need to CHMOD files on Windows for things to work.Originally Posted by TechAsh
Sorry, but it is not possible.
Useful Links:My Websites:
Terms of Service | Server News | Buy a Domain
Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime
Earthtime Games & TechAsh's Blog
but when i use phpfreechat i get this message
this is not shown as a error,but just a warning in admin section of phpfreechat.D:/xampp/htdocs/p/phpfreechat_menu/data/private
Has NOT Chmod 777
That is because the script is written for a UNIX operating system. You can ignore it if the script still works. If the script doesn't work you will have to edit out the bit of the script that checks whether the files have been CHMODed.
Useful Links:My Websites:
Terms of Service | Server News | Buy a Domain
Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime
Earthtime Games & TechAsh's Blog
Ok thanks