• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

CredCrypto - HYIP & Trading PHP Script

CredCrypto - HYIP & Trading PHP Script 3.1.2

No permission to download
Any idea why the crypto trading addon does not work with the latest version? It says it's enabled but none of the functions are there.
 
Any idea why the crypto trading addon does not work with the latest version? It says it's enabled but none of the functions are there.
Go to phpmyadmin, and look for website_settings table. Look for the trader_mode and change it to enabled
 
  • Like
Reactions: teamc
Go to phpmyadmin, and look for website_settings table. Look for the trader_mode and change it to enabled
Thank you! That worked. Hopefully there are no more errors like the previous one - I had to add addons in a specific order in order for them to work :)
My only concern is the API now - what happens if the countries, currencies, crypto prices, etc. disappear or if the developers decide to block my domain/server?
Not working as
Make sure you scroll to the next page in phpMyAdmin, there are a lot of rows in that table. Trader_mode is on the second page by default.
 
Last edited:
How do I set cron task
If you're using a Debian based server you run this command:
Bash:
sudo crontab -e
then you paste in the following with any modifications if required:
Bash:
*/1 * * * * wget -q -O- http://localhost/cron >/dev/null 2>&1
*/1 * * * * wget -q -O- http://localhost/queue >/dev/null 2>&1
*/1 * * * * wget -q -O- http://localhost/trading-cron >/dev/null 2>&1
this will run the cron jobs every 1 minute.

If you're using a cPanel based hosting, refer to this guide: cPanel Cron Jobs
 
If you're using a Debian based server you run this command:
Bash:
sudo crontab -e
then you paste in the following with any modifications if required:
Bash:
*/1 * * * * wget -q -O- http://localhost/cron >/dev/null 2>&1
*/1 * * * * wget -q -O- http://localhost/queue >/dev/null 2>&1
*/1 * * * * wget -q -O- http://localhost/trading-cron >/dev/null 2>&1
this will run the cron jobs every 1 minute.

If you're using a cPanel based hosting, refer to this guide: cPanel Cron Jobs
Thanks
 
  • Like
Reactions: teamc
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock