[Mod] Arcade Mod - Oyun Modu

[url=http://www.phpbbturkey.com/mods.html:34cnv4ga]phpBB 2.0.x MOD Veritabanımızda[/url:34cnv4ga] yayınlanan ve tarafınızca eklenen tüm yeni phpBB 2.0.x sürümleri için MODların duyuruları buradan yapılmaktadır. MODlar hakkında ihtiyacınız olan desteği lütfen [b:34cnv4ga]2.0.x MOD Destek[/b:34cnv4ga] forumuna başlık açarak sorunuz.
r.berkay
Kayıtlı Kullanıcı
Mesajlar: 46
Kayıt: 03.02.2007, 10:23
Konum: Adana
İletişim:

[Mod] Arcade Mod - Oyun Modu

Mesaj gönderen r.berkay »

İndir

Türkçe İndir

Kod: Tümünü seç

############################################################## 
## MOD Title: Arcade / Activities MOD
## MOD Author: Napoleon <napoleon@inetangel.com> (Chris Moore) www.iNetAngel.com 
## MOD Author, Secondary: defender-uk < defenders_realm@yahoo.com > (Andy Smith) http://www.phpbb-arcade.com 
## MOD Description: Online Arcade/Activities Manager / Plug in games and other activities for your users.
## MOD Version: 2.1.2
## 
## Based on the Original by Napoleon Activity Mod by (Chris Moore) - Consent Given for Re-Distribution.
##
## Installation Level: (Medium) 
## Installation Time: 30 Minutes 
## Files To Edit: 	viewonline.php
##			constants.php
##			/admin/index.php
##			/includes/page_header.php
##			/templates/subSilver/overall_header.tpl
##			/language/lang_english/lang_main.php
##
## Included Files: 	activity.php
##			loader.php
##			newscore.php
##			arcade_rate.php
##			arcade_comment.php
##			arcade_highscore.php
##			arcade_modcp.php
##			pnFlashGames.php
##			/admin/admin_arcade.php
##			/admin/admin_arcade_set.php
##			/admin/admin_arcade_reset.php
##			/admin/admin_arcade_update.php
##			/games/donkeykong/donkeykong.swf
##			/games/donkeykong/donkeyknog.gif
##			/images/arrow_down.gif
##			/images/arrow_end.gif
##			/images/arrow_top.gif
##			/images/arrow_up.gif
##			/images/close.gif
##			/images/comment.gif
##			/images/comments.gif
##			/images/crown.gif
##			/images/favorite.gif
##			/images/games.gif
##			/images/icon_delete.gif
##			/images/icon_half_star.gif
##			/images/icon_star.gif
##			/images/moderate.gif
##			/images/new.gif
##			/images/play_again.gif
##			/images/rate.gif
##			/images/remove_favorite.gif
##			/images/trophy2.gif
##			/images/trophy3.gif
##			/images/trophy.gif
##			/includes/classes_arcade.php
##			/includes/constants_arcade.php
##			/includes/functions_arcade.php
##			/includes/functions_highscore.php
##			/language/lang_english/lang_arcade.php
##			/templates/subSilver/arcade_body.tpl
##			/templates/subSilver/arcade_cats.tpl
##			/templates/subSilver/arcade_comment.tpl
##			/templates/subSilver/arcade_game_body.tpl
##			/templates/subSilver/arcade_games_edit_body.tpl
##			/templates/subSilver/arcade_highscore_body.tpl
##			/templates/subSilver/arcade_mod_body.tpl
##			/templates/subSilver/arcade_rate_body.tpl
##			/templates/subSilver/arcade_saved_body.tpl
##			/templates/subSilver/arcade_scores.tpl
##			/templates/subSilver/arcade_stats.tpl
##			/templates/subSilver/arcade_stats_body.tpl
##			/templates/subSilver/arcade_tour_body.tpl
##			/templates/subSilver/admin/arcade_cats_body.tpl
##			/templates/subSilver/admin/arcade_cats_edit_body.tpl
##			/templates/subSilver/admin/arcade_config_body.tpl
##			/templates/subSilver/admin/arcade_games_body.tpl
##			/templates/subSilver/admin/arcade_import_body.tpl
##			/templates/subSilver/admin/arcade_messages_body.tpl
##			/templates/subSilver/admin/arcade_switches_body.tpl
##			/templates/subSilver/admin/arcade_moderators_body.tpl
##			/templates/subSilver/admin/arcade_tournament_body.tpl
##			/templates/subSilver/images/game_info.gif
##			/templates/subSilver/images/games.gif
##			/templates/subSilver/images/icon_mini_activity.gif
##
## Required for Rewards:
##			/includes/rewards_api.php
##
############################################################## 
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered 
## in our MOD-Database, located at: http://www.phpbb.com/mods/ 
############################################################## 
##
## Author Notes: This mod was made for version 2.0.6+ of phpBB.
##	If you are upgrading from v2.0.0 then follow the steps found in "Upgrading".
##
## Installation
##
## 1) Upload all files to their respective locations in you main phpbb directory.
## 2) Edit all the files below.
## 3) Goto your ACP (Admin Control Panel) and click <UPDATE DB>
##
##
## Credits
##	- Napoleon		:: Original Version.
##	- Endoxus		:: subSilver Icon / Game button template.
##	- Q-zar 		:: French Translation.
##	- mondi 		:: General support.
##	- Scott Porter 		:: gamelib Author.
##	- Whoo			:: Games and Cheat Fix
##
##############################################################
## MOD History: 
## 
##   2003-06-25 - Version 1.0.0
##	- First release.         
## 
##   2003-12-?? - Version 2.0.0
##	- Cheat Fix.
##	- Division by Zero bug fixed.
##	- Added an installer / uninstaller / upgrader.
##	- Removed Allowance System support.
##	- Merged ina_score.php with newscore.php [ina_score.php now useless]
##	- Optimized admin_activity.php [activity_config_body2.tpl now useless]
##	- Optimized Game handling [added game.php, remove /games/gamename/gamename.php]
##	    No longer have to edit game.php when adding a new game.
##	- Inserted new Move routines to move games up/down on game list.
##	- Added Repair button to fix game index.
##	- Added Pagination support.
##	- Added List limit to Highscores.
##	- Added Highscore Reverse List option.
##	- Added return link in activity_scores.tpl
##	- Added Info button & routines.
##	- New ACP.
##	- Optimized Points System support.
##	- Added Rewards API for Rewards routines. [Cash / Allowance]
##
##  2004/10/06 - Version 2.0.1
##	- Added Allow Guest Access.
##	- Added Take Game Offline.
##	- Added Default Image if No Game Image is Available.
##	- Added All Time HighScores
##
##  2004/17/07 - Version 2.0.4
##	- Made Fully EasyMod complient
##	- Merged add and edit game [add_game.tpl now useless]
##	- Added Activities Offline Function
##	- Added Cheat Mode off function.
##	- Fixed all template errors.
##	- Added Guest Text.
##	- Added Default game number (so that data can be pulled from another game)
##	- Added Java and Director game support.
##	- Changed scores tables to use user_id
##	- Added Better cheat mode.
##	- Fixed Zeros being entered in to the game window sizes.
##	- Added Extra fields to ACP Games menu so you can see more at a glance.
##	- Added Reset All Time High Scores data.
##
##  2004/19/08 - Version 2.0.6
##	- Added option to turn off AT Highscores
##	- Added option for default icon size
##	- Added user Stats
##	- Added pagination to ACP edit option.
##	- Added Catagories
##	- Added Search Function in Catagories Window
##	- Added advanced navigation bar.
##	- Added Support for RealMedia, Quicktime Media, Windows Media and Images.
##	- Added Extra Sort Mod options
##	- Added Extra cheat Mode support
##	- Added Automatic Score Save type.
##	- Added Automatic FLASH and IMAGE size on ADD
##	- Added Option to Use Auto Size on Loading pages.
##	- Added Icon Support from included functions.
##	- Updated all the templates to default names.
##	- Fixed Pagination
##	- Fixed Points Bonus
##	- Fixed Arcade Hash (bandwidth issue)
##	- Changes score tables to support decimal places.
##
##  2006/01/01 - Version 2.1.0
##	- Added Rating System
##	- Added pnFlashGames Support
##	- Added IBProArcade Support
##	- Added Comment System
##	- Added Monthly Highscore System (Thanks to PainKiller and CHris)
##	- Added Class Support (for reduced SQL Queries)
##	- Added FileSize on Main Page
##	- Added Category Info on 'All Games' Page
##	- Added More Stats displayed on Categories Page
##	- Added Top x Games & New Games/Worst Games on Categories AND Main Page's
##	- Added SEARCH Feature
##	- Added Last Played for Categories
##	- Added Number of Plays to Main Page
##	- Added Favourites System
##	- Added Private Message System
##	- Added More ACP Control over System
##	- Added Automatic Flash Size Reconision
##	- Added BAN System
##	- Added More Sort Options, plus Sort options now available in ACP
##	- Added Edit Games by Category and Move Games in Category.
##	- Added TOP Player Stat's
##	- Fixed NEWSCORE issues.
##	- Fixed Scores not displaying correctly
##	- Fixed Automated Import - Now FULLY Automated
##	- Fixed Pagination issues when sorting by non-default mode
##	- Moved Multiply called routines into either Functions or Classes
##	- Moved Constants into own arcade_constants.php file (users kept missing the changes)
##
##
##	Known Issues
##		Not fully EasyMod Complient - This might not be so in 2.1.2+
##		Upgrading from BETA versions causes DB issues
##
##	Awaitng Development
##		Moderators Control Panel (MCP)
##		Tournament Feature
##		vBulletin Games Support
##
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 


copy activity.php                		to activity.php 
copy loader.php                   		to loader.php 
copy newscore.php                		to newscore.php
copy pnFlashGames.php				to pnFlashGames.php
copy admin/admin_arcade.php             	to admin/admin_arcade.php 
copy admin/admin_arcade_update.php         	to admin/admin_arcade_update.php
copy admin/admin_arcade_set.php         	to admin/admin_arcade_set.php
copy admin/admin_arcade_reset.php         	to admin/admin_arcade_reset.php
copy games/donkeykong/donkeykong.gif         	to games/donkeykong/donkeykong.gif 
copy games/donkeykong/donkeykong.swf         	to games/donkeykong/donkeykong.swf 
copy images/arrow_down.gif            		to images/arrow_down.gif 
copy images/arrow_up.gif            		to images/arrow_up.gif 
copy images/icon_delete.gif            		to images/icon_delete.gif 
copy images/trophy.gif               		to images/trophy.gif 
copy images/arrow_end.gif			to images/arrow_end.gif
copy images/arrow_top.gif			to images/arrow_top.gif
copy images/close.gif				to images/close.gif
copy images/comment.gif				to images/comment.gif
copy images/comments.gif			to images/comments.gif
copy images/crown.gif				to images/crown.gif
copy images/favorite.gif			to images/favorite.gif
copy images/games.gif				to images/games.gif
copy images/icon_half_star.gif			to images/icon_half_star.gif
copy images/icon_star.gif			to images/icon_star.gif
copy images/moderate.gif			to images/moderate.gif
copy images/new.gif				to images/new.gif
copy images/play_again.gif			to images/play_again.gif
copy images/rate.gif				to images/rate.gif
copy images/remove_favorite.gif			to images/remove_favorite.gif
copy images/trophy2.gif				to images/trophy2.gif
copy images/trophy3.gif				to images/trophy3.gif
copy includes/rewards_api.php            	to includes/rewards_api.php 
copy includes/classes_arcade.php         	to includes/classes_arcade.php 
copy includes/constants_arcade.php         	to includes/constants_arcade.php 
copy includes/functions_arcade.php         	to includes/functions_arcade.php 
copy language/lang_english/lang_arcade.php      to language/lang_english/lang_arcade.php 

copy templates/subSilver/arcade_body.tpl      to templates/subSilver/arcade_body.tpl 
copy templates/subSilver/arcade_cats.tpl      to templates/subSilver/arcade_cats.tpl 
copy templates/subSilver/arcade_game_body.tpl      to templates/subSilver/arcade_game_body.tpl 
copy templates/subSilver/arcade_mod_body.tpl      to templates/subSilver/arcade_mod_body.tpl 
copy templates/subSilver/arcade_scores.tpl      to templates/subSilver/arcade_scores.tpl 
copy templates/subSilver/arcade_saved_body.tpl      to templates/subSilver/arcade_saved_body.tpl 
copy templates/subSilver/arcade_stats.tpl      to templates/subSilver/arcade_stats.tpl 
copy templates/subSilver/arcade_stats_body.tpl      to templates/subSilver/arcade_stats_body.tpl 
copy templates/subSilver/arcade_tour_body.tpl      to templates/subSilver/arcade_tour_body.tpl 
copy templates/subSilver/admin/arcade_cats_body.tpl   to templates/subSilver/admin/arcade_cats_body.tpl 
copy templates/subSilver/admin/arcade_cats_edit_body.tpl to templates/subSilver/admin/arcade_cats_edit_body.tpl 
copy templates/subSilver/admin/arcade_config_body.tpl   to templates/subSilver/admin/arcade_config_body.tpl 
copy templates/subSilver/admin/arcade_games_body.tpl   to templates/subSilver/admin/arcade_games_body.tpl 
copy templates/subSilver/admin/arcade_games_edit_body.tpl to templates/subSilver/arcade_games_edit_body.tpl 
copy templates/subSilver/admin/arcade_import_body.tpl   to templates/subSilver/admin/arcade_import_body.tpl 
copy templates/subSilver/admin/arcade_moderators_body.tpl to templates/subSilver/admin/arcade_moderators_body.tpl 
copy templates/subSilver/admin/arcade_tournament_body.tpl to templates/subSilver/admin/arcade_tournament_body.tpl 
copy templates/subSilver/images/game_info.gif      to templates/subSilver/images/game_info.gif 
copy templates/subSilver/images/games.gif      to templates/subSilver/images/games.gif 
copy templates/subSilver/images/icon_mini_activity.gif   to templates/subSilver/images/icon_mini_activity.gif 

# 
#-----[ OPEN ]------------------------------------------ 
# 

viewonline.php 

# 
#-----[ FIND ]------------------------------------------ 
# 
            case PAGE_FAQ: 
               $location = $lang['Viewing_FAQ']; 
               $location_url = "faq.$phpEx"; 
               break; 
# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 
            case PAGE_ACTIVITY: 
               $location = $lang['Activity']; 
               $location_url = "activity.$phpEx"; 
               break; 
# 
#-----[ OPEN ]------------------------------------------ 
# 

includes/constants.php 


# 
#-----[ FIND ]------------------------------------------ 
# 

?> 

# 
#-----[ BEFORE, ADD ]------------------------------------------ 
# 

// Arcade Mod
include_once($phpbb_root_path . 'includes/constants_arcade.' . $phpEx);
// End Arcade Mod

# 
#-----[ OPEN ]------------------------------------------ 
# 

includes/page_header.php 

# 
#-----[ FIND ]------------------------------------------ 
# 

   'U_GROUP_CP' => append_sid('groupcp.'.$phpEx), 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

   // Arcade MOD 
   'U_ACTIVITY' => append_sid('activity.'.$phpEx), 
   'L_ACTIVITY' => $lang['Activity'], 

# 
#-----[ OPEN ]------------------------------------------ 
# 

admin/index.php 

# 
#-----[ FIND ]------------------------------------------ 
# 
                  case PAGE_FAQ: 
                     $location = $lang['Viewing_FAQ']; 
                     $location_url = "index.$phpEx?pane=right"; 
                     break; 
# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 
                  case PAGE_ACTIVITY: 
                     $location = $lang['Activity']; 
                     $location_url = "activity.$phpEx"; 
                     break; 
# 
#-----[ OPEN ]------------------------------------------ 
# 

templates/subSilver/overall_header.tpl 

# 
#-----[ FIND ]------------------------------------------ 
# 
</head> 

# 
#-----[ BEFORE, ADD ]------------------------------------------ 
# 

<SCRIPT LANGUAGE="Javascript"> 
var win = null; 
function Gk_PopTart(mypage,myname,w,h,scroll) 
{ 
  LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; 
  TopPosition = (screen.height) ? (screen.height-h)/2 : 0; 
  settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable=yes'; 
  win = window.open(mypage,myname,settings); 
} 
</SCRIPT> 

# 
#-----[ FIND ]------------------------------------------ 
# 

               <tr> 
                  <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td> 
               </tr> 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

               <tr> 
                  <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp; 
                     <a href="{U_ACTIVITY}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_activity.gif" width="12" height="13" border="0" alt="{L_ACTIVITY}" hspace="3" />{L_ACTIVITY}</a>&nbsp; &nbsp;</span> 
                  </td> 
               </tr> 

# 
#-----[ OPEN ]------------------------------------------ 
# 

language/lang_english/lang_main.php 

# 
#-----[ FIND ]------------------------------------------ 
# 

$lang['Notify_on_privmsg'] = 'Notify on new Private Message'; 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

$lang['Block_Arcade_pm'] = 'Block PM\'s from the Arcade'; 
# 
#-----[ FIND ]------------------------------------------ 
# 

?> 

# 
#-----[ BEFORE, ADD ]------------------------------------------ 
# 

// Activity MOD 
$lang['Activity'] = "Games"; 

# 
#-----[ OPEN ]------------------------------------------ 
# 
admin/admin_users.php 

# 
#-----[ FIND ]------------------------------------------ 
# 

   $notifypm = ( isset( $HTTP_POST_VARS['notifypm']) ) ? ( ( $HTTP_POST_VARS['notifypm'] ) ? TRUE : 0 ) : TRUE;

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

   $games_block_pm = ( isset($HTTP_POST_VARS['games_block_pm']) ) ? ( ($HTTP_POST_VARS['games_block_pm']) ? TRUE : 0 ) : TRUE; 

# 
#-----[ FIND ]------------------------------------------ 
# 

, user_notify_pm = $notifypm, 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 
 games_block_pm = $games_block_pm, 

# 
#-----[ FIND ]------------------------------------------ 
# 

   $notifypm = $this_userdata['user_notify_pm']; 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

   $games_block_pm = $this_userdata['games_block_pm']; 

# 
#-----[ FIND ]------------------------------------------ 
# 

	$s_hidden_fields .= '<input type="hidden" name="notifypm" value="' . $notifypm . '" />';

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 
	$s_hidden_fields .= '<input type="hidden" name="games_block_pm" value="' . $games_block_pm . '" />';
 
# 
#-----[ FIND ]------------------------------------------ 
# 

	'NOTIFY_PM_NO' => (!$notifypm) ? 'checked="checked"' : '',

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

      'BLOCK_PM_YES' => ( $games_block_pm ) ? 'checked="checked"' : '', 
      'BLOCK_PM_NO' => ( !$games_block_pm ) ? 'checked="checked"' : '', 
# 
#-----[ FIND ]------------------------------------------ 
# 

      'L_NOTIFY_ON_PRIVMSG' => $lang['Notify_on_privmsg'], 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

      'L_BLOCK_ARCADE_PM' => $lang['Block_Arcade_pm'], 

# 
#-----[ OPEN ]------------------------------------------ 
# 

includes/usercp_avatar.php 

# 
#-----[ FIND ]------------------------------------------ 
# 

, &$viewemail, &$notifypm, 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 
&$games_block_pm, 
# 
#-----[ OPEN ]------------------------------------------ 
# 

includes/usercp_register.php 

# 
#-----[ FIND ]------------------------------------------ 
# 

   $notifypm = ( isset($HTTP_POST_VARS['notifypm']) ) ? ( ($HTTP_POST_VARS['notifypm']) ? TRUE : 0 ) : TRUE; 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

   $games_block_pm = ( isset($HTTP_POST_VARS['games_block_pm']) ) ? ( ($HTTP_POST_VARS['games_block_pm']) ? TRUE : 0 ) : TRUE; 

# 
#-----[ FIND ]------------------------------------------ 
# 

, user_notify_pm = $notifypm, 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 
 games_block_pm = $games_block_pm, 
# 
#-----[ FIND ]------------------------------------------ 
# 

user_notify, user_notify_pm, 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 
games_block_pm, 
# 
#-----[ FIND ]------------------------------------------ 
# 

$notifyreply, $notifypm, 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

$games_block_pm, 

# 
#-----[ FIND ]------------------------------------------ 
# 

   $notifypm = $userdata['user_notify_pm']; 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

   $games_block_pm = $userdata['games_block_pm']; 

# 
#-----[ FIND ]------------------------------------------ 
# 

$viewemail, $notifypm, 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 
$games_block_pm, 
# 
#-----[ FIND ]------------------------------------------ 
# 

      'NOTIFY_PM_NO' => ( !$notifypm ) ? 'checked="checked"' : '', 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

      'BLOCK_PM_YES' => ( $games_block_pm ) ? 'checked="checked"' : '', 
      'BLOCK_PM_NO' => ( !$games_block_pm ) ? 'checked="checked"' : '', 
# 
#-----[ FIND ]------------------------------------------ 
# 

      'L_NOTIFY_ON_PRIVMSG' => $lang['Notify_on_privmsg'], 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

      'L_BLOCK_ARCADE_PM' => $lang['Block_Arcade_pm'], 


# 
#-----[ OPEN ]------------------------------------------ 
# 

templates/subSilver/admin/user_edit_body.tpl 

# 
#-----[ FIND ]------------------------------------------ 
# 

<tr> 
  <td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}:</span></td> 
  <td class="row2"> 
    <input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} /> 
    <span class="gen">{L_YES}</span>&nbsp;&nbsp; 
    <input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO} /> 
    <span class="gen">{L_NO}</span></td> 
