I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Suggestion: Variable amount airdrop

dashed-slug.net Forums Airdrop extension support Suggestion: Variable amount airdrop Reply To: Suggestion: Variable amount airdrop

#5503
alexg
Keymaster

Hello,

Are you using the latest version, 1.1.0 ?

In version 1.0.2 I had added some code that deletes airdrop deposits with zero amount. The code runs the following SQL, after each new airdrop:

DELETE FROM
	wp_wallets_txs
WHERE
	category = 'deposit'
	AND amount = 0
	AND tags LIKE '%airdrop%';

What happens if you run this code in your MySQL console? (back up your database first for safety, and replace wp_ with your actual DB prefix if it is different)

I ask because this problem should have already been solved. If not, I need to know why not.

If possible, could you please also tell me the version of MySQL that you are running? You can find this in your admin dashboard under “Bitcoin and Altcoin Wallets”.

thank you

with regards