Post
Topic
Board Micro Earnings
Re: [Updated 03/nov/2015] Faucet Owners Against Scammers and Bots
by
jjavmk
on 07/11/2015, 15:51:16 UTC
We want to share this small contribution, because in the database does not leave us in some cases to save more than 1900 wallet bot log in address_ban_list I made a change to be enabled to save more than 100 thousand wallet bot.

I explain:

Enter the phpmyadmin then seek Faucetinabox_Setting structure table, the value field give change instead of TEXT and placed MEDIUMTEXT

Then the index of the root seek the line of code

$default_data_query = <<create table if not exists Faucetinabox_Settings (
    `name` varchar(64) not null,
    `value` text not null,
    primary key(`name`)
);

Change the text by being so MEDIUMTEXT, being so


$default_data_query = <<create table if not exists Faucetinabox_Settings (
    `name` varchar(64) not null,
    `value` mediumtext not null,
    primary key(`name`)
);

Now if they can save many wallet bot to be blocked