NiggsNetwork
06-03-2010, 06:27 AM
Is there anyway of selling SOCKS 5 and having them automated setup somehow?
E.G
IP = Server IP
User = User they enter
Password = Password they enter
eth00
06-03-2010, 03:39 PM
Find the sock5 daemon you want to use and then just write a script to make configuration files based on the order? What is the issue you are having?
PCS-Chris
06-03-2010, 05:12 PM
Not worth it. You can use a ssh client on the cheapest vps you can find and run a local SOCKS5 tunnel for a quick encrypted connection.
Pavix
06-04-2010, 03:49 AM
I'm sure that using php or cgi you could manipulate the squid usernames file as outlined here (http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch32_:_Controlling_Web_Access_with_Squid#Password_Authentication_Using_NCSA). You could even setup php to create the password using htpasswd (http://www.htaccesstools.com/articles/create-password-for-htpasswd-file-using-php/) then you'd just have to pipe it to your passwd file. Of course that would be dependent on the successful integration of your payment gateway's API so that it redirects after a successful payment to the page that adds the info to your squid passwd file. THEN you'd have to protect your page so that people couldnt just type in the url www.yourdomain.com/api?=successful&&uid=lawls&&passwd=hacked!
Is there anyway of selling SOCKS 5 and having them automated setup somehow?
E.G
IP = Server IP
User = User they enter
Password = Password they enter
I was thinking of this a few days ago. This would be a good business. Lots of people know nothing about SSH let how to tunnel traffic. If charged around $5 you would have a dent business. A majority of your customer will properly be bittorrent pirates. So look for a server offshore.
NiggsNetwork
06-08-2010, 01:05 AM
Not worth it. You can use a ssh client on the cheapest vps you can find and run a local SOCKS5 tunnel for a quick encrypted connection.
And alot of the time people dont know how to do this or would of heard of it.