As a user logs into phpmyadmin, it uses mysql itself to check the passwords / login combinations... and grab the data.... pma doesnt require any password/username files unless you specify to use it like that ;)
Chris
Does it upload ok though?
I think the user interactive items where data gets placed in the private folders is stopped.......... including the formmail (not used/tried the guestbook or counter)
This problem is the .exe's that FP extensions use dont work in linux (windows only) - so the...
Do you have iptables?
(rpm -q iptables)
If you have it you need a new kernel, the fedora ones are working fine here... if you recompile ensure you enable network filering. (and make sure you make the modules!)
Chris
you cant get a single ssl certificate to cover more than 1 domain (such as domain.com; domain2.com).
With subdomains, you are looking at a wildcard ssl certificate
Geotrust ($799 per year): http://www.geotrust.com/web_security/truebusinessidwild.htm
freessl ($299 per year)...
it doesn't matter who provided the server - mysql is simply - mysql and this will work on any DA server, from any provider. (providing it has mysql and uses the linux mysql setup - if it had DA it would ;) )
if [ ${usertype} == "reseller" ]
then
if [ ${username} == "test" ]
then
# Create the 3 symlinks
# 1:
ln -s /home/prymid/public_html/js /home/${username}/domains/${domain}/public_html/js
# set symlink ownership to user so they can remove this
chown ${username}:${username}...