elite nation
Home­Portal­Gallery­FAQ­Search­Memberlist­Usergroups­Register­Log in
fl shop
{L_PROFILE}{L_PROFILE}   {L_SHOP}{L_SHOP}

Log in
Username:
Password:
Log me on automatically at each visit:
:: I forgot my password
flash score

Highscore you have:
%d 1st places.
%d 2nd places.
%d 3rd places.
", $total_scores[1] ,$total_scores[2] ,$total_scores[3]), 'BEST_PLAYER' => $best_player_portal,templates/subSilver/portal_body.tpl
Highscores
{BEST_PLAYER}
{WINNER}
log in to see your scores

flash
{L_NAME_WELCOME} {U_NAME_LINK}

{AVATAR_IMG}

{LAST_VISIT_DATE}

{CURRENT_TIME}

{S_TIMEZONE}
Daily Game

Search for online games :
Powered by Flash Games
Affiliates
free forum
Facebook
Follow us on Twitter
root/includes/acp/acp_cash.php to includes/acp/acp_cash.phproot/includes/acp/info/acp_cash.php to includes/acp/info/acp_cash.phproot/includes/mods to includes/modsroot/ucp/ucp_bank.php to ucp/ucp_bank.phproot/ucp/info/ucp_bank.php to ucp/info/ucp_bank.phproot/language/en/mods/cash.php to language/en/mods/cash.php$user->setup('acp/common');$user->add_lang('mods/cash')includes/constants.phpdefine('BOTS_TABLE', $table_prefix . 'bots');define('CASH_TABLE', $table_prefix . 'cash');define('CASH_AMT_TABLE', $table_prefix . 'cash_amt');includes/functions_posting.php// We do not handle erasing posts here//include the cash mod functions file here("{$phpbb_root_path}includes/mods/functions_cash.$phpEx");$sql_data[USERS_TABLE]['stat'][] = "user_lastpost_time = $current_time" . (($auth->acl_get('f_postcount', $data['forum_id'])) ? ', user_posts = user_posts + 1' : '');+ 1' : ''). cash_post($data['forum_id'])$sql_data[USERS_TABLE]['stat'][] = "user_lastpost_time = $current_time" . (($auth->acl_get('f_postcount', $data['forum_id'])) ? ', user_posts = user_posts + 1' : '');+ 1' : '') . cash_post($data['forum_id'])language/en/acp/permissions_phpbb.phpactions' => 'Actions','bank' => 'Bank',language/en/memberlist.php'ABOUT_USER' => 'Profile','ACCOUNT' => 'Account'memberlist.phpinclude($phpbb_root_path . 'includes/functions_display.' . $phpEx);include($phpbb_root_path . 'includes/mods/functions_cash.' . $phpEx);$user_id = (int) $member['user_id']$member['cash'] = member_cash($user_id);WHERE ' . $db->sql_in_set('user_id', $user_list);cash_sql($sql, $user_list);// Generate pagecash_vars();put this here… maybe somebody else can use it as well $show_profile_ary = array(); $show_profile_ary = array_merge(cash_array($data, $user_id), $show_profile_ary); return array_merge($show_profile_ary, array('L_VIEWING_PROFILE' => sprintf($user->lang['VIEWING_PROFILE'], $username), ););)$user->setup('ucp');$user->add_lang('mods/cash');viewtopic.phpinclude($phpbb_root_path . 'includes/bbcode.' . $phpExinclude($phpbb_root_path . 'includes/mods/functions_cash.' . $phpEx'WHERE' => $db->sql_in_set('p.post_id', $post_list) . ' AND u.user_id = p.poster_id'viewtopic_cash($sql);$user_cache[$poster_id] = array//put this here... maybe somebody else can use it as well $user_cache[$poster_id] = array(); $user_cache[$poster_id] = array_merge(user_cash($poster_id), $user_cache[$poster_id]); $user_cache[$poster_id] = array_merge($user_cache[$poster_id], array'allow_pm' => 0, );)$user_cache[$poster_id] = //put this here... maybe somebody else can use it as well $user_cache[$poster_id] = array(); $user_cache[$poster_id] = array_merge(user_cash($poster_id, $row), $user_cache[$poster_id]); $user_cache[$poster_id] = array_merge($user_cache[$poster_id], array('search_author=' . urlencode($row['username']) .'&showresults=posts') : '', ););)-$postrow =//put this here... maybe somebody else can use it as well $postrow = array(); $postrow = array_merge(postrow_cash($user_cache, $poster_id), $postrow); $postrow = array_merge($postrow, array('L_IGNORE_POST' => ($row['hide_post']) ? sprintf($user->lang['POST_BY_FOE'], get_username_string('full', $poster_id, $row['username'], $row['user_colour'], $row['post_username']), '', '') : '', ););)$user->setup('ucp')$user->add_lang('mods/cash');include($phpbb_root_path . 'includes/bbcode.' . $phpEx);include($phpbb_root_path . 'includes/mods/functions_cash.' . $phpEx);'WHERE' => $db->sql_in_set('p.post_id', $post_list) . ' AND u.user_id = p.poster_id'));viewtopic_cash($sql);= p.poster_id'));viewtopic_cash($sql);$user_cache[$poster_id] = //put this here... maybe somebody else can use it as well $user_cache[$poster_id] = array(); $user_cache[$poster_id] = array_merge(user_cash($poster_id), $user_cache[$poster_id]); $user_cache[$poster_id] = array_merge($user_cache[$poster_id], array('allow_pm' => 0, );));$user_cache[$poster_id] = //put this here... maybe somebody else can use it as well $user_cache[$poster_id] = array(); $user_cache[$poster_id] = array_merge(user_cash($poster_id, $row), $user_cache[$poster_id]); $user_cache[$poster_id] = array_merge($user_cache[$poster_id], array(##-----'search_author=' . urlencode($row['username']) .'&showresults=posts') : '', );));$postrow = //put this here... maybe somebody else can use it as well $postrow = array(); $postrow = array_merge(postrow_cash($user_cache, $poster_id), $postrow); $postrow = array_merge($postrow, array('L_IGNORE_POST' => ($row['hide_post']) ? sprintf($user->lang['POST_BY_FOE'], get_username_string('full', $poster_id, $row['username'], $row['user_colour'], $row['post_username']), '', '') : '', );));
games
names

