|
What
is the operational system of hosting server?
Totally about 5 kinds, but RedHat's Linux server and MS Windows
2000 server are more popular now.
How
many websites does a server support?
This depends on server's configuration and what kind of websites
are. In general, the server can support 150-200 websites.
Can
we upload our files via FTP?
Yes, you can.
Can
I change my password of FTP account?
No, you can not. Since the ftp accounts are impact target of
hackers, if someone's password not very secure, this will give a
chance to hacker
Is
easy to manage my website?
It is very easy since we keep eye on it. Your job is uploading your
files and handle your emails.
Is
my files secure ?
Our computer servers are running with firewall and anti-virus system
online, your files have very good security.
What
are the policies of hosting?
使Using our hosting service, must comply the hosting
terms.
Do
I have the email account when I apply the hosting service?
Yes, this is your benefit from the hosting service. You will have
email office likes yourname@yourdomain.com,
and you can set many email accounts.
CGI-BIN
directory?
We provide simple and easy way for you to manage your website's
files by "FTP account". There are not any limit In
your account directory, you can put your script language files or cgi-bin
directory at anywhere.
How many sub-domain can I have?
Unlimited. ( sub.yourdomain.com ).
Is it a unique IP?
No. If you need SSL feature, we can give you a IP.
What
if my space is over limit?
We'll inform you to upgrade.
What kind of email service does come with?
It supports pop3/smtp/webmail.
How long will take to open account?
within 24 hours.
Do you save my credit card
information?
No, we do not. Only paypal will save you credit card
information, it is very secure.
Does it support Frontpage extention?
No, we do not support Frontpage extention just because of
security
Does it support database?
Yes, we support MS Access, SQL and MySQL.
Does it support ASP?
Yes, we support ASP and ASP.NET
Does it support SMTP?
No, we use more powerful component as WebEasymail
to support the feature of online sending email . You can ask us the
component and code-sample when you need.
Does it support Perl5?
Yes.
Does it support Php4?
Yes.
How
to use ASP connect Database SQL server?
Please see the sample : Set conn =
Server.CreateObject("ADODB.Connection") conn.Open
"driver={SQL Server};server=ip address or URL; uid=username;pwd=password;database=database-name"
conn open How
to connect MS access?
Please see the sample: Set Conn=Server.CreateObject("ADODB.Connection")
Connstr="DBQ="+server.mappath("aaa/bbspp1.mdb")+";DefaultDir=;
DRIVER={Microsoft Access Driver (*.mdb)};DriverId=25;FIL=MS Access;
ImplicitCommitSync=Yes;MaxBufferSize=512;MaxScanRows=8;PageTimeout=5;
SafeTransactions=0;Threads=3;UserCommitSync=Yes;" Conn.Open connstr server.mappath("aaa/bbspp1.mdb")
How
to upload ACCESS database?
You can upload them just your other files, it does not
need specific set-up.
I
use SQL server database, how can i connect your SQL servrer?
First, you need install the client side software
of SQL server in your computer. Second, you need register a new SQL server
with the account and IP you got from us. Now you can get connection with
our SQL server, and you can see you database.
If I have built a SQL database already, how
can I put my database into your SQL server?.
You can export database to our SQL server with the
account and IP you got from us.
|