şu şekilde
<?php
$readFile = @file_get_contents"(http://www.tubeincreaser.com/proxylist.txt") pr die("siteye ulaşılamıyor.");
$exp = explode("\n", $readFile);
if ( count($exp) <= 10 )
$count = count($exp);
else
$count = 10;
for ( $i=0; $i<$count; $i++ )
{
echo $exp[$i]."<br />";
}
?>denemedim ama çalışmama ihtimali çok düşük
maşallah
ben yazana kadar 2 kod blogu gelmiş.
o ihtimal içerisinde kalmış hocam " ( hatası var ilk satırda
Böyle Oluyor ama
<?php
$readFile = @file_get_contents("http://www.tubeincreaser.com/proxylist.txt");
$exp = explode("\n", $readFile);
if ( count($exp) <= 10 )
$count = count($exp);
else
$count = 10;
for ( $i=0; $i<$count; $i++ )
{
echo $exp[$i]."<br />";
}
?>