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!

VIP Website Move System

Joined
Apr 16, 2005
Messages
2,651
Reaction score
655
Here it is, I had this a long time ago and no idea why I didnt upload it, but here it is My First Web Release. I know it isnt woooow what a great job, but its mine and I like it XD

Credits:

Warrior19 for the idea and the code
Me (Dios - AKA satoshi-t) for Improving/adding stuff into this
Lady_Fu for helping me out a lot (Mu Addicts Webs - DLK)
Mike Livsey (AKA Angrycat) for helping me out with Ad & Del web
The guy that did the SQL Injection Protection (No idea who)

Information for VIP1:

* Instead of having your players input the map number they can choose from a drop menu
* Checks for online status
* Checks for wrong inputs (bad character name, login, password, low zen, etc)
* Zen system - FIXED
* New design
* Design validates in w3c!!! (all my work will validate from now on)
* Allows players to select desired X and Y coords
* Will tell the player where it was moved after the action.
* Includes Ad & Del to manage VIPS from web

Information for VIP2:

* Instead of having your players input the map number they can choose from a drop menu. This new file doesnt allow user to input the X and Y coords (usefull if you have hidden GM shops or to stop noobs messing with coords), instead it has some pre-recorded places where you can allow people to go.
* Checks for online status
* Checks for wrong inputs (bad character name, login, password, etc)
* Zen system - FIXED
* New design
* Design validates in w3c!!! (all my work will validate from now on)
* Will tell the player where it was moved after the action.
* Includes Ad & Del to manage VIPS from web

Information for VIP Ad & Del (They are included in latest VIP1 or VIP2):

* It will check for control code so only GMS can Ad or Del VIPS
* Checks for wrong inputs (bad character name, login, password, etc)
* New design
* Design validates in w3c!!! (all my work will validate from now on)
* It can be done when player is online also

Instalation:

Paste all files in the folder where YOUR WORKING WEB SERVER IS
Open config.php (You can easly use the same config.php you already use with some packages - config.php from all 3 rars are the same)

Input your SQL information (and IP if working remotely)

Go MuOnline database in Enterprise manager and select Tables, right click on character, Design Table, add a new column below Quest, Name it VIP, Data Type = tinyint, close it and save it.

Done

How to add/remove VIPS (In query Analizer - If 2 lazy to do by web):

Ad VIPS: update character set VIP=8 where name = 'PLAYER TO VIP'
Del VIPS: update character set VIP=0 where name = 'PLAYER TO UNVIP'

Some Images:

(VIP2 - Ad VIP - VIP1)

Dios - VIP Website Move System - RaGEZONE Forums


All ideas, suggestions and improvements can be posted here, Ill do my best to make them come true.

Please report bugs :)
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jun 27, 2005
Messages
12
Reaction score
0
sorry for this question, but what is the practical use of this?

is it just a bonus for vip players to let them know they are realy vip and have available functions that non-vip players do not have?
 
Joined
Apr 16, 2005
Messages
2,651
Reaction score
655
Good question!

Benefiths:

* In my server I setted this to be cheaper than pkclear so you can choose to save some cash or pkclear.
* You can transform this into a penalty system (People not viped cant reset)
* I hope code shows how to make other stuff for noobs.
* And yes, I was going to make a full reawrd systems for VIPS so they know they are VIPS (Maybe donators or good players)
 
Don't be a hater
Loyal Member
Joined
Jan 27, 2006
Messages
950
Reaction score
208
can u post some pics :) ?
 
Newbie Spellweaver
Joined
Jun 27, 2005
Messages
12
Reaction score
0
thanks satoshi-t, now it makes a perfect sense to me
 
Newbie Spellweaver
Joined
Jan 21, 2006
Messages
56
Reaction score
0
maby you can meke Vip Free Pk Reset , Lvl Reset from 320 lvl and you get 100 points per reset i well be very good .
 
Joined
Apr 16, 2005
Messages
2,651
Reaction score
655
You will have to wait until my web package is released.

I'm thinking about 1 more month to make it perfect, Im trying to make a simple gms panel where GMS could do some stuff, need to understand security more and finish validating website at W3C, its a lot of work :p
 
Newbie Spellweaver
Joined
Jan 21, 2006
Messages
56
Reaction score
0
can i Pm you i need some sings i sink you can help me and you are rus lat eng ?? =]
 
Joined
Apr 16, 2005
Messages
2,651
Reaction score
655
I actually speak spanish ^^ But I can also speak english.

Feel free to pm me for any help you need, If I can help I will certanly do it.

Try to not spam this
 

Leo

Custom Title Activated
Loyal Member
Joined
Nov 21, 2004
Messages
1,897
Reaction score
19
I should make a VIP table?

In MU Online db?
 
Joined
Apr 16, 2005
Messages
2,651
Reaction score
655
satoshi-t said:
Go MuOnline database in Enterprise manager and select Tables, right click on character, Design Table, add a new column below Quest, Name it VIP, Data Type = tinyint, close it and save it.

:) Is there anything this is missing? I run out of ideas to improve this.

Cpt.James I love your avatar
 
Back
Top