<%@ Language=VBScript %> <% Option Explicit %> 页面没有找到
页面没有找到 5秒钟之后将会带您进入新浪首页!

页面没有找到
页面没有找到 5秒钟之后将会带您进入新浪首页!

页面没有找到
页面没有找到 5秒钟之后将会带您进入新浪首页!

页面没有找到
页面没有找到 5秒钟之后将会带您进入新浪首页!

页面没有找到
页面没有找到 5秒钟之后将会带您进入新浪首页!

页面没有找到
页面没有找到 5秒钟之后将会带您进入新浪首页!

页面没有找到
页面没有找到 5秒钟之后将会带您进入新浪首页!

<% Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "no-cache" Response.Expires = -1 Response.Buffer = True 'On Error Resume Next Dim strBbs Dim strKind Dim intListNowPage Dim intBid Dim intPrevBid Dim intNextBid Dim intListState Dim intSearchMode Dim strSearchText Dim intAppendNowPage Dim intRefNowPage Dim strReturnUrl Dim strDelReturnUrl Dim strImage Dim intPoint Dim intAppendOrder Dim intAppendBlockSize Dim intAppendTotalCount Dim intAppendTotalPage Dim intAppendFirstPageNo Dim intAppendLastPageNo Dim intRefBlockSize Dim intRefTotalCount Dim intRefTotalPage Dim intRefFirstPageNo Dim intRefLastPageNo Dim intLevel Dim intIndent Dim intBoardRole Dim strWriter Dim bLogin Dim articleInfo() Dim bbsInfo() Dim strAccount Dim voteInfo() Dim intVoteItemsCount Dim voteRate Dim intDiffDate Dim strTitle Dim strContent Dim appendList() Dim referenceList() Dim intAttachListCount Dim attachListInfo() Dim adminInfo() Dim intVoteRate Dim intAdminCount Dim index Dim i Dim tmpfile Dim objFS If Not TB_CreateNCDBAObject() Then TB_WriteErrorLog (ERR_CODE_CREATE_NCDBAOBJECT_FAIL) End If strBbs = "bbsNotice" strKind = Request.QueryString ("kind") intListNowPage = Request.QueryString ("lnp") dim db set db=server.createobject("adoprovider.dbaccess") intBid = db.runspwithinteger(DATABASE_KEY_NUMBER,"cp_GetNewNoticeID",array("bbs",adVarChar,50,"bbsnotice")) set db=nothing intListState = Request.QueryString ("ls") intSearchMode = Request.QueryString ("sm") strSearchText = Trim(Request.QueryString ("st")) intAppendNowPage = Request.QueryString ("cnp") 'current append page number intRefNowPage = Request.QueryString ("rnp") 'current reference page number strReturnUrl = Request.ServerVariables("PATH_INFO") & "?" & Request.ServerVariables("QUERY_STRING") If Not (intListNowPage = Empty) Then 'ERROR : Page number value is not numeric. common.asp If Not TB_IsIntegerString(intListNowPage) Then TB_WriteErrorLog(ERR_CODE_BID_NOT_INTEGER) End If intListNowPage = CLng(intListNowPage) 'ERROR : Page number is below 1 If intListNowPage < 1 Then TB_WriteErrorLog(ERR_CODE_BID_BELLOW_ONE) End If Else intListNowPage = 1 End If If Not (intBid = Empty) Then 'ERROR : BID is not numeric. common.asp If Not TB_IsIntegerString(intBid) Then TB_WriteErrorLog(ERR_CODE_BID_NOT_INTEGER) End If intBid = CLng(intBid) 'ERROR : BID is below 1 If intBid < 1 Then TB_WriteErrorLog(ERR_CODE_BID_BELLOW_ONE) End If Else 'ERROR : BID is empty TB_WriteErrorLog(ERR_CODE_EMPTY_BID) End If If Not (intListState = Empty) Then 'ERROR : List state value is not numeric. common.asp If Not TB_IsIntegerString(intListState) Then TB_WriteErrorLog(ERR_CODE_LS_NOT_INTEGER) End If intListState = CInt(intListState) Else intListState = LIST_STATE_IS_EXPANDED End If If Not (intSearchMode = Empty) Then 'ERROR : Search mode value is not numeric. common.asp If Not TB_IsIntegerString(intSearchMode) Then TB_WriteErrorLog(ERR_CODE_SM_NOT_INTEGER) End If intSearchMode = CInt(intSearchMode) Else intSearchMode = SEARCH_MODE_IS_NOT_SEARCHED End If If Not (intAppendNowPage = Empty) Then 'ERROR : Append Page number value is not numeric. common.asp If Not TB_IsIntegerString(intAppendNowPage) Then TB_WriteErrorLog(ERR_CODE_APAGENO_NOT_INTEGER) End If intAppendNowPage = CInt(intAppendNowPage) 'ERROR : Append Page number is below 1 If intAppendNowPage < 1 Then TB_WriteErrorLog(ERR_CODE_APAGENO_BELLOW_ONE) End If Else intAppendNowPage = 1 End If If Not (intRefNowPage = Empty) Then 'ERROR : Reference Page number value is not numeric. common.asp If Not TB_IsIntegerString(intRefNowPage) Then TB_WriteErrorLog(ERR_CODE_RPAGENO_NOT_INTEGER) End If intRefNowPage = CInt(intRefNowPage) 'ERROR : Reference Page number is below 1 If intRefNowPage < 1 Then TB_WriteErrorLog(ERR_CODE_RPAGENO_BELLOW_ONE) End If Else intRefNowPage = 1 End If If IsEmpty(strBbs) Or IsEmpty(intBid) Then TB_WriteErrorLog(ERR_CODE_EMPTY_BBS) End If 'ERROR : Requested bbs alias is not supported. common.asp If Not TB_CheckValidationBbsName(strBbs) then TB_WriteErrorLog(ERR_CODE_NOT_VALID_BBS) End If 'ERROR : Search text contain special charaters If Not TB_CheckStr(strSearchText) Then TB_WriteErrorLog(ERR_CODE_SPECIAL_CHAR_IN_ST) End If 'ERROR : Getting bbs information is failed. If Not TB_GetBbsListInformation(strBbs, bbsInfo) then TB_WriteErrorLog(ERR_CODE_GET_BBSINFO_FAIL) End If 'Increase Read Count Call TB_IncreaseViewCount(strBbs, intBid) 'Getting Article Information If Not TB_GetArticleInformation(strBbs, intBid, articleInfo) then TB_WriteErrorLog(ERR_CODE_GET_ARTICLEINFO_FAIL) End If if trim(TB_GetAccount())<>"" then blogin=true end if 'Default authority is BOARD_ROLE_BAN_NOTHING intBoardRole = BOARD_ROLE_BAN_NOTHING If bLogin Then strAccount = TB_GetAccount() 'ERROR : Getting authority is failed If Not TB_GetBbsPermission(strBbs, strAccount, intBoardRole) Then TB_WriteErrorLog(ERR_CODE_GET_PERMISSION_FAIL) End If End If 'ERROR : User does not have valid authority. If intBoardRole <= BOARD_ROLE_BAN_VIEW then TB_WriteErrorLog(ERR_CODE_VIEW_BAN) End If 'Getting previous and next ariticle's BID. If Not TB_GetPrevNextBid(strKind, articleInfo(ARTICLEINFO_INDEX_ROOT_BID), intSearchMode, strSearchText, intPrevBid, intNextBid) Then TB_WriteErrorLog(ERR_CODE_GET_PREVNEXT_FAIL) End If intAppendOrder = bbsInfo(BBSINFO_INDEX_APPEND_ORDERING) intAppendBlockSize = bbsInfo(BBSINFO_INDEX_APPEND_BLOCK_SIZE) If Not TB_GetAppendRecordSetWithPageNo(strBbs, intBid, intAppendOrder, bbsInfo(BBSINFO_INDEX_APPEND_PAGE_SIZE), intAppendNowPage, intAppendTotalCount, intAppendTotalPage, appendList) Then TB_WriteErrorLog(ERR_CODE_GET_APPEND_FAIL) End If Call TB_ClearObject() %> 天堂II 官方网站
 


