Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
if(eregi("vip-file",$url['html'])) {
$url['html'] = $config['http_home_url']."engine/go.php?url=".rawurlencode(base64_encode($url['html']));
return "<!--dle_leech_begin--><a href=\"".$url['html']."\" ".$target.">".$show."</a><!--dle_leech_end-->" . $url['end'];
} else { return "<a href=\"".$url['html']."\" ".$target." rel=\"nofollow\">".$show."</a>" . $url['end']; }