Kết quả 1 đến 10 của 24
-
15-06-11, 08:33 PM #1
Có cái này share cho anh em vui hè
Có cái này để lâu mốc mất, định ko share do trong top của lão khuek8b có người bảo mình ích kỷ, định ích kỷ luôn, nhưng mà dạo này ko thích mấy trò này nữa nên đẩy em nó đi vậy
Tự cài nhé, cài như web TV thui mà
WEB: [Only registered and activated users can see links. ]
DB: [Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]Ký cái gì?
-
The Following 15 Users Say Thank You to thecong For This Useful Post:
anhanhnd (17-06-11), Anh_Zai (15-06-11), apple (16-06-11), cuong8607748 (16-06-11), huandz1102 (16-06-11), info2509 (16-06-11), modbibi (17-06-11), mrrainnt (16-06-11), mrvu058 (18-06-11), quandat (19-06-11), quoctuan2712 (15-06-11), sathu107 (19-06-11), sonicos (19-06-11), stardustdragon (16-06-11), whylove (15-06-11)
-
15-06-11, 08:39 PM #2
- Ngày tham gia
- Oct 2010
- Bài viết
- 54
- Thanks
- 33
- Thanked 6 Times in 6 Posts
Ðề: Có cái này share cho anh em vui hè
up dùm lên mediafire cho dễ down với
Khách viếng thăm hãy cùng whylove xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
15-06-11, 09:35 PM #3
- Ngày tham gia
- May 2011
- Bài viết
- 83
- Thanks
- 72
- Thanked 6 Times in 6 Posts
Ðề: Có cái này share cho anh em vui hè
không biết thế nào thax cái vì là người VN
Khách viếng thăm hãy cùng Anh_Zai xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
15-06-11, 10:39 PM #4
Ðề: Có cái này share cho anh em vui hè
cái này cài như thế nào vậy pac........thank bác đã share
-
15-06-11, 10:40 PM #5
- Ngày tham gia
- Oct 2010
- Bài viết
- 446
- Thanks
- 43
- Thanked 14 Times in 8 Posts
Ðề: Có cái này share cho anh em vui hè
thế công ởi cho mình hỏi web này là của ai code vậy
Khách viếng thăm hãy cùng TRIEN xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
16-06-11, 02:08 AM #6
Ðề: Có cái này share cho anh em vui hè
NWeb Mu của NetBanBe Team . Web này thích hợp cho Data SCF hơn nếu ai xài Data khác thì phải add thêm 1 số table của SCF
Thêm Cái Query cho anh em tham khảo :
PHP Code:CREATE TABLE [Character_back] (
[AccountID] [varchar] (10) NOT NULL ,
[Name] [varchar] (10) NOT NULL ,
[LevelUpPoint] [int] NULL DEFAULT (0),
[Class] [tinyint] NULL ,
[Leadership] [smallint] NULL DEFAULT (0),
[Resets] [int] NOT NULL DEFAULT (0),
[Relifes] [int] NOT NULL DEFAULT (0)
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [CardPhone] (
[stt] [int] IDENTITY (1, 1) NOT NULL ,
[acc] [varchar] (20) NULL ,
[Name] [varchar] (10) NULL ,
[menhgia] [int] NULL ,
[card_type] [varchar] (20) NULL ,
[card_num] [varchar] (20) NULL ,
[card_serial] [varchar] (20) NULL ,
[ngay] [smalldatetime] NULL ,
[status] [tinyint] NULL ,
[addvpoint] [varchar] (20) NULL ,
[timenap] [int] NULL,
[timeduyet] [int] NULL
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [Card_Vpoint] (
[Name] [int] NOT NULL DEFAULT (0),
[accdl] [varchar] (20) NULL ,
[menhgia] [int] NULL ,
[card_num] [varchar] (20) NULL ,
[card_serial] [varchar] (20) NULL ,
[time_create] [int] NULL ,
[accused] [varchar] (20) NULL ,
[timenap] [int] NULL,
[status] [tinyint] NULL
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [DoanhThu] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[year] [int] NOT NULL DEFAULT (2008),
[month] [int] NOT NULL DEFAULT (1),
[money] [int] NOT NULL DEFAULT (0),
[card_type] [varchar] (20) NULL
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [DaiLy] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[accdl] [varchar] (20) NOT NULL ,
[password] [varchar] (50) NOT NULL ,
[Name] [varchar] (255) NULL,
[Address] [varchar] (255) NULL,
[City] [varchar] (50) NULL,
[telephone] [varchar] (20) NULL,
[NumComputer] [int] NULL,
[yahoo] [varchar] (50) NULL,
[vpoint] [int] NOT NULL DEFAULT (0),
[status] [tinyint] NULL
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [DaiLy_Nap] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[accdl] [varchar] (20) NOT NULL ,
[Name_ck] [varchar] (255) NOT NULL ,
[So_TK] [varchar] (50) NULL ,
[money_ck] [int] (10) NOT NULL,
[money_old] [int] (10) NULL,
[time_ck] [varchar] (50) NOT NULL,
[time_duyet] [int] NULL,
[status] [tinyint] NULL
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [RegVIP] (
[AccountID] [varchar] (10) NOT NULL ,
[timedk] [int] NULL
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [TopMonth] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[stt] [int] NOT NULL DEFAULT (0) ,
[acc] [varchar] (20) NULL ,
[Name] [varchar] (10) NULL ,
[resets] [int] NOT NULL DEFAULT (0),
[Month] [int] NOT NULL DEFAULT (0) ,
[Year] [int] NOT NULL DEFAULT (0)
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [Check_Action] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[action] [varchar] (20) NULL ,
[time] [int] NOT NULL DEFAULT (0),
[status] [tinyint] NOT NULL DEFAULT (0)
) ON [PRIMARY]
GO
INSERT INTO Check_Action (action) VALUES ('ResetInDay')
INSERT INTO Check_Action (action) VALUES ('ResetInMonth')
INSERT INTO Check_Action (action) VALUES ('Top10RS')
--------------------------------------------------------------
alter table MEMB_INFO add bank bigint NOT NULL default 0
alter table MEMB_INFO add vpoint bigint NOT NULL default 0
alter table MEMB_INFO add gcoin bigint NOT NULL default 0
alter table MEMB_INFO add memb__pwd2 char(10)
alter table MEMB_INFO add memb__pwdmd5 char(50)
alter table MEMB_INFO add pass2 char(10)
alter table MEMB_INFO add jewel_chao int not null default 0
alter table MEMB_INFO add jewel_cre int not null default 0
alter table MEMB_INFO add jewel_blue int not null default 0
alter table Character add Resets int not null default 0
alter table Character add ResetVIP int not null default 0
alter table Character add Resets_Time int not null default 0
alter table Character add NoResetInDay int not null default 0
alter table Character add NoResetInMonth int not null default 0
alter table Character add Relifes int not null default 0
alter table Character add khoado tinyint not null default 0
alter table Character add makhoado varchar(50)
alter table Character add IsThuePoint tinyint not null default 0
alter table Character add TimeThuePoint int not null default 0
alter table Character add PointThue int not null default 0
alter table Character add ErrorSubBlock tinyint not null default 0
alter table Character add pointdutru int not null default 0
alter table Character add UyThac tinyint not null default 0
alter table Character add uythacoffline_stat int not null default 0
alter table Character add uythacoffline_time int not null default 0
alter table Character add PointUyThac int not null default 0
alter table Character add Onlinetime int not null default 0
Alter table Character add point_event int not null default 0
Alter table Character add event1_type1 int not null default 0
Alter table Character add event1_type2 int not null default 0
Alter table dbo.Character add event1_type3 int not null default 0
Khách viếng thăm hãy cùng Mr.Cuong xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
-
16-06-11, 06:03 AM #7
- Ngày tham gia
- Feb 2009
- Bài viết
- 115
- Thanks
- 14
- Thanked 9 Times in 9 Posts
Ðề: Có cái này share cho anh em vui hè
ai giúp em cài web này vơi cài hoài không đc
Khách viếng thăm hãy cùng cuong8607748 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
16-06-11, 07:17 AM #8
- Ngày tham gia
- Apr 2011
- Đang ở
- Địa Ngục Trần Gian
- Bài viết
- 619
- Thanks
- 130
- Thanked 347 Times in 165 Posts
Ðề: Có cái này share cho anh em vui hè
a có share thì share cái web dưới chữ ký của a á, cái flash nhìn chuối quá
- : Y!M
-
16-06-11, 01:38 PM #9
-
16-06-11, 03:57 PM #10
Ðề: Có cái này share cho anh em vui hè
bạn ơi web này sao khóa item bị lỗi sao ấy bấm khóa ko dc
Khách viếng thăm hãy cùng rongden2400 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
Các Chủ đề tương tự
-
Share hết là hết cái để share - Các tool chỉnh sửa TLBB
Bởi probin trong diễn đàn ReleasesTrả lời: 9Bài viết cuối: 02-08-15, 03:40 AM -
Share VPS Cho Ai Làm TLBB Nè! Share Free!
Bởi 3z3z3z trong diễn đàn ReleasesTrả lời: 5Bài viết cuối: 05-02-12, 10:37 PM -
[SHARE] Share mấy cái mask nghịch chơi!
Bởi nhoc_kute_blog trong diễn đàn Võ Lâm Truyền Kỳ (Jx Server)Trả lời: 11Bài viết cuối: 19-01-11, 06:48 PM -
Share CoreClient Server DarkMoon DNTmaster Share
Bởi giangleloi trong diễn đàn Võ Lâm Truyền Kỳ (Jx Server)Trả lời: 23Bài viết cuối: 18-07-10, 04:35 PM