Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Issue - Windows XP Pro (Netstat)
Closed Thread
Old 07-17-2008, 09:39 AM   #1 (permalink)
 
Newb Techie

Join Date: Jul 2008

Posts: 1

Techtonic is on a distinguished road

Default Issue - Windows XP Pro (Netstat)

Hey every couldn't find a better forum to ask this question on so here we go.

Netstat is giving me the following problems :

(Command Prompt)
Command used :
netstat -n -p tcp |find \"ESTABLISHED\"|find \":8816\" /c

Output :
Access denied - \
Access denied - \

~~~~~~~~~~~~~~~~~~~
(www)
Command used :
PHP Code:
<?php
$command
="netstat -n -p tcp |find \"ESTABLISHED\"|find \":8816\" /c";
    
$output=shell_exec($command);
    echo 
"Players Online: ".($output-2)."<br/>\n";
?>
Output :
Warning: shell_exec() [function.shell-exec]: Unable to execute 'netstat -n -p tcp |find "ESTABLISHED"|find ":8816" /c' in C:\wamp\www\players.php on line 3
Players Online: -2
~~~~~~~~~~~~~~~~~~

I don't know what happened nothing has been changed no updates installed or anything. I can't even download updates they just instantly fail but I have an internet connection but nothing. It is activated because I called microsoft to activate it via phone support.

Aaron
Techtonic is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Search 4.0 Released Mak213 Windows Operating Systems and Software 0 06-11-2008 11:18 PM
Windows Live Messenger Issue Shando Windows Operating Systems and Software 13 05-26-2008 07:45 AM
Windows XP Pro Crashing Sox18 Windows Operating Systems and Software 7 05-13-2008 10:27 PM
Home Edition Troubles ChemicalMonkey Windows Operating Systems and Software 34 01-20-2008 09:26 PM
Windows XP PRO vs. 4 GB RAM saywhat5959 Windows Operating Systems and Software 15 09-21-2007 07:39 PM