From baffc2d1f698056f2df0a02b7bea04317bc06eb5 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 27 May 2009 15:43:09 +0200 Subject: [NEW] new «Big Line» badge, with bested stuff from Classic Badges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config.BigLine.php | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 Config.BigLine.php (limited to 'Config.BigLine.php') diff --git a/Config.BigLine.php b/Config.BigLine.php new file mode 100644 index 0000000..f4db19b --- /dev/null +++ b/Config.BigLine.php @@ -0,0 +1,63 @@ + "It_wasn_t_me", + "Letters" => "JackOLantern", + "Romantic" => "Shelley_Volante", + "Elegant" => "ITCEdScr", + "Screamy" => "Junkyard", + "Girlie" => "girlw___", + "Funny" => "PenguinAttack", + "Curly" => "Curlz___", + "Ruritania"=> "Ruritania", + "Simple" => "Georgia", + "Morpheus" => "Morpheus", + "Flamy" => "Baileysc", + "FaceLift" => "facerg__", + "TypeO" => "typeo___", + "Grindy" => "Jack_the_Hipper", + "Horrorful"=> "horrh___" + ); + +$Colors = array( + "Black" => 0x000000, + "Red" => 0xd11f3c, + "Green" => 0x32dc32, + "Yellow" => 0xdcdc32, + "Blue" => 0x3232dc, + "LightBlue" => 0x6666aa, + "Gray" => 0xdcdcdc, + "White" => 0xffffff + ); + +$Types = array( + "TotalTracks" => "Total tracks_", + "TotalAlbums" => "Total albums_", + "TracksPerDay" => "Daily tracks_", + "TracksPerWeek" => "Weekly tracks_", + "TracksPerMonth" => "Monthly tracks_", + "AlbumsPerDay" => "Daily albums_", + "AlbumsPerWeek" => "Weekly albums_", + "AlbumsPerMonth" => "Monthly albums_", + "Since" => "Since", + "Trueness" => "Trueness", + ); + +$Description = array("Trueness" => "What's the heck is this ?"); + +// DEFAULT VALUES // +if ($user == "") $user="gugusse"; +if (!array_key_exists($style, $Styles)) $style="TypeO"; +if (!array_key_exists($color, $Colors)) $color="Black"; +//if (!array_key_exists($type, $Types)) { $type="UNAVAILABLE" ; $color="Black" ; $username="gugusse" ; } + +?> -- cgit v1.2.3