Frequently Asked Questions

PHP

Do you support PHP?
Do you support CURL?
Is PHP safe mode on?
Is Ioncube supported?
Is GD supported?
Do you support Zend?
Is PHP memory limited?

Domains

Can I host my own domain?
Can I have more than one subdomain?
What are the Nameservers for hosting my domain?

Uploading

What is the maximum file size?
Can I use FrontPage extensions?
How do I set up my FTP?
How do I CHMOD files?
Can I use IE's FTP?
Can I unzip files?
Can I use Web FTP?
How do I set file permissions?
Do you recommend a FTP program?
Can I upload a whole folder?
Can I use .htaccess files on my account?
Do you offer SFTP?
How many FTP connections can I have?
Can I set my account up in Dreamweaver?
What methods to upload can I use?

Account

Why did I not receive an activation email?
How do I delete my account?
Why can't I login?
How many accounts can I have?
How can I change my username?

MySQL

Do you support MySQL?
How do I create a MySQL database?
How do I connect to a MySQL database?
What is the URL for PHPMYADMIN?
Can I import a large database?
How do I backup a database?
How do I retrieve a lost database password?
Can I have more than 50 MySQL databases?

Service

How do I report TOS violations?
Can I use SMTP?
Can I lock my database tables?
Can I use mail?
Do you support gzip?
Where are the Terms of Service??
Can I use my account to just store files?
Do you support SSH?
Do you backup my files?
Do you support Fantastico?
Can I run cron jobs?
ASP support/files?
Can I customize my error pages?
Can I run python scripts?
Do you support CGI?
Can I use SSI?


PHP

back to top

Do you support PHP?


Yes we fully support PHP, however there is some restrictions on its use to prevent abuse.

Do you support CURL?

We offer full support for CURL.

Is PHP safe mode on?

Yes, for the security of our own users 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

Is Ioncube supported?

Ioncube and its installers are fully supported on our server.

Is GD supported?

We currently support GD 2.0.

Do you support Zend?

Zend optimizers are fully supported.

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 e107).




Domains

back to top

Can I host my own domain?

Yes, you can host your own domain provided you have already registered it elsewhere. Don't forget to change its nameservers to point to our server.

Can I have more than one subdomain?

Yes we offer 50 subdomains with every account. If you need more, please file a support ticket.

What are the Nameservers for hosting my domain?

Our Nameservers are NS1.SPEQO.COM and NS2.SPEQO.COM


Uploading

back to top

What is the maximum file size?

The max file size for uploading any type of file is currently 8mb.

Can I use FrontPage extensions?

We do offer support for FrontPage Extensions.

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.speqo.com
FTP username: username
FTP password: account password
FTP port: 21

How do I CHMOD files?

You can CHMOD files either via cPanel or your FTP client.

Can I use IE's FTP?

Yes.

URL: ftp://username:password@username.speqo.com

Replacing username and password with the correct values

or type

ftp://username.speqo.com

NOTE: Replace username with its correct value, and you will be prompted to login


Can I unzip files?

Yes you can unzip files via cPanel's file manager.

Can I use Web FTP?

Yes, a service like www.net2ftp.com will work.


How do I set file permissions?

File Permissions can be easily set via cPanel's file manager.

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 accounts do offer full support for .htaccess files.


Do you offer SFTP?

We currently do not offer SFTP.

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 accounts.


What methods to upload can I use?

We support FTP and Filemanager Uploads




Account

back to top

Why did I not receive an activation email?

Check your spam folder, if it is not there sign up again using another email provider

.

How do I delete my account?

To delete your account just file a support ticket.

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 only 1 account. If you are caught having multiple accounts all your accounts will be terminated.

How can I change my username?

You are unable to change your username.




MySQL

back to top

Do you support MySQL?

Yes, we offer full MySQL support.

How do I create a MySQL database?

Please login to your cpanel and then click the MySQL database button.

How do I connect to a MySQL database?

To connect to MySQL you must use the following details

database 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.


What is the URL for PHPMYADMIN?

http://speqo.com:2082/3rdparty/phpMyAdmin/index.php

Can I import a large database?

Our service supports this upto a limit however if you search for "bigdump" at google.com, you may be able to import your large database into our free hosting service.

How do I backup a database?

You can backup via phpmyadmin >> export


How do I retrieve a lost database password?

You must delete this user and create it again, remember to update your scripts config file with the new database user connection information if it has changed.



Can I have more than 50 MySQL databases?

You may only have 50 MySQL databases per free account.




Service

back to top

How do I report TOS violations?

Create a ticket within your control panel.

Can I use SMTP?

Mail features are fully supported in our plan.

Can I lock my database tables?

Locking database tables is supported.

Can I use mail?

Mail features are fully supported.

Do you support gzip?

Our account support gzip.

Where are the Terms of Service?

Our Terms of Service can be found here.



Can I use my account to just store files?

No, this is breaking our Terms Of Service, if you want to do that consider our paid upgrades below. With our free hosting we are offering a website host and you MUST have an active website or your account will be deleted.


Do you support SSH?

We do not support SSH with our free hosting accounts.

Do you backup my files?

We do not provide backups for our free accounts however you can do the same via cpanel.

Do you support Fantastico?

Fantastico is offered in our free hosting plan.

Can I run cron jobs?

Cron jobs are supported via cpanel.

Can I use ASP support/files?

ASP support/files is not available in our free accounts.

Can I customize my error pages?

Our free accounts error pages are customizable via cpanel.

Can I run python scripts?

Python scripts may not be run from our free accounts.

Do you support CGI?

CGI scripts are supported in our free account services.


Can I use SSI?

SSI is supported in our free account services