Welcome to the RaGEZONE - MMORPG development forums.

[Share]BOSSRAN CP with ADMIN PANEL v1.04

This is a discussion on [Share]BOSSRAN CP with ADMIN PANEL v1.04 within the Ran Online Releases forums, part of the Ran Online category; MyRanCp/Common/Flash/ Edit those file but you need Flash Editor and Photoshop...

Page 8 of 32 FirstFirst 1234567891011121314151618 ... LastLast
Results 106 to 120 of 470
  1. #106
    ▌▌PHP | ASP ▌▌ASP.NET ▌▌
    Rank
    Member +
    Join Date
    Dec 2008
    Location
    United States
    Posts
    1,052
    Liked
    204

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    Click
    MyRanCp/Common/Flash/

    Edit those file but you need Flash Editor and Photoshop

  2. #107
    Mossimo Mabango !!
    Rank
    Member +
    Join Date
    Oct 2008
    Location
    Under The Brigd
    Posts
    202
    Liked
    9

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    @Jerico --> ok tnx...
    [SIGPIC][/SIGPIC]

  3. #108
    Hardcore Member
    Rank
    Member
    Join Date
    Mar 2011
    Posts
    109
    Liked
    2

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    @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 :)

  4. #109
    ▌▌PHP | ASP ▌▌ASP.NET ▌▌
    Rank
    Member +
    Join Date
    Dec 2008
    Location
    United States
    Posts
    1,052
    Liked
    204

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    good job :))

  5. #110
    Hardcore Member
    Rank
    Member
    Join Date
    Mar 2011
    Posts
    109
    Liked
    2

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    thank u sir jericogarcia :) last question sir what about ChaRebornDate? data type sir? check null? and value? :) sorry for that sir.:)

  6. #111
    Hardcore Member
    Rank
    Member
    Join Date
    Sep 2009
    Location
    Beside my PC
    Posts
    104
    Liked
    14

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    Sir jerico.. when i open the cp.. it works but it doesent show any pictures/flashes it just shows text.?? why?

  7. #112
    Newbie
    Rank
    Member
    Join Date
    Dec 2010
    Posts
    3
    Liked
    0

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    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

  8. #113
    Trust No One
    Rank
    Member +
    Join Date
    Jun 2010
    Location
    at my crib.
    Posts
    716
    Liked
    199
    Gamertag: PplayOz

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    @celengbalab - delete your current dbo.vote and execute that code ..

  9. #114
    Hardcore Member
    Rank
    Member
    Join Date
    Sep 2009
    Location
    Beside my PC
    Posts
    104
    Liked
    14

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    can somebody help me? im in ep4 and if i open this cp.. its working but. icant see any pictures.. only texts.....

  10. #115
    Member
    Rank
    Member
    Join Date
    Dec 2008
    Posts
    64
    Liked
    0

    sad Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    how to correct this one?
    Attached Thumbnails Attached Thumbnails bossrancp.jpg  

  11. #116
    TECHIE | PINOYHIDEOUT
    Rank
    Member +
    Join Date
    Feb 2009
    Location
    Hell
    Posts
    778
    Liked
    68

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    sir use xampp

    you'll get that error when you use abysss :)

  12. #117
    Hardcore Member
    Rank
    Member
    Join Date
    Nov 2006
    Posts
    107
    Liked
    2

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    @Sir jericho: adding a Change Class feature would help so much. hehe :)

  13. #118
    ▌▌PHP | ASP ▌▌ASP.NET ▌▌
    Rank
    Member +
    Join Date
    Dec 2008
    Location
    United States
    Posts
    1,052
    Liked
    204

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    ^
    u can set changeclass on a certain character and automatically generates a skill but it does not work if u do it this way.

  14. #119
    I'm Not Perfect
    Rank
    Member +
    Join Date
    May 2011
    Location
    Laguna,Phil
    Posts
    692
    Liked
    205

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    @jerico...
    off topic..
    i have a question...

    This CP is needed IIS???...
    answer pls.... im using windows xp.....

    noob question..
    sorry for wrong grammar...1!!

  15. #120
    ▌▌PHP | ASP ▌▌ASP.NET ▌▌
    Rank
    Member +
    Join Date
    Dec 2008
    Location
    United States
    Posts
    1,052
    Liked
    204

    Re: [Share]BOSSRAN CP with ADMIN PANEL v1.04

    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.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •