ru en uk

  sing in

(044) 362 48 16   (098) 294 41 60


   Services
   Hosting
   Contacts

Home   |   Articles   |   Fundamentals of language html

Protects Content Site

If available on your website photo Murzik beloved cat, but you do not want anyone to copy or retain it on hard, then put this script into the body of the site: & nbsp;

<SCRIPT Language=JavaScript>
function click () (
if (event.button == 2) (
alert ( 'My cat, do not who do not give! =)');
)
)
document.onmousedown = click
/ / ->
</ SCRIPT>

However, Copyment can be, if the select all and press Ctrl + C (View-> Copy). Here's how you can disable:

<HTML>
<HEAD>
...
<SCRIPT>
; Function no_copy ()
(
alert ( "Still do not give!")
return false
)
</SCRIPT>

...

</ HEAD>
<BODY ONCOPY="return no_copy()">

...

</ BODY>
</ HTML>


This can be realized by using such code:


<html>
<head>
<title> Murzik </ title>
&nbsp; <style> </ style>
</ head>
<body oncopy="return false" onselectstart="return false">
</ body>
</ html>

But if you're on the other side of the barricades. Someone has posted photos of their dogs Ding, but it you love that line has no money to watch =) and the urgent need to download it on hard, Hit the "show in the form of HTML" and then find the lineaddress of the image copy it to the bar of your browser and voila! Text're looking for there.


 
Lock files
29.05.2007
"Warning! On most operation systems flock () is implemented at the process level. When using a multithreaded server API like ISAPI you cannot rely on flock () to protect files against other PHP scripts running in parallel threads of the same server instance!"
What is a session and what they need?
26.04.2007
Sessions - a mechanism established for temporary storage and transfer of information between the scripts in one site ...
What is a session and what they need?
26.04.2007
Sessions - a mechanism established for temporary storage and transfer of information between the scripts in one site ...