Archive for Php

Bold Html Tag

This article will explain how to make a text bold. Making a text bold makes it stand out and realizable.  This is like putting make up on everyday so you look fine and noticeable.  Let’s get to the point.

In Html, the tag “b” is used for making text bold.

For example you can do: I used to fish for fun when I was <b>younger.</b>

This will appear like this: I used to fish for fun when I was younger.

As you can see, the text “younger” is bold and stands out.


( January 8, 2010 at 3:02 am) · Filed under ASP, Coding, General, Html Tags, Necessary Tags, Php, , , , , ,

Comments

How to install Drupal

Drupal is one of the greatest Content management systems around.  It is coded in PHP and requires Mysql.  This article will explain how to setup a Drupal system through Fantastico.

  1. Log-in to your Cpanel
  2. Go to Fantastico
  3. Under Content Management, find Drupal
  4. C lick on New Installation
  5. Select a directory to install Drupal
  6. Follow the steps to finalize your installation.

( January 7, 2010 at 10:40 pm) · Filed under CMS, Cpanel, Drupal, Linux, Php, , , ,

Comments

How to install Wordpress with Fantastico

There are two major ways of installing Wordpress.  One of them is uploading it directly to your host via FTP, and the other one is installing it via Fantastico.

Installing your Wordpress with Fantastico is the easiest way ever!  You can save time, hassle, and it just takes couple clicks!  Fantastico comes with 90% of all Cpanel hostings.  Follow the steps below to install Wordpress via Fantastico:

  1. Open up your Cpanel
  2. Find the Fantastico button under Software section on homepage
  3. At the Fantastico panel, find the Wordpress link on the left hand side
  4. Enter necessary information and click install!  Your good to go!

( January 6, 2010 at 10:10 pm) · Filed under Blog, Cpanel, WordPress, , , , , , , ,

Comments

What is FTP and How does it work ?

What is a FTP ?

FTP stands for File Transfer Program, as you can tell by it’s name, it is used to transfer files.  FTP is the most secure and easy way to exchange data over the internet.  My personal definition of FTP is; “To transfer a file from one computer to another”.

In our case, it is used to transfer our files to the host computer, you can use a FTP Program to make it easy and simple.  For my needs, I use WS_FTP and I would recommend it to anyone who needs a FTP program.

How does FTP work ?

There is basically 5 steps to performing FTP.
Step 1: Connect to the internet. (Just as you would if you were browsing)
Step 2: Start WS_FTP Program. (You can find this program in the Start menu, under All Programs, in the program group called IPSwitch Ws_ftp).
Step 3: Establish a connection to a file resource. (You may need to create a connection profile if this is the first time that you have used WS FTP)
Step 4; Download or Upload your files
Step 5: End the Session

How to use FTP on Internet Explorer

Using FTP on internet explorer is one of the most easiest things you can do. You can NOT use Ftp on Internet Explorer 7 or higher.   However, you can still get around this and access Ftp through your computer, open up My Documents, or My computer and follow the process below from Step #2.

#1- Run Internet Explorer.

#2-Go to the address bar and type: ftp://name-of-your-site.com

#3-Enter your FTP Client password information.

#4-If you’re a Windows server user go to the folder named “HttpDocs” / If you use a Linux based hosting, go to folder named “Public_Html”

#5-Upload your files to this directory. After you are done, go to http://www.name-of-your-site.com and check out what you just uploaded.


( January 4, 2010 at 5:17 am) · Filed under ASP, Blog, FTP, Php, , , , , , , , ,

Comments

Password Protected Directories

This article will explain how to password protect directories in both Cpanel and Plesk Panel.

How to password protect directories in Cpanel

Login to your Cpanel, click on the Password Protect Directories,when you do so, a list of your directories will appear, click on the directory you want to limit access to.  In the new page, please create a username and a password for your user. Select a name that will appear in the login screen and click on the Save button to activate the protection.

How to password protect directories in Plesk Panel

I have found a flash tutorial on how to create Password Protected Directories on Plesk panel.



( January 4, 2010 at 2:38 am) · Filed under ASP, Beginners, Blog, Cpanel, INFO, Linux, , , ,

Comments off

How to create a backup of your site

This article explains how to backup your site from a website using CPanel.  First of all, you need to know what files you are going to backup in order to start the process.

How to backup your files

If you just want the physical files to be backed up to your computer, open you FTP client, go in to the “Public_Html” folder and copy everything to your computer.  If something happens to your files, or you change your hosting, you can always copy these files from your computer and place them in to the “Public_Html” folder and have your site running.

How to backup your database

Backing up your database is pretty easy too but it takes couple more steps.  To backup your database go in to your CPanel, find PHPMyAdmin and open it.  In PHPMyAdmin, click on the database you want to backup to your computer, the database list should be on the left hand side.  Once the database tables show up, on the top right, there will be couple tabs, click on “Export”.  The Export page will show up, go to the bottom of it, select ZIP file, and hit “Go”.

This will download your database to your computer as a ZIP file.  Make sure you date and save it in a safe spot because if your site gets messed up in the future, this file will save you!


( January 4, 2010 at 2:15 am) · Filed under Blog, Cpanel, Php, , , , , , ,

Comments