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] VIP POINTS for Control Panel

Joined
Sep 27, 2010
Messages
491
Reaction score
121
Hi again..happy new year just wanna share Vippoints on control
panel..

Here's how to add and use it..
First: add this Php file on include


Second: Change your ilogin.php with this "located on htdcocs"


Third: Add Vippoints on sql

1: Go to sql
2: Open RanUser
3: Then Modify Userinfo
4: Add new column = Vippoints>int>allow

Last: Add it on the itemshop or make a new itemshop..How?
Open Itemshop.php or webshop.php then find this..
<td onmouseover="this.style.backgroundColor='#FFCC66'" onmouseout="this.style.backgroundColor='#A7CFFC'"><a href="?op=costumes"><font color=#000>Costumes</font></a></td>
Blue = change it to VIP"php file name in include folder"
Red = Name u want for it//

Edit:
How to add items on it..
?php

/*
Place code to connect to your DB here.
*/
include('config.php'); // include your code to connect to DB.

$tbl_name="RanShop.dbo.ShopItemMap"; //your table name
// How many adjacent pages should be shown on each side?
$adjacents = 1;
$type=998; //lagay mo catergory ng item mo.

On sql select items you want to sell to be bought by vippoints use category that you had put on the the vip shop

Happy new year to all..xD
 
Joined
May 16, 2011
Messages
655
Reaction score
225
Re: VIP POINTS for Control Panel

@TS

Did u know ? How to ADD it on BossWeb ?
Coz ive tried to add it but it fails ...

I follow your instructions
But still failed :(
 
Joined
Sep 27, 2010
Messages
491
Reaction score
121
Re: VIP POINTS for Control Panel

I forgot it will not work on babyran cp and bossran cp shared by sir jerico due to the diffent scrypt his using on those...
 
Newbie Spellweaver
Joined
Dec 14, 2011
Messages
77
Reaction score
1
Re: VIP POINTS for Control Panel

this work in BBran CP?
 
Banned
Banned
Joined
May 28, 2010
Messages
184
Reaction score
33
Re: VIP POINTS for Control Panel

@WoahHaRG
not working on bbran cp and bossran .

Sir dev02 ist working in any cp ? Except bb and boss .
 
Newbie Spellweaver
Joined
Mar 14, 2012
Messages
17
Reaction score
0
thnx for this TS, i suggest make it character online earn epoints, so that many players appear to be online... can you do that sir?
 
Joined
Apr 22, 2010
Messages
816
Reaction score
83
Working on Blue Ran CP and also for the Ran PDF Control Panel. Otherwise, try and see to your self...hopefully it works on you :)

Later, I will post some screenshots as a proof of evidence. Just wait until I finish my work.
 
Joined
May 16, 2011
Messages
655
Reaction score
225
Working on Blue Ran CP and also for the Ran PDF Control Panel. Otherwise, try and see to your self...hopefully it works on you :)

Later, I will post some screenshots as a proof of evidence. Just wait until I finish my work.


Obviously :) that is from PDF Control Panel ;))
And more thing.

PDF and Blue CP is the same as BK BASED :)
 
Graveyard Networks
Joined
Dec 19, 2005
Messages
472
Reaction score
264
i really do suggest that you release a ready files for people to just paste them there to make sure your thread wont generate too much spam. this is like releasing a game.exe and user still needs to properly find out what server files it does fit. This is just a suggestion not criticism, its good for the community and since you like sharing its nice if helping is with the share ;)
 
Back
Top