Any Way To Open Outgoing Connections?

liunx

Guest
I'm trying to set up a very simple php script on my site to show a list of who is currently logged into the teamspeak server running on a different host.<br /><br />To do this I need to open a connection to the teamspeak host, execute a command, parse the output, and display it on the site. I have the code to do all of that, but it always times out when opening the connection to the teamspeak server.<br /><br />Near as I can tell, TotalChoice has all outgoing connection capabilities blocked. Is that the deal? Specifically, anything like php's fsockopen() is blocked. Any acceptable way to work around that?<!--content-->
Welcome to the Family <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><br />Submit a ticket to the help desk, stating which ports you wish to use, and why. We will take a look at it for you.<!--content-->
Welcome to the family.<br /><br />Moving for organization.<!--content-->
<img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/kicking.gif" style="vertical-align:middle" emoid=":dance:" border="0" alt="kicking.gif" /> Welcome to the Family widnerm <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/kicking.gif" style="vertical-align:middle" emoid=":dance:" border="0" alt="kicking.gif" /> <br /><br />and your new home!<br /><br />We really are like family here.<br />So if you need anything,<br />just ask your new family!<br />We love to help <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
Welcome to your extended family <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
Where can I get a list of open ports to use on tch servers. I'm trying to do something similar.<br /><br />In the meantime I'll use port 80.<!--content-->
See Andy's post above<!--content-->
<!--QuoteBegin-TCH-Bruce+Jan 24 2005, 07:33 AM--><div class='quotetop'>QUOTE(TCH-Bruce @ Jan 24 2005, 07:33 AM)</div><div class='quotemain'><!--QuoteEBegin-->See Andy's post above<br /><div align="right"><a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=109564"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />I'm afraid my request would not merit an open port. I simply would like to use another port besides 80...perhaps some misc port. Something above 1024 that isn't associated with any other protocols.<!--content-->
Again, the Forum Mods do not have server access so the only place you are going to get the answer is from the help desk.<br /><br />I don't think that information would be given in an open forum.<!--content-->
<!--QuoteBegin-TCH-Bruce+Jan 24 2005, 07:38 AM--><div class='quotetop'>QUOTE(TCH-Bruce @ Jan 24 2005, 07:38 AM)</div><div class='quotemain'><!--QuoteEBegin-->Again, the Forum Mods do not have server access so the only place you are going to get the answer is from the help desk.<br /><br />I don't think that information would be given in an open forum.<br /><div align="right"><a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=109569"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Alrighty, thanks for the reply bruce...I'll put in a help ticket.<!--content-->
<!--QuoteBegin-section31+Jan 24 2005, 07:36 AM--><div class='quotetop'>QUOTE(section31 @ Jan 24 2005, 07:36 AM)</div><div class='quotemain'><!--QuoteEBegin-->I'm afraid my request would not merit an open port.  I simply would like to use another port besides 80...perhaps some misc port.  Something above 1024 that isn't associated with any other protocols.<br /><div align="right"><a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=109567"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Just to clarify as what you are asking sounds more like you want to open a listening port... We do not allow user run programs to open up listening ports (ports allowing incoming connections) on the shared servers (and you'll find they are blocked). For that matter, we don't allow persistent user run programs (daemons). <br /><br />We also block certain outgoing ports for security reasons (i.e., if you want to try to open a connection to some non-standard port on a remote server, you'll likely be blocked). If you have a legitimate reason to require access to a non-standard remote port, that's when you can submit a help desk ticket and request that port to be allowed, and state the reason why.<br /><br />I'm not sure which category you fall into, but felt I would clarify for anyone reading this thread.<!--content-->
read the first post...He was just trying to scrape something from a server by using fsockopen... I would never consider running a daemon on a shared server.<br /><br />Arun Mathe already helped me out via help desk.<!--content-->
I know how to read.<br /><br /><!--QuoteBegin-TCH-MikeJ+Jan 24 2005, 09:50 AM--><div class='quotetop'>QUOTE(TCH-MikeJ @ Jan 24 2005, 09:50 AM)</div><div class='quotemain'><!--QuoteEBegin-->I'm not sure which category you fall into, but felt I would clarify for anyone reading this thread.<br /><div align="right"><a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=109610"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Even though you said "similar", others have been asking about opening ports and confuse the two, and yours was not clear.<br /><br />I'm happy to hear that you got it taken care of.<!--content-->
I apologize for coming off insulting... Sometimes it happens. Sorry.<!--content-->
I needed this to access our Streamcast server as well. All I had to do was open a help ticket, tell them what I was doing, and it was up in minutes!<!--content-->
 
Back
Top