CredCrypto - HYIP & Trading PHP Script

CredCrypto - HYIP & Trading PHP Script v2.0.4

No permission to download

Brightsmith

Member
May 4, 2022
46
20
8
The 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
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 time
 

Itsalangilbert

New member
Oct 22, 2022
28
0
1
Here is what you should know if you are going to comment out those code, it is going to stop a call from this
https://api.credcrypto.net, where he ties both the verification check, retrieving of currency, retrieving of country selector (All this is suppose to be comming from database but yet he is retrieving them from his server, not a good ideal, if genuin buyers get this script and someday the owner decide to stop updating his script, that's the end your script will stop functioning in some part). after you comment out this code, if you try to do a new user registration you won't see a country select dropdown, if you are a developer you need to go to the registration blade file and check for the country input, insert an html country list there, same with currency..
If it only disables the list of countries, one can always create an input box for manual entry of country
 

Brightsmith

Member
May 4, 2022
46
20
8
If it only disables the list of countries, one can always create an input box for manual entry of country
Of course, if you read what i said i talked about it, but you should note that currency and blog also depend on the api call too. If you are a developer you can always walk your way through
 

envy112

New member
May 14, 2022
16
5
3
Here is what you should know if you are going to comment out those code, it is going to stop a call from this
https://api.credcrypto.net, where he ties both the verification check, retrieving of currency, retrieving of country selector (All this is suppose to be comming from database but yet he is retrieving them from his server, not a good ideal, if genuin buyers get this script and someday the owner decide to stop updating his script, that's the end your script will stop functioning in some part). after you comment out this code, if you try to do a new user registration you won't see a country select dropdown, if you are a developer you need to go to the registration blade file and check for the country input, insert an html country list there, same with currency..
You are thinking ahead of time. I love this.
 

tunerobrainz

New member
Jan 3, 2023
18
3
3
The 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
EXCELLENT BRO!!! You’re the only one with the genuine drive to fix this and I’m sure you’ll succeed… babiato needs more cool guys like you !
 

CredCrypto

New member
Jan 16, 2023
13
10
3
The 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
Interesting 🤔

You tried but that’s 2/10

I like you already, dm for a free license and you can still continue trying. Who knows, you may eventually get it.

Nice one 👍
 
  • Like
Reactions: whizline

tunerobrainz

New member
Jan 3, 2023
18
3
3
Interesting 🤔

You tried but that’s 2/10

I like you already, dm for a free license and you can still continue trying. Who knows, you may eventually get it.

Nice one 👍
Interesting 🤔

You tried but that’s 2/10

I like you already, dm for a free license and you can still continue trying. Who knows, you may eventually get it.

Nice one 👍
Gimmicks… there’s no need discouraging him, it’s not 2/10 it’s 10/10… cheap social engineering lol
 

Otti

New member
Jan 25, 2023
2
0
1
These are my findings for those who are still facing issues.

This is what I did to have the site working

Step 1.

I downloaded Version 2.0.2 and uploaded it on live server and extracted files from File.zip to a root folder

Step 2.
I installed it using random Key and installation went smoothly

Step 3.
I then downloaded Version 2.0.3 and uploaded it on same live server, Extracted files from File.zip and replaced the files I extracted on Step 1

Step 4.
I edited the .env file with my database name, username and password details

Step 5.
All was running smoothly even registration went smoothly until I wanted to login on user Dashboard then boom the was an ERROR (504 Error)

Step 6 .
I uploaded the Addon CryptoTrading and the error was resolved and there I was on Dashboard

Step 7
I visited profile (Account Setting) and there was an error again (504 Error), I uploaded KYC addon since I realised it's related to profile, then the error was fixed.

Sooooooo far the only issue I am still figuring out is the referral link because it's not there.
Which hosting company are you using?
 

FTD Team

Active member
Null Master
Trusted Uploader
Banned User
Dec 20, 2020
57
101
33
Is to compusory to buy a cpanel with the vps or not. If not how do i manage the vps?
Control panels are for non technical users to eliminate the hassle of installing everything by themselves and manage trough cli/web interface.
If you proficient with any nix flavor you don't need a control panel to manage your vps. Tutorials are all over the internet for installing and maintaining different modules you might need to manage your vps.
 

CredCrypto

New member
Jan 16, 2023
13
10
3
Dude last seen is Thursday…. Prolly got a free license from @CredCrypto and took the easy route lol… hopefully someone null this script completely soon..
Probably got busy with other things.

He hasn’t taken the free license offer yet. And you just so keen on having it nulled.

Why not purchase a license?
 

metalsunny

Active member
May 6, 2022
608
196
43
Probably got busy with other things.

He hasn’t taken the free license offer yet. And you just so keen on having it nulled.

Why not purchase a license?
Is this the author of the script ? reason i can't buy your script is becos of the auto currency conversion. You should also allow admin to switch between auto or manual... until you add this feature i can't buy but wait for nulled and use for testing purpose all for free
 
  • Like
Reactions: tunerobrainz

CredCrypto

New member
Jan 16, 2023
13
10
3
Is this the author of the script ? reason i can't buy your script is becos of the auto currency conversion. You should also allow admin to switch between auto or manual... until you add this feature i can't buy but wait for nulled and use for testing purpose all for free
Even if this is added, you would still not buy. You will still wait for nulled
 

Forum statistics

Threads
69,206
Messages
908,333
Members
236,823
Latest member
User1500

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu