[+] EDITØR MODE [+]
htdocs
>
public
>
www
>
PHP_script
>
showvideo.php
Edit File: showvideo.php
<head> <!-- ------------------------------------------------META------------------------------------------------ --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /> <meta http-equiv="pragma" content="no-cache" /> <!-- ------------------------------------------------CSS------------------------------------------------ --> <link rel="stylesheet" href="../css/home.css" /> </head> <?php $vid = $_GET['vid']; if (empty($vid)){ echo ''; }else { echo '<iframe width="100%" src="https://www.youtube.com/embed/'.$vid.'" frameborder="0" allowfullscreen></iframe>'; } ?>
Method:
fopen()
file_put_contents()
stream_context_create()
Simpan
Rename:
Rename