Download presentation
Presentation is loading. Please wait.
Published byPierce Todd Modified over 9 years ago
1
By. Carlo Roberto Note: My tutorial is base on how I “personally” upload my website. Kung mali man ang way ko sa pag upload. Paki PM ako. HAHA
2
Click this link to open Hostinger Website
4
Add a account by clicking Hosting > + New Account Then Select FREE and Click ORDER
5
Note: You must toggle Subdomain in Domain Type to create a free trial account. (Don’t Choose Domain on domain type unless you buy already a domain). Fill up and Click Continue.
7
Click Hosting then your Account Click + (expand icon) Then Click Manage
9
Click your website link to view your default page. And see if your account is ready
11
You can access you web folder by downloading FTP Clients (Filezilla)
13
Click Database and select Mysql Database
15
After Creating an account. Click Expand and click phpMyadmin
17
Select and backup your database
19
Locate your exported sql dump file, open with notepad and copy
20
Edit your database name in your sql dump. Make sure this the database name is the same from one at the top.
22
<?php $dbhost="mysql.hostinger.ph"; $dbuser="u311168769_user"; $dbpass="password"; $dbname="u311168769_db"; $conn=mysqli_connect($dbhost, $dbuser, $dbpass, $dbname) or die("Not Connected..."); ?>
23
Take note your FTP Details.
24
Input your FTP details.
25
After a successful connection, you can now delete default.php
26
Go to your local folder Select your files you want to upload to your site. DRAG YOUR SELECTED FILE/S HERE Note: Please don’t upload your files outside the public_html folder. Please Click/Open it first and upload your files inside the public_html folder. Wait all files to successfully transfer to server.
27
YOU MAY NOW VISIT YOUR WEBSITE LIVE!
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.