- Автор темы
- #1
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
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.
можно просто$PageWithLink = file_get_contents('links.txt'); //загружаем ссылки из файла
$PageWithLink = explode("\n", $PageWithLink); //Разбивае все по переносу
$PageWithLink[1] = ereg_replace("\r","",$PageWithLink[1]);//Удаляем перевод каретки
$PageWithLink[1] = ereg_replace("\n","",$PageWithLink[1]);//Удаляем перевод каретки
$PageWithLink=file('links.txt');
$url='http://hghltd.yandex.net/yandbtm?url='.urlencode('http://smi2.ru/sergysa/c14017');
$url='http://hghltd.yandex.net/yandbtm?url='.urlencode('http://'.trim($PageWithLink[1]));
мог использовать всего одну замену$PageWithLink[1] = ereg_replace("\r","",$PageWithLink[1]);//Удаляем перевод каретки
$PageWithLink[1] = ereg_replace("\n","",$PageWithLink[1]);//Удаляем перевод каретки
В итоге получаю:
Warning: file_get_contents(Для просмотра ссылки Войдиили Зарегистрируйся) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not found in C:\Program Files\VertrigoServ\www\instrymenti\indexator\index ator.php on line