Create unreal-domain name account without CGI, Shell access and Turn on 'demo mode' for that account
-----
To disable email
Remove the domain entry from /etc/userdomains, and /etc/localdomains
Removing these entries will prevent anyone from sending mail from the demo account. They will still be able to go into Neomal they just won't actually be able to send anything.
-----
To disable ftp
Add username on
/etc/ftpusers
Description:
Deny FTP access. The ftpusers file is used to deny FTP access to specific users. The format is a simple text file listing the restricted users one per line.
-----
To disable cgi, SSI, To disable php, not allow calling website from IP address, Disable .htaccess
In /etc/httpd/conf/httpd.conf
<IfModule mod_userdir.c>
# UserDir public_html
UserDir disabled
</IfModule>
This will cause all hosting account on that server couldn't reach by
http://IPADDRESS/~username/
This is quite important if you need to setup demo.
cPanel.net Support Ticket Number: