Brightsmith
Member
- May 4, 2022
- 46
- 20
- 8
Exactly......i saw all the connection and all. as a developer you can override those things, making those input independent instead of relying on that api call. Just post what you have someone might fix it, or maybe i can check it out if i have the timeThe solution is not to simply comment out the code. The web communicates through an API to the credcrypto servers to request some data such as:
-List of countries
-Types of currencies or cryptos
-Currency conversion
If you only comment on the previous section, you will not be able to access that type of data necessary for the web.
What I have done is:
I have developed a python program that connects to the credcrypto api and extracts the requested information, I store this data on the web and edit the code in such a way that instead of communicating with the credcrypto servers, it communicates with the servers where it is the web hosted
As I had told you before, as soon as I finish I will publish it by this means.
But now I have a problem when trying to deposit with the manual payment module, since when selecting the type of payment and writing the amount to deposit to later click on continue, thus finding an error: "Select first, the type of payment”.
That's the problem I'm currently in and haven't been able to figure it out yet. I may post the script now, to see if others can find the bug.
The current script is in excellent condition, it even fixed many current simple bugs, and credcrypto won't be able to ban it either. Also disable UNZIP since credcrypto uses zips to transfer information manually and thus block the site, so when installing a module they must do it manually