HLSL 0.4
Honeypot improvement
Upgrade payments page
Escuela de Técnica y Cultura Hacker website.
Requires a Debian GNU/Linux system.
Setup a Hawese payment origin like this:
'hacktivista_org' => [
'return_url' => env('PAYMENT_HACKTIVISTA_ORG_ENDPOINT') . '/checkout',
'notify' => [
'status' => ['completed', 'aborted'],
'uri' => env('PAYMENT_HACKTIVISTA_ORG_ENDPOINT') . '/verify-payment',
'headers' => [
'Content-Type' => 'application/x-www-form-urlencoded'
],
'method' => 'POST',
'params' => [
'uuid' => 'payment.uuid',
],
],
],
Download https://git.hacktivista.org/leanweb/blob/main/contrib/bin/debian_setup.sh and give it execution permissions. Execute it and follow instructions.
You'll need to setup hawese with all options, and also SMTP.