Kết quả 1 đến 10 của 16
-
24-12-10, 10:49 PM #1
- Ngày tham gia
- Jul 2009
- Đang ở
- Địa Ngục Việt Nam
- Bài viết
- 873
- Thanks
- 182
- Thanked 327 Times in 118 Posts
PRO Nao cai thanh web NBB 2.12 Pro rhi vao nho ti
Tình hình là mình đang cài bản web web NBB 2.12 Pro nhueng toàn lỗi query khi đăng kí.. fix xong cái đó thì khi đăng nhập lại không đc ai cài đc giúp mình tí.... thanks
Yahoo :nguoinhen205Ải tình này ai có thế vượt qua
Vọng Minh Nguyệt,tâm thật thê lương
-
25-12-10, 10:40 AM #2
- Ngày tham gia
- Feb 2008
- Bài viết
- 563
- Thanks
- 4
- Thanked 123 Times in 66 Posts
-
25-12-10, 10:49 AM #3
-
25-12-10, 11:13 AM #4
- Ngày tham gia
- Feb 2008
- Bài viết
- 563
- Thanks
- 4
- Thanked 123 Times in 66 Posts
-
25-12-10, 11:34 AM #5
-
25-12-10, 11:59 AM #6
- Ngày tham gia
- Feb 2008
- Bài viết
- 563
- Thanks
- 4
- Thanked 123 Times in 66 Posts
-
25-12-10, 12:01 PM #7
-
25-12-10, 12:12 PM #8
- Ngày tham gia
- Feb 2008
- Bài viết
- 563
- Thanks
- 4
- Thanked 123 Times in 66 Posts
Ðề: PRO Nao cai thanh web NBB 2.12 Pro rhi vao nho ti
đây là db: [Only registered and activated users can see links. ]
còn đây là quezy chưa đầy đủ:
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] NOT NULL, [money_old] [int] 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 SCFMasterLevel 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 Character add event1_type3 int not null default 0
-
Các thành viên gởi lời cảm ơn đến KúnKuTe vì bài viết này !
babykute (25-12-10)
-
25-12-10, 01:12 PM #9
- Ngày tham gia
- Jul 2009
- Đang ở
- Địa Ngục Việt Nam
- Bài viết
- 873
- Thanks
- 182
- Thanked 327 Times in 118 Posts
Ðề: PRO Nao cai thanh web NBB 2.12 Pro rhi vao nho ti
Lỗi Query: INSERT INTO MEMB_INFO (memb___id,memb__pwd,memb_name,sno__numb,mail_addr ,appl_days,modi_days,out__days,true_days,mail_chek ,bloc_code,ctl1_code,memb__pwd2,fpas_ques,fpas_ans w,pass2,memb__pwdmd5,tel__numb) VALUES ('865702','123456','11111', '1111111111111','[email protected]','2010-12-24','2010-12-24','2010-12-24','2010-12-24','1','0','0','643718','1','dsfdsfsfd','159753', '08ecdb9901d52a4200194ca6e3c70292','01656488759')Ải tình này ai có thế vượt qua
Vọng Minh Nguyệt,tâm thật thê lương
-
25-12-10, 01:36 PM #10
- Ngày tham gia
- Feb 2008
- Bài viết
- 563
- Thanks
- 4
- Thanked 123 Times in 66 Posts
Các Chủ đề tương tự
-
Hướng dẫn Thay đổi Thanh Hp( Thanh Máu Trong Gunz Offline)
Bởi kiddj trong diễn đàn Gunz OnlineTrả lời: 2Bài viết cuối: 08-11-10, 09:38 PM -
Album Thanh Lam - Thanh Lam Acoustic (320kbps).
Bởi DaDuyTeo trong diễn đàn [Mp3 Album] Thư Viện Âm NhạcTrả lời: 0Bài viết cuối: 22-06-09, 07:55 PM