Forum Moderators: mack
I was planning on giving him a 48 hour window to view and edit the site through a password protected directory. If he is literate enough to use a web crawler he can download this site in a few minutes.
Is there any way to protect this site until final payment is received, or do I cross my fingers and hope?
Paul
Maybe bring him into the office for a showing. Of course, if y'all aren't in the same area this doesn't work.
Or, maybe ask him what browser he uses and block anything else. I know some spiders show up as browsers, but it might work.
Try REALLY low resolution pictures. Probably not a great solution.
- Ryan
That would work for sure unless your client is a good programmer to figure out the algo of that javascript.
I do not remember the name, just search around, I am sure you can find it.
Keep this envelope in a safe place, and if it ever comes to court, simply hand the envelope to the judge and let him open it up. Case Closed!
Also, if you use the above-mentioned javascript code-obfuscator, you can also use this for images, but you can add a layer to the pages, with a full, blank transparent spacer image. If he tries to 'right click' to steal it, all he'll get is the transparent image.
sample code:
<div id="valuable_image" style="position:absolute; width:200px; height:189px;
z-index:1; background-color: #FFFFFF; visibility: visible; top: 37px; left: 27px; ">
<img src="/images/symbol1.gif"
width="197" height="195">
</div>
<div id="guard_dog" style="position:absolute; width:200px; height:189px;
z-index:1; border: 1px none #000000; visibility: visible; top: 37px; left: 27px;">
<img src="/images/transparent_fake.gif" width="197" height="195" >
</div>
Good luck!
Patrick Elward
Keep this envelope in a safe place, and if it ever comes to court, simply hand the envelope to the judge and let him open it up. Case Closed!
crashomon, this is called "poor man's copyright" and it's one of the biggest myths ever about copyright.
Do a web search on "sealed envelope copyright myth" and read through some of the resources.
If you want a tech solution that doesn't up front shows him that you dont trust him you could set up a couple of spider traps on the site (and dont mention the traps in robot.txt)
This way if he tries to spider the site and download it he will be locked out and will come to you. But he can surfe the site normally.
tho spider trap can be found by doing a search on Webmasterworld for "PHP spider trap"
Kind Regards
/Hafnius
I had a client I didn't fully trust and simply showed him the completed website on my laptop then went with him to the bank for cash payment. He ended up being my best and most long lasting client.
If you are in the same area as your client, I would go to him and show him the site on a laptop, that's the safest, and doesn't have to seem like you don't trust him, it's just a regular business meeting. Then when he pays you, and the check clears, you can put the site up.
Create a Snap shot of every page and link it with each other like a slide show.
Create a webpage make a link to the slide show and make sure that it opens in a new window, and allow only IE.
Also, make sure that the link on the main page is encrypted and the new links that opens up, does not have scroll bar, address bar and right click ability, and to top that, make sure that the sourcecode/image-code is also encrypted.
Also, it always helps to change the size of the site snapshot into a smaller size so even though it will get the point across, and will try to protect you if the end users were to screen capture the page and try to cut images.
Next you can also, Add *YOUR* name or logo where the logo should appear on the site and in addition to that, watermark the best images/graphics on the site.
Anyone with even 5% common sense, should be able to see a site would look even when modified as above, so I assume your client should not have any problem.
Hope this helps.