Forum Moderators: mack
---Interface for phpMyadmin looked reasonable, but i was wondering if anyone has experience with Webdata or Webdatapro?
I feel lucky that everything is running now and don't want to mess it up, if you know of any other php interface that is user friendly and safe, please do tell.
Thank you all.
chmod 755 the file" and "Create an "uploads" directory with 777 permissions
Are you running a Windows server, or a Linux/Unix/FreeBSD one? If (as I'm guessing), you're running a Windows server, then the above has no meaning because it is Unix stuff. You will need to find the equivalent on Windows - basically, chmod 777 means that everyone can read, write and execute the directory and chmod 755 means the file owner can read, write and execute the file, and everyone else can read and execute (but not write).
As most Apache installations are on Linux/Unix, the person writing the documentation obviously assumed that everyone was doing so (which is not the case!)
I think if you right-click on the directory or file (when you are logged in as an Administrator, if you're not already - you probably are an Admin if you can install programs) and you can set the permissions there.