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]Blue RAN CP AKA Babyran CP

Junior Spellweaver
Joined
Jun 16, 2007
Messages
154
Reaction score
3
ep3 site problem... when i register it says success but log in game... cant :'( help me please..

4 Days fix d paren


:(:

find the register syntax / INPUT syntax of SQL then see if it matches the column of RanUser database - table - dbo.userinfo
 
Newbie Spellweaver
Joined
Oct 28, 2013
Messages
26
Reaction score
0
ItemShop No shipments to the character :*:

nitro+ - [Share]Blue RAN CP AKA Babyran CP - RaGEZONE Forums
 
Last edited:
Joined
May 26, 2013
Messages
414
Reaction score
24
How to fix ItemShop?

Code:
If Identity Specification is enable or set to 'yes', itemshop will not work otherwise you need to disable it by expanding the Identity Specification Property
and click the (is Identity) and select 'no'

do not want to save..? whay?
 
Newbie Spellweaver
Joined
Jun 3, 2014
Messages
6
Reaction score
0
the CP is ok but when i click regsiter or all of the buttons i get object not found... im using XAMMP
HELP!



[h=1]Object not found![/h]The requested URL was not found on this server. The link on the seems to be wrong or outdated. Please inform the author of about the error.
If you think this is a server error, please contact the webmaster.
[h=2]Error 404[/h]
12/01/14 04:23:35
Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h mod_autoindex_color PHP/5.2.6
 
Newbie Spellweaver
Joined
Apr 15, 2011
Messages
10
Reaction score
1
Pls Help...T_T

Notice: Use of undefined constant PATH_TRANSLATED - assumed 'PATH_TRANSLATED' in C:\xampp\htdocs\rancp\security.php on line 4

Notice: Undefined index: PATH_TRANSLATED in C:\xampp\htdocs\rancp\security.php on line 4

Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\rancp\includes\web.php on line 2
Error #123
Loading php_mssql.dll Failed!
Please Enable php_mssql.dll In Your Php.ini
 
Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
sir help this is only problem i got!



by the way how ppl see my website and connect to my server?



and how to add item on item mall?

sir why i can get the item i buy in item mall? i did not get it trough game bank????
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Aug 9, 2020
Messages
40
Reaction score
1
Since some people encountering some problem making this cp work , i would like to re-share it.



Web Feautures:
  • Supports MD5 password
  • Anti-SQL Injection
  • Implemented Captcha(Security Code)
  • Anti-DOS Attack
  • Pagination
  • Compatible with PHP v4.x.x - v5.2.13

Game Function Feautures:
  • * Register
  • * Reborn
  • * Reset PK
  • * Find Password
  • * Vote Reward
  • * Top Up
  • * Gold Fixer
  • * Change Password
  • * Change PinCode
  • * Change E-Mail
  • * Fix Users Connected
  • * Change School
  • * Clean Inventory
  • * Change Face
  • * Change Hair
  • * Fix Map Stuck
  • * Reborn(1-40)
  • * Reborn(41-80)
  • * Reborn(81-150)
  • * Reset Stats
  • * Stats Fixer
  • * Game Time To REP
  • * Reborn To REP
  • * Change Class
  • * Item Buy Record
  • * Decr. Stats
  • * Itemshop Log
  • * Trns. Record
  • * Add Stats
  • * Change Name
Legend: * = Working, * = Not Working


List of Programs to run the Control Panel:
  • ISS-Internet Information Service (recommended)
  • Apache (optional)
  • Abyss (optional)
  • or other Web Servers that supports PHP
How to make it work?
- Open RanCP root folder
- Locate RanCPfolder/config.php

It Should look something like this if you open it:
PHP:
<?php
error_reporting(E_ALL ^E_NOTICE ^E_WARNING);
 
$web['connection'] = 'mssql'; /*** Connection Type - leave it as default ***/
 
$web['localhost'] = '127.0.0.1'; /*** Host ip Leave it as default ***/
 
$web['dbhost'] = 'SERVERNAME\SQLEXPRESS'; /*** Change SERVERNAME to your Computer Name or Servername ***/
 
$web['database'] = 'RanUser'; /*** Leave it as default ***/
 
$web['dbuser'] = 'sa'; /*** Leave it as default ***/
 
$web['dbpassword'] = '1234'; /*** Put your MSSQL Server Password ***/
 
require("includes/web.php");
 
?>

How to make your ItemShop Work?
- Open MSSQL Server Management Studio
- Login by the user sa and password ****
- Expand Database +++
- Expand RanShop Database
- Click Tables under RanShop
- Right Click ShopItemMap and Click "Design"
- Select ProductNum row
- Under The Column Properties Scroll Down till you see Identity Specification


How To Display Items in your Itemshop?
- Open RanShop Database
- Expand Tables under RanShop
- Right Click ShopItemMap and Click "Edit"
- Look the Item You want to add and Enter the Category of the item you want to put in.

Here's the Category List:
2 = Pet
3 = Box
4 = Weapon
5 = Armors
6 = Misc
8 = Costumes
112 = Archer Scroll
110 = Brawler Scroll
113 = Shaman Scroll
111 = Swordsman Scroll
212 = Extreme Archer Scroll
210 = Extreme Brawler Scroll
213 = Extreme Shaman Scroll
211 = Extreme Swordsman Scroll
999 = Jewel


e.g: ItemName = POW up BOX, Category = 3

__________________________________________________________________________________________________________________________________________________________________________

SCREENSHOT:
nitro+ - [Share]Blue RAN CP AKA Babyran CP - RaGEZONE Forums

__________________________________________________________________________________________________________________________________________________________________________
nitro+ - [Share]Blue RAN CP AKA Babyran CP - RaGEZONE Forums


__________________________________________________________________________________________________________________________________________________________________________
If your looking for Admincp, just use BK administrator Panel


Please re-upload the files.
 
Back
Top