como faço pra pega um codigo fonte de uma page web. com htmlentities(highlight_string(file_get_contents) e salva em uma aquivo com (.txt ou qualquer outa estranção)
quero usar a URL pra poder coletra o codogo fonte da page e salva em um aqui de (.txt .html .php etc )como eu faço meu progama já arrumei mas de 10 vez mas so da nisso
e sempre da esse erro
aqui e codigo que eu quelo coloca dentro do aquivo ----------------->(
; return !("fullscreenEnabled" in document || "webkitFullscreenEnabled" in document&<br /> return !("requestFileSystem" in window || "webkitRequestFileSystem" in window <br /> href += 'redirect=' + encodeURIComponent(window.location.href) +&nbs<br /> if (NSLPopupCenter(href + 'display=popup', 'nsl-social-connect', $ta<br /></html><!-- WP Fastest Cache file was created in 0.6319899559021 seconds, on 15-08-18 16:58:24 --><!-- via php --></span>
</code>PHP Warning: Cannot modify header information - headers already sent by (output started at C:\Users\Desktop\inde.php:4) in C:\Users\Desktop\inde.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at C:\Users\Desktop\inde.php:4) in C:\Users\Desktop\inde.php on line 9
PHP Warning: fopen(C\Users\Desktop iz.txt): failed to open stream: No such file or directory in C:\Users\Desktop\inde.php on line 11
Warning: fopen(C\Users\Desktop iz.txt): failed to open stream: No such file or directory in C:\Users\Desktop\inde.php on line 11
PHP Warning: fwrite() expects parameter 1 to be resource, string given in C:\Users\Desktop\inde.php on line 19)
//cone.php pode ser uma URL ou ate mesmo o aquivo que eu quelo copiar o codigo fonte
<?php
$file ="cone.php"; //nome do aquivo
show_source($file); //ler os codigos foten do aquivo
htmlentities(highlight_string(file_get_contents("$file"))); //pega o aquivo
Pergunta
3krtotal
quero usar a URL pra poder coletra o codogo fonte da page e salva em um aqui de (.txt .html .php etc )como eu faço meu progama já arrumei mas de 10 vez mas so da nisso
e sempre da esse erro
aqui e codigo que eu quelo coloca dentro do aquivo ----------------->(
; return !("fullscreenEnabled" in document || "webkitFullscreenEnabled" in document&<br /> return !("requestFileSystem" in window || "webkitRequestFileSystem" in window <br /> href += 'redirect=' + encodeURIComponent(window.location.href) +&nbs<br /> if (NSLPopupCenter(href + 'display=popup', 'nsl-social-connect', $ta<br /></html><!-- WP Fastest Cache file was created in 0.6319899559021 seconds, on 15-08-18 16:58:24 --><!-- via php --></span>
</code>PHP Warning: Cannot modify header information - headers already sent by (output started at C:\Users\Desktop\inde.php:4) in C:\Users\Desktop\inde.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at C:\Users\Desktop\inde.php:4) in C:\Users\Desktop\inde.php on line 9
PHP Warning: fopen(C\Users\Desktop iz.txt): failed to open stream: No such file or directory in C:\Users\Desktop\inde.php on line 11
Warning: fopen(C\Users\Desktop iz.txt): failed to open stream: No such file or directory in C:\Users\Desktop\inde.php on line 11
PHP Warning: fwrite() expects parameter 1 to be resource, string given in C:\Users\Desktop\inde.php on line 19)
//cone.php pode ser uma URL ou ate mesmo o aquivo que eu quelo copiar o codigo fonte
<?php
$file ="cone.php"; //nome do aquivo
show_source($file); //ler os codigos foten do aquivo
htmlentities(highlight_string(file_get_contents("$file"))); //pega o aquivo
header("$file");
$fp = fopen("C\Users\Desktop\tiz.txt","a+");
foreach($_POST as $variable => $value){
fwrite($file, $variable);
fwrite($file, "=");
fwrite($file, $value);
fwrite($file, "\r\n");
}
fwrite($file, "\r\n");
fclose($file);
exit;
?>
Link para o comentário
Compartilhar em outros sites
0 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.