View Full Version : HELP! confusing problem
VIPERVENOM.DFLW
16-05-2006, 09:40
OK I have the pnc 3.0.1 nuke module installed that shows the status of team speak. I have installed this same module many times on diferent servers, But this new server i have seems to block it. I have hosting with hostgator.com. I tried to get help with this issue from them with no luck. they told me the ports team speak uses is not standard ports. but no matter what i do i cannot get this module to work. I clicked on a link here in the forum and it took me to a place where i put in my ip address and server ports.and it showed the server and everyone in it. the same info i am using on the module. does anyone know a way around this.?
VIPERVENOM.DFLW
16-05-2006, 17:45
Ok if anyone else has this problem. I made a php info page uploaded it to my server ran it. and chose one of the ports i found on it. and now my team speak module worx. Dont know how long. my host may not like me using that port but for now it worx. LOL.
The php info page looks like this. copy to a note pad then click save as something.php and select all file types. then in your browser call on this file and hopefully somewhere in there it will list a port you can use. you must also set your server config file to use this port and restart the server. and with any luck you got it. copy the code below
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);
?>
pnc 3.0.1 uses way to many system resources in my opinon, but it is pretty easy for beginners and is very extensive for a clan website.
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.