FusionGen / FusionGEN

This is a Continuation of FusionCMS but now under the brand name FusionGEN. This CMS are an Open-Source Project and anyone may use & contribute this. The main goal is to get something long-term wise going. This CMS just needs love...!
https://fusiongen.net/
GNU Affero General Public License v3.0
100 stars 104 forks source link

Donation log #16

Closed Fullhouser closed 2 years ago

Fullhouser commented 4 years ago

Donations from paypal are not written into paypal_logs in database

OS: Windows Server 2016 Datacenter Apache: 2.4.41 PHP: 7.1.33 DB: MySQL 8.0

disclosurez commented 4 years ago

Donations should be automated, and use API key - like blizzcms https://gitlab.com/WoW-CMS/BlizzCMS-Plus/-/blob/master/application/modules/donate/controllers/Donate.php https://gitlab.com/WoW-CMS/BlizzCMS-Plus/-/blob/master/application/modules/donate/models/Donate_model.php https://gitlab.com/WoW-CMS/BlizzCMS-Plus/-/blob/master/application/modules/donate/config/donate.php

OMGhixD-OG commented 4 years ago

This broke over the years as PHP evolved. But yes, you are absolutely right. it should be automated, but it will require more checks as per today anyone can trick the FCMS Donation Module. I am yet to write a detailed report on this problem. So for now you'll have to manually accept donations and give points accordingly. Acting as a fail-safe method which unintentionally was added.

disclosurez commented 4 years ago

$10 bounty added to whoever fixes this issue so that donations uses API keys instead, and works properly. Similar to BLizzCMS above https://www.bountysource.com/issues/91399392-donation-log

BarbzYHOOL commented 4 years ago

This broke over the years as PHP evolved. But yes, you are absolutely right. it should be automated, but it will require more checks as per today anyone can trick the FCMS Donation Module. I am yet to write a detailed report on this problem. So for now you'll have to manually accept donations and give points accordingly. Acting as a fail-safe method which unintentionally was added.

* To be continued.

How is donation broken like that? never heard of that

OMGhixD-OG commented 4 years ago

This broke over the years as PHP evolved. But yes, you are absolutely right. it should be automated, but it will require more checks as per today anyone can trick the FCMS Donation Module. I am yet to write a detailed report on this problem. So for now you'll have to manually accept donations and give points accordingly. Acting as a fail-safe method which unintentionally was added.

* To be continued.

How is donation broken like that? never heard of that

Php Updates, Core module didn't.

Err0r1 commented 2 years ago

https://github.com/FusionGen/FusionGEN/issues/116

Fixed soon

Err0r1 commented 2 years ago

Fixed