Страница 1 от 1

ADD Webstatistic for OcixCrom rank

Публикувано на: 14 Яну 2020, 14:47
от lantimilan
Hello, is it possible to add this in OcixCrom rank plugin?
https://www.sendspace.com/file/ynoxh1
This link contains statistic for web but its not for OcixCrom. I want to make it for OcixCrom rank.

ADD Webstatistic for OcixCrom rank

Публикувано на: 14 Яну 2020, 22:26
от hackera457
The link does not work, please update with new

ADD Webstatistic for OcixCrom rank

Публикувано на: 14 Яну 2020, 23:24
от lantimilan

ADD Webstatistic for OcixCrom rank

Публикувано на: 15 Яну 2020, 00:40
от OciXCrom
If someone is willing to do this, the ranks need to be removed from the PHP script because they are inside the plugin's .ini file.

This is the table creation SQL code:

Код за потвърждение: Избери целия код

"CREATE TABLE IF NOT EXISTS `%s` (`Player` VARCHAR(%i) NOT NULL, `XP` INT(%i) NOT NULL, `Level` INT(%i) NOT NULL, `Next XP` INT(%i) NOT NULL, `Rank` VARCHAR(%i) NOT NULL, `Next Rank` VARCHAR(%i) NOT NULL, PRIMARY KEY(Player));"