metalsunny
Active member
- May 6, 2022
- 608
- 196
- 43
how long are we going to wait?I have managed to completely cancel credcrypto and make it independent, the site will no longer be banned, I just need to do some readjustments and I will publish it here.
Good job... let the game beginI have managed to completely cancel credcrypto and make it independent, the site will no longer be banned, I just need to do some readjustments and I will publish it here.
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.
Cool..I have managed to completely cancel credcrypto and make it independent, the site will no longer be banned, I just need to do some readjustments and I will publish it here.
LOL..........Bro calm down, nothing like that, just go to the helper folder, open the generalHelper.php then comment out this line of codethis 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!!
Please what do you mean by comments out.do you ask us to replace or deleteLOL..........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
<!— codes —>Please what do you mean by comments out.do you ask us to replace or delete
Why don't you just attach a file for an easy solution?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
Scripts like this are usually for experienced users with at least basic knowledge of programming and debugging.Why don't you just attach a file for an easy solution?
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.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.
I can only half agree with you. If they get everything done will only take for granted the help and will become more demanding.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.
<!— 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:ut($filename, $message);
}
} —>
Nice one bro. Keep up the excellent work. I Like forums where I get solutions to my problems.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
Here is what you should know if you are going to comment out those code, it is going to stop a call from this<!— 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:ut($filename, $message);
}
} —>
Beautiful piece of information hereThe 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