ukferret Posted April 16, 2007 Share Posted April 16, 2007 Is it possible to clear the notebook or cache on a visitors PC with php?? I am trying to stop people copying the txt from a site by either selecting the txt and copying to clipboard or taking a screen shot. I have been told that this is possible with PHP but am yet to find anything in the manual!! all I can find is informatin about clearing the server cache. Link to comment https://forums.phpfreaks.com/topic/47164-solved-clear-cache-with-php/ Share on other sites More sharing options...
AndyB Posted April 16, 2007 Share Posted April 16, 2007 Not possible. Nothing can stop people from 'borrowing' your content unless you remove all your content from the internet. Link to comment https://forums.phpfreaks.com/topic/47164-solved-clear-cache-with-php/#findComment-230004 Share on other sites More sharing options...
boo_lolly Posted April 16, 2007 Share Posted April 16, 2007 andy's right. the ONLY thing you can do is look into javascript to disallow people from highlighting and copying your content, but that will never stop them from just reading it and typing it in their own .txt file manually. Link to comment https://forums.phpfreaks.com/topic/47164-solved-clear-cache-with-php/#findComment-230023 Share on other sites More sharing options...
ukferret Posted April 16, 2007 Author Share Posted April 16, 2007 Alright guys cheers Is there a way to put something into the clipboard?? Link to comment https://forums.phpfreaks.com/topic/47164-solved-clear-cache-with-php/#findComment-230027 Share on other sites More sharing options...
boo_lolly Posted April 16, 2007 Share Posted April 16, 2007 Alright guys cheers Is there a way to put something into the clipboard?? i'm pretty sure there's not. if there were, we'd have more malicious websites than malicious users. Link to comment https://forums.phpfreaks.com/topic/47164-solved-clear-cache-with-php/#findComment-230029 Share on other sites More sharing options...
ukferret Posted April 16, 2007 Author Share Posted April 16, 2007 OK it was worth a go cheers guys, your input is most appreciated. K Link to comment https://forums.phpfreaks.com/topic/47164-solved-clear-cache-with-php/#findComment-230031 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.