Hello!
If I create database in phpMyAdmin or simple php-script:
Code:
MYSQL_CONNECT('localhost','cpanellogin','cpanel_password');
mysql_query('create database `cpanellogin_database`;');
If user is limited to one database, he can create more...
How to fix it?