code stringlengths 1 2.01M | language stringclasses 1
value |
|---|---|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codeigniter.com/user_guide/license.html
* ... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codeigniter.com/user_guide/license.html
* ... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codeigniter.com/user_guide/license.html
* ... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codeigniter.com/user_guide/license.html
* ... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* Code Igniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://code... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* Code Igniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://code... | PHP |
<?php if ( ! defined('BASEPATH')) exit('Vui lòng liên hệ nhatnv');
class MY_Controller extends CI_Controller
{
public $_data;
public function __construct(){
parent::__construct();
//$this->output->enable_profiler(TRUE);
//$this->output->cache(100);
$this->loa... | PHP |
<?php (defined('BASEPATH')) OR exit('No direct script access allowed');
/* load the MX_Loader class */
require APPPATH."third_party/MX/Loader.php";
class MY_Loader extends MX_Loader {} | PHP |
<?php (defined('BASEPATH')) OR exit('No direct script access allowed');
/* load the MX_Router class */
require APPPATH."third_party/MX/Router.php";
class MY_Router extends MX_Router {} | PHP |
<?php
Class MY_Model extends CI_Model
{
/*
**
GET PARAM
**
*/
public function getParamString($param)
{
return addslashes(isset($_REQUEST[$param]) ? $this->security->xss_clean($_REQUEST[$param]) : '');
}
public function getParamArray($param)
{
retur... | PHP |
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class Mcategories extends MY_Model
{
public function __construct()
{
parent::__construct();
}
public function getNamecate()
{
return $this->db->query("SELECT * FROM categories ORDER BY order_by... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class Mindex extends MY_Model
{
public function __construct()
{
parent::__construct();
}
}
| PHP |
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class Mcontent extends MY_Model
{
public function __construct()
{
parent::__construct();
}
public function getContentDB($number,$offset)
{
@$id = $this->getParamUri(3,2);
$limit ... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class Mlogin extends MY_Model
{
public function __construct()
{
parent::__construct();
}
public function loginAdmin()
{
$uname = $this->getParamString('username');
$upass = $this->getPa... | PHP |
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class Mpicture extends MY_Model
{
public function __construct()
{
parent::__construct();
}
public function delpicimgDb($id)
{
return $this->db->delete('picture_img', "id = ".$id);
}
... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class Errorpnvn extends MY_Controller
{
public function __construct()
{
parent::__construct();
$this->checkAdmin($this->session->userdata('admin_id'));
$this->data['controller'] = 'errorpnvn';
}
... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class Index extends MY_Controller
{
public function __construct()
{
parent::__construct();
$this->checkAdmin($this->session->userdata('admin_id'));
$this->data['controller'] = 'index';
$this->load-... | PHP |
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class Content extends MY_Controller
{
public function __construct()
{
parent::__construct();
$this->checkAdmin($this->session->userdata('admin_id'));
$this->data['controller'] = 'content';
... | PHP |
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class Picture extends MY_Controller
{
public function __construct()
{
parent::__construct();
$this->checkAdmin($this->session->userdata('admin_id'));
$this->data['controller'] = 'picture';
... | PHP |
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class Categories extends MY_Controller
{
public function __construct()
{
parent::__construct();
$this->checkAdmin($this->session->userdata('admin_id'));
$this->data['controller'] = 'categories';
... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class Login extends MY_Controller
{
public function __construct()
{
parent::__construct();
$this->data['controller'] = 'login';
$this->load->model('Mlogin');
}
public function index()
{... | PHP |
<div class="topheader">
<div class="left">
<h1 class="logo">Administrator</h1>
<div class="search">
<form action="" method="post">
<input type="text" name="keyword" id="keyword" value="Enter keyword(s)" class="ui-autocomplete-input" autoco... | PHP |
<ul>
<li><a href="<?php echo $baseurl.'manage/categories.html'?>" class="widgets">Danh mục</a></li>
<li><a href="<?php echo $baseurl.'manage/content.html'?>" class="widgets">Bài viết</a></li>
<li><a href="<?php echo $baseurl.'manage/picture.html'?>" class="gallery">Photo</a></li>
</ul>
<a class="tog... | PHP |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
... | PHP |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<META http-equiv=refresh content="120; url=<?php echo $baseurl.'/manage'?... | PHP |
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/custom/tables.js"></script>
<div class="pageheader">
<ul class="hornav">
<li class="current"><... | PHP |
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/t... | PHP |
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/t... | PHP |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<titl... | PHP |
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/custom/tables.js"></script>
<div class="pageheader">
<ul class="hornav">
<li class="current"><... | PHP |
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/t... | PHP |
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/t... | PHP |
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/custom/tables.js"></script>
<div class="pageheader">
<ul class="hornav">
<li class="current"><... | PHP |
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/the... | PHP |
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/theme/manage/'?>js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="<?php echo $baseurl.'public/the... | PHP |
<?php
class Mcategories extends MY_Model{
public function __construct()
{
parent::__construct();
}
public function getPhotoHot()
{
$q = $this->db->query('SELECT id,title,title_ascii FROM categories WHERE parent = 63');
$check = $q->num_rows();
... | PHP |
<?php
class Mindex extends MY_Model{
public function __construct()
{
parent::__construct();
}
public function getTop1()
{
$data = array();
$data = $this->db->query('SELECT c.id AS cid,c.title,c.brief,c.img,c.title_ascii AS ctitle_ascii,cc.id_cate,ct... | PHP |
<?php
class Mcontent extends MY_Model{
public function __construct()
{
parent::__construct();
}
public function getData($id)
{
$data = $this->db->query('SELECT id,title,title_ascii,brief,content,view,img,tags,DATE_FORMAT(created, "%H:%i ,%d/%m/%Y") AS time FROM co... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Index extends MY_Controller {
public function __construct()
{
parent::__construct();
$this->data['controller'] = 'index';
$this->load->model('Mindex');
}
public function index()
... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Content extends MY_Controller {
public function __construct()
{
parent::__construct();
$this->data['controller'] = 'content';
$this->load->model('Mcontent');
}
public function detai... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Categories extends MY_Controller {
public function __construct()
{
parent::__construct();
$this->data['controller'] = 'categories';
$this->load->model('Mcategories');
}
public funct... | PHP |
<div class="topbar-wrap"><div class="full"><nav class="topnav fl-left pkg"><a href="<?php echo $baseurl?>" title="">Trang chủ</a> </nav><nav class="userbar fl-right pkg"><!--<a href="#">Đăng nhập</a><span> | </span><a href="#">Đăng ký</a>--><span style="font-size: 11px; text-transform: none;">Hotline: </span... | PHP |
<nav class="navigation pkg">
<div class="full">
<ul class="nav pkg">
<?php foreach($menu AS $el=>$le):?>
<li class="nav-<?php echo $le->id?> <?php echo $el == 0 ? 'current' : ''?> _<?php echo ($el + 1);?> " item="m" data="<?php echo $le->id?>">
<a class="menu-hover" item="m" href="<?php echo ... | PHP |
<div class="full pkg">
<ul class="sitemap pkg">
<?php foreach($menuFooter AS $el=>$le):?>
<li class="pkg">
<a href="<?php echo $baseurl.$fview->rplUri($le->title_ascii) ?>"><?php echo $le->title?></a>
<ul class="sitemap-sub">
<?php foreach($le->submenu AS $eel=>$lle):?>
... | PHP |
<label class="lastest-lb"><a href="<?php echo $baseurl?>"><strong>
<?php echo $getMarquee['title']?>
</strong></a></label>
<marquee onmouseout="this.start();" onmouseover="this.stop();" direction="left" behavior="scroll">
<?php foreach($getMarquee['content'] AS $li=>$il):?>
<?php
$cp = '';... | PHP |
<main class="main pkg">
<div class="pkg marginB20">
<div class="alpha fl-left">
<section class="home-focus pkg">
<?php if(!in_array($top1, array(null, '0', '1'))):?>
<?php foreach($top1 AS $el=>$le):?>
<?php
$cp = $fview->rplUri($le->cttit... | PHP |
<main class="main pkg">
<div class="pkg marginB20">
<div class="alpha fl-left">
<nav class="breakcrumb">
<div itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb" class="listhome left"><a href="<?php echo $baseurl?>" itemprop="url" class="breadcrumbitem1"><span itemprop="title">Tr... | PHP |
<style>
.homepage .alpha {
border-right: none 0;
}
</style>
<main class="main pkg">
<div class="pkg marginB20">
<div class="alpha fl-left">
<article class="detail">
<header class="heading">
<h1 class="art-title"><a href="#"> <?php echo stripslashes($data->title)?></... | PHP |
<link type="text/css" href="<?php echo $baseurl.'public/theme/default/'?>css/formoid-metro-cyan.css?1aas" rel="stylesheet" />
<link rel="stylesheet" href="<?php echo $baseurl.'public/theme/default/'?>css/blueimp-gallery.min.css?17sas">
<link rel="stylesheet" href="<?php echo $baseurl.'public/theme/default/'?>css/boot... | PHP |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="vi-vn" lang="vi-vn" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml" >
<head id="ctl00_Head1" prefix="og: http://... | PHP |
<main class="main pkg">
<div class="pkg marginB20">
<div class="alpha fl-left">
<div class="">
<section class="box cate-focus">
<style type="text/css">
.display_none{display:none;}
.display_block{display:block;}
.first_ti... | PHP |
<main class="main pkg">
<nav class="breakcrumb"><a href="<?php echo $baseurl?>">Trang chủ</a><span class="divider"> > </span><a class="current" href="<?php echo $baseurl.'photo'?>">Ảnh</a></nav>
<section class="photo-focus pkg">
<?php if(!in_array(@$hot[0]->content, array(null, '', '0'))):?... | PHP |
<main class="main pkg">
<div class="pkg">
<div class="alpha left">
<div class="pkg">
<div class="top24h left">
<a href="http://www.doisongphapluat.com/kinh-doanh/doanh-nhan/trinh-do-hoc-van-cua-c... | PHP |
<style>
.homepage .alpha {
border-right: none 0;
}
</style>
<main class="main pkg">
<div class="pkg marginB20">
<div class="alpha fl-left">
<div class="col-190 fl-left">
<section class="box cate-listing">
<header class="heading">
<h3 class="title">Chuyên mục khác <span ... | PHP |
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: <?php echo $severity; ?></p>
<p>Message: <?php echo $message; ?></p>
<p>Filename: <?php echo $filepath; ?></p>
<p>Line Number: <?php echo $line; ?></p>
</div> | PHP |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Error</title>
<style type="text/css">
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }
body {
background-color: #fff;
margin: 40px;
font: ... | PHP |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Database Error</title>
<style type="text/css">
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }
body {
background-color: #fff;
margin: 40px... | PHP |
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 Page Not Found</title>
<style type="text/css">
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }
body {
background-color: #fff;
margin: ... | PHP |
<?php
Class Ultility
{
public function rplUri($var)
{
$vowels = array("-"," -","- "," ", "/",'\"',"\'", "+","?", "=", "{", "}", ")", "(", "!", "`", "'", "~", "@", "#", "$", "%", "^", "&", "*", "_", "!", "!", ".", ",", ";", ":", "]", "[","/");
return strtolower(str_replace($vowels, '-', $var));
... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | PHP |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.