[問題] 安裝樂透
發表於 : 2005-01-24 22:46
http://phpbbhacks.com/viewhack.php?id=1198
這個版本算滿古老的,翻過文章看2.0.6還可以跑.
但安裝在2.0.10就有點問題了.
樂透預設的狀態是關閉的,但從後台開怎麼開都是off狀態.
這個版本算滿古老的,翻過文章看2.0.6還可以跑.
但安裝在2.0.10就有點問題了.
樂透預設的狀態是關閉的,但從後台開怎麼開都是off狀態.
他是隔一段時間開獎..可以自己設定時間長短Arisa520 寫:請問一下~
上述樂透是可以在短時間一直玩的~
還是經過一段時間開獎的?!
最近想要定期開獎的樂透程式(也就是有異於水怪那種)~
但是找不太到~
不知道有沒有~
感謝大大快速的回覆!!小西 寫:他是隔一段時間開獎..可以自己設定時間長短Arisa520 寫:請問一下~
上述樂透是可以在短時間一直玩的~
還是經過一段時間開獎的?!
最近想要定期開獎的樂透程式(也就是有異於水怪那種)~
但是找不太到~
不知道有沒有~
?看不懂安裝說明文件嗎?goldenpeople86 寫:請問有人可以解釋怎安裝嘛...我是新手...不太明白....thx><
代碼: 選擇全部
#
#-----[ OPEN ]------------------------------------------
#
language/lang_*/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
// Lottery Variables
$lang['lottery_second'] = '秒';
$lang['lottery_seconds'] = '秒';
$lang['lottery_minute'] = '分鐘';
$lang['lottery_minutes'] = '分鐘';
$lang['lottery_hour'] = '小時';
$lang['lottery_hours'] = '小時';
$lang['lottery_day'] = '天';
$lang['lottery_days'] = '天';
$lang['lottery_current_history'] = 'Current History';
$lang['lottery_no_history'] = 'There is currently no history recorded!';
$lang['lottery_history_disabled'] = 'Lottery history is disabled on these forums!';
$lang['lottery_ticket_bought'] = 'Your ticket in the %s has been successfully purchased.';
$lang['lottery_tickets_bought'] = 'Your %s tickets in the %s have been successfully purchased.';
$lang['lottery_purchased_ticket'] = ' to purchase a ticket!';
$lang['lottery_purchased_tickets'] = ' to purchase %s tickets!';
$lang['lottery_purchased_ne'] = '你沒有足夠的';
$lang['lottery_too_many_tickets'] = 'You have already purchased the maximum amount of tickets allowed in this lottery! Please wait until the next draw.';
$lang['lottery_information'] = 'Information';
$lang['lottery_actions'] = 'Lottery Actions';
$lang['lottery_disabled'] = 'The lottery is currently turned off!<br /><br />Try again later.';
$lang['lottery_ID'] = '編號';
$lang['lottery_winner'] = '幸運兒';
$lang['lottery_amount_won'] = 'Amount Won';
$lang['lottery_time_won'] = '勝出時間';
$lang['lottery_total_history'] = 'There are a total of %s lottery history entries.';
$lang['lottery_history'] = '歷程';
$lang['lottery_tickets_owned'] = '彩票擁有者';
$lang['lottery_ticket_cost'] = '彩票售價';
$lang['lottery_base_pool'] = 'Base Prize Pool';
$lang['lottery_current_entries'] = 'Current Entries';
$lang['lottery_total_pool'] = 'Total Prize Pool';
$lang['lottery_item_draw'] = 'Items in Draw';
$lang['lottery_time_draw'] = 'Time Until Drawn';
$lang['lottery_last_winner'] = '上次的幸運兒';
$lang['lottery_buy_ticket'] = '購買單一彩票';
$lang['lottery_buy_tickets'] = '購買多張彩票';
$lang['lottery_view_history'] = '觀看樂透彩歷程';
$lang['lottery_view_phistory'] = 'View Personal History';
$lang['lottery'] = '樂透';
// Lottery Error Variables
$lang['lottery_error_updating'] = 'Error updating %s table!';
$lang['lottery_error_deleting'] = 'Error deleting from %s table!';
$lang['lottery_error_selecting'] = 'Error getting information from %s table!';
$lang['lottery_error_inserting'] = 'Error inserting into %s table!';
$lang['lottery_error_variable'] = 'Could not read %s variable!';
$lang['lottery_invalid_command'] = 'That is not a valid command!';
$lang['lottery_no_history_type'] = 'No history type selected!';
#
#-----[ OPEN ]------------------------------------------
#
language/lang_*/lang_admin.php
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
// Lottery Variables
$lang['lottery_second'] = '秒';
$lang['lottery_seconds'] = '秒';
$lang['lottery_minute'] = '分鐘';
$lang['lottery_minutes'] = '分鐘';
$lang['lottery_hour'] = '小時';
$lang['lottery_hours'] = '小時';
$lang['lottery_day'] = '天';
$lang['lottery_days'] = '天';
$lang['lottery_no_items'] = 'There are no items in the shop database!';
$lang['lottery_rand'] = '隨機';
$lang['lottery_statistics'] = 'Lottery Statistics';
$lang['lottery_edit_settings'] = 'Edit Lottery Settings';
$lang['lottery_no_one'] = '一個也沒有';
$lang['lottery_editor'] = 'Lottery Editor';
$lang['lottery_index_explain'] = 'This section allows you to edit the lottery settings.';
$lang['lottery_no_item'] = 'No such item exists!';
$lang['lottery_invalid_action'] = 'Invalid Action!';
$lang['lottery_click_to_return'] = '點選 %s這裡%s 回到樂透設定.';
$lang['lottery_random_items_updated'] = 'Random item settings sucessfully updated!';
$lang['lottery_item_added'] = 'Item successfully added to item pool!';
$lang['lottery_item_removed'] = 'Item successfully removed from item pool!';
$lang['lottery_updated'] = '樂透更新成功!';
$lang['lottery_status'] = '樂透狀態';
$lang['lottery_add_item'] = 'Add Item';
$lang['lottery_add_items'] = 'Add Item to Pool';
$lang['lottery_remove_item'] = 'Remove Item';
$lang['lottery_current_items'] = 'Current Item Pool';
$lang['lottery_update_settings'] = '更新設定';
$lang['lottery_max_cost'] = '最高價格';
$lang['lottery_min_cost'] = '最低價格';
$lang['lottery_all_shops'] = '所有商店';
$lang['lottery_from_shop'] = '從商店';
$lang['lottery_update'] = '更新';
$lang['lottery_currency'] = 'Currency to Use';
$lang['lottery_history'] = 'Lottery History';
$lang['lottery_item_pool'] = 'Item Pool';
$lang['lottery_full_display'] = 'Full Display';
$lang['lottery_max'] = '最大值';
$lang['lottery_off'] = '開啟';
$lang['lottery_on'] = '關閉';
$lang['lottery_mult_tickets'] = '多張彩票';
$lang['lottery_multiple'] = '多張';
$lang['lottery_single'] = '單一';
$lang['lottery_tickets_allowed'] = 'Tickets Allowed';
$lang['lottery_draw_periods'] = 'Lottery Draw Periods';
$lang['lottery_entry_cost'] = '輸入售價';
$lang['lottery_base_amount'] = 'Lottery Base Amount';
$lang['lottery_name'] = '樂透系統名稱';
$lang['lottery_auto_restart'] = '自動重來';
$lang['lottery_last_won'] = '上次勝出';
$lang['lottery_pool'] = 'Lottery Pool';
$lang['lottery_time_left'] = '剩餘時間';
$lang['lottery_duration_left'] = 'Duration Left';
$lang['lottery_total_entries'] = 'Total Entries';
$lang['lottery_items_table'] = 'Edit Item Pool';
$lang['lottery_items_settings'] = 'Edit Item Settings';
// Lottery Error Variables
$lang['lottery_error_updating'] = 'Error updating %s table!';
$lang['lottery_error_deleting'] = 'Error deleting from %s table!';
$lang['lottery_error_selecting'] = 'Error getting information from %s table!';
$lang['lottery_error_inserting'] = 'Error inserting into %s table!';
$lang['lottery_error_variable'] = 'Could not read %s variable!';