-
5 Attachment(s)
[Share] Babyran Complete Web PHP No Admin Panel
Requirement:
Web System Features:
- Uses ADOdb Lite, a very small, fast ADOdb-compatible database abstraction library written in PHP
- Debug/Debug Console
- Md5/Non-Md5
- Ajax
- Maintenance
- Anti Sql inject
- Verification Code
- Hide/Show GM in Rankings
Web Function Features:
News:
Agent:
Download:
Mall
- ItemMall
- Consume Record
- Buy Record
Member:
- Ranking
- Publicity
- Register
- Reset Password
- Vote
- Bingo Game
- Reset 2nd Pass
- Find Password
- Logout
Character Function:
- Rebirth
- Item Upgrade
- Reset Stats
- Add Stats
- Reset PK
- Transsexual
- Earn Point
- Publicity
- Mix-Class
- Delete Items
lib/Config.inc.php
Page Title:
PHP Code:
define('PAGE_TITLE','RAN,USA,RANONLINE,RAN private server,EP7, Yong Online');
Event Title:
PHP Code:
define('EVENT_TITLE','Welcome to RAN Online!');
Set true to Maintenance:
PHP Code:
define('MAINTENANCE_MODE',false);
Forum Config:
PHP Code:
define('LINK_FORUM','http://127.0.0.1/');
define('NAME_FORUM','http://127.0.0.1/');
System Name and Copyright:
PHP Code:
$_config['SystemName'] = "RAN Online";
$_config['Copyright'] = "RAN Online";
SQL Sever Name or Address:
PHP Code:
$_config['ServerName'] = "COMPUTERNAME\SQLEXPRESS";
SQL Sever User:
PHP Code:
$_config['Login'] = "sa";
SQL Sever Pass:
PHP Code:
$_config['Password'] = "1234";
RanUser Database:
PHP Code:
$_config['DbRanUser'] = "RanUser";
Enable Debug? Will Display Query's in Page:
PHP Code:
$_config['DbDebug'] = false;
Console Debugging? Will Popup a window and display query's:
PHP Code:
$_config['DbDebugConsole'] = false;
Administrator Log Name:
PHP Code:
$_config['AdminLogs'] = "userLogs";
Language:
PHP Code:
$_config['Language'] = "English";
Administrator Login Name:
PHP Code:
$_config['Admins'] = array('admin');
CW Guild List Name:
PHP Code:
$_config['GuildRegion'] = array(
1 => "SG",
2 => "MP",
3 => "Phoenix",
4 => "Trading",
5 => "Seige"
);
Character Class Number And Name:
PHP Code:
$_config['ChaClass'] = array(
1 => "Brawler(Boy)",
2 => "Swordsman(Boy)",
4 => "Archer(Girl)",
8 => "Shaman(Girl)",
16 => "Extreme(Boy)",
32 => "Extreme(Girl)",
64 => "Brawler(Girl)",
128 => "Swordsman(Girl)",
256 => "Archer(Boy)",
512 => "Shaman(Boy)"
);
Character School Number And Name:
PHP Code:
$_config['ChaSchool'] = array(
0 => "SG",
1 => "MP",
2 => "Phoenix",
);
Hide/Show GM's in the Ranking:
PHP Code:
$_config['HideGM'] = true;
Rank Limit:
PHP Code:
$_config['RankLimit'] = 100;
Rank Per Page:
PHP Code:
$_config['RankPerPage'] = 25;
News Per Page:
PHP Code:
$_config['NewsListPerPage'] = 12;
Case Sensitive in Login and Registration:
PHP Code:
$_config['FormatExpCheck'] = true;
Md5 or Non-Md5:
PHP Code:
$_config['Md5Encrypt'] = true;
Ajax Mode:
PHP Code:
$_config['AjaxMode'] = true;
Set True if your Ranshop Purkey is using Identity Specification:
PHP Code:
$_config['ShopPurKeyIdentity'] = false;
Open Registration?:
PHP Code:
$_config['RegisterOpen'] = true;
Add Points After Registration:
PHP Code:
$_config['RegisterAddPoint'] = 0;
MAX Users to Register:
PHP Code:
$_config['RegisterMaxUser'] = 10000;
Registration AutoFill Info:
PHP Code:
$_config['RegisterAutoFillForm'] = array(
"Gender" => "1", //0 = Female , 1 = Male
"FirstName" => "Null",
"LastName" => "Null",
"BirthYear" => "1990",
"BirthMonth" => "1",
"BirthDay" => "2",
"Telephone" => "0",
"Mobile" => "0",
"City" => "Null",
"Province" => "Null",
"Post" => "0",
"Address" => "Null"
);
Add Stats Limiter Config:
PHP Code:
$_config['AddStatsLimit'] = array("ChaPower" => 19000,
"ChaStrong" => 19000,
"ChaStrength" => 19000,
"ChaSpirit" => 19000,
"ChaDex" => 19000
);
Delete Items Pay:
PHP Code:
$_config['DeleteItemsPay']= 40;
Bingo Pay:
PHP Code:
$_config['BingoPay'] = 100;
Bingo Product List:
PHP Code:
$_config['BingoItemList'] = array('ProductNumList'=> array(
7251,
7097,
3751,
3764,
4530,
4528,
3766,
8216
));
Allow Advertisement in Vote Window?:
PHP Code:
$_config['VoteAllowAds'] = false;
Vote Time Limit in Hours:
PHP Code:
$_config['VoteTimeLimit'] = 12;
Vote Add Points Per Voting Site Link:
PHP Code:
$_config['VoteAddPoint'] = 25;
Vote Links, Max is 4:
PHP Code:
$_config['VoteLinks'] = array(
'1' => array(
'Link' =>'http://www.gtop100.com/in.php?site=48094',
'BtnLink'=>'http://www.gtop100.com/images/votebutton.jpg',
'TitleName' =>'GTop 100'),
'2' => array(
'Link'=>'http://www.jagtoplist.com/in.php?site=21',
'BtnLink'=>'http://www.jagtoplist.com/images/vbtn88x55.jpg',
'TitleName' =>'JAGToplist'),
'3'=> array(
'Link' =>'http://www.mmorpgtop200.com/in.php?site=8571',
'BtnLink'=>'http://www.mmorpgtop200.com/votenew.jpg',
'TitleName' =>'mmorpgtop200'),
'4' => array(
'Link' =>'http://www.gamesites100.net/in.php?site=16690',
'BtnLink'=>'http://www.Gamesites100.net/images/votebutton.jpg',
'TitleName' =>'Gamesites100'
));
Edit 2nd Password Pay:
PHP Code:
$_config['EditSafePasswordPay'] = 500;
GameTime Earn Points Requestime and Addpoint:
PHP Code:
$_config['GameTimeEarnPoint']= array(
'RequestTime' => 120,
'AddPoint' => 1
);
Transexual Pay:
PHP Code:
$_config['TranssexualPay'] = 500;
ItemUpgrade Item Filter:
PHP Code:
$_config['InventoryFilter'] = "default";//all, default
Web Warehouse Max Storage for item:
PHP Code:
$_config['WebWarehouseMaxStorage'] = 10;
ItemUpgrade Attack Config:
PHP Code:
$_config['ItemUpgradeAtk']= array(
'Range' => array(
1 => array(0, 15, 'Rate' => '100%'),
2 => array(16,30, 'Rate' => '60%')),
'MaxGrade' => 30,
'Addval' => 1,
'Pay' => 100,
'AddonName' => 'Attack'
);
Code:
'Range' => array(
1 => array(0, 15, 'Rate' => '100%'),
2 => array((16,30, 'Rate' => '60%')),
Color Code:
Item Plus +0 ~ +15 the Rate is 100%
MaxGrade = Item Max Grade or Plus
Addval = Add Value Per Upgrade
Pay = Pay per ItemUpgrade
AddonName = Addon Name
ItemUpgrade AttackRate Config:
PHP Code:
$_config['ItemUpgradeAtkRate'] = array(
'Range' => array(
1 => array(0, 25, 'Rate' => '100%'),
2 => array(26,50, 'Rate' => '60%')),
'MaxGrade' => 50,
'Addval' => 1,
'Pay' => 150,
'AddonName' => 'Attack Rate'
);
ItemUpgrade Defense Config:
PHP Code:
$_config['ItemUpgradeDef'] = array(
'Range' => array(
1 => array(0, 25, 'Rate' => '100%'),
2 => array(26,65, 'Rate' => '40%')),
'MaxGrade' => 25,
'Addval' => 1,
'Pay' => 100,
'AddonName' => 'Defense'
);
ItemUpgrade Defense Rate Config:
PHP Code:
$_config['ItemUpgradeDefRate'] = array(
'Range' => array(
1 => array(0, 20, 'Rate' => '100%'),
2 => array(21,30, 'Rate' => '40%')),
'MaxGrade' => 30,
'Addval' => 1,
'Pay' => 150,
'AddonName' => 'Defense Rate'
);
ItemUpgrade HP Config:
PHP Code:
$_config['ItemUpgradeHP'] = array(
'Range' => array(
1 => array(0,1000, 'Rate' => '100%'),
2 => array(1001,2000, 'Rate' => '60%')),
'MaxGrade' => 2000,
'Addval' => 100,
'Pay' => 300,
'AddonName' => 'HP'
);
ItemUpgrade HP+MP+SP Rate Config:
PHP Code:
$_config['ItemUpgradeHMSRate'] = array(
'Range' => array(
1 => array(0,10, 'Rate' => '100%'),
2 => array(11,20, 'Rate' => '40%')),
'MaxGrade' => 20,
'Addval' => 1,
'Pay' => 300,
'AddonName' => 'Recovery rate'
);
ItemUpgrade Hit Rate Config:
PHP Code:
$_config['ItemUpgradeHitRate'] = array(
'Range' => array(
1 => array(0,50, 'Rate' => '100%'),
2 => array(51,100, 'Rate' => '40%')),
'MaxGrade' => 100,
'Addval' => 1,
'Pay' => 150,
'AddonName' => 'Hit rate'
);
Publicity Reborn Requirement:
PHP Code:
$_config['PublicityRbRequest'] = 30;
Publicity Add Point:
PHP Code:
$_config['PublicityAddPoint'] = 1000;
Max Reborn:
PHP Code:
$_config['RebornLimit'] = 35;
Reborn Save Map, Market is only Available:
PHP Code:
$_config['RebornSaveMap'] = "Market";
Reborn Range:
PHP Code:
$_config['RebornRange'] = array(
"Junior" => array(1, 10),
"Middle" => array(11, 35),
"Advanced" => array(35, 35)
);
Reborn Standard Config:
PHP Code:
$_config['RebornStandard'] = array(
"Junior" => array("Lvl" => "110", "Pay" => "15000000"),
"Middle" => array("Lvl" => "190", "Pay" => "25000000"),
"Advanced" => array("Lvl" => "280", "Pay" => "35000000"),
"AddStats" => "25"
);
Reborn Vip Config:
PHP Code:
$_config['RebornVip'] = array(
"Junior" => array("Lvl" => "80", "Pay" => "250"),
"Middle" => array("Lvl" => "150", "Pay" => "350"),
"Advanced" => array("Lvl" => "250", "Pay" => "550"),
"AddStats" => "50"
);
ItemMall Category List:
PHP Code:
$_config['ProductCategory']= array(
'1' => "Weapon",
'2' => "Weapon (Leasing)",
'3' => "Armor (Suit)",
'4' => "Armor (Single)",
'5' => "Jewelry",
'6' => "Pet Item",
'8' => "Accessories"
);
Reset Stats Point Pay:
PHP Code:
$_config['ResetStatsPointPay'] = 10000000000; //Gold
Reset PK Config:
PHP Code:
$_config['ResetPK'] = array(
"AddValue" => 20,
"Pay" => 500
);
Change Class Check if already Change Class:
PHP Code:
$_config['ChangeClassCheck'] = true;
Change Class Pay:
PHP Code:
$_config['ChangeClassPay'] = 2000;
Character Skills List:
PHP Code:
$_config['ClassSkillsList'] = array(
'Brawler' => //Male ,Female Brawler
array(array(
'Main'=>0,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24)),array(
'Main'=>1,'Sub'=>array(0,1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26)),array(
'Main'=>2,'Sub'=>array(0,1,2,3,4,5,6,8,9,11,12,13,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29)),
array(
'Main'=>3,'Sub'=>array(0,2,3,4,5,6,7,8,9,10))
),
'Swordsman' => //Male ,Female Swordsman
array(array(
'Main'=>4,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23)),
array(
'Main'=>5,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26)),array(
'Main'=>6,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23)),
array(
'Main'=>7,'Sub'=>array(0,3,4,5,6,7,8,9,10))
),
'Archer' => //Male ,Female Archer
array(array(
'Main'=>8,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24)),array(
'Main'=>9,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25)),array(
'Main'=>10,'Sub'=>array(0,1,2,3,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28)),array(
'Main'=>11,'Sub'=>array(0,1,3,4,6,7,8,9,10,11))),
'Shaman' => //Male ,Female Shamanarray(
array(
'Main'=>12,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25)), array(
'Main'=>13,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25)), array(
'Main'=>14,'Sub'=>array(0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30)),array(
'Main'=>15,'Sub'=>array(2,3,4,5,6,7,8))
),
'Extreme' => //Male ,Female Extreme
array(array(
'Main'=>30,'Sub'=>array(0,1,2,3,4,5,6,7,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,29,30,31,32,34,36,37,39)),
array(
'Main'=>31,'Sub'=>array(0,1,2,3,4,5,6,7,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,30,31,32,33,37,38,39)),
array(
'Main'=>32,'Sub'=>array(0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,28,31,32,36,37,38,39)),
array(
'Main'=>33,'Sub'=>array(0,1,2,3,4,5,6,7,8,10,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,31,32,35,37)),
),
'SkillLevel' => 0
);
Code:
Main = Skill Main Number
Sub = Skill Sub Number
SkillLevel = Skill Lvl of all Skills if ChangeClass
Open Read me first!! Folder on How to Install...
Launcher News Link: http://127.0.0.1/updata/
Credits:
- Bk's GMC for ItemUpgrade Function..
- Google for searching stuff...
- Seifer for suggesting some ideas...
- jericogarcia for Programming the Web..
Download
-
Re: Babyran Complete Web PHP No Admin Panel
atlast dude..finally,,thanks a lot,.,,been waiting for this from u
...Best cp with awesome functions...
-
Re: Babyran Complete Web PHP No Admin Panel
@jericogarcia
wow! this is great. bingo system is 100% full functional and working?. and the item upgrade it is also 100% full functional and working as well?
by the way, thank you very for this ranCP,
-
Re: Babyran Complete Web PHP No Admin Panel
Bro can u add the stats limit on this one..thanks
-
Re: Babyran Complete Web PHP No Admin Panel
Hmnnnn..... yes i will....
-
Re: Babyran Complete Web PHP No Admin Panel
Register page like this...
...
-
Re: Babyran Complete Web PHP No Admin Panel
It triggers Error and stop the script if somethings wrong with the insertion of the data in userinfo, fulluserinfo, vote, referrer, tables in Ranuser Database.
What web server r u using bro?
-
Re: Babyran Complete Web PHP No Admin Panel
xampp 1.6 that sir bianx's guide.
-
Re: Babyran Complete Web PHP No Admin Panel
And that thing appeared when you Click "Register" Button?
-
1 Attachment(s)
Re: Babyran Complete Web PHP No Admin Panel
-
Re: Babyran Complete Web PHP No Admin Panel
i will use xampp and fix the prob.
Delete some of the Text bro in the Error. make it short
-
1 Attachment(s)
Re: Babyran Complete Web PHP No Admin Panel
Its working for me Bro just download this xampp and do a regular install...
http://www.oldapps.com/xampp.php?app...7982fe5e825be6
-
Re: Babyran Complete Web PHP No Admin Panel
I do the same thing with you why i can't see the reg page?
-
Re: Babyran Complete Web PHP No Admin Panel
Hmnnnnnnnnnnn..............
is your website open in public?????
-
Re: Babyran Complete Web PHP No Admin Panel
-
Re: Babyran Complete Web PHP No Admin Panel
Only Register Page have that error?
-
Re: Babyran Complete Web PHP No Admin Panel
I got errors on the reborn system..
Quote:
Warning: array_slice() [function.array-slice]: The first argument should be an array in C:\xampp\htdocs\lib\logic\ChaReborn.php on line 23
And it took all the stats..^.^
-
Re: Babyran Complete Web PHP No Admin Panel
Did u read the read me folder bro? u need Character Reborn Table.
-
Re: Babyran Complete Web PHP No Admin Panel
i try this one right now. thanks for the share jericogarcia. :) ill post some of my reports here later.
-
Re: Babyran Complete Web PHP No Admin Panel
Working now bro I got error on the limit stats.. still add stats over limit..
-
Re: Babyran Complete Web PHP No Admin Panel
Hmnnnnn.......... Did you change the AddStats Config?
-
Re: Babyran Complete Web PHP No Admin Panel
Yep,,,for example
Quote:
$_config['AddStatsLimit'] = array("ChaPower" => 10000,
"ChaStrong" => 20000,
"ChaStrength" => 10000,
"ChaSpirit" => 10000,
"ChaDex" => 15000
);
I tried to test the addstats and added 20k on pow and it still work..need to limit the stats they add on their char so that I can balance every characters..
Bro delete some messages..i cant send private msgs to your account..
-
Re: Babyran Complete Web PHP No Admin Panel
Forgot to Add the Some Code....
Updated in the First Thread Bro.
Redownload Again.
-
Re: Babyran Complete Web PHP No Admin Panel
Working now bro thanks a lot...
Quote:
jericogarcia has exceeded their stored private messages quota and cannot accept further messages until they clear some space.
Cant send Private msg on you bro,,I need to ask some other stuff..
-
Re: Babyran Complete Web PHP No Admin Panel
can i see some screenshots on how to view the website ? im having a problem on viewing the website using xamp i dont know what to do. can someone help me up and also this will help other newbies. thanks inadvance
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Fatal error: Call to undefined method VoteController::insertVoteInfo() in C:\xampp\htdocs\control\ctl_vote.inc.php on line 80
I already executed all those on the read me folder..
-
Re: Babyran Complete Web PHP No Admin Panel
Aww.... Sorry late reply I was doing something..... Hnnnnnn....
I will fix it tomorrow bro or u will Add inserVoteInfo function and it will fix the probLem.
Posted via Mobile Device
-
Re: Babyran Complete Web PHP No Admin Panel
Can u pm the function to be added bro,,thanks..
-
Quote:
Originally Posted by
SubtimentaL
@jericogarcia
wow! this is great. bingo system is 100% full functional and working?. and the item upgrade it is also 100% full functional and working as well?
by the way, thank you very for this ranCP,
The bingo is 100% working and other functions unless there's something wrong with your database or config.Inc.php
Posted via Mobile Device
-
Re: Babyran Complete Web PHP No Admin Panel
Bro how to change bingo prizes
-
Re: Babyran Complete Web PHP No Admin Panel
i think sir dev02
this is the configuration how to change bingo prizes
MID,SID MID,SID
7251, 72,51
7097,
3751,
3764,
4530,
4528,
3766,
8216
im not sure but try it.
hope it helps. :D
@bosz jericogarcia
how can i fix the problem in
in Rankings.
it states.
Code:
Invalid column name 'ChaRebornDate'.
i read all the readme files and execute the triggers succesfully..
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
essaeypride
i think sir dev02
this is the configuration how to change bingo prizes
MID,SID
7251,
7097,
3751,
3764,
4530,
4528,
3766,
8216
im not sure but try it.
hope it helps. :D
@bosz jericogarcia
how can i fix the problem in
in Rankings.
it states.
Code:
Invalid column name 'ChaRebornDate'.
i read all the readme files and execute the triggers succesfully..
you must create that column manually. follow the read me carefully ;)
@Jerico
Bro, how can we add more reborn category?
like , Junior , Middle ,Advance ,Expert total of 4 or more :)
and i get this error when im on itemupgrade.
PHP Code:
Warning: array_slice() [function.array-slice]: The first argument should be an array in D:\xampp\htdocs\lib\common\ItemPagination.php on line 28
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
the_eliter
you must create that column manually. follow the read me carefully ;)
@Jerico
Bro, how can we add more reborn category?
like , Junior , Middle ,Advance ,Expert total of 4 or more :)
and i get this error when im on itemupgrade.
PHP Code:
Warning: array_slice() [function.array-slice]: The first argument should be an array in D:\xampp\htdocs\lib\common\ItemPagination.php on line 28
Problem Solved! Thanks.
-
Re: Babyran Complete Web PHP No Admin Panel
No item in my itembank. when i buy in itemshop. . :)
-
Re: Babyran Complete Web PHP No Admin Panel
Bro can u fix the voting system..thnx
-
Re: Babyran Complete Web PHP No Admin Panel
I will update tomorrow already done just need to upload the file.
Posted via Mobile Device
-
Re: Babyran Complete Web PHP No Admin Panel
Thanks jericogarcia I have babyran with admin panel now ^^... Im import the admin panel of bossran and working great...
-
Re: Babyran Complete Web PHP No Admin Panel
how to make it on ? where to config it?
-
Re: Babyran Complete Web PHP No Admin Panel
Bro how to fix the price for the bingo...mines not working..
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
dev02
Bro how to fix the price for the bingo...mines not working..
@dev02 you can change the price on at lib folder on Config.inc.php
fine the
Quote:
#-- Bingo
$_config['BingoPay'] = 100; <=== change the number ..
$_config['BingoItemList'] = array('ProductNumList'=> array(
Quote:
Originally Posted by
0168398771
how to make it on ? where to config it?
@0168398771 just copy the
Quote:
1. web.config.php
2. Inc folder and
3. menage folder
and boom ....
-
Re: Babyran Complete Web PHP No Admin Panel
Links Broken
fix it please
-
Re: Babyran Complete Web PHP No Admin Panel
how to get the register site?
-
Re: Babyran Complete Web PHP No Admin Panel
-
Re: Babyran Complete Web PHP No Admin Panel
u mean ? i dont understand bro, lvl 29?
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
0168398771
u mean ? i dont understand bro, lvl 29?
go check your lib\Config.inc
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
AndyKam
Links Broken
fix it please
Just wait for the new update of mr.jericogarcia
maybe tommorow.
-
Re: Babyran Complete Web PHP No Admin Panel
Jay .. i already config all...my msql is running good only if i use this babyweb .. i cannot use the register only front page only..coz i'm using xammpp apps... thks for your help bro...
-
Re: Babyran Complete Web PHP No Admin Panel
Download Link Updated in the First Thread..
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
jericogarcia
Download Link Updated in the First Thread..
sir is the vote script is fixed ?..?
and sir how to change the prizes in bingo game ?
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
essaeypride
sir is the vote script is fixed ?..?
and sir how to change the prizes in bingo game ?
yaah. it's depends on you how it works.
-
Re: Babyran Complete Web PHP No Admin Panel
how can i change it to other language?
-
Re: Babyran Complete Web PHP No Admin Panel
sir may i ask if this cp has function with vip points?
-
Re: Babyran Complete Web PHP No Admin Panel
-
Re: Babyran Complete Web PHP No Admin Panel
nice i really love this, very fast editing by sir Jerico.
Thanks for this. will helps a lot :)
--------------------------
btw this works only in Clean DB right?... then theirs no luck when i tried to implement this Ran Website in current DB which have already Registered Players... hmmmm..
-
Re: Babyran Complete Web PHP No Admin Panel
@lun010
Open Lib/Common/English.Lang.php
just change the text to other language.
@Warrior15
it's up to you if your going to use UserPoint as VipPoint.
@Saige
It may work...
But your problem is gonna be the Reborn and UserID, Password Format.
Some Exisiting Users may not be able to login cause of that.
-
Re: Babyran Complete Web PHP No Admin Panel
sir jericogarcia .
how to change the winning prizes in bingo game ??
-
Re: Babyran Complete Web PHP No Admin Panel
@jericogarcia
how can i transfer some of this feature in bkcp?
and what files do i need to have.. is this posible?
thank you for this great share ^^
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
jericogarcia
@lun010
Open Lib/Common/English.Lang.php
just change the text to other language.
@Warrior15
it's up to you if your going to use UserPoint as VipPoint.
@Saige
It may work...
But your problem is gonna be the Reborn and UserID, Password Format.
Some Exisiting Users may not be able to login cause of that.
i have try it already,but it shows unknown words
i just want to change like this
http://www.babyran.com/index.aspx
how can i do?
-
Re: Babyran Complete Web PHP No Admin Panel
is it safe for data tampering?
-
Re: Babyran Complete Web PHP No Admin Panel
@Zet
If you know how to edit php you can edit the source.
@lun010
Use Google Translate Bro or Open /Lib/Common/English.lang.php
And change ALL the text to Whatever Language.
@sintonizaire
Yes It's Safe....
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
jericogarcia
@Zet
If you know how to edit php you can edit the source.
@lun010
Use Google Translate Bro or Open /Lib/Common/English.lang.php
And change ALL the text to Whatever Language.
@sintonizaire
Yes It's Safe....
i said that i have already change
but the words can't see
-
Re: Babyran Complete Web PHP No Admin Panel
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
jericogarcia
@Zet
If you know how to edit php you can edit the source.
thnx jericogarcia i already done it ^^
keep it up more power
-
Re: Babyran Complete Web PHP No Admin Panel
Sir Jerico..
why in item upgrade
the names of items is not appeat
here in ss:
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
essaeypride
Sir Jerico..
why in item upgrade
the names of items is not appeat
here in ss:
Import ur itemstrtable to database...
Use luugu ran manager...
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
essaeypride
Sir Jerico..
why in item upgrade
the names of items is not appeat
here in ss:
buy first on your mall shop before you can upgrade...
@696969 what are you saying???
-
Re: Babyran Complete Web PHP No Admin Panel
[/COLOR]<?php
ini_set("mssql.textlimit" , "2147483647");
ini_set("mssql.textsize" , "2147483647");
define('PAGE_TITLE','RAN,USA,RANONLINE,RAN private server,EP7, Yong Online');
define('EVENT_TITLE','Welcome to RAN Online!');
define('MAINTENANCE_MODE',true);
define('LINK_FORUM','http://127.0.0.1/');
define('NAME_FORUM','http://127.0.0.1/');
define('ADODB_ASSOC_CASE', 0);
define('ADODB_FETCH_DEFAULT',0);
//Don't touch these.....
$ADODB_FETCH_MODE = ADODB_FETCH_ASSOC;
$ADODB_CACHE_DIR = "tmp/";
$_config = array();
$_config['SystemName'] = "RAN ONLINE";
$_config['Copyright'] = "RAN Online";
$_config['ServerName'] = "USER-PC\SQLEXPRESS";
$_config['Login'] = "sa";
$_config['Password'] = "jerome1109";
$_config['DbRanUser'] = "RanUser";
$_config['DbDebug'] = false;
$_config['DbDebugConsole'] = false;
$_config['AdminLogs'] = "userLogs";
$_config['Language'] = "English";
$_config['Admins'] = array('ADMINS');
$_config['GuildRegion'] = array(1 => "SG",
2 => "MP",
3 => "Phoenix",
4 => "Trading",
5 => "Seige"
);
$_config['ChaClass'] = array(1 => "Brawler(Boy)",
2 => "Swordsman(Boy)",
4 => "Archer(Girl)",
8 => "Shaman(Girl)",
16 => "Extreme(Boy)",
32 => "Extreme(Girl)",
64 => "Brawler(Girl)",
128 => "Swordsman(Girl)",
256 => "Archer(Boy)",
512 => "Shaman(Boy)"
);
$_config['ChaSchool'] = array(0 => "SG",
1 => "MP",
2 => "Phoenix",
);
#-- Rankings Setting
$_config['HideGM'] = true;
$_config['RankLimit'] = 100;
$_config['RankPerPage'] = 25;
#-- News List Configuration
$_config['NewsListPerPage'] = 12;
#-- Main Configuration , Registration Settings
$_config['FormatExpCheck'] = true;
$_config['Md5Encrypt'] = false;
$_config['AjaxMode'] = true;
$_config['ShopPurKeyIdentity'] = false;
#-- Register Configuration
$_config['RegisterOpen'] = true;
$_config['RegisterAddPoint'] = 0;
$_config['RegisterMaxUser'] = 10000;
$_config['RegisterAutoFillForm'] = array("Gender" => "1", //0 = Female , 1 = Male
"FirstName" => "Null",
"LastName" => "Null",
"BirthYear" => "1990",
"BirthMonth" => "1",
"BirthDay" => "2",
"Telephone" => "0",
"Mobile" => "0",
"City" => "Null",
"Province" => "Null",
"Post" => "0",
"Address" => "Null"
);
#-- User Control Panel
#-- Add Stats Limit Config.
$_config['AddStatsLimit'] = array("ChaPower" => 19000,
"ChaStrong" => 19000,
"ChaStrength" => 19000,
"ChaSpirit" => 19000,
"ChaDex" => 19000
);
#-- Delete Items
$_config['DeleteItemsPay'] = 40;
#-- Bingo
$_config['BingoPay'] = 100;
$_config['BingoItemList'] = array('ProductNumList'=> array(
7251,
7097,
3751,
3764,
4530,
4528,
3766,
8216
)
);
$_config['VoteAllowAds'] = false;
$_config['VoteTimeLimit'] = 12;
$_config['VoteAddPoint'] = 25;
$_config['VoteLinks'] = array( '1' => array(
'Link' =>'http://www.gtop100.com/in.php?site=48094',
'BtnLink' =>'http://www.gtop100.com/images/votebutton.jpg',
'TitleName' =>'GTop 100'
),
'2' => array(
'Link' =>'http://www.jagtoplist.com/in.php?site=21',
'BtnLink' =>'http://www.jagtoplist.com/images/vbtn88x55.jpg',
'TitleName' =>'JAGToplist'
),
'3'=> array(
'Link' =>'http://www.mmorpgtop200.com/in.php?site=8571',
'BtnLink' =>'http://www.mmorpgtop200.com/votenew.jpg',
'TitleName' =>'mmorpgtop200'
),
'4' => array(
'Link' =>'http://www.gamesites100.net/in.php?site=16690',
'BtnLink' =>'http://www.Gamesites100.net/images/votebutton.jpg',
'TitleName' =>'Gamesites100'
)
);
#-- Edit Safe Pwd
$_config['EditSafePasswordPay'] = 500;
#-- GameTime
$_config['GameTimeEarnPoint'] = array('RequestTime' => 120,
'AddPoint' => 1
);
#-- TransSexual
$_config['TranssexualPay'] = 500;
#-- ItemUpgrade Configuration
$_config['InventoryFilter'] = "all";//all, default
$_config['WebWarehouseMaxStorage'] = 10;
#-- Attack Configuration
$_config['ItemUpgradeAtk'] = array('Range' => array( 1 => array(0, 15, 'Rate' => '100%'),
2 => array(16,30, 'Rate' => '60%')),
'MaxGrade' => 30,
'Addval' => 1,
'Pay' => 100,
'AddonName' => 'Attack'
);
$_config['ItemUpgradeAtkRate'] = array('Range' => array( 1 => array(0, 25, 'Rate' => '100%'),
2 => array(26,50, 'Rate' => '60%')),
'MaxGrade' => 50,
'Addval' => 1,
'Pay' => 150,
'AddonName' => 'Attack Rate'
);
#-- Defense Configuration
$_config['ItemUpgradeDef'] = array('Range' => array( 1 => array(0, 25, 'Rate' => '100%'),
2 => array(26,65, 'Rate' => '40%')),
'MaxGrade' => 25,
'Addval' => 1,
'Pay' => 100,
'AddonName' => 'Defense'
);
$_config['ItemUpgradeDefRate'] = array('Range' => array( 1 => array(0, 20, 'Rate' => '100%'),
2 => array(21,30, 'Rate' => '40%')),
'MaxGrade' => 30,
'Addval' => 1,
'Pay' => 150,
'AddonName' => 'Defense Rate'
);
#-- HP
$_config['ItemUpgradeHP'] = array('Range' => array( 1 => array(0,1000, 'Rate' => '100%'),
2 => array(1001,2000, 'Rate' => '60%')),
'MaxGrade' => 2000,
'Addval' => 100,
'Pay' => 300,
'AddonName' => 'HP'
);
$_config['ItemUpgradeHMSRate'] = array('Range' => array( 1 => array(0,10, 'Rate' => '100%'),
2 => array(11,20, 'Rate' => '40%')),
'MaxGrade' => 20,
'Addval' => 1,
'Pay' => 300,
'AddonName' => 'Recovery rate'
);
#-- Hit Rate
$_config['ItemUpgradeHitRate'] = array('Range' => array( 1 => array(0,50, 'Rate' => '100%'),
2 => array(51,100, 'Rate' => '40%')),
'MaxGrade' => 100,
'Addval' => 1,
'Pay' => 150,
'AddonName' => 'Hit rate'
);
#-- Publicity Settings
$_config['PublicityRbRequest'] = 30;
$_config['PublicityAddPoint'] = 1000;
#-- Reborn Settings
$_config['RebornLimit'] = 35;
$_config['RebornSaveMap'] = "Market";
$_config['RebornRange'] = array("Junior" => array(1, 10),
"Middle" => array(11, 35),
"Advanced" => array(35, 35)
);
$_config['RebornStandard'] = array("Junior" => array("Lvl" => "110", "Pay" => "15000000"),
"Middle" => array("Lvl" => "190", "Pay" => "25000000"),
"Advanced" => array("Lvl" => "280", "Pay" => "35000000"),
"AddStats" => "25"
);
$_config['RebornVip'] = array("Junior" => array("Lvl" => "80", "Pay" => "250"),
"Middle" => array("Lvl" => "150", "Pay" => "350"),
"Advanced" => array("Lvl" => "250", "Pay" => "550"),
"AddStats" => "50"
);
#-- Mart Configuration
$_config['ProductCategory'] = array('1' => "Weapon",
'2' => "Weapon (Leasing)",
'3' => "Armor (Suit)",
'4' => "Armor (Single)",
'5' => "Jewelry",
'6' => "Pet Item",
'8' => "Accessories"
);
#-- Reset Stats Point
$_config['ResetStatsPointPay'] = 10000000000; //Gold
#-- Reset PK
$_config['ResetPK'] = array("AddValue" => 20,
"Pay" => 500
);
#-- ChangeClass
$_config['ChangeClassCheck'] = true;
$_config['ChangeClassPay'] = 2000;
$_config['ClassSkillsList'] = array('Brawler' => //Male ,Female Brawler
array(
array('Main'=>0,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24)),
array('Main'=>1,'Sub'=>array(0,1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26)),
array('Main'=>2,'Sub'=>array(0,1,2,3,4,5,6,8,9,11,12,13,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29)),
array('Main'=>3,'Sub'=>array(0,2,3,4,5,6,7,8,9,10))
),
'Swordsman' => //Male ,Female Swordsman
array(
array('Main'=>4,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23)),
array('Main'=>5,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26)),
array('Main'=>6,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23)),
array('Main'=>7,'Sub'=>array(0,3,4,5,6,7,8,9,10))
),
'Archer' => //Male ,Female Archer
array(
array('Main'=>8,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24)),
array('Main'=>9,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25)),
array('Main'=>10,'Sub'=>array(0,1,2,3,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28)),
array('Main'=>11,'Sub'=>array(0,1,3,4,6,7,8,9,10,11))
),
'Shaman' => //Male ,Female Shaman
array(
array('Main'=>12,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25)),
array('Main'=>13,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25)),
array('Main'=>14,'Sub'=>array(0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30)),
array('Main'=>15,'Sub'=>array(2,3,4,5,6,7,8))
)
,
'Extreme' => //Male ,Female Extreme
array(
array('Main'=>30,'Sub'=>array(0,1,2,3,4,5,6,7,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,29,30,31,32,34,36,37,39)),
array('Main'=>31,'Sub'=>array(0,1,2,3,4,5,6,7,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,30,31,32,33,37,38,39)),
array('Main'=>32,'Sub'=>array(0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,28,31,32,36,37,38,39)),
array('Main'=>33,'Sub'=>array(0,1,2,3,4,5,6,7,8,10,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,31,32,35,37)),
),
'SkillLevel' => 0
);
i can't connect to my sql.did i miss some thing?>
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
level29
buy first on your mall shop before you can upgrade...
@696969 what are you saying???
I thought what i say already clear enough?..
RANCP read the item name base on dbo.ShopItemMap setting...
So,U must add ur whole itemsrtable(meaning all of your item) to dbo.ShopItemMap for it to recognize ingame item...
Thats y ItemUpgrade recognize itemshop item...Because u already add that to dbo.ShopItemMap...
Use Luugu ran manager v3.2 to add whole itemstrtable to dbo.ShopItemMap...
-
Re: Babyran Complete Web PHP No Admin Panel
@jerome1109
Quote:
$_config['ServerName'] = "USER-PC\SQLEXPRESS"; <==== edit is needed
$_config['Login'] = "sa";
$_config['Password'] = "jerome1109"; <=== edit is needed
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
696969
Import ur itemstrtable to database...
Use luugu ran manager...
But how ?? to import it my database??
what Column ? what table ?
I think Only the items in REGISTERED in ITEM MALL
are Giving the specific name sir ...
-
Re: Babyran Complete Web PHP No Admin Panel
-- = indicates you don't have ItemName's in your RanShop Database,
But u can Distinguish by their attributes such as Attack,Damage, Etc....
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
jericogarcia
-- = indicates you don't have ItemName's in your RanShop Database,
But u can Distinguish by their attributes such as Attack,Damage, Etc....
Thanks sir ...
i get what your pointing .. !!!
but sir can u share the BBCP ??? With ADMIN PANEL ? I Can't ADD NEws ...
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
essaeypride
Thanks sir ...
i get what your pointing .. !!!
but sir can u share the BBCP ??? With ADMIN PANEL ? I Can't ADD NEws ...
just add the bossran admin panel...
-
Re: Babyran Complete Web PHP No Admin Panel
Quote:
Originally Posted by
level29
just add the bossran admin panel...
how to add?
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
Hello, everyone, does not exchange items points?
Has anyone added this feature? Thank you!
-
Quote:
Originally Posted by
cyucyu
Hello, everyone, does not exchange items points?
Has anyone added this feature? Thank you!
No it doesn't have Exchange Items to Point but it does have GameTime, Vote To Point.
Posted via Mobile Device
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
@jericogarcia
What do I need to edit so that the control panel reflects the CW winners? Thanks!
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
Bro can u update the item mall,,when i click next is goes to the category 1..
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
Quote:
Web Warehouse Max Storage for item:
PHP Code:
$_config['WebWarehouseMaxStorage'] = 10;
what's the function of this?
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
@TS
Sir i've encourted a mild bug...
From Standard Reborn to VIP..
Only 25 Stats is added..
But on my configuration..
Standard RB = 100 Stats
VIP RB = 200 Stats
But on transferring Standard RB to VIP 25 stats only can received??
Hope you can fix it!!!
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
@jericogarcia
sir can you write a asp version?
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
@TS ..
Sir can u make the vote procedure
is BY IP ADDRESS ? :) To avoid multiple of votes by making different accounts ? :D
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
http://i42.tinypic.com/2dvlj76.jpg
can you help me about this problem bro ?
Notice: The statement has been terminated. in C:\xampp\htdocs\lib\logic\Referrer.php on line 101
Notice: Invalid column name 'tj'. in C:\xampp\htdocs\lib\logic\User.php on line 136
i already execute the Referrer .
-
1 Attachment(s)
Re: [Share] Babyran Complete Web PHP No Admin Panel
-
1 Attachment(s)
Re: [Share] Babyran Complete Web PHP No Admin Panel
My first Problem =>> Solve
This is my Second Problem after my FIrst Problem
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
Where i Put my Patch Link?
Because My Full CLient Link is under the Patch Section
Fix Problem Solve
-
1 Attachment(s)
Re: [Share] Babyran Complete Web PHP No Admin Panel
How to Solve this?
I need Badly to fix this.
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
I set 200 Stats free after Reborn in VIP but if the rebirth Success the stats Add 25 Points. Why? How to fix this
Any Updates of this Control panel? about the bugs and error..
Where I edit the Weapon,Weapon Leasing,Armor Suit,Jewelry,Pet Item and Access? cause Scroll link is missing. !
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
why i cant costumize the image of my item in itemshop?
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
i cant understand this i know baby ran.. but can i ask what u are talking about?
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
dont say anything if you dont know how to use this!!!!!!!!!!!!!!
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
why when i tried login in my account with md5 pass and non md5 pass it says "The password is wrong format!"
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
Update this Thread and also update the bug in your modification.
Bug or need to Fix
Itemshop Image i hope you can update this to easy config or change the picture
VIP Reborn Stats Bug 25 Stats gain Only i think this is encrypted
News in index need to fix where we put the news or we need an editor to post a news
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
Why my CP is look like this?? whats the problem here please help me
http://img802.imageshack.us/img802/1286/19899313.jpg
-
Re: [Share] Babyran Complete Web PHP No Admin Panel
Just install xampp can you? Tell me how to use it, trying setup web site for babyran,