уже сделал оказывается пути неправельно немного прописал в кроне
ещё два вопросика)
1.викторина (первая версия)почему то останавляивается когда некто неответил на вопрос.. ?в чём причина?
2.Значить так берем вот этот код и вставляй как там написано)
PHP код:
зАМЕНИТЬ В ФАЙЛЕ VOC config!!!
//events
riseEvent(EVENT_LOGIN, $user_name, $user_class);
//
//
if($current_user->clan_id > 0) {
$is_regist_clan = $current_user->clan_id;
$current_clan = new Clan();
include($ld_engine_path."clan_get_object.php");
if(strlen(trim($current_clan->greeting)) > 0) {
$sw_rob_login = "<b>".$current_user->greeting."</b>";
}
else {
$sw_rob_login = $sw_roz_clan_common_entr;
}
$sw_rob_login = str_replace("#", "<font color=#bf0d0d>".ucfirst($current_user->clan_status)."</font> <a style='text-decoration: underline' style='{cursor: pointer}' onClick=\"javascript
arent.Whisper('~');\">~</a>", $sw_rob_login);
$sw_rob_login = str_replace("@", $current_clan->name, $sw_rob_login);
}
if($current_user->login_phrase != "") {
$sw_rob_login = $current_user->login_phrase;
$sw_rob_login = eregi_replace("#", "<a style='text-decoration: underline' style='{cursor: pointer}' onClick=\"javascript
arent.Whisper('~');\">~</a>", $sw_rob_login);
}
if($current_user->chat_status != "") {
$sw_rob_login = str_replace("||", "<font color=#bf0d0d>".ucfirst($current_user->chat_status)."</font>", $sw_rob_login);
}
else $sw_rob_login = str_replace("||", "", $sw_rob_login);
//
$def_color = $registered_colors[$default_color][1];
$flood_protection = 0;
unset($messages_to_show);
$messages_to_show = array();
********************************************************************************************************************
Второй Вариант ищем
riseEvent(EVENT_LOGIN, $user_name, $user_class);
***********************************************************************************************
//events
riseEvent(EVENT_LOGIN, $user_name, $user_class);
СЮДА ВСТАВЛЯЕШЬ (ниже)
//
$def_color = $registered_colors[$default_color][1];
$flood_protection = 0;
unset($messages_to_show);
$messages_to_show = array();
***************************************************************************************************
это туда вставляешь )))
if($current_user->clan_id > 0) {
$is_regist_clan = $current_user->clan_id;
$current_clan = new Clan();
include($ld_engine_path."clan_get_object.php");
if(strlen(trim($current_clan->greeting)) > 0) {
$sw_rob_login = "<b>".$current_user->greeting."</b>";
}
else {
$sw_rob_login = $sw_roz_clan_common_entr;
}
$sw_rob_login = str_replace("#", "<font color=#bf0d0d>".ucfirst($current_user->clan_status)."</font> <a style='text-decoration: underline' style='{cursor: pointer}' onClick=\"javascript
arent.Whisper('~');\">~</a>", $sw_rob_login);
$sw_rob_login = str_replace("@", $current_clan->name, $sw_rob_login);
}
if($current_user->login_phrase != "") {
$sw_rob_login = $current_user->login_phrase;
$sw_rob_login = eregi_replace("#", "<a style='text-decoration: underline' style='{cursor: pointer}' onClick=\"javascript
arent.Whisper('~');\">~</a>", $sw_rob_login);
}
if($current_user->chat_status != "") {
$sw_rob_login = str_replace("||", "<font color=#bf0d0d>".ucfirst($current_user->chat_status)."</font>", $sw_rob_login);
}
else $sw_rob_login = str_replace("||", "", $sw_rob_login);
в каком ето voc.config заменять ??? если в том что в ДАТА то там и приблизно подобного нету..плюс работать перестаёт...