Showing posts with label access. Show all posts
Showing posts with label access. Show all posts

Monday, August 31, 2015

How to Set up a Free Classified Site (9 Steps)


Come up with a plan for your classified website. Figure out what type of classified ad site you want to set up. Go online and do your research of various online classified scripts before you make your purchase. Look in Resources for recommendations.
Register your domain name (see Resources). The domain name registrar will give you access to your domain's control panel.
Purchase a hosting package. Make sure your Web hosting package meets all the requirements of your script for it to install and work properly. If you are not sure, contact tech support. Setting up the hosting will give you access to your FTP server and your DNS server entries.
Purchase a classified script. Download and unpack the script on your computer, following the manufacturer's instructions.
Log into your domain's control panel and change its DNS settings to point to your Web host's server.
Log into your Web host's CPanel and look for the MySQL icon. Open it to create a database for your classified script. If you are not sure about how to do this, contact the script's tech support team for help.
Download an FTP program. An FTP program transfers files between your computer and your Web host.
Log into your Web host's server using your FTP program and its authentication settings. Now upload the script files to your Web host's server.
Open your Web browser, type your Web address in the Search box and click 'Search.' You should see your new classified website.
VPS Hosting

Sunday, August 30, 2015

How to Upload Information to the Web


Obtain Web hosting space with FTP (file transfer protocol) so that you’ll have somewhere to upload the information. This can be done by purchasing a domain name and Web hosting, or by finding a company that offers free Web space. If you choose to purchase hosting, you won’t be able to access it without buying a domain name.
Log in to your FTP account. If you are using a free or paid host, then log in to the control panel and access the FTP section. This may be also be labeled as 'Upload Files' if you are using free hosting. If you have paid hosting and an FTP program on your computer, you can use that instead. You’ll have to use your FTP username and password in order to use an external program. Your host will give you this information after you sign up.
Find the information you want to upload on your computer. Once logged into FTP either via the Web panel or via an FTP program on your computer, you should be looking at a split screen. One side represents the files and folders on your computer, while the other side represents the files and folders that are part of your Web hosting account. Select the files you want to upload by browsing through the files and folders on your computer. Next click 'Transfer.” You have now uploaded the information to the Web.
View the information. Now that you have uploaded the files, it’s a good idea to make sure the upload is working properly. Open the Web browser and type in the URL of the files you uploaded. For example, if you uploaded stocks.pdf to yourdomain.com, you would type www.yourdomain.com/stocks.pdf. If you are using a free host then you have to type in the domain and folder name of whatever service you are using. For example, www.freehostingexample.com/yourusername/stocks.pdf
VPS Hosting

Thursday, August 27, 2015

How to Link Directly to Go Daddy Files


Log in to your Go Daddy account. Select 'Web Hosting' from the Products section and click on the account you wish to use, then click 'Launch' This will open the Hosting Control Center.
Click 'Your Files' in the Hosting Control Center. This will access the File Manager.
Click 'Upload' in the File Manager section. Click 'Browse,' locate the file you wish to upload and click 'OK.'
Test the URL to download the file. Any file you upload to Go Daddy can be linked to or downloaded by typing your domain name followed by a forward slash and the file name. For example: www.yourdomainname.com/filename.pdf.
VPS Hosting

Tuesday, August 25, 2015

How to Create a Forum With HTML


Buy a domain name. You can think of the domain name as being the address for your internet web site. Whenever a surfer types your domain into the address bar on their web browser, they will be taken to your web site. Therefore, buying a domain name is the first step in the process of creating your forum. If you already have a web site and domain name, then you can skip this step.
Obtain web hosting. Now that you have a domain name, you will need to have a web hosting service to host the files associated with your forum. A web host is essentially a company that owns servers and other computer hardware, and allows you to lease space on their servers for a small monthly fee. The cost will depend on how much disk space and bandwidth your forum will require. Most new forums require few system resources, so you can always start out with the most basic hosting plan, and then upgrade your account as your forum gains popularity.
Create a MySQL database for your forum. After you have an account with a web host, they will provide you with access to a Control Panel on their server, which you will use to manage your account. From the Control Panel, there should be a link or button that you can click to create a new MySQL database. This is a very simple process that basically just requires you to fill out a short form and to let the server create the database for you. Once it has been created, you will be given the database name, user name and user password.
Choose a forum script to use on your web site. There are a large number of forum scripts to choose from. The three most popular are Vbulletin, phpBB and Simple Machines Forum (SMF). Vbulletin carries an annual fee for use of the software, but that money is used to hire professional developers to constantly work on improving the forum script. Both phpBB and SMF are free forum scripts that have received a large amount of international recognition for providing high quality message board software without charging anything for the product.
Install the script for your forum. After selecting a forum script in the previous step, download the files for the script and upload them to your web hosting account. The easiest way is to use an FTP program, such as SmartFTP. Once the files have been uploaded to the server, simply visit your site by typing the domain name into your browser’s address bar. The installation script should begin to run automatically. You will be prompted for the database name, user name and user password that you were given when you created the database during Step 3. Remember to delete the installation directory from your server after you have installed the forum. This will be a folder titled either “install” or “installation”. Simply right click on the folder from your FTP software, then select delete, and click “ok” when asked if you are sure.
Configure your forum. After your forum has been installed, log in to the forum using the administrator user name and password that was created during the installation process. This will take you into the administrative control panel, which is not seen by normal forum visitors. This is where you will create forum categories, define how many messages per page, set user permission and make other configurations that will govern how your forum runs. Once your forum has been configured, it is ready to be used by the general public.
VPS Hosting

