V
V
VareZzZ2017-11-10 03:13:36
JavaScript
VareZzZ, 2017-11-10 03:13:36

Proxifier for a Web site with structure preservation?

The crux of the matter is this.
We need a proxy that changes all links of the original resource to its own and saves the paths of the site itself.
All pictures, all scripts, all CSS should be taken not from the original resource, but from the proxy.
For example: The link https://myproxy.net/audio/music1654
opens on the proxy (anonymizer, as you wish) And this link completely repeats the content https://mymusic.net/audio/music1654 site. All anonymizer scripts that I found allow all traffic through their single PHP file. It would also be interesting for the script to change the information I need in the proxied site.


For example, on the original (original) page there is the text "Email us at [email protected]", and in the proxy we can change this text to "Email us at [email protected]"

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
hzzzzl, 2019-08-17
@ivan00007

to open connect buttons with modal divs
to close Element.closest()
https://developer.mozilla.org/ru/docs/Web/API/Elem...
https://jsfiddle.net/9hj0y8vw/1/

S
Stalker_RED, 2017-11-10
@Stalker_RED

php.net/manual/en/function.str-replace.php
str_replace('somesite.ru', 'myproxy.com', $page);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question