![]() |
|
| |||||||
|
| | Seçenekler |
|
#1
| ||||||
| ||||||
[phpBB 3 MOD] Ajax ShoutBox (1.1.1)Eklenti: Ajax ShoutBox Sürüm: 1.1.1 Yazar: paul Açıklama: Sitenize sohbet kutusu eklemeye yarayan bir mod Uyumlu olduğu phpBB3 sürümleri: * phpBB 3.0 Özellikleri: * Sitenize sohbet kutusu eklemeye yarayan bir mod Dil dosyaları/eklemeleri: * İngilizce Lisans: GNU General Public License v2 Kurulum zorluğu: Kolay Kurulum süresi: 8 Dakika Dosya formatı: .zip Dosya indirme: Konu Miliotta tarafından (13-03-2008 Saat 03:36 ) değiştirilmiştir.. |
|
#4
| ||||||
| ||||||
| İndirdiğiniz zip'li dosyanın içerisinde yer alan root klasöründeki dosyaları yanlarında belirtilen dizinlere atınız: Kod: <copy>
<file from="root/install/functions.php" to="install/functions.php" />
<file from="root/install/index.php" to="install/index.php" />
<file from="root/ajax.php" to="ajax.php" />
<file from="root/js.php" to="js.php" />
<file from="root/static.js" to="static.js" />
<file from="root/adm/style/acp_shoutbox.html" to="adm/style/acp_shoutbox.html" />
<file from="root/includes/functions_shoutbox.php" to="includes/functions_shoutbox.php" />
<file from="root/acp/acp_shoutbox.php" to="includes/acp/acp_shoutbox.php" />
<file from="root/acp/info/acp_shoutbox.php" to="includes/acp/info/acp_shoutbox.php" />
<file from="root/language/en/mods/acp/permissions_ajax_shoutbox.php" to="language/en/mods/acp/permissions_ajax_shoutbox.php" />
<file from="root/language/en/mods/acp/mods/ajax_shoutbox.php" to="language/en/mods/acp/mods/ajax_shoutbox.php" />
<file from="root/language/en/mods/info_ajax_shoutbox.php" to="language/en/mods/info_ajax_shoutbox.php" />
<file from="root/language/en/mods/shout.php" to="language/en/mods/shout.php" />
<file from="root/styles/prosilver/template/shout_body.html" to="styles/prosilver/template/shout_body.html" />
</copy> Bul: Kod: /**
* Run cron-like action
* Real cron-based layer will be introduced in 3.2
*/
switch ($cron_type)
{ Kod: case 'as':
if (time() - $config['as_interval'] <= $config['last_as_run'])
{
break;
}
include_once($phpbb_root_path . 'includes/functions_shoutbox.' . $phpEx);
if ($use_shutdown_function)
{
register_shutdown_function('as_cron');
}
else
{
as_cron();
}
break; Bul: Kod: $user->setup('viewforum'); Kod: if (!function_exists('as_display'))
{
include($phpbb_root_path . 'includes/functions_shoutbox.' . $phpEx);
}
as_display(); Bul: Kod: ?> Kod: define('SHOUTBOX_TABLE', $table_prefix . 'shoutbox'); Bul: Kod: for (sel_start = 0; range_all.compareEndPoints('StartToStart', range) < 0; sel_start++) Kod: try
{ Kod: // we ignore the end value for IE, this is already dirty enough and we don't need it
caretPos.start = txtarea.sel_start;
caretPos.end = txtarea.sel_start; Kod: }
catch(e)
{
} Bul: Kod: <!-- IF NEWEST_USER -->
<h3>{L_STATISTICS}</h3>
<p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p>
<!-- ENDIF --> Kod: <!-- INCLUDE shout_body.html --> Bul: Kod: </head> Kod: <!-- IF S_DISPLAY_SHOUTBOX -->
<script type="text/javascript" src="{U_SHOUT_STATIC}"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
<script type="text/javascript" src="{U_SHOUT}"></script>
<!-- ENDIF -->
__________________ A B C Ç D E F G Ğ H I İ J K L M N O Ö P R S Ş T U Ü V Y Z |
![]() |
| Arama Etiketleri: 111, ajax, mod, phpbb, shoutbox |
| Seçenekler | |
| |
Benzer Konular | ||||
| Konu | Konu Açanlar | Forum | Cevaplar | Güncel Mesajlar |
| [phpBB 3 MOD] phpBB Arcade 0.4.3 | Miliotta | Phpbb | 0 | 13-03-2008 03:44 |
| [phpBB 3 MOD] phpBB Gallery (0.3.0) | Miliotta | Phpbb | 0 | 13-03-2008 03:40 |
| phpBB 2.xx den phpBB 3.0'a Geçiş | kadınca | Phpbb | 0 | 04-11-2007 03:02 |
| ASP ile Ajax Kullanımı | viper | ASP | 0 | 02-11-2007 05:38 |
| vB shoutbox 2.0 (chatbox) | Nurullah_ | Vbulletin | 1 | 05-10-2007 11:29 |
![]() | ![]() |