PDA

View Full Version : Không tạo Tài khoản bằng mumaker được ?



pengocdl
15-02-11, 02:48 PM
Mấy anh cho em hỏi sao em tạo tài khoản bằng mumaker thì bị báo lỗi như thế này.Mấy anh xem giúp em với!!
<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>

[M]r[K]id
15-02-11, 02:55 PM
sai ip hoặc là chưa attach db :D

pengocdl
15-02-11, 02:57 PM
r[K]id;414001']sai ip hoặc là chưa attach db :D

sàm hả bác!không biết thì thôi chứ đừng spam thế.
Làm như không vào dc main hay sao mà tự nhiên có vụ sai ip.
DB thì attach rồi.

carotkhoaitay
15-02-11, 03:00 PM
Thay DB Muonline khác đi.
.............

LạiVănSâm
15-02-11, 03:34 PM
sàm hả bác!không biết thì thôi chứ đừng spam thế.
Làm như không vào dc main hay sao mà tự nhiên có vụ sai ip.
DB thì attach rồi.

Bạn chạy query cho MUOnline thử xem.
Query 1

ALTER TABLE [dbo].[MEMB_INFO] ADD [SCFIsVip] [smallint] NOT NULL DEFAULT (0);
ALTER TABLE [dbo].[MEMB_INFO] ADD [SCFVipMoney] [int] NOT NULL DEFAULT (0);
ALTER TABLE [dbo].[MEMB_INFO] ADD [SCFVipDays] [int] NOT NULL DEFAULT (0);
ALTER TABLE [dbo].[MEMB_INFO] ADD [SCFWareVipCount] [int] NOT NULL DEFAULT (0);
ALTER TABLE [dbo].[Character] ADD [SCFPCPoints] [int] NULL;
ALTER TABLE [dbo].[Character] ADD [SCFMarried] [int] NOT NULL DEFAULT (0);
ALTER TABLE [dbo].[Character] ADD [SCFMarryHusbandWife] [varchar] (10) NOT NULL DEFAULT ('');
ALTER TABLE [dbo].[Character] ADD [SCFMasterLevel] [int] NOT NULL DEFAULT (1);
ALTER TABLE [dbo].[Character] ADD [SCFMasterPoints] [int] NOT NULL DEFAULT (0);
ALTER TABLE [dbo].[Character] ADD [SCFMasterSkills] [varbinary] (300) NULL;
Query 2:

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[BotPet]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[BotPet]
GO

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[ExtendedWarehouse]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[ExtendedWarehouse]
GO

CREATE TABLE [dbo].[BotPet] (
[AccountID] [varchar] (10) NOT NULL ,
[Name] [nvarchar] (10) NOT NULL ,
[cLevel] [int] NOT NULL ,
[Class] [tinyint] NULL ,
[Experience] [bigint] NULL ,
[Power] [smallint] NULL ,
[Defense] [smallint] NULL ,
[Inventory] [varbinary] (1728) NULL ,
[MagicList] [varbinary] (180) NULL ,
[Life] [real] NOT NULL ,
[MaxLife] [real] NOT NULL ,
[Mana] [real] NOT NULL ,
[MaxMana] [real] NOT NULL ,
[MapNumber] [smallint] NULL ,
[MapPosX] [smallint] NULL ,
[MapPosY] [smallint] NULL ,
[CDate] [smalldatetime] NULL ,
[BotLife] [int] NOT NULL ,
[BotMaxLife] [int] NOT NULL ,
[BotLvlUpDefense] [int] NOT NULL ,
[BotLvlUpPower] [int] NOT NULL ,
[BotLvlUpLife] [int] NOT NULL ,
[BotLvlUpMana] [int] NOT NULL ,
[BotLvlUpExp] [int] NOT NULL ,
[BotLvlUpMaxLevel] [int] NOT NULL
) ON [PRIMARY]
GO

CREATE TABLE [dbo].[ExtendedWarehouse] (
[AccountID] [varchar] (10) NOT NULL ,
[Items] [varbinary] (1920) NULL ,
[Money] [int] NULL ,
[EndUseDate] [smalldatetime] NULL ,
[DbVersion] [tinyint] NULL ,
[pw] [smallint] NULL ,
[SCFExtWare] [int] NULL
) ON [PRIMARY]
GO

boycz90
25-05-11, 12:55 AM
Mình bi i nhuv ay,ban oi chay query ntn,lam ntnao????? noi rõ hon dc hok