<?php $imax= "{$info.mv_url}"; $imaa=file_get_contents($imax); $imaxbese64=base64_encode($imaa); $img64='.$imaxbese64.'; ?>
错误地方就是
$imax= "{$info.mv_url}";
希望来个大神帮忙解决下!
以上用在application/common/fun/Player.php 中对视频地址加密
或者大神帮一下重写一份!
更或者如何在 application/common/fun /Player.php 中应用bsae64加密对视频地址进行加密