PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
libs
/
getID3
/
demos
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><title>getID3 demos</title><style type="text/css">BODY, TD, TH { font-family: sans-serif; font-size: 10pt; }</style></head><body> <?php die('For security reasons, this demo has been disabled. It can be enabled by removing line '.__LINE__.' in demos/'.basename(__FILE__)); ?> In this directory are a number of examples of how to use <a href="https://www.getid3.org/">getID3()</a>.<br> If you don't know what to run, take a look at <a href="demo.browse.php"><b>demo.browse.php</b></a> <hr> Other demos:<ul> <?php if ($dh = @opendir('.')) { while ($file = @readdir($dh)) { if (preg_match('#^demo\\..+\\.php$#', $file)) { echo '<li><a href="'.htmlentities($file).'">'.htmlentities($file).'</a></li>'; } } } ?> </ul> </body> </html>
[-] demo.cache.dbm.php
[edit]
[-] demo.mimeonly.php
[edit]
[-] demo.audioinfo.class.php
[edit]
[-] index.php
[edit]
[+]
..
[-] demo.browse.php
[edit]
[-] getid3.css
[edit]
[-] demo.simple.write.php
[edit]
[-] demo.mysqli.php
[edit]
[-] demo.simple.php
[edit]
[-] demo.write.php
[edit]
[-] demo.dirscan.php
[edit]
[-] demo.zip.php
[edit]
[-] demo.basic.php
[edit]
[-] demo.mp3header.php
[edit]
[-] demo.joinmp3.php
[edit]
[-] demo.cache.mysql.php
[edit]