Your host can have either capped the entire database or have the limit on a per user base.
If the limit is on a per user base, then you can create a work around by adding an array of username/passwords in the config.php, and then randomly select 1 of the entries in the array and asign the values to the standard variables for username/password. the only place you need to edit is the config.php, no need to edit any other files.
|