Once logged in, you will be able to create a new dir, new file, to upload a zip archive and have it unzippedautomatically, to edit your files, to select files and download them as .zip, to copy, move, delete, rename, chmod(change permissions), search anything under your account, ability to see and edit dot files like .htaccess. With a normal ftp program you will not be able to do this.
PhpMyAdmin (PMA) is a tool that will help you to administer your database. You don't have privileges to create a database with PMA because, as said before, databases must be created @ Account Manager using Create DBbutton.
Database details (db name, username) will be provided at Account Manageronce you create the database.
Other features at Account Manager
One click Autoinstaller for PhpBB3, SMF, WordPress, Joomla, Drupal (with Clean URLs preenabled), Moodle.
One click database backup & One click database import
Manage DB button (available after you create a database) >> then choose Backup DB or Import DB buttons
Configure PHP
you can turn on/off Register Globals, Magic Quotes gpc, Allow_url_include variables.
safe_mode is automatically turned off few hours after account creation.
Reset Account
useful if you want to delete all files/databases under your account.
Fix Ownership
some files are created with apache permissions (e.g. unpack an archive, php scripts) and you're not able to edit/delete them. This feature will fix permissions and you will be able to manipulate all files under your account.
note the OR if you want to add block more than one domain.
block IPs using:
order allow,deny deny from 192.168.0.101 deny from 10.0.0. allow from all
first example 192.168.0.101, you block that particular ip
second example 10.0.0., you block all ips starting with 10.0.0.
block an ISP or a particular user coming from an ISP:
order allow,deny deny from bad-isp.com deny from user.other-bad-isp.com allow from all
Attention!! Use a very hard to guess password to prevent your account being hacked. Also, install only new and optimized scripts. Take care with full permissions 777!!! For security reasons, set permissions for script configuration file to 644.
You will find a lot of useful information if you check our FAQ Section.
Comments
Post a Comment