i wanna ask something..
Here is my explanation.
- i have a php system that user can register and use my accounting system on it.
- My accounting system is finished it can install
/
create database by itself when go to example :www.mysystem.com/install/
- it is impossible for my system when new a user register. it creates a new database on my server and create subdomain like
newuser.mysystem.com
and automatically install my accounting system on his/her subdomain folder?? - if its impossible, what the next step i should do?
- let me know if you guys don't understand my explanation. English is my 2nd language.
I'd like to know how good this worked for you. I sure hope it is future proof (and safe to a certain extent). Add a user only with CREATE and dump privileges to stay a little safe.
edit permission for temp files
chmod 1777 /tmp
power answerers : how did I do?