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 Link to comment https://forums.phpfreaks.com/topic/76298-solved-get-clients-info/ 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. Link to comment https://forums.phpfreaks.com/topic/76298-solved-get-clients-info/#findComment-386223 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. Link to comment https://forums.phpfreaks.com/topic/76298-solved-get-clients-info/#findComment-386364 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 Link to comment https://forums.phpfreaks.com/topic/76298-solved-get-clients-info/#findComment-386924 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 Link to comment https://forums.phpfreaks.com/topic/76298-solved-get-clients-info/#findComment-386938 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 Link to comment https://forums.phpfreaks.com/topic/76298-solved-get-clients-info/#findComment-386945 Share on other sites More sharing options...
travis Posted November 7, 2007 Author Share Posted November 7, 2007 k thx Link to comment https://forums.phpfreaks.com/topic/76298-solved-get-clients-info/#findComment-387115 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.