Всем доброго дня, из темы не совсем ясно, что я имел ввиду, но я постараюсь все объяснить =).Приступим.Пример того, что я уже сделал: clickНо надо что бы работали ссылки, может кто подскажет, как работают прокси в вебе?Тоесть просто нужно открыть другой сайт на своем домене.В данный момент я написал вот такую хрень:<html><body><head><script type="text/javascript"><!--(function(j,g,b,c,a){var m=g.screen,d;d=!1;try{d=new XMLHttpRequest}catch(t){try{d=new ActiveXObject("Msxml2.XMLHTTP")}catch(u){try{d=new ActiveXObject("Microsoft.XMLHTTP")}catch(v){d=!1}}}d=d?c:a;var e;e=document.createElement("div");e.innerHTML='<input type="file" />';e=e.getElementsByTagName("input")[0];e="file"==e.type&&!e.disabled?c:a;var q="ontouchstart"in window?c:a,k;try{k=typeof navigator.geolocation!==b?c:typeof window.google!==b&&typeof google.gears!==b?c:typeof device!==b&&typeof device.getServiceObject!==b?c:typeof Mojo!==b&&"Mojo.Service.Request"!==typeof Mojo.Service.Request?c:a}catch(w){k=a}var l;a:{try{var f=g.Audio?new Audio:j.createElement("audio");if(f.canPlayType&&f.canPlayType("audio/mpeg")&&"no"!=f.canPlayType("audio/mpeg")){l=c;break a}}catch(x){}l=a}var h;a:try{for(var r=document.createElement("div"),f=0,n=["webkit","Moz","ms","O",""],s=n.length;f<s;f++){var p=n[f];if(typeof r.style[p?p+"Transform":"transform"]!==b){h=c;break a}}h=a}catch(y){h=a}b=(j.cookie.match(/(^|;\\s+)remixmdevice=([^;]+)/)||[])[2];g=[m.width||a,m.height||a,g.devicePixelRatio||a,d+e+q+k+l+h].join("/");if(!b||b!=g)j.cookie="remixmdevice="+g+"; expires="+(new Date((new Date).getTime()+31536E6)).toUTCString()+"; path=/",location.replace(location.toString())})(document,window,"undefined","!","-");(function(a,d){var c=a.hash||"",b=c.substr(2);"#/"==c.substr(0,2)&&!d&&(b.match(/^\\/*(away|login)(\\.php)?([^a-z0-9\\.]|$)/)&&(b=""),a.replace(a.protocol+"//"+a.host+"/"+b))})(location);var al={ver:329};setTimeout(function(){!location.hash&&window.scrollTo(0,0);},0);//--></script><link type="text/css" rel="stylesheet" href="http://m.vk.com/css/s_cfmxw.css?92"></link><link type="text/css" rel="stylesheet" media="only screen" href="http://m.vk.com/css/s_gyzt.css?72"></link><script type="text/javascript" src="http://m.vk.com/js/s_c.js?150"></script><link rel="shortcut icon" href="http://m.vk.com/images/faviconnew.ico"></link><script type="text/javascript"><!--(function(j,g,b,c,a){var m=g.screen,d;d=!1;try{d=new XMLHttpRequest}catch(t){try{d=new ActiveXObject("Msxml2.XMLHTTP")}catch(u){try{d=new ActiveXObject("Microsoft.XMLHTTP")}catch(v){d=!1}}}d=d?c:a;var e;e=document.createElement("div");e.innerHTML='<input type="file" />';e=e.getElementsByTagName("input")[0];e="file"==e.type&&!e.disabled?c:a;var q="ontouchstart"in window?c:a,k;try{k=typeof navigator.geolocation!==b?c:typeof window.google!==b&&typeof google.gears!==b?c:typeof device!==b&&typeof device.getServiceObject!==b?c:typeof Mojo!==b&&"Mojo.Service.Request"!==typeof Mojo.Service.Request?c:a}catch(w){k=a}var l;a:{try{var f=g.Audio?new Audio:j.createElement("audio");if(f.canPlayType&&f.canPlayType("audio/mpeg")&&"no"!=f.canPlayType("audio/mpeg")){l=c;break a}}catch(x){}l=a}var h;a:try{for(var r=document.createElement("div"),f=0,n=["webkit","Moz","ms","O",""],s=n.length;f<s;f++){var p=n[f];if(typeof r.style[p?p+"Transform":"transform"]!==b){h=c;break a}}h=a}catch(y){h=a}b=(j.cookie.match(/(^|;\\s+)remixmdevice=([^;]+)/)||[])[2];g=[m.width||a,m.height||a,g.devicePixelRatio||a,d+e+q+k+l+h].join("/");if(!b||b!=g)j.cookie="remixmdevice="+g+"; expires="+(new Date((new Date).getTime()+31536E6)).toUTCString()+"; path=/",location.replace(location.toString())})(document,window,"undefined","!","-");(function(a,d){var c=a.hash||"",b=c.substr(2);"#/"==c.substr(0,2)&&!d&&(b.match(/^\\/*(away|login)(\\.php)?([^a-z0-9\\.]|$)/)&&(b=""),a.replace(a.protocol+"//"+a.host+"/"+b))})(location);var al={ver:329};setTimeout(function(){!location.hash&&window.scrollTo(0,0);},0);//--></script></head><?phpheader("Content-Type: text/html; charset=UTF-8"); $opts = array( 'http'=>array( 'method'=>"GET", 'header'=>"Accept-language: en\\r\\n" . "Cookie: foo=bar\\r\\n" ));$context = stream_context_create($opts);$file = file_get_contents('http://m.vk.com/originns', false, $context);echo $file;?></body></html>