web_noob Posted July 28, 2007 Share Posted July 28, 2007 Ok is it possible to make a php script that made each user goto a different webserver port on the computer well not each user but yeah you get what i mean ALSO:how would i start of making a email server using smtp and pop that works on the internet NOT local Quote Link to comment Share on other sites More sharing options...
lightningstrike Posted July 28, 2007 Share Posted July 28, 2007 Umm supposing you have configured your server to handle HTTP requests on such ports I suppose you could use php with a database to store a user by their ip to a certain port. Then redirect them to http://www.domain.com:port/index.php or something like such. You could also so something with htaccess, etc. Not sure why you would want to do something like that but your choice. Quote Link to comment Share on other sites More sharing options...
web_noob Posted July 28, 2007 Author Share Posted July 28, 2007 Yeah thats what i need because i have a slow server and stuff gets messed up with the ports if over 100 people go onto the same port Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.