</tr> 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

<tr> 
  <td class="row1"><span class="gen">{L_BLOCK_ARCADE_PM}:</span></td> 
  <td class="row2"> 
   <input type="radio" name="games_block_pm" value="1" {BLOCK_PM_YES} /> 
   <span class="gen">{L_YES}</span>&nbsp;&nbsp; 
   <input type="radio" name="games_block_pm" value="0" {BLOCK_PM_NO} /> 
   <span class="gen">{L_NO}</span></td> 
</tr> 

# 
#-----[ OPEN ]------------------------------------------ 
# 

templates/subSilver/profile_add_body.tpl 

# 
#-----[ FIND ]------------------------------------------ 
# 

<tr> 
  <td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}:</span></td> 
  <td class="row2"> 
    <input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} /> 
    <span class="gen">{L_YES}</span>&nbsp;&nbsp; 
    <input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO} /> 
    <span class="gen">{L_NO}</span></td> 
</tr> 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

<tr> 
  <td class="row1"><span class="gen">{L_BLOCK_ARCADE_PM}:</span></td> 
  <td class="row2"> 
   <input type="radio" name="games_block_pm" value="1" {BLOCK_PM_YES} /> 
   <span class="gen">{L_YES}</span>&nbsp;&nbsp; 
   <input type="radio" name="games_block_pm" value="0" {BLOCK_PM_NO} /> 
   <span class="gen">{L_NO}</span></td> 