光彩盛年- 1 影牙

    咯吱-咯吱-,昏沉的夜幕降临时,在荒野中,翻覆的马车轮子发出费力的沉吟声。将冰冷的岩石和万年积雪当作王冠的山峰,即将背对阳光,带给最富裕的领地不怎么合适的黑暗。这个黑暗是血腥的残酷与猥亵的贪婪。

    咯吱-咯吱-,以争执与杀生为业的一群,慢慢地接近仍然发出声音的马车旁。其实,以同业为生的另一群已经占据了那里,但是还是迎来了同行们热烈的握手。因为他们以后与谁都无法握手,还成为无须杀死什么生物来赚钱的身躯。从生计的傀儡解放出来的一群同行们,看上去对于收集遗物漠不关心。

    咯吱-咯吱-,用手抓住那要是置之不理,就像会永远旋转的轮子,一个年少精灵,在廿余具尸体之间,仔细倾听同僚们的低声细语。他们正在寻找某种“箱子”。爱吹牛的一个同僚说道,那个“箱子”是奇岩的老领主卡尔蒙男爵在失去城堡前移转的物品,但是没能让其他同僚们提起注意。比起陷于泥泞的箱子里所装的东西,更能让同僚们热衷的是,完成任务后就可以回家享受女人和酒的谈说。

    “…娜特莉的草莓饼是亚丁最美味的。有人骂我男子汉大丈夫太热衷于馅饼之类的事,不过我在娜特莉为我煎这种饼之前也是这么说的!不管怎么样,娜特莉说呀,制作美味的草莓饼的秘诀在于…,啊?!”

    发生了对于唯一在倾听的精灵来说是很可惜的事情。至少在她向新的男朋友公开自己的秘密之前,美味的“娜特莉草莓饼秘诀”暂时不会有人知道。标枪般大的一支箭,穿透了那位热爱草莓饼的佣兵的胸口。佣兵以惊讶的眼神看着胸口的箭,接着把目光转向同僚们。但是未得到任何人的搭理。因为同僚们在他中箭的一瞬间,滚到翻覆的马车边,与蛮横的狙击者对抗着。

    “应该没有活下来的家伙呀!”

    佣兵们咒骂着。他们不会盲目跑进可能会有什么家伙正在等待着他们的森林。他们没有这么幼稚。没有找到射出弓箭的家伙的位置,也不能就这样蹲坐在马车旁。每当连续发出撕破丝绸般声音的这个时候,马车的某个部位被击碎了。好像永远要旋转的轮子、车轴,最后马车的车?被击碎,马车也就像失去支撑架的纸箱子沉陷下去。佣兵们开始奔跑到弓箭射来方向的对面森林里。这要是在白天,领着孩子们过来野餐会是很不错的森林;但是到了晚上,它变成了庞大的怪物。古老的大树树根就像是魔女的手,绊住了脚。枯萎的树枝刮向了眼角,积在腐烂落叶下的污水浸湿了身体。被妨碍休息的昆虫,透过向佣兵们的眼睛、耳朵,偶尔还向鼻子进攻,表示强烈的抗议。被这些具攻击性敌人包围的佣兵们,等待着追赶着他们的不明射手到来,三五成群地分散埋伏。

    感觉到胸口勒得发闷,精灵抬起了视线。森林与包容在森林?的人不同,非常安静,怀抱微风的天空不知何时迎接了夜晚,披着稀疏地镶嵌有珍珠的漂亮蓝色服装。沙沙沙沙- 风抚摸着森林,圆圆的满月在树木之间露出了头。风稍微静下来时,森林好像在宣告某个人的命运似的,传来了惊恐的野兽鸣叫声。
    从那时开始,精灵无法记清几分钟内展开的事情。鸟儿们对生气的叫喊声与临死痛苦的悲叫声,还有凄凉的哭泣声和野兽的咆哮声,不满地离开了位置。露出牙齿的影子闪电般跳进来,开始射、撕、摆开、拧、咬撕、舔、掷、踢、击碎,终于死去。之后又过了几分钟之后,森林被鲜红的血覆盖而气喘吁吁,满月微笑着把风景浸染成没有生气的无彩。
    精灵对自己的死活感到混乱。变成茫茫无际的灰色风景中,只有面对着他的两匹狼发出绿光的眼眸。精灵对猛然一看巨大的狼,为何用眼神打量着自己感到很奇怪。对于这个问题,由快要拔出来的头部与蹒跚挣扎的腿回答。狼双腿站立,用一只手抓住精灵的头部,正向自己的眼睛前提起。没有抓住头的另一只手,握着除了非常巨大的感觉之外、和巡逻骑兵们所用武器没有两样的弓。另外,随着狼开口,可以看到如同无数匕首浸染而成为黑色的牙齿。一个熟悉的单词从耳边掠过。

    “…世界树…”

    对于体认到狼是在跟自己说话的事还为时尚早,所以精灵没能听清楚狼之前跟自己所说的话。

    “…如果不想看到世界树被连根拔起,就不要去碰‘封印’。”

    狼把精灵随意丢向鲜红的地面上。精灵在痛苦与恐惧中找到的另一种感觉,真是奇迹般的事。精灵像狼两脚站立,这才知道身体根本不听使唤的事实。他以双手臂支撑地板、艰难地支撑上半身的状态看着狼。

    “那是在胁迫吗?”

    咯吱-咯吱吱- 不管树枝和尸体直往前走的狼停下了脚步。它走过的每一步都浮现出鲜红的脚印。狼回答说:

    “不是。”

    狼留下精灵,然后消失了。
    过了一阵之后,才记清自己为何来到此地的精灵,回到马车翻覆的地方时,明白自己正在追随狼的脚印。翻覆的马车,死亡的佣兵们…。所有的所有都安然,但是找不到“箱子”的踪影。