Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/288.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 从pastebin获取原始数据_Php_Pastebin - Fatal编程技术网

Php 从pastebin获取原始数据

Php 从pastebin获取原始数据,php,pastebin,Php,Pastebin,我在pastebin.com上有一条短信。 我想通过raw获得它,所以我在PHP中使用以下代码: 但它什么也不回,我也试过卷曲但同样的问题。 您能帮我吗?如果您转储数据,您可以看到它是一个长度很大的字符串。如果需要评估代码,可以尝试以下操作: $url = "http://pastebin.com/raw.php?i=1E9hZLfc"; $data = file_get_contents($url); eval('?>'.$data); 出现的问题是回音太长。完全没有错误?甚至不在错误

我在pastebin.com上有一条短信。 我想通过raw获得它,所以我在PHP中使用以下代码:

但它什么也不回,我也试过卷曲但同样的问题。 您能帮我吗?

如果您转储数据,您可以看到它是一个长度很大的字符串。如果需要评估代码,可以尝试以下操作:

$url = "http://pastebin.com/raw.php?i=1E9hZLfc";
$data = file_get_contents($url);
eval('?>'.$data);

出现的问题是回音太长。

完全没有错误?甚至不在错误日志中?如果我把这个http://pastebin.com/raw.php?i=1E9hZLfc 在我的浏览器上,我得到了很多base64块,这有帮助吗?没有错误,我正在处理wamp$file=file_get_contents'$file=substr$file,6$file=substr$file,0,strlen$file-2;eval$文件;哦,你太咄咄逼人了,我会编辑我的帖子,给你完整的代码。
$url = "http://pastebin.com/raw.php?i=1E9hZLfc";
$data = file_get_contents($url);
eval('?>'.$data);