| |
|
What is the path
to perl?
|
|
/usr/bin/perl
/home/username/public_html/cgi-bin
|
| |
| What
is the path to sendmail? |
/usr/sbin/sendmail
/usr/bin/sendmail |
| |
| What is the path to
MySQL? |
| usr/bin/mysql |
| |
| What is the path to
the web directory? |
| /home/username/public_html/ |
| |
| What are my POP and
SMTP mailservers? |
SMTP mail.yourdomain.com
POP mail.yourdomain.com |
| |
| What are
my nameservers? |
|
This information is emailed to you once you sign up
for your account.
|
| |
| How do I connect to
a MySQL database? |
# MySQL DATABASE SETUP$db_name = "username_databasename";
$db_login = "username";
$db_password = "password";
$db_host = "localhost"; |
| |
| Where do I place my
HTML files? |
| Place your HTML file in the
public_html directory. |
| |
| Is there any documentation
for Cpanel ? |
| You can find documentation in your own
CPanel or you may visit
the developers site for more information. |
| |
| Can a subdomain have
a Control Panel / FTP Account? |
| Yes, see above. Create this account in
WHM, this account will then have FTP access to that
subdomain. |
| |
| I'm not receiving
email, what can I do to correct the problem? |
| Please make sure that your mailservers
are correct (mail.yourdomain.com), double check your username
and password. If you have Spam Assassin
enabled, disable it. If you're still having problems please
contact support. |
| |
| Where can I find documentation
for Agora, Interchange, OS Commerce? |
| Agora
documentation can be found here. |
| Interchange
documentation can be found here. |
| OS
Commerce documentation can be found here. |
| |
| Where can I find documentation
on PHP-Nuke? |
| The developers
website has tons of documentation and addons, click here. |
| |
| Where can I find documentation
on Postnuke? |
| Visit
the developers site for the latest documentation and
addons. |
| |
| Where can I find help
for phpWebsite? |
| You can visit the phpWebsite
or you can click
here for the help forum. |
| |
| Where can
I find documentation on php? |
| You can visit the
php website or visit the php
Documentation Group. |
| |
| Where can
I find documentation on Xoops? |
| Visit the official
site for Xoops, here you will find documentation and
modules. |
| |
| Where can
I find a copy of WS_FTP or other FTP program? |
| Check out Download.com,
visit Ipswitch.com,
or click
here to download WS_FTP. |
| |
| Where can
I find a tutorial and or online documentation for WS_FTP? |
| FTP
Planet has a great online tutorial. You may also download
a manual from Ipswitch. |
| |
| How is my
account billing setup? |
| Your hosting account is billed monthly.
If you signed up on the 7th of the month, you will be
billed on the 7th of next month. |
| |
| How do I upgrade
my account? |
| Simply go to the contact
page and fill out the form. In the comments section,
let us know that it's an upgrade. We will stop the billing
for your previous account. |
| |
| Where do I
login into my Online Webmail and Cpanel? |
| Go HERE and enter your username and password. |
| |
| How do I access
the secure server? |
| FTP into your account, create a new directory
and name it secure. Place the images or docs that you
want to secure in this directory. Link to the directory
by using the following: |
| https://secure.server26.com/~username/secure/index.html |
| |
| How do I keep
files in a certain directory from being seen without an
index.html page? |
| Open up notepad or your favorite text
editor and type the following: Options -Indexes |
| Next: save this at
htaccess.txt, FTP it
up to your directory, and rename it to .htaccess |
| |
| Where can
I find useful perl scripts? |
| CGI-Resources
has a great collection of scripts. |
| |
| Where can
I find useful PHP scripts? |
| Check out the PHP
Resource Index for quality php scripts. |