Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Another Dutch_X Control Panel

Status
Not open for further replies.
Joined
Sep 22, 2009
Messages
582
Reaction score
35
Guys If I were You Share What you have Done on how they can fix this problem Cuz They'll Spam This Thread !!! :'( I Can't Test This cuz i'm busy if i'll test i will share my experienced then i will teach him/her on how they can fix it!!!
 
Newbie Spellweaver
Joined
Mar 4, 2011
Messages
41
Reaction score
1
all work , if you cannot register try to restor prime data base and set UserSQ , UserSA before you edit setting.php , (and for ho wanna sell the script)i can do it :p thanks ragezone more power
 
Skilled Illusionist
Joined
Feb 24, 2012
Messages
304
Reaction score
28
Code:
GO
/****** Object:  Table [dbo].[UserInfo]    Script Date: 02/27/2012 11:42:46 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
ALTER TABLE UserInfo
ADD UserSQ  varchar(50),UserSA  varchar(50);

GO
SET ANSI_PADDING OFF

Cannot log in? final solution open ranuser make new query executed this

if already put UserSQ varchar 50 & UserSA varchar 50 delete it then executed
 
Last edited:
Newbie Spellweaver
Joined
Mar 8, 2012
Messages
51
Reaction score
0
how to activate the video ?

i have change the setting to "video_cfg" to "1" (which activate the video function)

thus, where do i need to put the video ?

JessB75 - Another Dutch_X Control Panel - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Nov 17, 2011
Messages
46
Reaction score
4
Sir i Have a Problem for log in , but i am Registered.
 
Skilled Illusionist
Joined
Feb 24, 2012
Messages
304
Reaction score
28
Code:
$dfsql['db1'] = "Prime"; // DB Name
$dfsql['db2'] = "RanGame1"; // DB rangame1
$dfsql['db3'] = "SiegeMall";	// DB SHop
$dfsql['db4'] = "RanUser";	//DB user

:closedeyes:see this
 
Joined
Mar 20, 2012
Messages
760
Reaction score
368
Sir i Have a Problem for log in , but i am Registered.


read this :

Code:
GO
/****** Object:  Table [dbo].[UserInfo]    Script Date: 02/27/2012 11:42:46 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
ALTER TABLE UserInfo
ADD UserSQ  varchar(50),UserSA  varchar(50);

GO
SET ANSI_PADDING OFF

Cannot log in? final solution open ranuser make new query executed this

if already put UserSQ varchar 50 & UserSA varchar 50 delete it then executed
 
Newbie Spellweaver
Joined
Apr 8, 2009
Messages
17
Reaction score
1
why i can't see my items in itemshop? i add item on it. :( its blank. when i click other category. i says. no item found. pls help. tnx
 
Newbie Spellweaver
Joined
May 4, 2010
Messages
95
Reaction score
152
Due to request of my friend Vision, I'm gonna fix some problem regarding on this CP release

why i can't see my items in itemshop? i add item on it. :( its blank. when i click other category. i says. no item found. pls help. tnx

to fix this

Delete the
ShopItemMap

RanShop>Tables>ShopItemMap ( righ click and delete)
Warning! it will wipe out your old items on item shop


Then Execute
Code:
USE [RanShop]
GO
/****** Object:  Table [dbo].[RanShop]    Script Date: 04/15/2012 22:40:02 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[ShopItemMap](
	[ProductNum] [int] IDENTITY(1,1) NOT NULL,
	[ItemMain] [int] NULL,
	[ItemSub] [int] NULL,
	[ItemName] [varchar](100) NULL,
	[ItemSec] [int] NULL,
	[ItemPrice] [varchar](100) NULL,
	[Itemstock] [varchar](100) NULL,
	[ItemCtg] [int] NULL,
	[Itemexp] [varchar](100) NULL,
	[ItemIco] [varchar](100) NULL,
	[ItemSS] [varchar](100) NULL,
	[date] [datetime] NOT NULL CONSTRAINT [DF_ShopItemMap_date]  DEFAULT (getdate()),
 CONSTRAINT [PK_ShopItemMap] PRIMARY KEY CLUSTERED 
(
	[ProductNum] ASC
)WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]
) ON [PRIMARY]

GO
SET ANSI_PADDING OFF

how to activate the video ?

i have change the setting to "video_cfg" to "1" (which activate the video function)

thus, where do i need to put the video ?

JessB75 - Another Dutch_X Control Panel - RaGEZONE Forums


To fix your video

Insert an .flv video on images

File Name: Video
File Type: flv


Example:

images/Video.flv

then the video will play
 
Newbie Spellweaver
Joined
Apr 8, 2009
Messages
17
Reaction score
1
even i execute that query. still nothing happen sir dutch :(
 
Newbie Spellweaver
Joined
Apr 8, 2009
Messages
17
Reaction score
1
@Collaps: even i change it to testshop. nothing happen. same as ranshop >.<
 
Skilled Illusionist
Joined
Feb 24, 2012
Messages
304
Reaction score
28
PHP:
$dfsql['db1'] = "Prime"; // DB Name
$dfsql['db2'] = "RanGame1"; // DB rangame1
$dfsql['db3'] = "SiegeMall";	// DB SHop
$dfsql['db4'] = "RanUser";	//DB

@kevgel06 see this

you can see this on settings.php
 
Newbie Spellweaver
Joined
Apr 8, 2009
Messages
17
Reaction score
1
PHP:
$dfsql['db1'] = "Prime"; // DB Name
$dfsql['db2'] = "RanGame1"; // DB rangame1
$dfsql['db3'] = "SiegeMall";	// DB SHop
$dfsql['db4'] = "RanUser";	//DB

@kevgel06 see this

you can see this on settings.php


yeah. i change all that settings. but nothing happen.. ::ehh::ehh:
 
Skilled Illusionist
Joined
Feb 24, 2012
Messages
304
Reaction score
28
that is imposible man

pm me your yahoo mesenger now i will help you true teamviewer
 
Newbie Spellweaver
Joined
Apr 8, 2009
Messages
17
Reaction score
1
ok sir. just accept my invitation. >.< so sorry to disturb u. i have many question for this CP :( tnx a lot.
 
Status
Not open for further replies.
Back
Top