akademicrypto.com is the best learning platform and crypto community for those who want to systematically learn crypto trading to achieve consistent profits.
i will sell this data for $6000 usdt , crypto only
all databases, including transaction , referral , user and other
Bash:
[akademicrypto]> select sum(amount) as total, sum(tax_amount) total_tax,status from wp_mepr_transactions where amount > 0.00 and status = 'complete';
+-----------------+-----------+----------+
| total | total_tax | status |
+-----------------+-----------+----------+
| 360746790000.00 | 0.00 | complete |
+-----------------+-----------+----------+
1 row in set (0.440 sec)
example : 10 wp_users
Code:
sh-5.2$ head -n 10 wp_users.csv
ID,user_login,user_pass,user_nicename,user_email,user_url,user_registered,user_activation_key,user_status,display_name,phone_number,tnc
1,akademicryptoid,$P$Bm4aJMEmD082FJBM.wsZQtPGbMT0yv/,akademicryptoid,[email protected],https://akademicrypto.com,2022-12-03 05:11:35,"","0",akademicryptoid,+628123456789,Yes
112,fhadinugroho,$P$Bgwmu9c0j49O3qazO21SqHGA0B/efM.,fhadinugroho,[email protected],"",2022-12-13 14:58:22,1678112335:$P$BUcXB/v2Yq9iq6ba92xylw8Tyx79Si/,"0",fhadinugroho,"",Yes
113,bfu0111,$P$BgqDENpiXbKyDci6DsmHIJjAjKrUAy1,bfu0111,[email protected],"",2022-12-13 15:04:57,"","0",bfu0111,"",Yes
114,timothy,$P$BlmR5XQpRyG92pgWYvvJD2DP2x2oEY.,timothy,[email protected],"",2022-12-13 15:19:52,1700233822:$P$BBSNzCjEc7lRzjF.eqQtK9IFQxEpJI/,"0",timothy,"",Yes
115,fumukaba,$P$BGzPRWIS49bY4uhgdEhZcAuJDQrvEh0,fumukaba,[email protected],"",2022-12-13 15:33:57,"","0",fumukaba,"",Yes
117,smurfrezyu,$P$BE8V55kNqeCALF8pbsJgzqo/SbnRZc1,smurfrezyu,[email protected],"",2022-12-13 23:51:24,"","0",smurfrezyu,"",Yes
118,artarejamedia,$P$BRbRqz/QTT9nyJ3J23lbzdOzKxQ1f41,artarejamedia,[email protected],"",2022-12-14 04:41:38,"","0",artarejamedia,"",Yes
119,bayu,$P$B8e8G2v.vs5WER/m/5kiARpzvqFCTx0,bayu,[email protected],"",2022-12-14 05:18:05,"","0",bayu,"",Yes
120,sulis,$P$BuhnW72lTH3ggGMT1eKxwTL6xdAFzD/,sulis,[email protected],"",2022-12-14 05:19:45,"","0",sulis,"",Yes
sh-5.2$ cat wp_users.csv | wc -l
130525
sh-5.2$