underlinks da

3 Cevap php

Ben İngilizce açıklayan çok iyi değilim ama ben bir gitmek vereceğiz. Umarım anlarsın.

Php i bir URL getirir ve içeriğini görüntüler bu komut dosyası var. Şimdiye kadar iyi. Içerik bu gibi gösterilir:

eg. site.php?url=http://google.com

Ama sayfasında bir şey, örneğin tıklayın ZAMAN. google.com, sonra benim site kaybolur ve kullanıcı google.com için gözattığınız

Nasıl bir linke tıkladığınızda ben, onlar benim sitede kalmalıdır yaparsınız ki ve sadece URL parametresi değiştirmek gerekir.

Teşekkürler!

Ben u beni anladı umarım, ben çok iyi İngilizce yazmak yok ...

3 Cevap

Sen, sitenize link ile değiştirilmesi, sayfadaki tüm bağlantıların geçmesi gerekir ki

<a href="http://www.something.com">Some Link</a>

... Dönüştü:

<a href="http://www.yoursite.com/site.php?url=http://www.something.com">Some Link</a>

Eğer fantezi URL kodlama ve düzgün çalışması için kaçan her türlü gerekecek unutmayın. Eğlenin!

Ben bu ilgili umut: Başka bir teknik, bir iframe içinde ilgili siteyi açmak için olabilir, [gasp] olacaktır. Bu şekilde iframe tıklandığında herhangi bir bağlantıları çok digg çubuğu veya facebook giden bağlantıları nasıl çalıştığını gibi, kendi çerçevesi içinde kalmak istiyorum, ama hala çevredeki içeriğin kontrolünü korumak olabilir.

Temelde, ne yapmaya çalışıyorsun PHP, bir proxy oluşturmak mı?

Eh, böyle bir kolay tak olmayacak, korkarım: Eğer HTML içeriği her bağlantıları bulmak zorunda, ve onları tek tek yeniden ... Ve siz istediğiniz olanlar için bu yeniden yazılamaz {[(0) olacak }]

Bir kaç fikir:

Yani, korkarım :-( PHP mucize fikir değilim


I have not tried it myself, but if you are working with Apache and you are admin of your server, maybe Apache's
mod_proxy_http and mod_proxy could help you (not sure, though)


Speaking about a PHP Proxy, maybe you could take a look at some existing software that seem to already do the kind of stuff you want.

Örneğin:

There might others, btw...

Glype sayfasını alıntı:

Glype proxy script is a free-to-use, web-based proxy script written in PHP. Similar to a typical proxy server, a web-proxy script downloads requested web pages and files and forwards them back to the user. The service is provided by a web page itself, which allows instant access to the proxy without editing your browser connection settings.

Unfortunatly, the demo page doesn't seem to be working right now :-(

I have not looked into what those can do... But maybe they might help you ;-)
ie, there might be some ideas in their code-source that you could base your script upon ?