Jump to content
MakeWebGames

Recommended Posts

Posted

This is a small mod, my first one aswell.

Basically when someone wants to change their username it will charge them a set amount of donator days to prevent them from changing it time and time again.

The file you want to work with will be preferences.php

We want to check that the user has enough donator days firstly to be charged! (For my example I'll use eight but you can use whatever amount you like)

First find this code in the do name change function.

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Directly underneath you want to place

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Next we want to update the database to deduct the eight donator days IF the name change is succesful so find this code first in the same do name change function. Should be a bit lower then the previous code

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Add underneath

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

That should really be it. Any issues let me know. Remember it is my first mod so I ain't aware of any security problems with that at the moment.

Posted

Your using a pretty old mc2 version with that code there. Why dont you download the latest?

If your not aware of the security or lack of it with the code you posted PHPDevil then you should go read up on it. Basic PHP as David has pointed out.

Posted
prob cause he downloaded a old version from some site rather than buy legit but hey how many people do have valid licences?

Or maybe the update was not recommended for exsisting games if I remember correctly.

If you wish to place the 2.0.5 files over your (UNMODIFIED) 2.0.4 ones you can do so without having to make any database changes.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...