ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,659
- Points
- 823
Reputation:
Hello everyone,
I want to send an alert to the user with the ID 1 when our members initiate a withdrawal request to their Ethereum addresses.
Here's what I've done so far:I defined a type named wallet_transfer in the content type section of the admin panel. You can see it in the image below.
Then, I defined an entity.
I created a directory named Alert in the root directory of my plugin and added the following codes inside.
PHP:
Read more
Continue reading...
I want to send an alert to the user with the ID 1 when our members initiate a withdrawal request to their Ethereum addresses.
Here's what I've done so far:I defined a type named wallet_transfer in the content type section of the admin panel. You can see it in the image below.
Then, I defined an entity.
I created a directory named Alert in the root directory of my plugin and added the following codes inside.
PHP:
Code:
<?php
namespace...
Read more
Continue reading...