P
P
pitimirov_a2015-05-01 22:59:44
PHP
pitimirov_a, 2015-05-01 22:59:44

Where can I get an obfuscator for the site so that I can encrypt html content from php?

From MySQL I deduce on filters contents of a DB.

<?while ($row=mysql_fetch_row($res)) {?>
<tr><td><?print $row[3];?></td><td><?print $row[1];?></td><td><?print $row[2];?></td></tr>
<?}?>

Is it possible to do something so that the page itself displays not the material ready for copying, but the content, at least of the following form:
In the browser window, the list -
hello | Hello | hello
, and when you press Ctrl+U
[абракадабра] | [другая абракадабра] | [ совсем иная абракадабра]
;?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
varz62, 2015-05-02
@pitimirov_a

As an option, to complicate the life of parsers, form a table picture in php
and display the picture in the right place in the template.
Krpipast will not work, but in principle you can recognize it from the picture.

I
index0h, 2015-05-01
@index0h

Ctrl+Shift+I are you going to obfuscate too? What for? You gave this data to the client, whoever wants to hacks, the rest, to put it mildly, don't give a shit *

A
Alexander, 2015-05-02
@NeiroNx

You can make a website in Flash - then the maximum that the user can do is a screenshot.

A
Adamos, 2015-05-02
@Adamos

I can offer a fun but time-consuming option: SVG.
Modern browsers understand it, graphical transformations can be done there such that it will be easier to recognize a screenshot than to restore a table.
True, you will have to sweat on your own with cell widths and hyphens if the text is long...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question