Monday, August 24, 2015

How to Install APC on cPanel


Download the PECL extensions package. APC is one of the extensions included in the package. The latest package can be downloaded from the PECL page of php.net (see Resources). Once downloaded, open the package and locate the php_apc.dll file.
Log into 'WHM cPanel' and navigate to the extensions directory. Note that you will need to have administrative access to add or remove extensions. Having a standard cPanel account that comes with a shared hosting package will not be suitable. You will need to have access to the WHM reseller panel, which typically comes with VPS and dedicated server packages. Adding extensions here will make the extension available to all cPanel accounts on the server.
Upload the php_apc.dll file to the extensions directory. Click 'Add an Extension.' Browse to the location of the file, then select 'Upload.' The APC extension will be added to the server.
Add the extension to the php.ini file. Open the file with a text editor such as Windows Notepad. Scroll down to the section for other extensions and add the following code to the end of the section: extension=php_apc.dll.
Add the extension parameters to the php.ini file. Add the following code to the end of the php.ini file:apc.shm_segments=1
apc.optimization=0
apc.shm_size=128
apc.ttl=7200
apc.user_ttl=7200
apc.num_files_hint=1024
apc.mmap_file_mask=/tmp/apc.XXXXXX
apc.enable_cli=1After the code has been added, click “File” then click “Save.” Use the cPanel file manager to upload the revised php.ini file to the root directory of the server.
Upload the apc.php file to the server. Refer back to the PECL extensions package to locate the apc.php file. Use the cPanel file manager to upload the file to the root directory of your server.
Open the apc.php file in your browser. Navigate to 'yourname.com/apc.php' (replacing “yourname.com” with your Internet domain). This will open the Alternative PHP Cache manager for your server.
VPS Hosting

Saturday, August 22, 2015

How to Modify a Website With GoDaddy (7 Steps)


Log into your GoDaddy account and click on 'Hosting' under 'My Products.'
Click the green arrow under 'Launch' to open your hosting account. On the next page, click the 'Your Files' button in the top left. The File Manager will open, giving you access to your server's files. Your website files are stored on the server.
Navigate to the location of the file(s) you want to edit on your website. If you want to edit the 'contact' page, for example, you would probably want to edit the file named 'contact.html' or 'contact.php.' It may be found under a subfolder, such as 'html' or 'website.' Check with your Web developer if you aren't sure which file to edit or where it is located.
Left click your mouse beside the file you want to edit in the checkbox. Click the 'edit' button found in the navigation menu going across the top of the File Manager.
Use the visual editor in the new window to add or edit content, or click 'HTML' in the top right to open the file in HTML view. If it appears blank, click the 'HTML' button to see the contents of the page.
Modify your file and click the 'Save File' icon in the top left of the editor. The 'Save File' icon is an image of a floppy disk.
Check your website to verify the changes you made.
VPS Hosting

Friday, August 21, 2015

How to Link a Domain Name to a Web Hosting Page


Obtain the DNS nameservers used by the company hosting your actual website. These are unique addresses that look something like web addresses (e.g., 'ns1.yourwebhost.com', 'ns2.yourwebhost.com'). There are usually at least two nameservers like these; often, your hosting company provides these to you at signup. If not, contact the hosting company for this information.
Change the DNS nameservers where your domain name is registered to the nameservers provided by your hosting company. Each registrar handles this step differently, but in most cases, you can access your domain name's nameservers online by logging into your account at the registrar's website. If you cannot easily find where to make these changes, contact the company where your domain is registered and ask how to do this. It usually takes between 24 and 48 hours for the changes to take effect once you change the nameservers.
Login to your web hosting account and associate your domain name with your website. Again, this process is different for each provider. Sometimes, you will already have a website created with a temporary web address; other times, you will access your online file manager and create a new folder for the domain name. Consult your hosting company's help documentation, or call the support line if you need assistance with this step. Your domain name will point to whatever webpage you have created as soon as the DNS nameserver changes take effect.
VPS Hosting