</tr> 

# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 
Kullanıcı avatarı
karabii
Kayıtlı Kullanıcı
Mesajlar: 39
Kayıt: 15.04.2007, 09:14
İletişim:

Mesaj gönderen karabii »

eyvallah hocam :wink:
Kullanıcı avatarı
seoseo
Kayıtlı Kullanıcı
Mesajlar: 174
Kayıt: 09.12.2006, 17:58
İletişim:

Mesaj gönderen seoseo »

arkadaslar sole birsey dusundum bu profile add body ile user edit body deki degisiklikleri bosuna yapmasak arcade bolumunde pm almak istiyormusnz die soruyor galibva bence gereksiz bide ilk link duzeltirmisiniz
Php En İyi Site Olmak İcin Geliyoruz
http://www.rakipforum.com
Kayyo vb. Sİtelere Php Kuramayanlar Ulasın YArdımcı Olurum Yes Pm Or sitem
Kullanıcı avatarı
serkan_u19911
Kayıtlı Kullanıcı
Mesajlar: 261
Kayıt: 05.11.2006, 15:11
Konum: İstanbul
İletişim:

Mesaj gönderen serkan_u19911 »

Türkçeleştirme İstiyorum....
Dosya ekleri
lang_turkish.rar
(26.38 KiB) 260 kere indirildi
Kullanıcı avatarı
Nightmare
Kayıtlı Kullanıcı
Mesajlar: 69
Kayıt: 09.04.2007, 16:45
Konum: code-maker
İletişim:

Mesaj gönderen Nightmare »

kırık link lütfen düzeltin
ENGEL
Kullanıcı avatarı
Mirach
Destek Ekibi Lideri
Destek Ekibi Lideri
Mesajlar: 1664
Kayıt: 27.03.2006, 01:06
Konum: İstanbul

Mesaj gönderen Mirach »

Nightmare yazdı:kırık link lütfen düzeltin
düzeltildi.
Profilinde phpBB forumunun adresini girmemiş üyelere ve kurallara aykırı şekilde açılmış başlıklara destek verilmez.
Resim Resim Resim
Kullanıcı avatarı
seoseo
Kayıtlı Kullanıcı
Mesajlar: 174
Kayıt: 09.12.2006, 17:58
İletişim:

Mesaj gönderen seoseo »

arkadaslar modu yuklemeyin bosuna cunku ski surum yeni surumunu isteyecek oyun filan yukletmiyor oyuzden http://www.php-arcade.com http://www.phpbb-arcade.com olması lasım resmi sitesi ordan son suruu yukleyin 2,1,1 miydi tam hatırlamaıyorum
Php En İyi Site Olmak İcin Geliyoruz
http://www.rakipforum.com
Kayyo vb. Sİtelere Php Kuramayanlar Ulasın YArdımcı Olurum Yes Pm Or sitem
Kullanıcı avatarı
Nightmare
Kayıtlı Kullanıcı
Mesajlar: 69
Kayıt: 09.04.2007, 16:45
Konum: code-maker
İletişim:

Mesaj gönderen Nightmare »

linki duzelttiğiniz için çok teşekkur ederim.Çok işime yaradı saolun :D
ENGEL
Kullanıcı avatarı
Nightmare
Kayıtlı Kullanıcı
Mesajlar: 69
Kayıt: 09.04.2007, 16:45
Konum: code-maker
İletişim:

Mesaj gönderen Nightmare »

bir şey daha.Bunda oyun olarak bi tek donkeykong var :D
Boyle bi paket halinde yokmu oyunlar??
ENGEL
r.berkay
Kayıtlı Kullanıcı
Mesajlar: 46
Kayıt: 03.02.2007, 10:23
Konum: Adana
İletişim:

Mesaj gönderen r.berkay »

Kullanıcı avatarı
rhtgltkn
Kayıtlı Kullanıcı
Mesajlar: 168
Kayıt: 29.10.2006, 17:45
İletişim:

Mesaj gönderen rhtgltkn »

seoseo yazdı:arkadaslar modu yuklemeyin bosuna cunku ski surum yeni surumunu isteyecek oyun filan yukletmiyor oyuzden http://www.php-arcade.com http://www.phpbb-arcade.com olması lasım resmi sitesi ordan son suruu yukleyin 2,1,1 miydi tam hatırlamaıyorum
şimdi bunu yükleyelim mi yüklemeyelimmi
Kullanıcı avatarı
seoseo
Kayıtlı Kullanıcı
Mesajlar: 174
Kayıt: 09.12.2006, 17:58
İletişim:

