PDA

View Full Version : PRO Nao cai thanh web NBB 2.12 Pro rhi vao nho ti



babykute
24-12-10, 10:49 PM
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

KúnKuTe
25-12-10, 10:40 AM
nếu cậu dùng scfmt 1.003.96 thì liên hệ tớ share cho db đã tích hợp sẵn quezy chứ tớ cũng chả có quezy gốc :D

tyanhday
25-12-10, 10:49 AM
1.003.96 chạy trên XP đc không pa

KúnKuTe
25-12-10, 11:13 AM
10.03.96 chỉ có thể working 100% on Windown Server bạn nhé.

babykute
25-12-10, 11:34 AM
tiếc quá mình đang dùng của cái này RMST 7.01.01 Season 4.5-4.6, Multi Protocol (<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>)

KúnKuTe
25-12-10, 11:59 AM
ok nếu nó là Sỏurce đc dev từ SCFMT thì vẫn sài đc Db của SCFMT cậu à.

babykute
25-12-10, 12:01 PM
ok nếu nó là Sỏurce đc dev từ SCFMT thì vẫn sài đc Db của SCFMT cậu à.

Cậu đưa DB cho cho minh đi mình copy các talb trong có qua chắc là dc......!!!!!!!!!

KúnKuTe
25-12-10, 12:12 PM
đây là db: <b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
còn đây là quezy chưa đầy đủ:

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
run quezy và creat table Vi_cur nữa là đc. đối chiếu 2 DB câu nhe.

babykute
25-12-10, 01:12 PM
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

hixx...>!!< minh toan gặp lỗi này mới đau chứ.... fix dc rồi thì đăng kí ok khi đăng nhập lại báo tài khoản không tồn tại... Giúp mình vơi...!!!

KúnKuTe
25-12-10, 01:36 PM
cậu creat cái table VI_CUR cho db là xong vì quezy này nó chưa full mà. nếu sv sỏurce của Scfmt thì cậu chạy thẳng cái db tớ đưa là đc.

babykute
25-12-10, 05:18 PM
hix...!!! fix dc lỗi đăng kí thì đăng nhập báo thế này OKNoRanking000000758 nản quá....!!!

accelan006
25-12-10, 06:10 PM
lúc trước có cài thử cái nbb này >> ok hết

data dùng được cho forest web luôn >> đáng sợ

nhưng mà nhập mã xác nhận hơi rắc rối >> bỏ

babykute
25-12-10, 06:38 PM
thế cài giúp tớ với đc không..................thanks

accelan006
25-12-10, 09:34 PM
để mai tớ zip bản của tớ lại share cho

đang đi xa không nén được :D

babykute
26-12-10, 09:21 AM
để mai tớ zip bản của tớ lại share cho

đang đi xa không nén được :D


ok.....!!!!!! thanks nhé mong sớm nhận đc tin của bạn...!!!

babykute
26-12-10, 10:23 PM
uppppppppppppppppppppppppppppppppppppppppppppppppp pp