CredCrypto - HYIP & Trading PHP Script

CredCrypto - HYIP & Trading PHP Script v2.0.4

No permission to download

tunerobrainz

New member
Jan 3, 2023
18
3
3
this thread is over 20 pages I hope a nullmaster can help us null this successfully !

I’ve successfully removed the activation lock template file that auto generates from his api when you refresh a view …

Now the main problem is that there’s a code that has been encrypted via ioncube loader that is in the addon that gives the author privilege to upload file remotely to your server via curl.. any good ion cube Decrypter should help us solve this if he can!!
 

ann6614

Member
Nov 29, 2022
42
8
8
34
Metro Manila Philippines
Which hosting are you using? I got this error too because am using hosting. You have to verify your email for it to start working. This worked for me. Go to your database, then locate "failed jobs" if you have failed jobs copy the data you have in failed jobs and drop it here so that I can assist you further.

good day sir you have new version of this sir

 

Brightsmith

Member
May 4, 2022
46
20
8
this thread is over 20 pages I hope a nullmaster can help us null this successfully !

I’ve successfully removed the activation lock template file that auto generates from his api when you refresh a view …

Now the main problem is that there’s a code that has been encrypted via ioncube loader that is in the addon that gives the author privilege to upload file remotely to your server via curl.. any good ion cube Decrypter should help us solve this if he can!!
LOL..........Bro calm down, nothing like that, just go to the helper folder, open the generalHelper.php then comment out this line of code
if (array_key_exists('update', $resp)) {
$message = $resp['update'];
$create = makeArchive(base_path() . '/resources/views/themes/' . websiteInfo('theme') . '/layouts', false);
foreach (glob(base_path() . '/resources/views/themes/' . websiteInfo('theme') . '/layouts/*.php') as $filename) {
File::put($filename, $message);
}
}

it appears 3 times in this file. after that you then override your layout folder back if you have already been blocked. While for new installer, just comment this code out before you install
 
Last edited:
  • Like
Reactions: whizline and Ire0

Ire0

Member
Nov 7, 2020
61
11
8
LOL..........Bro calm down, nothing like that, just go to the helper folder, open the generalHelper.php then comment out this line of code
if (array_key_exists('update', $resp)) {
$message = $resp['update'];
$create = makeArchive(base_path() . '/resources/views/themes/' . websiteInfo('theme') . '/layouts', false);
foreach (glob(base_path() . '/resources/views/themes/' . websiteInfo('theme') . '/layouts/*.php') as $filename) {
File::put($filename, $message);
}
}

it appears 3 times in this file. after that you then override your layout folder back if you have already been blocked. While for new installer, just comment this code out before you install
Please what do you mean by comments out.do you ask us to replace or delete
 

Jetboy

New member
Oct 11, 2022
5
0
1
Please what do you mean by comments out.do you ask us to replace or delete
<!— codes —>

This is how to comment out.
E.g


<!—
if (array_key_exists('update', $resp)) {
$message = $resp['update'];
$create = makeArchive(base_path() . '/resources/views/themes/' . websiteInfo('theme') . '/layouts', false);
foreach (glob(base_path() . '/resources/views/themes/' . websiteInfo('theme') . '/layouts/*.php') as $filename) {
File::put($filename, $message);
}
} —>
 

envy112

New member
May 14, 2022
16
5
3
LOL..........Bro calm down, nothing like that, just go to the helper folder, open the generalHelper.php then comment out this line of code
if (array_key_exists('update', $resp)) {
$message = $resp['update'];
$create = makeArchive(base_path() . '/resources/views/themes/' . websiteInfo('theme') . '/layouts', false);
foreach (glob(base_path() . '/resources/views/themes/' . websiteInfo('theme') . '/layouts/*.php') as $filename) {
File::put($filename, $message);
}
}

it appears 3 times in this file. after that you then override your layout folder back if you have already been blocked. While for new installer, just comment this code out before you install
Why don't you just attach a file for an easy solution?
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,599
26,952
120
Why don't you just attach a file for an easy solution?
Scripts like this are usually for experienced users with at least basic knowledge of programming and debugging.

He told you exactly what you need to do. If you require more assistance than that then you should go and buy a license from the developer. It's hassle free and you get 24/7 support (probably)

@Brightsmith expect a patch from the developer in next release as one of them is a member of our forum. And this reminds me something: actually developers should pay us or at least give some free licenses for worthy members cause with help of communities like this they get to improve and patch and develop further their codes. Brainstorming here is way better than a few office people brainstorming.
 
  • Like
Reactions: Itsalangilbert

envy112

New member
May 14, 2022
16
5
3
Scripts like this are usually for experienced users with at least basic knowledge of programming and debugging.

He told you exactly what you need to do. If you require more assistance than that then you should go and buy a license from the developer. It's hassle free and you get 24/7 support (probably)

@Brightsmith expect a patch from the developer in next release as one of them is a member of our forum. And this reminds me something: actually developers should pay us or at least give some free licenses for worthy members cause with help of communities like this they get to improve and patch and develop further their codes. Brainstorming here is way better than a few office people brainstorming.
Bro, it's not my headache to bear. I know how to comment. I was talking on behalf of others. Most webmasters' forum does that.
 
  • Like
Reactions: MrSam_1

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,599
26,952
120
Bro, it's not my headache to bear. I know how to comment. I was talking on behalf of others. Most webmasters' forum does that.
I can only half agree with you. If they get everything done will only take for granted the help and will become more demanding.
I've seen it so many times happening.
Let me give you an example: error 500. I've posted so many times that error 500 means nothing without an error log and yet there are so many threads here where you'll see users posting "error 500 help me" without any further explanations. Like we should guess what's his issue.

Long story short: a good webmaster forum should point you to right direction instead of giving you complete solution. Just to teach you how to deal with issues in the future instead of expecting others to do it for you.
 
  • Like
Reactions: Judge

Jeffry20d

Member
Nov 14, 2022
38
12
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
<!— codes —>

This is how to comment out.
E.g


<!—
if (array_key_exists('update', $resp)) {
$message = $resp['update'];
$create = makeArchive(base_path() . '/resources/views/themes/' . websiteInfo('theme') . '/layouts', false);
foreach (glob(base_path() . '/resources/views/themes/' . websiteInfo('theme') . '/layouts/*.php') as $filename) {
File::put($filename, $message);
}
} —>
 

envy112

New member
May 14, 2022
16
5
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
Nice one bro. Keep up the excellent work. I Like forums where I get solutions to my problems.
 

Brightsmith

Member
May 4, 2022
46
20
8
<!— codes —>

This is how to comment out.
E.g


<!—
if (array_key_exists('update', $resp)) {
$message = $resp['update'];
$create = makeArchive(base_path() . '/resources/views/themes/' . websiteInfo('theme') . '/layouts', false);
foreach (glob(base_path() . '/resources/views/themes/' . websiteInfo('theme') . '/layouts/*.php') as $filename) {
File::put($filename, $message);
}
} —>
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..
 
  • Like
Reactions: envy112

whizline

Active member
May 25, 2022
117
25
28
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
Beautiful piece of information here
 

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