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.
<?php
$directory = opendir('ТУКА НАПИШИ ПАПКАТА');
while ($files = readdir($directory))
{
$file_array[] = $files;
}
foreach ($file_array as $files)
{
echo "";
if($files == ".." || $files == ".")
{
continue;
}
rsort;
echo "<center><table border=0><tr><td width=\"600\" style=\"border:solid 1px #ffffff\">";
echo "<a href=\"ТУКА НАПИШИ ПАПКАТА/$files\" target=\"_blank\">$files</a></center> ";
$file = "./".$files;
echo "<td width='10%'>";
echo "</td></tr>";
}
?>
<?php
$directory = opendir('ТУКА НАПИШИ ПАПКАТА');
while ($files = readdir($directory))
{
$file_array[] = $files;
}
foreach ($file_array as $files)
{
echo "";
if($files == ".." || $files == ".")
{
continue;
}
rsort;
if(substr($files, -4, 4) == ".jpg" || substr($files, -4, 4) == ".gif" || substr($files, -4, 4) == ".png")
{
echo "<a href=".$open/$files."><img src=".$open/$files." width='180px' height='180px'></a>";
}
else{
echo "<center><table border=0><tr><td width=\"600\" style=\"border:solid 1px #ffffff\">";
echo "<a href=\"ТУКА НАПИШИ ПАПКАТА/$files\" target=\"_blank\">$files</a></center> ";
$file = "./".$files;
echo "<td width='10%'>";
echo "</td></tr>";
}
?>
<?php
$directory = opendir('../stefan');
while ($files = readdir($directory))
{
$file_array[] = $files;
}
foreach ($file_array as $files)
{
echo "";
if($files == ".." || $files == ".")
{
continue;
}
rsort;
if(substr($files, -4, 4) == ".jpg" || substr($files, -4, 4) == ".gif" || substr($files, -4, 4) == ".png")
{
echo "<a href=".$files."><img src=".$files." width='180px' height='180px'></a>";
}
else
{
echo "<center><table border=0><tr><td width=\"600\" style=\"border:solid 1px #ffffff\">";
echo "<a href=\"$files\" target=\"_blank\">$files</a></center> ";
$file = "./".$files;
echo "<td width='10%'>";
echo "</td></tr>";
}
}
?>
<?php
$directory = opendir('../stefan');
while ($files = readdir($directory))
{
$file_array[] = $files;
}
foreach ($file_array as $files)
{
echo "";
if($files == ".." || $files == ".")
{
continue;
}
rsort;
if(substr($files, -4, 4) == ".jpg" || substr($files, -4, 4) == ".gif" || substr($files, -4, 4) == ".png")
{
echo "<a href=".$files."><img src=".$files." width='180px' height='180px'></a>";
}
else
{
echo "<center><table border=0><tr><td width=\"600\" style=\"border:solid 1px #ffffff\">";
echo "<a href=\"$files\" target=\"_blank\">$files</a></center> ";
$file = "./".$files;
echo "<td width='10%'>";
echo "</td></tr>";
}
}
?>