Mesaj gönderen seoseo »

istersen Yukle :D sadece donkey kong var :D o verdigim sitelerden birinde yukle surum atlamıs en son betası cıkmıstı bunu yuklersen lutfen surum yukseltin diyor
Php En İyi Site Olmak İcin Geliyoruz
http://www.rakipforum.com
Kayyo vb. Sİtelere Php Kuramayanlar Ulasın YArdımcı Olurum Yes Pm Or sitem
Kullanıcı avatarı
melihonline
Kayıtlı Kullanıcı
Mesajlar: 436
Kayıt: 19.08.2006, 18:48
Konum: Tokat
İletişim:

Mesaj gönderen melihonline »

Arkadaşlar ben sql kodlarını yükleyince şu kodlar kırmızı çıktı ne anlama geliyor acaba ve ilk baştada Current Version: 1.0.0 yazdı ben 2.1.2 yi yüklemiştim


Kod: Tümünü seç

UPDATE phpbb_ina_scores AS s, phpbb_users AS u SET `s.player_id` = `u.user_id` WHERE `s.player` = `u.username` NOT REQUIRED.!
You have an error in your SQL syntax near 'AS s, phpbb_users AS u SET `s.player_id` = `u.user_id` WHERE `s.player` = `u.use' at line 1
UPDATE phpbb_ina_at_scores AS s, phpbb_users AS u SET `s.player_id` = `u.user_id` WHERE `s.player` = `u.username` NOT REQUIRED.!
You have an error in your SQL syntax near 'AS s, phpbb_users AS u SET `s.player_id` = `u.user_id` WHERE `s.player` = `u.use' at line 1


