User FAQ
PHP
back to topDo you support PHP?
Yes we fully support PHP, however there is some restrictions on its use. If you want NO restrictions on PHP use, please consider upgrading to a Premium Plan.
Do you support CURL?
Partially, upgraded Premium Plans have full support for CURL.Is PHP safe mode on?
No, We disable PHP safe mode. Please sign up for a Premium Plan to receive hosting without safemode restrictions.Which PHP functions are disabled?
The following functions are disabled:system, exec, shell_exec, passthru, set_time_limit, error_log, ini_alter, dl, pfsockopen, openlog, syslog, readlink, symlink, link, leak, fsockopen, popen, escapeshellcmd, apache_child_terminate apache_get_modules, apache_get_version, apache_getenv, apache_note,apache_setenv,virtual
If you dont want disabled functions you need to upgrade to a Premium Plan.
Is Ioncube supported?
Ioncube and its installers are not supported in our free accounts.Is GD supported?
We currently support GD 2.0.Do you support Zend?
Zend optimizers are not supported. Consider a Premium Plan upgrade for Zend support.Is PHP memory limited?
Yes, we have set the PHP memory limit that will allow most normal scripts to work (such as phpBB) however it will not allow more resource intensive scripts to work (such as a wiki script).Domains
back to topCan domains be www.?
Yes, you must add it from your control panel >> account settings.Please type in the box, www.yourdomain.com, however http://yourdomain.com will then no longer work
Can I have more than one subdomain?
The user name supplied upon sign up serves as your subdomain. Additional subdomains are available with the upgraded Premium Plans.What are the Nameservers for domain registration?
Our Nameservers are NS1.425mb.com and NS2.425mb.comUploading
back to topWhat is the maximum file size?
The max file size for uploading any type of file is currently 15mb.What files types do you support?
png|bmp|jpg|jpeg|gif|htm|shtm|html|htm|php|txt|png|swf|tif|js|css|shtml|ico|xml|inc|tpl|php|phps|asp|rar|zip|spl|cur|table|wav|sql|lock|sqls|py|jsp|exe|docx|db|pl|php4|php5|avi|7z|mp3|psd|lst
These are the correct file types we support, please send us a req if you need any other. We do add new file types regulary.
Can I use FrontPage extensions?
We currently do not support FrontPage Extensions. Please upgrade to a Premium Plan for this feature.How do I set up my FTP?
We send an email upon sign up with your FTP details. The following information applies:FTP hostname: "username.425mb.com"
FTP username: username
FTP password: account password
FTP port: 21
How do I CHMOD files?
Chmodding files is not necessary and you will find it does not work in FTP. This is because we use a more advanced and complex permissions system than chmodding files.Can I use IE's FTP?
Yes.URL: ftp://username:[email protected]
Replacing username and password with the correct values
or type
ftp://username.425mb.com
NOTE: Replace username with its correct value, and you will be prompted to login
Can I unzip files?
We do not support files being unzipped from within your account.Can I use Web FTP?
Yes, a service like www.net2ftp.com will work.How do I set file permissions?
File Permissions are not necessary on our service, even though your script may say they are, continue with the script install and you will find that they are not necessary. Our system uses a more advanced and secure permissions system than most scripts.Do you recommend a FTP program?
We recommend www.smartftp.com, which is free for non commercial use.Can I upload a whole folder?
You may use FTP to upload folders to your account.Can I use .htaccess files on my account?
Our free accounts do not support .htaccess files.Do you offer SFTP?
For secure FTP you will need to upgrade to a Premium Plan.How many FTP connections can I have?
You may have two (2) FTP concurrent connections.Can I set my account up in Dreamweaver?
Dreamweaver synchronization is not supported with our free accounts.What methods to upload can I use?
We support FTP and Filemanager UploadsAccount
back to topWhy did I not receive an activation email?
Check your spam folder, if it is not there sign up again using a service like gmail or yahooHow do I delete my account?
Login to the filemanager, go to account settings and click on "remove account"Why can't I login?
Make sure cookies are turned on in your browser and your system clock is activated.How many accounts can I have?
You can have as many accounts as you wish, even under the same email address, as long as they all abide by our terms of service.How can I change my username?
You are unable to change your username.MySQL
back to topDo you support MySQL?
Yes, however there are some restrictions, such as not being able to LOCK tables, which some advanced scripts will need to operate. Consider upgrading to a Premium Plan to take advantage of this feature.How do I create a MySQL database?
Please login to your panel and then click the create/delete MySQL database button- First type a database name in the create database section and click create database.
- Then create a username and password in the create user section. (note these do not have to be the same as your account username and password)
- Then assign full privileges to this user for this database in the create privileges section by clicking assign privileges
your database username should look like: abcabc_abc
your database password should be whatever you set it to
NOTE: you MUST assign privileges for the database to work
How do I connect to a MySQL database?
To connect to MySQL you must use the following detailsdatabase name = username_dbname
database user = username_dbuser
host = localhost
port = default
database password = dbpassword
NOTE: replace the values dbname, dbuser and dbpassword with their real values, you must have created this database and assigned privileges, see the article above for more information on this.