Sinisterly
Blocking View-Source: command - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Design (https://sinister.ly/Forum-Design)
+--- Forum: Web Design (https://sinister.ly/Forum-Web-Design)
+--- Thread: Blocking View-Source: command (/Thread-Blocking-View-Source-command)

Pages: 1 2 3 4


RE: Blocking View-Source: command - Yung Lean - 04-18-2014

@Ex094
I am doing a project and I thought I could secure the code But I see it's no worth now.


RE: Blocking View-Source: command - invisal - 04-18-2014

Tell us what is your purpose, maybe, we can suggest something.


RE: Blocking View-Source: command - invisal - 04-18-2014

Tell us what is your purpose, maybe, we can suggest something.


RE: Blocking View-Source: command - invisal - 04-18-2014

Tell us what is your purpose, maybe, we can suggest something.


RE: Blocking View-Source: command - Yung Lean - 04-18-2014

@invisal eh just wanted to protect the website from thieves.


RE: Blocking View-Source: command - Yung Lean - 04-18-2014

@invisal eh just wanted to protect the website from thieves.


RE: Blocking View-Source: command - Yung Lean - 04-18-2014

@invisal eh just wanted to protect the website from thieves.


RE: Blocking View-Source: command - invisal - 04-18-2014

How is hiding the HTML and Javascript code protect you from thieves?
What do you mean by thieves? stole your code? or hack into your website?

If it is server-side script like PHP, you don't need to hide it
from view source, because it does not show in view source.

If it is client-side script like Javascript, you may try
"javascript obfuscator", basically, it makes your code very hard
to read, but the code is still there.


RE: Blocking View-Source: command - invisal - 04-18-2014

How is hiding the HTML and Javascript code protect you from thieves?
What do you mean by thieves? stole your code? or hack into your website?

If it is server-side script like PHP, you don't need to hide it
from view source, because it does not show in view source.

If it is client-side script like Javascript, you may try
"javascript obfuscator", basically, it makes your code very hard
to read, but the code is still there.


RE: Blocking View-Source: command - invisal - 04-18-2014

How is hiding the HTML and Javascript code protect you from thieves?
What do you mean by thieves? stole your code? or hack into your website?

If it is server-side script like PHP, you don't need to hide it
from view source, because it does not show in view source.

If it is client-side script like Javascript, you may try
"javascript obfuscator", basically, it makes your code very hard
to read, but the code is still there.