UPDATE phpbb_ina_fav f, phpbb_ina_games g SET `f.fav_game_name` = `g.game_name` WHERE `g.game_id` = `f.fav_game_id` NOT REQUIRED.!
You have an error in your SQL syntax near 'f, phpbb_ina_games g SET `f.fav_game_name` = `g.game_name` WHERE `g.game_id` = `' at line 1
UPDATE phpbb_ina_rate r, phpbb_ina_games g SET `r.rate_game_name` = `g.game_name` WHERE `r.rate_game_id` = `g.game_id` NOT REQUIRED.!
You have an error in your SQL syntax near 'r, phpbb_ina_games g SET `r.rate_game_name` = `g.game_name` WHERE `r.rate_game_i' at line 1
UPDATE phpbb_ina_comment c, phpbb_ina_games g SET `c.comment_game_name` = `g.game_name` WHERE `c.comment_game_id` = `g.game_id` NOT REQUIRED.!
You have an error in your SQL syntax near 'c, phpbb_ina_games g SET `c.comment_game_name` = `g.game_name` WHERE `c.comment_' at line 1


ALTER TABLE phpbb_ina_fav DROP `game_id` NOT REQUIRED.!
Can't DROP 'game_id'. Check that column/key exists
FORUM | FORUM 2 | İki insan açtır. Biri bilimi arayan, diğeri ise parayı...
Kullanıcı avatarı
freedom058
Kayıtlı Kullanıcı
Mesajlar: 127
Kayıt: 16.03.2007, 20:06
İletişim:

Mesaj gönderen freedom058 »

teşekkürler Demosu varmı acaba...
Kilitli

“2.0.x MOD Duyuruları” sayfasına dön

Kimler çevrimiçi

Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 1 misafir