mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
header comment replace for phpdoc
This commit is contained in:
parent
f99643663c
commit
aee809f1dc
43 changed files with 926 additions and 588 deletions
47
albums.php
47
albums.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Albums
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All Rights Reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Albums
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'lib/init.php';
|
require_once 'lib/init.php';
|
||||||
|
|
47
artists.php
47
artists.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Artists
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All Rights Reserved
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Artists
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'lib/init.php';
|
require_once 'lib/init.php';
|
||||||
|
|
47
batch.php
47
batch.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Batch
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Batch
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'lib/init.php';
|
require_once 'lib/init.php';
|
||||||
|
|
47
browse.php
47
browse.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Browse
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All Rights Reserved
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Browse
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Democratic
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Democratic
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'lib/init.php';
|
require_once 'lib/init.php';
|
||||||
|
|
48
flag.php
48
flag.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Flag
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All Rights Reserved
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Flag
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -25,7 +36,6 @@
|
||||||
* This is called for all of our flagging needs
|
* This is called for all of our flagging needs
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
require_once('lib/init.php');
|
require_once('lib/init.php');
|
||||||
|
|
||||||
show_template('header');
|
show_template('header');
|
||||||
|
|
48
image.php
48
image.php
|
@ -1,24 +1,36 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Image
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Image
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Album Art
|
* Album Art
|
||||||
* This pulls album art out of the file using the getid3 library
|
* This pulls album art out of the file using the getid3 library
|
||||||
|
|
47
index.php
47
index.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Index
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Index
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'lib/init.php';
|
require_once 'lib/init.php';
|
||||||
|
|
51
install.php
51
install.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Install
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Install
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Set the Error level manualy... I'm to lazy to fix notices
|
// Set the Error level manualy... I'm to lazy to fix notices
|
||||||
|
@ -55,8 +66,10 @@ if (!install_check_status($configfile)) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define that we are doing an install so the includes will work
|
|
||||||
define('INSTALL','1');
|
define('INSTALL','1');
|
||||||
|
/**
|
||||||
|
* @ignore
|
||||||
|
*/
|
||||||
define('INIT_LOADED','1');
|
define('INIT_LOADED','1');
|
||||||
|
|
||||||
/* Clean up incomming variables */
|
/* Clean up incomming variables */
|
||||||
|
|
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Localplay
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Localplay
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require 'lib/init.php';
|
require 'lib/init.php';
|
||||||
|
|
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* LostPassword
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All Rights Reserved
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category LostPassword
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('NO_SESSION','1');
|
define('NO_SESSION','1');
|
||||||
|
|
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* XSPF Player
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Player
|
||||||
|
* @package XSPF_Player
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once '../../lib/init.php';
|
require_once '../../lib/init.php';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* HttpQPlayer Class
|
* HttpQPlayer Class
|
||||||
*
|
*
|
||||||
* Written by snuffels
|
* Written by snuffels
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* AmazonSearch Class
|
* AmazonSearch Class
|
||||||
*
|
*
|
||||||
* This class takes a token (amazon ID)
|
* This class takes a token (amazon ID)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* jamendoSearch Class
|
* jamendoSearch Class
|
||||||
*
|
*
|
||||||
* PHP version 5
|
* PHP version 5
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* LastFMSearch Class
|
* LastFMSearch Class
|
||||||
*
|
*
|
||||||
* PHP version 5
|
* PHP version 5
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* mp3tunes Class
|
* mp3tunes Class
|
||||||
*
|
*
|
||||||
* PHP version 5
|
* PHP version 5
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* AmpacheHttpq Class
|
* AmpacheHttpq Class
|
||||||
*
|
*
|
||||||
* PHP version 5
|
* PHP version 5
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* AmpacheMpd Class
|
* AmpacheMpd Class
|
||||||
*
|
*
|
||||||
* PHP version 5
|
* PHP version 5
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* AmpacheShoutCast Class
|
* AmpacheShoutCast Class
|
||||||
*
|
*
|
||||||
* PHP version 5
|
* PHP version 5
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* AmpacheVlc Class
|
* AmpacheVlc Class
|
||||||
*
|
*
|
||||||
* PHP version 5
|
* PHP version 5
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* AmpacheLastfm Class
|
* AmpacheLastfm Class
|
||||||
*
|
*
|
||||||
* PHP version 5
|
* PHP version 5
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* Ampachelibrefm Class
|
* Ampachelibrefm Class
|
||||||
*
|
*
|
||||||
* PHP version 5
|
* PHP version 5
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* AmpacheMusicBrainz Class
|
* AmpacheMusicBrainz Class
|
||||||
*
|
*
|
||||||
* PHP version 5
|
* PHP version 5
|
||||||
|
|
|
@ -1,25 +1,38 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/**
|
||||||
|
* Twitter Login
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* Adapted for Ampache by Chris Slamar
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* PHP version 5
|
||||||
modify it under the terms of the GNU General Public License v2
|
*
|
||||||
as published by the Free Software Foundation.
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
This program is distributed in the hope that it will be useful,
|
*
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* This program is free software; you can redistribute it and/or
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* modify it under the terms of the GNU General Public License v2
|
||||||
GNU General Public License for more details.
|
* as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU General Public License
|
* This program is distributed in the hope that it will be useful,
|
||||||
along with this program; if not, write to the Free Software
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
* Adapted for Ampache by Chris Slamar *
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Login
|
||||||
|
* @package Twitter
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @author Chris Slamar
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once '../../lib/init.php';
|
require_once '../../lib/init.php';
|
||||||
require_once( Config::get('prefix') . "/modules/twitter/twitteroauth/twitteroauth.php");
|
require_once( Config::get('prefix') . "/modules/twitter/twitteroauth/twitteroauth.php");
|
||||||
session_start();
|
session_start();
|
||||||
|
|
|
@ -1,25 +1,38 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/**
|
||||||
|
* Twitter Update
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* Adapted for Ampache by Chris Slamar
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* PHP version 5
|
||||||
modify it under the terms of the GNU General Public License v2
|
*
|
||||||
as published by the Free Software Foundation.
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
This program is distributed in the hope that it will be useful,
|
*
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* This program is free software; you can redistribute it and/or
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* modify it under the terms of the GNU General Public License v2
|
||||||
GNU General Public License for more details.
|
* as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU General Public License
|
* This program is distributed in the hope that it will be useful,
|
||||||
along with this program; if not, write to the Free Software
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
* Adapted for Ampache by Chris Slamar *
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Update
|
||||||
|
* @package Twitter
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @author Chris Slamar
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once '../../lib/init.php';
|
require_once '../../lib/init.php';
|
||||||
require_once( Config::get('prefix') . "/modules/twitter/twitteroauth/twitteroauth.php");
|
require_once( Config::get('prefix') . "/modules/twitter/twitteroauth/twitteroauth.php");
|
||||||
session_start();
|
session_start();
|
||||||
|
|
|
@ -1,25 +1,38 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/**
|
||||||
|
* Twitter Works
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* Adapted for Ampache by Chris Slamar
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* PHP version 5
|
||||||
modify it under the terms of the GNU General Public License v2
|
*
|
||||||
as published by the Free Software Foundation.
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
This program is distributed in the hope that it will be useful,
|
*
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* This program is free software; you can redistribute it and/or
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* modify it under the terms of the GNU General Public License v2
|
||||||
GNU General Public License for more details.
|
* as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU General Public License
|
* This program is distributed in the hope that it will be useful,
|
||||||
along with this program; if not, write to the Free Software
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
* Adapted for Ampache by Chris Slamar *
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Works
|
||||||
|
* @package Twitter
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @author Chris Slamar
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once '../../lib/init.php';
|
require_once '../../lib/init.php';
|
||||||
require_once( Config::get('prefix') . "/modules/twitter/twitteroauth/twitteroauth.php");
|
require_once( Config::get('prefix') . "/modules/twitter/twitteroauth/twitteroauth.php");
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
* VlcPlayer Class
|
* VlcPlayer Class
|
||||||
*
|
*
|
||||||
* Written by snuffels and adjusted for vlc by dave
|
* Written by snuffels and adjusted for vlc by dave
|
||||||
|
|
|
@ -1,24 +1,36 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Play
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Play
|
||||||
|
* @package Play
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
This is the wrapper for opening music streams from this server. This script
|
This is the wrapper for opening music streams from this server. This script
|
||||||
|
|
50
playlist.php
50
playlist.php
|
@ -1,28 +1,36 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
|
||||||
|
|
||||||
Copyright (c) Ampache.org
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; version 2
|
|
||||||
of the License.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* Playlist Document
|
* Playlist
|
||||||
|
*
|
||||||
* This is the playlist document, it handles all things playlist.
|
* This is the playlist document, it handles all things playlist.
|
||||||
|
*
|
||||||
|
* PHP version 5
|
||||||
|
*
|
||||||
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License v2
|
||||||
|
* as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Playlist
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'lib/init.php';
|
require_once 'lib/init.php';
|
||||||
|
|
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Preference
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Preference
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require 'lib/init.php';
|
require 'lib/init.php';
|
||||||
|
|
47
radio.php
47
radio.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Filename
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Radio
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require 'lib/init.php';
|
require 'lib/init.php';
|
||||||
|
|
48
random.php
48
random.php
|
@ -1,24 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Random
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation; version 2
|
*
|
||||||
of the License.
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License v2
|
||||||
This program is distributed in the hope that it will be useful,
|
* as published by the Free Software Foundation.
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
*
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* This program is distributed in the hope that it will be useful,
|
||||||
GNU General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
You should have received a copy of the GNU General Public License
|
* GNU General Public License for more details.
|
||||||
along with this program; if not, write to the Free Software
|
*
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Random
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'lib/init.php';
|
require_once 'lib/init.php';
|
||||||
|
|
47
register.php
47
register.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Register
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Register
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('NO_SESSION','1');
|
define('NO_SESSION','1');
|
||||||
|
|
47
rss.php
47
rss.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* RSS
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category RSS
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('NO_SESSION','1');
|
define('NO_SESSION','1');
|
||||||
|
|
47
search.php
47
search.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Search
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All Rights Reserved
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Search
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'lib/init.php';
|
require_once 'lib/init.php';
|
||||||
|
|
48
shout.php
48
shout.php
|
@ -1,24 +1,36 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Shout
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Shout
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'lib/init.php';
|
require_once 'lib/init.php';
|
||||||
|
|
||||||
show_header();
|
show_header();
|
||||||
|
|
47
song.php
47
song.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Song
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Song
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require 'lib/init.php';
|
require 'lib/init.php';
|
||||||
|
|
52
stats.php
52
stats.php
|
@ -1,28 +1,38 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Stats
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All Rights Reserved.
|
* Show us the stats for the server and this user
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* PHP version 5
|
||||||
modify it under the terms of the GNU General Public License v2
|
*
|
||||||
as published by the Free Software Foundation.
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
This program is distributed in the hope that it will be useful,
|
*
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* This program is free software; you can redistribute it and/or
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* modify it under the terms of the GNU General Public License v2
|
||||||
GNU General Public License for more details.
|
* as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU General Public License
|
* This program is distributed in the hope that it will be useful,
|
||||||
along with this program; if not, write to the Free Software
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Stats
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
Show us the stats for the server and this user
|
|
||||||
*/
|
|
||||||
require_once 'lib/init.php';
|
require_once 'lib/init.php';
|
||||||
|
|
||||||
show_header();
|
show_header();
|
||||||
|
|
48
stream.php
48
stream.php
|
@ -1,24 +1,36 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Stream
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Stream
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'lib/init.php';
|
require_once 'lib/init.php';
|
||||||
|
|
||||||
/* If we are running a demo, quick while you still can! */
|
/* If we are running a demo, quick while you still can! */
|
||||||
|
|
47
test.php
47
test.php
|
@ -1,23 +1,34 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Test
|
||||||
Copyright Ampache.org
|
*
|
||||||
All Rights Reserved
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Test
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Set the Error level manualy... I'm to lazy to fix notices
|
// Set the Error level manualy... I'm to lazy to fix notices
|
||||||
|
|
48
update.php
48
update.php
|
@ -1,24 +1,36 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Update
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation.
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Update
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// We need this stuff
|
// We need this stuff
|
||||||
define('NO_SESSION','1');
|
define('NO_SESSION','1');
|
||||||
require 'lib/init.php';
|
require 'lib/init.php';
|
||||||
|
|
48
util.php
48
util.php
|
@ -1,24 +1,36 @@
|
||||||
<?php
|
<?php
|
||||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||||
/*
|
/**
|
||||||
|
* Util
|
||||||
Copyright (c) Ampache.org
|
*
|
||||||
All rights reserved.
|
* PHP version 5
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or
|
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||||
modify it under the terms of the GNU General Public License v2
|
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
|
||||||
as published by the Free Software Foundation
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
This program is distributed in the hope that it will be useful,
|
* modify it under the terms of the GNU General Public License v2
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* as published by the Free Software Foundation.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
You should have received a copy of the GNU General Public License
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
along with this program; if not, write to the Free Software
|
* GNU General Public License for more details.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* @category Util
|
||||||
|
* @package Files
|
||||||
|
* @author Karl Vollmer <vollmer@ampache.org>
|
||||||
|
* @copyright 2001 - 2011 Ampache.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
|
||||||
|
* @version PHP 5.2
|
||||||
|
* @link http://www.ampache.org/
|
||||||
|
* @since File available since Release 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'lib/init.php';
|
require_once 'lib/init.php';
|
||||||
|
|
||||||
header("Expires: Tuesday, 27 Mar 1984 05:00:00 GMT");
|
header("Expires: Tuesday, 27 Mar 1984 05:00:00 GMT");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue