1
0
Fork 0
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:
momo-i 2011-02-03 10:07:39 +09:00
parent f99643663c
commit aee809f1dc
43 changed files with 926 additions and 588 deletions

View file

@ -1,24 +1,35 @@
<?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';

View file

@ -1,24 +1,35 @@
<?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';

View file

@ -1,24 +1,35 @@
<?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';
ob_end_clean(); ob_end_clean();

View file

@ -1,24 +1,35 @@
<?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
*/
/** /**
* *

View file

@ -1,24 +1,35 @@
<?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';

View file

@ -1,31 +1,41 @@
<?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
*/
/** /**
* Flag Document * Flag Document
* 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');

View file

@ -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
*
* 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 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
*/
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 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.
*/
/** /**
* 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

View file

@ -1,24 +1,35 @@
<?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';

View file

@ -1,24 +1,35 @@
<?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
error_reporting(E_ALL ^ E_NOTICE); error_reporting(E_ALL ^ E_NOTICE);
@ -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 */

View file

@ -1,24 +1,35 @@
<?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';

View file

@ -1,24 +1,35 @@
<?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');
require_once 'lib/init.php'; require_once 'lib/init.php';

View file

@ -1,24 +1,35 @@
<?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';

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,25 +1,38 @@
<?php <?php
/* /**
* Twitter Login
*
* Adapted for Ampache by Chris Slamar
*
* 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 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
*/
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 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.
* Adapted for Ampache by Chris Slamar *
*/
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();

View file

@ -1,25 +1,38 @@
<?php <?php
/* /**
* Twitter Update
*
* Adapted for Ampache by Chris Slamar
*
* 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 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
*/
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 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.
* Adapted for Ampache by Chris Slamar *
*/
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();

View file

@ -1,25 +1,38 @@
<?php <?php
/* /**
* Twitter Works
*
* Adapted for Ampache by Chris Slamar
*
* 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 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
*/
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 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.
* Adapted for Ampache by Chris Slamar *
*/
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");

View file

@ -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

View file

@ -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
*
* 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 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
*/
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 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.
*/
/* /*
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

View file

@ -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';

View file

@ -1,24 +1,35 @@
<?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';

View file

@ -1,24 +1,35 @@
<?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';

View file

@ -1,25 +1,35 @@
<?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';

View file

@ -1,24 +1,35 @@
<?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');
require_once 'lib/init.php'; require_once 'lib/init.php';

49
rss.php
View file

@ -1,24 +1,35 @@
<?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');
require 'lib/init.php'; require 'lib/init.php';

View file

@ -1,24 +1,35 @@
<?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';

View file

@ -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
*
* 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 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
*/
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 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.
*/
require_once 'lib/init.php'; require_once 'lib/init.php';
show_header(); show_header();

View file

@ -1,24 +1,35 @@
<?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';

View file

@ -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
*
* Show us the stats for the server and this user
*
* 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 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
*/
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 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.
*/
/*
Show us the stats for the server and this user
*/
require_once 'lib/init.php'; require_once 'lib/init.php';
show_header(); show_header();

View file

@ -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
*
* 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 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
*/
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 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.
*/
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! */

View file

@ -1,24 +1,35 @@
<?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
error_reporting(0); error_reporting(0);

View file

@ -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
*
* 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 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
*/
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 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.
*/
// We need this stuff // We need this stuff
define('NO_SESSION','1'); define('NO_SESSION','1');
require 'lib/init.php'; require 'lib/init.php';

View file

@ -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
*
* 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 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
*/
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 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.
*/
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");