summaryrefslogtreecommitdiffstats
path: root/login.php
Commit message (Collapse)AuthorAgeFilesLines
* fixed old password problemKarl 'vollmerk' Vollmer2007-12-251-3/+0
|
* removed duplicate cookie-age and bad logic on readKarl 'vollmerk' Vollmer2007-12-251-2/+1
|
* changed alpha4 to beta1, updated translation base files, corrected ↵Karl 'vollmerk' Vollmer2007-12-241-4/+2
| | | | mysql_auth logic
* API and XML-RPC are still broken, but moved to new session code, sleep timeKarl 'vollmerk' Vollmer2007-12-201-8/+4
|
pre { line-height: 125%; } td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?php
/*

 Copyright 2001 - 2007 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_rating
 * This takes an artist id and includes the right file
 */
function show_rating($object_id,$type) { 

	$rating = new Rating($object_id,$type);
	
	require Config::get('prefix') . '/templates/show_object_rating.inc.php';

} // show_rating

//  andy90s rating patch added
function show_rating_static($object_id,$type) {

    $rating = new Rating($object_id,$type);

    require Config::get('prefix') . '/templates/show_object_rating_static.inc.php';

} // show_rating_static

/**
 * get_rating_name
 * This takes a score and returns the name that we should use 
 */
function get_rating_name($score) { 

	switch ($score) { 
		case '0':
			return _("Don't Play");
		break;
		case '1':
			return _("It's Pretty Bad");
		break;
		case '2':
			return _("It's Ok");
		break;
		case '3':
			return _("It's Pretty Good");
		break;
		case '4':
			return _("I Love It!");
		break;
		case '5':
			return _("It's Insane");
		break;
		// I'm fired
		default:
			return _("Off the Charts!");
		break;
	} // end switch

	return true;
	
} // get_rating_name

?>
tions'>-3/+3 | * fixed some typos and dead linksxgizzmo2007-01-091-1/+0 | * a ton of css fixesKarl 'vollmerk' Vollmer2006-12-061-0/+1 | * Made some modifications to the css stuff to support handhelds and print pagepb1dft2006-11-221-1/+3 | * Update on password crypto for ldap accountspb1dft2006-10-161-1/+1 | * added db update for tmp playlist and added initial class definitionKarl 'vollmerk' Vollmer2006-10-151-0/+2 | * fixed some bugs introduced by the ldap patchKarl 'vollmerk' Vollmer2006-10-141-1/+1 | * removed extra lines from ajax, down to 86, updated ajax calls, added ldap authKarl 'vollmerk' Vollmer2006-10-141-7/+33 | * Fixed a missing image in default.css and a bit of XHTML tweakagexgizzmo2006-09-301-3/+2 | * fixed acls and improved the classic theme a little moreKarl 'vollmerk' Vollmer2006-09-261-1/+1 | * wupsKarl 'vollmerk' Vollmer2006-09-251-1/+1 | * track ip history, fix pagination on admin/user and fix some acl stuff that I ↵Karl 'vollmerk' Vollmer2006-09-251-1/+10 | | | | forgot about * fixed user registration and missing motd and fudged up the access lists for ↵Karl 'vollmerk' Vollmer2006-09-241-0/+4 | | | | the time being * new theme, temp breaking of all other themes... will be fixed I swear also ↵Karl 'vollmerk' Vollmer2006-09-231-5/+3 | | | | re-indexing of mysql tables * moved init.php improved vainfo a bit, removed checkboxes from search pageKarl 'vollmerk' Vollmer2006-06-171-1/+5 | * fixed localplay buttons with use_auth disabled and tweaked access control ↵Karl 'vollmerk' Vollmer2006-05-131-0/+14 | | | | mojo to prevent login in addition to the normal prevention of streaming * This update includes a full rewrite of the Localplay code, only updateKarl 'vollmerk' Vollmer2006-04-081-2/+2 | | | | | | to this version if you don't care about losing a lot of functionality while I am still finishing it up. Also the only working localplay method is currently MPD. UPDATE AT YOUR OWN RISK! * fixed session codeKarl 'vollmerk' Vollmer2006-02-051-0/+1 | * hopefully fixed mysql5 problems with vauth as well as the remember me mojo ↵Karl 'vollmerk' Vollmer2006-01-251-11/+10 | | | | for rubin * hopefully speed up read_config functionKarl 'vollmerk' Vollmer2006-01-151-1/+1 | * removed libglue in favor of brand new vauth session handler fixes remember meKarl 'vollmerk' Vollmer2006-01-131-6/+10 | * patched up registration a little bitKarl 'vollmerk' Vollmer2006-01-021-0/+1 | * updated registration mojo thx pb1dft also some fluf updatesKarl 'vollmerk' Vollmer2006-01-021-0/+3 | * fixed some short tag referencesKarl 'vollmerk' Vollmer2005-12-031-1/+1 | * fixed another snoopy flaw and cleaned up for alpha3s releaseKarl 'vollmerk' Vollmer2005-11-291-4/+12 | * move and break, move and breakKarl 'vollmerk' Vollmer2005-06-271-1/+1 | * more html cleanupKarl 'vollmerk' Vollmer2005-06-251-3/+4 | * new disabled supportKarl 'vollmerk' Vollmer2005-06-211-1/+1 | * mother of all commits...Karl 'vollmerk' Vollmer2005-06-191-1/+1 | * New ImportKarl 'vollmerk' Vollmer2005-06-091-0/+109