Jump to content

4 Screenshots

  • 38.5k
  • 278
  • 2.91 MB

Review Averages

2.5 out of 5 stars
0%
0%
75%
0%
25%

User Feedback

You may only provide a review once you have downloaded the file.

CaptainNebulous

   6 of 6 members found this review helpful 6 / 6 members

Giving it a 3 star for now. This plugin is not really that user friendly yet and I could not get part of it to work. The part that works looks great and I can see the quality of the work which is why I'm leaving 3 stars. But the SQL integration needs to be more compatible with people who get their MySQL space as part of a hosted plan because usually they have various configurations and sometimes restrictions. I did end up working my way beyond that issue just to run into an issue that is causing the plugin not to save any all-time stats, nor can we look up the stats of other players. 

Spent quite a few hours troubleshooting. The developer was helpful at first but responses have dropped off. I left all the info I know in hopes the issues can be resolved and this can be turned into a 5 star review. 

  • Like 1
  • Love 1
Link to review
lock

   5 of 5 members found this review helpful 5 / 5 members

Don't buy this unless you're a rocket scientist, goofy to setup, spews loads of errors in your console and when asking for support the author goes on the defensive. Had high hopes and was willing to set it up with a bit of guidance. 

  • Like 2
  • Love 2
Link to review
lencorp

· Edited by Mals

   4 of 4 members found this review helpful 4 / 4 members

BUYER BEWARE

If you have little knowledge of how MySQL works, this is not the plugin for you, as this will not work out of the box. You will need to tweak things.

The website has a cross-site scripting exploit in it that allows anyone with basic programming experience to extract (or delete) anything from your database using the web panel.

The moment anyone with special characters in their name does anything on your server, this plugin will throw an NRE because this is how the developer handles special characters.

public string RemoveSpecialCharacters(string str)
        {
            return str.Replace("'", "").Replace("@", "");
        }

For anyone who already owns this plugin and wants to fix this NRE from spamming your console, this is the fix:

public string RemoveSpecialCharacters(string str)
        {
            return MySql.Data.MySqlClient.MySqlHelper.EscapeString(str);
        }

Basically, this is a poorly thought out and implemented plugin and if you do not already own it then you are better off picking any of the other plugins available on this.

  • Like 1
  • Haha 1
  • Love 1
Link to review
SrMiller

· Edited by Mals

  

Works so so. The positive point is the webpage but for me is not working from 2 weeks ago. (I have the plugin installed for 2 months)

Link to review
  • Like 1
  • Love 2

User Feedback

1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.3k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.