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!

[Share]BOSSRAN CP with ADMIN PANEL v1.04

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 19, 2011
Messages
25
Reaction score
0
so after doing and installing or rather after making your panel. what will you do now? how do other players see the website?
 
Newbie Spellweaver
Joined
Mar 21, 2011
Messages
96
Reaction score
2
i have an error >>> Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: NONE\SQLEXPRESS in C:\xampp\htdocs\Inc\adodb5\drivers\adodb-mssql.inc.php on line 555
Unable to connect DB3!

---------- Post added at 06:51 PM ---------- Previous post was at 06:39 PM ----------

problem solve sir :D
you need to refresh XAMPP Control Panel Application by pressing STOP button and uninstall Apache service then exit.. open again XAMPP Control Panel Application install Apache service and click start button.. done!
 
Junior Spellweaver
Joined
Oct 12, 2008
Messages
130
Reaction score
10
how to edit this ???



Uploaded with
 
Newbie Spellweaver
Joined
Mar 21, 2011
Messages
96
Reaction score
2
@jericogarcia sir good morning, how to put image on itemshop?, but i try to use your tutorial but i cant see i use browse explorer.

---------- Post added at 07:34 AM ---------- Previous post was at 05:42 AM ----------

problem solve :)
 
Newbie Spellweaver
Joined
Mar 21, 2011
Messages
96
Reaction score
2
thank u sir jericogarcia :) last question sir what about ChaRebornDate? data type sir? check null? and value? :) sorry for that sir.:)
 
Newbie Spellweaver
Joined
Sep 28, 2009
Messages
72
Reaction score
11
Sir jerico.. when i open the cp.. it works but it doesent show any pictures/flashes it just shows text.?? why?
 
Initiate Mage
Joined
Dec 17, 2010
Messages
3
Reaction score
0
I'm getting this error:

Notice: Constant ADODB_FETCH_DEFAULT already defined in C:\xampp\htdocs\cp\Inc\dbconn.php on line 6
Vote Table Not Exists or Column Names are Invalid in RanUser Database!
Delete the Vote Table in RanUser Database and
Execute the code below to solve the problem.

Code:
USE [RanUser]
GO

/****** Object:  Table [dbo].[Vote]    Script Date: 04/29/2011 14:44:27 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[Vote](
	[id] [int] IDENTITY(1,1) NOT NULL,
	[UserID] [varchar](20) NOT NULL,
	[last_vote] [int] NULL,
	[date] [datetime] NOT NULL,
	[hits] [int] NULL
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO

ALTER TABLE [dbo].[Vote] ADD  CONSTRAINT [DF_VoteTime_UserName]  DEFAULT ('') FOR [UserID]
GO

ALTER TABLE [dbo].[Vote] ADD  CONSTRAINT [DF_VoteTime_date]  DEFAULT ('1970-02-01') FOR [date]
GO

but when i execute the sql command it failed
using EP6 S2 server and 2005 sqlexpress db
 
Newbie Spellweaver
Joined
Sep 28, 2009
Messages
72
Reaction score
11
can somebody help me? im in ep4 and if i open this cp.. its working but. icant see any pictures.. only texts.....
 
Newbie Spellweaver
Joined
Dec 30, 2008
Messages
58
Reaction score
0
how to correct this one?
 

Attachments

You must be registered for see attachments list
Good to be back.
Joined
Feb 1, 2009
Messages
631
Reaction score
59
sir use xampp

you'll get that error when you use abysss :)
 
Newbie Spellweaver
Joined
Nov 27, 2006
Messages
38
Reaction score
0
@Sir jericho: adding a Change Class feature would help so much. hehe :)
 
Joined
Dec 22, 2008
Messages
701
Reaction score
224
This CP is needed IIS???...
answer pls.... im using windows xp.....

noob question..
sorry for wrong grammar...1!!
No doesn't have to be IIS, it will still work on other web server's as long as you know how to configure the PHP setting.
 
Status
Not open for further replies.
Back
Top