How to make a page like youtube?

espfutbol98

New Member
Messages
200
Reaction score
2
Points
0
You should probably make your own server. If you REALLY want your site to be successful, you will need to find some friends that also know what they are doing. For a server, you can start small with an old desktop and find some free Unix (or Windows is fine). Then install Xampp (apache, php, mysql, perl, ssl). You also need a good domain name, not a subdomain. Filnally, you need a good ISP that doesn't block port 80 (or else your site will be somthing like http://yoursite.com:8080/), has alot of bandwidth, and you'll need some hard disk space (external harddrives should do for a while). It should be pretty easy to get your server up (if you need help, post a thread), then the hard part: writing the actual code for the site. There, I can't really help you except for many security. You can also find (expansive) e-books an almost any computing topic for free, I might be able to help you out there. ;)
 
Top