RTS Posted December 28, 2006 Share Posted December 28, 2006 So, I want to make a P2P filesharing network with PHP, but dont know how to do this. I need to make it so a person can connect to peoples computers through my PHP script on my webserver the way people do on BitTorrent and LimeWire. Anyn ideas? Thanks in advance by the way. Link to comment https://forums.phpfreaks.com/topic/32113-p2p-file-sharing-network/ Share on other sites More sharing options...
trq Posted December 29, 2006 Share Posted December 29, 2006 Your going to need to build a client on client machines. This meens all your users would need php installed to use the client.Still think its a good idea? You'll need to look for some tutorials on building server/client applications using sockets. You probably wont find a great deal of infomation on doing this in php specifically, but php's socket implimentation is lmost an excact copy of that used in C.Good luck. Link to comment https://forums.phpfreaks.com/topic/32113-p2p-file-sharing-network/#findComment-149081 Share on other sites More sharing options...
RTS Posted December 29, 2006 Author Share Posted December 29, 2006 so can you recommend any C tutorials for doing this? Link to comment https://forums.phpfreaks.com/topic/32113-p2p-file-sharing-network/#findComment-149393 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.