Thirteen Years of Service
Posts: 234
Threads: 9
RE: Blocking View-Source: command 04-18-2014, 02:00 PM
#22
Tell us what is your purpose, maybe, we can suggest something.
•
Thirteen Years of Service
Posts: 234
Threads: 9
RE: Blocking View-Source: command 04-18-2014, 02:00 PM
#23
Tell us what is your purpose, maybe, we can suggest something.
•
Thirteen Years of Service
Posts: 234
Threads: 9
RE: Blocking View-Source: command 04-18-2014, 02:00 PM
#24
Tell us what is your purpose, maybe, we can suggest something.
•
Thirteen Years of Service
Posts: 234
Threads: 9
RE: Blocking View-Source: command 04-18-2014, 03:15 PM
#28
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.
•
Thirteen Years of Service
Posts: 234
Threads: 9
RE: Blocking View-Source: command 04-18-2014, 03:15 PM
#29
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.
•
Thirteen Years of Service
Posts: 234
Threads: 9
RE: Blocking View-Source: command 04-18-2014, 03:15 PM
#30
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.
•