代碼: 選擇全部
::Version History::
-v1.01
* Fixed the problem with the javascript working in IE only. Text Links will display if you aren't
using IE now...Mozilla and Apache 1.3.x don't work well together using escape() functions of JS.
* Added download url as an optional field.
* Added ability to use the auto-insert of hacks.
* Added info on making your hack auto-insert it's info.
-v1.00
*Initial Release.
其中有一行* Added ability to use the auto-insert of hacks.
在1.01版後有新加上這個功能\r
(這功能一開始就預設打開)
而Hack Name vHack Version such as 1.0.0
就是用這個功能自動加上的,所以在每次刪除時,
又會因為auto-insert功能而加上,
我想那是作者,想讓大家使用auto-insert,而故意的..
這個檔在/hl/nivisec_hack_list_auto_insert.hl
代碼: 選擇全部
#########################################################################
# Rename this file to symbolize your hack uniquely...
# Just make SURE IT HAS A .hl extension
#
# This is HL not h1 (one)...l as in lake, lick, etc
#
# Examples:
# hacks_list_nivisec.hl
# hacks__hacks_list__by_nivisec.hl
#
# You can look for the .hl file in the hl/ sub-directory of the files
# distributed with this hack for an example.
#########################################################################
# This is used with Admin Hacks List to auto-insert information about
# this particular hack.
#
# You need to enter the three required fields and then any or all of
# the optional fields.
#
# Lines starting with a # are considered comments.
#
# Fields must be enclosed by quotes like "text" or they may not be
# correctly parsed. If you need to use a " in your fields, put a \"
# instead.
#########################################################################
# Instruct your users to upload this to their hacks list management
# directory (default is hl/ under the root path) or their main
# phpbb directory if they want it auto-inserted into the list.
#
# It will search the main root path of phpbb / and the sub-dir of
# the management directory (default hl/) for any .hl files.
#
#########################################################################
#
# Required Variables
#
# These are required for your hack to be auto-inserted
#########################################################################
其中
# Required Variables
#
# These are required for your hack to be auto-inserted
我相信,這是作者作出來讓使用者方便快速加入MOD清單的功能!!
...呃..我不會又是把大家都知道的事再說了一遍吧???
如果是的話...請告之..我會改進
