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.
<p align="center" class="style3">За да свалите клип от vbox7.com моля въведете целия линк.<br>
Пример: http://vbox7.com/play:2c609db6</p>
<form action="" method="POST">
<div align="center">
<input type="text" name="url">
<input type="submit" name="submit" value="Давай">
</div>
</form>
<div align="center"><br><br>
<?
if($_POST['submit']){
$url = $_POST['url'];
if (empty($url)) die("Не сте въвели линка");
$number = explode(":", $url);
$i = substr($number[2],0 ,2);
$link1 = "http://media.vbox7.com/s/$i/$number[2].flv";
if(@fopen($link1, "r"))
{
echo '<a href="'.$link1.'">'.$link1.'</a><br />';
}
for($x = 2; $x<=4; $x++)
{
$link = "http://media0$x.vbox7.com/s/$i/$number[2].flv";
if(@fopen($link,"r"))
{
echo '<a href="'.$link.'">'.$link.'</a><br />';
}
}
}
?>