' : '';/*------------------------------------------------------------------------------// Add CSS Effects to Ranks - Begin Code Addition// Original phpBB Code: $poster_rank = $ranksrow[$j]['rank_title']; $rank_image = ( $ranksrow[$j]['rank_image'] ) ? '' . $poster_rank . '
' : '';*/ parse_rank($rank_image, $poster_rank, $ranksrow[$j]);//// Add CSS Effects to Ranks - End Code Addition//------------------------------------------------------------------------------ $poster_rank = $ranksrow[$j]['rank_title']; $rank_image = ( $ranksrow[$j]['rank_image'] ) ? '' . $poster_rank . '
' : '';/*------------------------------------------------------------------------------// Add CSS Effects to Ranks - Begin Code Addition// Original phpBB Code: $poster_rank = $ranksrow[$j]['rank_title']; $rank_image = ( $ranksrow[$j]['rank_image'] ) ? '' . $poster_rank . '
' : '';*/ parse_rank($rank_image, $poster_rank, $ranksrow[$j]);//// Add CSS Effects to Ranks - End Code Addition//------------------------------------------------------------------------------//------------------------------------------------------------------------------// Add CSS Effects to Ranks - Begin Code Addition//function parse_rank(&$rank_img, &$poster_rank, $rank_info){ $rank_class = $rank_img = $poster_rank = ''; // Specify things to be removed from rank CSS class names // Removes all HTML, BBCode and anything that's not a letter or number $rank_replace = array('/<.*?>/', '/[.*?]/', '/[^a-z0-9]*/'); if ( $rank_info['rank_image'] ) { $rank_img = '' . $rank_info['rank_title'] . '
'; } $rank_class = preg_replace($rank_replace, '', strtolower($rank_info['rank_title'])); $poster_rank = '' . $rank_info['rank_title'] . '';}//// Add CSS Effects to Ranks - End Code Addition//------------------------------------------------------------------------------
' : '';/*------------------------------------------------------------------------------// Add CSS Effects to Ranks - Begin Code Addition// Original phpBB Code: $poster_rank = $ranksrow[$i]['rank_title']; $rank_image = ( $ranksrow[$i]['rank_image'] ) ? '' . $poster_rank . '
' : '';*/ parse_rank($rank_image, $poster_rank, $ranksrow[$i]);//// Add CSS Effects to Ranks - End Code Addition//------------------------------------------------------------------------------ $poster_rank = $ranksrow[$i]['rank_title']; $rank_image = ( $ranksrow[$i]['rank_image'] ) ? '' . $poster_rank . '
' : '';/*------------------------------------------------------------------------------// Add CSS Effects to Ranks - Begin Code Addition// Original phpBB Code: $poster_rank = $ranksrow[$i]['rank_title']; $rank_image = ( $ranksrow[$i]['rank_image'] ) ? '' . $poster_rank . '
' : '';*/ parse_rank($rank_image, $poster_rank, $ranksrow[$i]);//// Add CSS Effects to Ranks - End Code Addition//------------------------------------------------------------------------------templates/subSilver/subSilver.css/* The original subSilver Theme for phpBB version 2+ Created by subBlue design http://www.subBlue.com*//* This file modified for Add CSS Effects to Ranks 1.4.0 */@import url("formIE.css");/* Add CSS Effects to Ranks - Begin Code Addition */.administrator { filter: glow(color=green); height: 20px; text-decoration: underline;}.moderator { filter: shadow(color=blue); height: 20px; color: pink;}.supermoderator { font-weight: bold; font-style: italic;}/* Add CSS Effects to Ranks - End Code Addition */templates/subSilver/overall_header.tpl>/* Add CSS Effects to Ranks - Begin Code Addition */.administrator { filter: glow(color=green); height: 20px; text-decoration: underline;}/* Add CSS Effects to Ranks - End Code Addition */templates/subSilver/simple_header.tpl>/* Add CSS Effects to Ranks - Begin Code Addition */.administrator { filter: glow(color=green); height: 20px; text-decoration: underline;}/* Add CSS Effects to Ranks - End Code Addition */
avatar
root/generate_avatar.php to generate_avatar.phproot/admin/xs_avatar_generator.cfg to admin/xs_avatar_generator.cfgroot/language/lang_english/lang_avatar_generator.php to language/lang_english/lang_avatar_generator.phproot/images/avatars/generator_templates/*.* to images/avatars/generator_templates/root/templates/ca_aphrodite/profile_avatar_generator.tpl to templates/ca_aphrodite/profile_avatar_generator.tpl$avatar_generator_yes = ( $new['allow_avatar_generator'] ) ? "checked="checked"" : "";$avatar_generator_no = ( !$new['allow_avatar_generator'] ) ? "checked="checked"" : "";"L_ALLOW_GENERATOR" => $lang['Allow_generator'],"L_AVATAR_GENERATOR_TEMPLATE_PATH" => $lang['Avatar_generator_template_path'], "L_AVATAR_GENERATOR_TEMPLATE_PATH_EXPLAIN" => $lang['Avatar_generator_template_path_explain'], "AVATAR_GENERATOR_YES" => $avatar_generator_yes, "AVATAR_GENERATOR_NO" => $avatars_generator_no,#"AVATAR_GENERATOR_TEMPLATE_PATH" => $new['avatar_generator_template_path'],define('USER_AVATAR_GENERATOR', 4);isset($HTTP_POST_VARS['avatargenerator']) || isset($HTTP_POST_VARS['submitgenava']) ||else if ( $user_avatar_generator != '' && $board_config['allow_avatar_generator'] ) { user_avatar_delete($userdata['user_avatar_type'], $userdata['user_avatar']); $avatar_sql = user_avatar_generator($mode, $error, $error_msg, $user_avatar_generator);elseif( isset($HTTP_POST_VARS['avatargenerator']) && !$error ){ include($phpbb_root_path . 'includes/usercp_avatar.'.$phpEx); $avatar_filename = ( isset($HTTP_POST_VARS['avatar_filename']) ) ? htmlspecialchars($HTTP_POST_VARS['avatar_filename']) : 'cache/' . uniqid(rand()) . '.gif'; if ( file_exists(@phpbb_realpath('./' . $avatar_filename)) ) { @unlink('./' . $avatar_filename); } $avatar_image = ( !empty($HTTP_POST_VARS['avatarimage']) ) ? htmlspecialchars($HTTP_POST_VARS['avatarimage']) : 'Random'; $avatar_text = ( !empty($HTTP_POST_VARS['avatartext']) ) ? htmlspecialchars($HTTP_POST_VARS['avatartext']) : $username; $template->set_filenames(array( 'body' => 'profile_avatar_generator.tpl') ); display_avatar_generator($mode, $avatar_filename, $avatar_image, $avatar_text, $user_id, $email, $current_email, $coppa, $username, $email, $new_password, $cur_password, $password_confirm, $icq, $aim, $msn, $yim, $website, $location, $occupation, $interests, $signature, $viewemail, $notifypm, $popup_pm, $notifyreply, $attachsig, $allowhtml, $allowbbcode, $allowsmilies, $allowviewonline, $user_style, $user_lang, $user_timezone, $user_dateformat, $userdata['session_id']);}case USER_AVATAR_GENERATOR: $avatar_img = ( $board_config['allow_avatar_generator'] ) ? '' : ''; break;if ( !empty($user_avatar_generator) ) { $s_hidden_fields .= ''; }'S_ALLOW_AVATAR_GENERATOR' => $board_config['allow_avatar_generator'],if ( $board_config['allow_avatar_generator'] && file_exists(@phpbb_realpath('./' . $board_config['avatar_generator_template_path'])) ) { $template->assign_block_vars('switch_avatar_block.switch_avatar_generator', array() ); }function user_avatar_generator($mode, &$error, &$error_msg, $avatar_filename){ global $board_config; $new_filename = uniqid(rand()) . '.gif'; @copy($avatar_filename, './' . $board_config['avatar_path'] . "/$new_filename"); @unlink($avatar_filename); $avatar_sql = ( $mode == 'editprofile' ) ? ", user_avatar = '$new_filename', user_avatar_type = " . USER_AVATAR_UPLOAD : "'$new_filename', " . USER_AVATAR_UPLOAD; return $avatar_sql;}function display_avatar_generator($mode, &$avatar_filename, &$avatar_image, &$avatar_text, &$user_id, &$email, &$current_email, &$coppa, &$username, &$email, &$new_password, &$cur_password, &$password_confirm, &$icq, &$aim, &$msn, &$yim, &$website, &$location, &$occupation, &$interests, &$signature, &$viewemail, &$notifypm, &$popup_pm, &$notifyreply, &$attachsig, &$allowhtml, &$allowbbcode, &$allowsmilies, &$hideonline, &$style, &$language, &$timezone, &$dateformat, &$session_id){ global $board_config, $db, $template, $lang, $images, $theme; global $phpbb_root_path, $phpEx; include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_avatar_generator.' . $phpEx); $params = array('coppa', 'user_id', 'username', 'email', 'current_email', 'cur_password', 'new_password', 'password_confirm', 'icq', 'aim', 'msn', 'yim', 'website', 'location', 'occupation', 'interests', 'signature', 'viewemail', 'notifypm', 'popup_pm', 'notifyreply', 'attachsig', 'allowhtml', 'allowbbcode', 'allowsmilies', 'hideonline', 'style', 'language', 'timezone', 'dateformat'); $s_hidden_vars = ''; for($i = 0; $i < count($params); $i++) { $s_hidden_vars .= ''; } $s_hidden_vars .= ''; $template->assign_vars(array( 'L_AVATAR_GENERATOR' => $lang['Avatar_Generator'], 'L_RANDOM' => $lang['Random'], 'L_YOUR_AVATAR' => $lang['Your_Avatar'], 'L_AVATAR_TEXT' => $lang['Avatar_Text'], 'L_PREVIEW_AVATAR' => $lang['Preview'], 'L_SUBMIT_AVATAR' => $lang['Submit_Avatar'], 'L_RETURN_PROFILE' => $lang['Return_profile'], 'AVATAR_VERSION' => $board_config['avatar_generator_version'], 'AVATAR_TEMPLATE_PATH' => $board_config['avatar_generator_template_path'], 'AVATAR_FILENAME' => $avatar_filename, 'S_IMAGE_NAME' => $avatar_image, 'S_IMAGE_TEXT' => $avatar_text, 'S_PROFILE_ACTION' => append_sid("profile.$phpEx?mode=$mode"), 'S_HIDDEN_FIELDS' => $s_hidden_vars) ); return;}$lang['Allow_generator'] = 'Enable avatar generator';$lang['Avatar_generator_template_path'] = 'Avatar Generator Template Path';$lang['Avatar_generator_template_path_explain'] = 'Path under your phpBB root dir for template images, e.g. images/avatars/generator_templates';$faq[] = array("--","Avatar Generator");$faq[] = array("What is it?", "A tool that enables users to generate their own personalised Avatar from a set of available installed images.");$faq[] = array("Which version is installed on this site?", "Avatar Generator version " . $board_config['avatar_generator_version'] . ".");$faq[] = array("How do I a copy for my site?", "You can get the latest version of Avatar Generator by visiting Pete's Place.");$faq[] = array("Avatar Generator is installed but I dont see it anywhere, why?", "You need to login to use the Avatar Generator (if the site administator has enabled this feature), then edit your profile.");$faq[] = array("None of this helped me, what should I do?", "If you're still experiencing problems you should contact the site administrator. Any general enquiries about the Avatar Generator tool should be directed to Pete's Place.");$lang['Create_with_generator'] = 'Create Avatar using Avatar Generator';$lang['View_avatar_generator'] = 'Avatar Generator';
{L_GENERATE_AVATAR}:
{L_ALLOW_GENERATOR} {L_YES}   {L_NO}
{L_AVATAR_GENERATOR_TEMPLATE_PATH}
{L_AVATAR_GENERATOR_TEMPLATE_PATH_EXPLAIN}
# ##
mod name
# < !! > if english is not your main language , use the sql requests into the # install file of your language ( foreign language directory ) < !! >ALTER TABLE phpbb_themes ADD fontcolor5 VARCHAR (6) DEFAULT 'FFA34F' NOT NULL;ALTER TABLE phpbb_themes_name ADD fontcolor5_name CHAR (50) DEFAULT 'Admin color' NOT NULL;ALTER TABLE phpbb_themes ADD fontcolor6 VARCHAR (6) DEFAULT '006600' NOT NULL;ALTER TABLE phpbb_themes_name ADD fontcolor6_name CHAR (50) DEFAULT 'Moderator color' NOT NULL;# #viewonline.php# #//-- mod : Customizable admin and modérators colors ------------------------------------------------------------------------------//-- delete// 'L_WHOSONLINE_ADMIN' => sprintf($lang['Admin_online_color'], '', ''),// 'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '', ''),//-- add'L_WHOSONLINE_ADMIN' => sprintf($lang['Admin_online_color'], '', ''),'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '', ''),//-- fin mod : Customizable admin and modérators colors --------------------------------------------------------------------------# #'T_FONTCOLOR3' => '#'.$theme['fontcolor3'],# #//-- mod : Customizable admin and modérators colors ------------------------------------------------------------------------------//-- delete'T_FONTCOLOR5' => '#'.$theme['fontcolor5'],'T_FONTCOLOR6' => '#'.$theme['fontcolor6'],//-- fin mod : Customizable admin and modérators colors --------------------------------------------------------------------------# #admin/admin_styles.php# #$updated_name['fontcolor3_name'] = $HTTP_POST_VARS['fontcolor3_name'];# //-- mod : Customizable admin and modérators colors ------------------------------------------------------------------------------//-- delete$updated['fontcolor5'] = $HTTP_POST_VARS['fontcolor5'];$updated_name['fontcolor5_name'] = $HTTP_POST_VARS['fontcolor5_name'];$updated['fontcolor6'] = $HTTP_POST_VARS['fontcolor6'];$updated_name['fontcolor6_name'] = $HTTP_POST_VARS['fontcolor6_name'];//-- fin mod : Customizable admin and modérators colors --------------------------------------------------------------------------# #"L_FONTCOLOR_3" => $lang['fontcolor3'],# #"L_FONTCOLOR_3" => $lang['fontcolor3'],# #-----[ AFTER, ADD ]------------------------------------------ #//-- mod : Customizable admin and modérators colors ------------------------------------------------------------------------------//-- delete"L_FONTCOLOR_5" => $lang['fontcolor5'],"L_FONTCOLOR_6" => $lang['fontcolor6'],//-- fin mod : Customizable admin and modérators colors --------------------------------------------------------------------------# #"FONTCOLOR3" => $selected['fontcolor3'],# #//-- mod : Customizable admin and modérators colors ------------------------------------------------------------------------------//-- delete"FONTCOLOR5" => $selected['fontcolor5'],"FONTCOLOR6" => $selected['fontcolor6'],//-- fin mod : Customizable admin and modérators colors --------------------------------------------------------------------------# #"FONTCOLOR3_NAME" => $selected['fontcolor3_name'],# #//-- mod : Customizable admin and modérators colors ------------------------------------------------------------------------------//-- delete"FONTCOLOR5_NAME" => $selected['fontcolor5_name'],"FONTCOLOR6_NAME" => $selected['fontcolor6_name'],//-- fin mod : Customizable admin and modérators colors --------------------------------------------------------------------------# #language/lang_english/lang_admin.php# #$lang['fontcolor3'] = 'Font Colour 3';# #//-- mod : Customizable admin and modérators colors ------------------------------------------------------------------------------//-- delete$lang['fontcolor5'] = 'Font Colour 5';$lang['fontcolor6'] = 'Font COlour 6';//-- fin mod : Customizable admin and modérators colors --------------------------------------------------------------------------# #templates/subSilver/admin/styles_edit_body.tpl# #
{L_FONTCOLOR_5}:
{L_FONTCOLOR_6}:
Latest topics
» test.........................
Thu May 22, 2008 4:14 pm by the_god91

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Affiliates
free forum
Facebook
Follow us on Twitter
Search
 
 

Display results as :
 
Rechercher Advanced Search
test.........................
Mon May 19, 2008 2:59 pm by the_god91
duhjndmdfhdnjc mx,kmcn ,

Comments: 13
Poll
Forum
Who is Online ?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

Most users ever online was 2 on Sat May 17, 2008 11:34 pm
Statistics
We have 3 registered users
The newest registered user is dblock176

Our users have posted a total of 10 messages in 1 subjects