Jump to content

read file contect help


FalconsG33k

Recommended Posts

im looking for a cool code to read file content of a file in a remote server

 

i have a file called

online.php that have this commands

<?php
echo (exec('netstat -a -n |find "5816"  |find "ESTABLISHED" /c')-2);
?>

 

i wanna have another file in my own host to read the content of this file from the remote server

anyone have an idea ?

Link to comment
https://forums.phpfreaks.com/topic/218483-read-file-contect-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.