travis Posted November 6, 2007 Share Posted November 6, 2007 is there a way to list the users/clients (viewing your php file) contents of a specified folder, all files and directories. example- get all the files in the clients C:/blah blah blah and then allow me to list them in an echo?? thanks, travis Quote Link to comment Share on other sites More sharing options...
trq Posted November 7, 2007 Share Posted November 7, 2007 Not really possible over plain http. You would need to write a server/client application and have your users install the client application on there machine. Much like how file sharing software works. Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted November 7, 2007 Share Posted November 7, 2007 Something like this may work: http://phpsnips.com/snippet.php?id=22 you would have to modify it... to what you want... That updates the database every 5 minutes... you can change it if you want. Note:this may be a little advanced for a newbie programmer. Quote Link to comment Share on other sites More sharing options...
travis Posted November 7, 2007 Author Share Posted November 7, 2007 Something like this may work: http://phpsnips.com/snippet.php?id=22 you would have to modify it... to what you want... That updates the database every 5 minutes... you can change it if you want. Note:this may be a little advanced for a newbie programmer. hmm this script looks to show active connections on your site, and not really what i need. I need a script that will get the contents or a client specified folder on their hd thx guys Quote Link to comment Share on other sites More sharing options...
aschk Posted November 7, 2007 Share Posted November 7, 2007 Lol, sounds a bit like intrusion to me. So you want to have your website read the clients pc and see what they're doing, files they're accessing, system processes they're running? A crackers dream Quote Link to comment Share on other sites More sharing options...
~n[EO]n~ Posted November 7, 2007 Share Posted November 7, 2007 It looks like a post I recently made http://www.phpfreaks.com/forums/index.php/topic,166499.0.html Mine got locked, Let's see what happen to this Quote Link to comment Share on other sites More sharing options...
travis Posted November 7, 2007 Author Share Posted November 7, 2007 k thx 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.