Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-16-2013, 01:52 AM   PM User | #1
juslai
New Coder

 
Join Date: Jul 2012
Location: Philippines
Posts: 35
Thanks: 5
Thanked 0 Times in 0 Posts
juslai is an unknown quantity at this point
help in xampp

i dont know if this is the right area to post this thread but can someone give me links or examples on how to upload my database website in xampp server to the internet i have a dynamic ip address and i heard dyndns is not free anymore can anyone point me to the direction to get it started? currently i have zero idea on how to upload my site
juslai is offline   Reply With Quote
Old 01-16-2013, 03:30 AM   PM User | #2
Ctechinfo
New Coder

 
Join Date: Sep 2012
Posts: 90
Thanks: 3
Thanked 3 Times in 3 Posts
Ctechinfo is an unknown quantity at this point
your post is a bit vague...

to upload your website to a server like one from godaddy or bluehost you will either need to use an FTP program like filezilla or FTP Commander. Then tranfer your database files via phpmyadmin which depending on your host will either need to be installed by you OR it may be inluded in the Cpanel for your site..

If you are looking to run a local server from home to host your website(s) thaqt is a different process..
Ctechinfo is offline   Reply With Quote
Old 01-16-2013, 03:34 AM   PM User | #3
juslai
New Coder

 
Join Date: Jul 2012
Location: Philippines
Posts: 35
Thanks: 5
Thanked 0 Times in 0 Posts
juslai is an unknown quantity at this point
i want it to be just the kind of site where you type the ip address not www. .com just the ip but i dont know how to do it correctly any advice or links to get me started?
juslai is offline   Reply With Quote
Old 01-16-2013, 03:37 AM   PM User | #4
Ctechinfo
New Coder

 
Join Date: Sep 2012
Posts: 90
Thanks: 3
Thanked 3 Times in 3 Posts
Ctechinfo is an unknown quantity at this point
Quote:
Originally Posted by juslai View Post
i want it to be just the kind of site where you type the ip address not www. .com just the ip but i dont know how to do it correctly any advice or links to get me started?
Still not being specific enough. Are you looking to host the site from your computer? or have it hosted someplace else?

hosting a website from home isn't quite as simple as many woul think.
Ctechinfo is offline   Reply With Quote
Old 01-16-2013, 03:41 AM   PM User | #5
Ctechinfo
New Coder

 
Join Date: Sep 2012
Posts: 90
Thanks: 3
Thanked 3 Times in 3 Posts
Ctechinfo is an unknown quantity at this point
IF you are looking to host the site from home. you will first need to check with your ISP (internet provider) to see if they indeed allow it (and if they do. do they allow it from a personal account versus a business account)

Then you need to assure that your planned server is beefy enough (enough RAM, processor speed, etc) to handle the load.

To start
Ctechinfo is offline   Reply With Quote
Old 01-16-2013, 05:39 AM   PM User | #6
juslai
New Coder

 
Join Date: Jul 2012
Location: Philippines
Posts: 35
Thanks: 5
Thanked 0 Times in 0 Posts
juslai is an unknown quantity at this point
no problem on the hardware stuff just need to set it up before someone setup cctv camera's here i just want to know how to setup my xampp websites so other can access it also
juslai is offline   Reply With Quote
Old 01-16-2013, 06:07 AM   PM User | #7
Ctechinfo
New Coder

 
Join Date: Sep 2012
Posts: 90
Thanks: 3
Thanked 3 Times in 3 Posts
Ctechinfo is an unknown quantity at this point
The quick and dirty.

You will need to sort out your network IP for your server machine and configure your router and firewalls so that when userX enters the server IP or domain on their computer it points to the Server.

Basically you are looking to setup an intranet

This thread is dealing with Joomla but may give you some insite:
http://www.apachefriends.org/f/viewtopic.php?p=158047
Ctechinfo is offline   Reply With Quote
Users who have thanked Ctechinfo for this post:
juslai (01-16-2013)
Old 01-16-2013, 02:43 PM   PM User | #8
juslai
New Coder

 
Join Date: Jul 2012
Location: Philippines
Posts: 35
Thanks: 5
Thanked 0 Times in 0 Posts
juslai is an unknown quantity at this point
thx ctechinfo
juslai is offline   Reply With Quote
Old 01-16-2013, 02:50 PM   PM User | #9
juslai
New Coder

 
Join Date: Jul 2012
Location: Philippines
Posts: 35
Thanks: 5
Thanked 0 Times in 0 Posts
juslai is an unknown quantity at this point
@ctechinfo what about if i want others that are not in my lan i want them to see it also is it still intranet or other type?
juslai is offline   Reply With Quote
Old 01-16-2013, 06:48 PM   PM User | #10
Ctechinfo
New Coder

 
Join Date: Sep 2012
Posts: 90
Thanks: 3
Thanked 3 Times in 3 Posts
Ctechinfo is an unknown quantity at this point
Quote:
Originally Posted by juslai View Post
@ctechinfo what about if i want others that are not in my lan i want them to see it also is it still intranet or other type?
If you want people from outside your network to view it like you going to google to look for something, that is internet and requires permission from your internet provider..
Ctechinfo is offline   Reply With Quote
Old 01-17-2013, 12:12 AM   PM User | #11
juslai
New Coder

 
Join Date: Jul 2012
Location: Philippines
Posts: 35
Thanks: 5
Thanked 0 Times in 0 Posts
juslai is an unknown quantity at this point
@ctechinfo the cctv camera's we that was installed can be viewed outside the network but we have to type the ip address to view it anywhere i want the site i made in xampp to be also like what network should i study to do it specifically xampp
juslai is offline   Reply With Quote
Old 01-17-2013, 02:14 AM   PM User | #12
Ctechinfo
New Coder

 
Join Date: Sep 2012
Posts: 90
Thanks: 3
Thanked 3 Times in 3 Posts
Ctechinfo is an unknown quantity at this point
Quote:
Originally Posted by juslai View Post
@ctechinfo the cctv camera's we that was installed can be viewed outside the network but we have to type the ip address to view it anywhere i want the site i made in xampp to be also like what network should i study to do it specifically xampp
I don't anything about CCTV.. Hosting a website/server there are terms and policies to abide by from your ISP. No sense in going through the whole will this work, will that work process if your not allowed to do it..

You would need to set a firewall rule (or whatever the termenology is) to allow incoming traffic to point to your server.
Ctechinfo is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:32 AM.


Advertisement
Log in to turn off these ads.