Hi all, I was trying to create a kill switch for hours but with no success i wasnt able i have tried css killswitch and ajax killswitch, this is the tutorial http://menacingcloud.com/?c=ajaxKillSwitch2 i tried but wasnt able to make it work i also researched and found csskillswitch.com but also that seems to have been down. Please help me. Thanks in advance.
Testt 0 Newbie Poster
Recommended Answers
Jump to PostSo, all you want is to prevent hotlinks? Why don't you use .htaccess? It works without involving Javascript: if the request referer is your domain, then the server will give access to the protected files, otherwise it will deny.
You can try this:
RewriteEngine on RewriteCond %{HTTP_REFERER} …
Jump to PostOh, a backdoor! :D
I'm afraid it's not legal. If the client signed an agreement then, in cases you don't get payment, it's better to talk to a lawyer.
If you still want help with this, wait for other suggestions, I'm out.
Jump to PostPerhaps a simple redirect for all files in htaccess would do. If you have ftp access all you have to do is keep a killsite htaccess file ready to upload. It won.t interfere with the rest of your files.
Jump to PostI.m confused. So this system will not be hosted on a server you have access to?
Personally I always have the client.s site on my dev domain. I only transfer it on final payment. In the same way I only transfer passwords, rights to stuff etc after payment. Make sure …
All 15 Replies
cereal 1,524 Nearly a Senior Poster Featured Poster
Testt 0 Newbie Poster
cereal 1,524 Nearly a Senior Poster Featured Poster
joeharv 0 Newbie Poster
Testt 0 Newbie Poster
joeharv 0 Newbie Poster

diafol
Testt 0 Newbie Poster

diafol
Testt 0 Newbie Poster
Testt 0 Newbie Poster
nullptr 167 Occasional Poster
jkon 672 Posting Whiz in Training Featured Poster
Taywin 312 Posting Virtuoso
gentlemedia 803 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.