Etiketler: chat eklentisinde hata
| Author | Message |
Bl4ckBon3r
10 posts |
#30578 2008-06-21 16:55 GMT |
|
Kaan'ın chat eklentisini indirdim fakat oto. yenilemede hata veriyo. Tam yenileyeceği zaman ![]() Resimdeki hatayı veriyor ve yenilemiyor. Yoksa sorunsuz çalışıyor. Nasıl düzeltebilirim bu sorunu ? |
|
m.Kahraman
74 posts |
#30580 2008-06-21 17:26 GMT |
|
index tpl'de {CHAT_JS} tagı var mı ? ya da eksik oLan diger tag'lar ?
|
|
|
http://www.gocmenist.com - En Harbi Göçmen Sitesi
|
|
Bl4ckBon3r
10 posts |
#30581 2008-06-21 17:33 GMT |
|
Tüm Tagları Ekledim Sorunsuz Çalışıyor fakat Dediğim Gibi Oto. Yenilediği Yerde Hatayı Veriyo Yenileyemiyo.. |
|
3nokta5
265 posts |
#30582 2008-06-21 17:36 GMT |
|
Code: chat_io.php dosyasını anadizine at sorun ortadan kalkıcaktır:
|
|
Bl4ckBon3r
10 posts |
#30583 2008-06-21 17:46 GMT |
|
ehh tamamdır oldu sağolasınız..
|
|
hayalet
142 posts |
#30610 2008-06-22 16:21 GMT |
|
bende de aynı hata devam ediyor dediğin gibi yaptım olmadı ama bende senin verdiğin dosya ismi yanı chat_io.php bu dosya yok chat_inc.php var dediğin dosya elinde varsa paylaşa bilirmöisin
|
|
3nokta5
265 posts |
#30626 2008-06-22 23:10 GMT |
|
chat_io.php
Code: <?PHP
/* ==================== Land Down Under - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=chat_io.php Version=122 Updated=2007 Type=Plugin Author=Kaan Description= [END_SED] ==================== */ define('SED_CODE', TRUE); $location = "Chat plugin"; @error_reporting(E_ALL ^ E_NOTICE); require("system/functions.php"); require("datas/config.php"); require('system/database.'.$cfg['sqldb'].'.php'); require('plugins/chat/inc/chat.inc.php'); require('system/lang/'.$cfg['defaultlang'].'/main.lang.php'); sed_connect($cfg['mysqlhost'], $cfg['mysqluser'], $cfg['mysqlpassword'], $cfg['mysqldb']); unset($cfg['mysqlhost'], $cfg['mysqluser'], $cfg['mysqlpassword'], $cfg['mysqldb']); $sed_cache = TRUE; $sys['now'] = time(); $sys['day'] = date('Y-m-d'); $skin = $cfg['defaultskin']; $hits_today = sed_chat_getstat($sys['day']); if ($hits_today>0) { sed_chat_stathit($sys['day']); } else { sed_chat_statcreate($sys['day']); } // ==================================== $sql = sed_sql_query("SELECT * FROM $db_smilies"); if (sed_sql_numrows($sql)>0) { while ($row = sed_sql_fetcharray($sql)) { $sed_smilies[] = $row; } } $sql_config = sed_sql_query("SELECT config_owner, config_cat, config_name, config_value FROM $db_config"); while ($row = sed_sql_fetcharray($sql_config)) { if ($row['config_owner']=='core') { $cfg[$row['config_name']] = stripslashes($row['config_value']); } else { $cfg['plugin'][$row['config_cat']][$row['config_name']] = stripslashes($row['config_value']); } } $xg = sed_import('x','G','ALP'); $xp = sed_import('x','P','ALP'); $xk = sed_check_xp(); // ==================================== if ($_GET['channel']) { $d =(empty($d)) ? 0 : $d; $chat['joinpart'] = ($_GET['jp']) ? TRUE : FALSE; $chat['users'] = sed_chat_get_users(); $chat['mode'] = ($c=='edit' && $usr['maingrp']>=$cfg['plugin']['chat']['minleveladmin']) ? 'edit' : ''; $chat['joinpart'] = ($jp) ? TRUE : FALSE; $chat['channel'] = sed_chat_get_channel($d, $cfg['plugin']['chat']['numlines'], $chat['mode'], $chat['joinpart']); $chat['topic'] = sed_chat_parse($cfg['plugin']['chat']['topic']); $chat['main'] = "<table class=\"cells\" style=\"width:100%\">"; $chat['main'] .= "<tr><td colspan=\"2\">Topic : ".$chat['topic']."</td></tr>"; $chat['main'] .= "<tr><td style=\"width:100%\">".$chat['channel']."</td></tr></table>"; echo $chat['main']; } ?> |
|
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| chat eklentisinde hata | 6 | Darqwall | 195 Gün |
| takvim eklentisinde hata | 5 | Kaan | 241 Gün |
| Yöneticiler eklentisinde hata :S | 4 | CockRoacH | 432 Gün |
| Takvim Calendar Eklentisinde Hata Veriyor | 6 | YaKuP_48 | 428 Gün |
| Chat Hatası | 5 | muko | 161 Gün |





