Jump to content
Bicrypto v3.7.0 + All Plugins ×

nick2020

Members
  • Posts

    13
  • Reputation

    0
  • Files

    0
  • Joined

  • Last visited

Everything posted by nick2020

  1. The file you are trying to download is no longer available.
  2. Here is NEW link https://www110.zippyshare.com/v/Nr72Ssin/file.html If you have problem with license do this: Just add your host name on white listed the file you need to edit is located on system\core\compat\lic.php open lic.php with any editor and on line # 53 private $whitelist = array('127.0.0.1', '[::1]', 'localhost','mailhour.com', 'bdtask.com'); and add you server name/ hostname like private $whitelist = array('127.0.0.1', '[::1]', 'localhost','mailhour.com', 'bdtask.com', 'myserver.com');
  3. This program need username and licence. Somebody can crack it or nulled this
  4. After importing database sql file to phpmyadmin you must change admin password hash ! change hash password to $2y$10$OHlXNj8jLKQxX5DFL8sR/OI4cRwhw5s5iNVTX.P49XqIWWhTWoHt6 That hash is (admin) for password. So to login on admin dashboard use: usename: [email protected] password: admin
  5. If you get error msql change it too > SOLUTION IS: \project\config\database.php ADD 'modes' => [ 'ONLY_FULL_GROUP_BY', 'STRICT_TRANS_TABLES', 'NO_ZERO_IN_DATE', 'NO_ZERO_DATE', 'ERROR_FOR_DIVISION_BY_ZERO', 'NO_ENGINE_SUBSTITUTION', ], 'mysql' => [ 'driver' => 'mysql', 'host' => env('DB_HOST', '127.0.0.1'), 'port' => env('DB_PORT', '3306'), 'database' => env('DB_DATABASE', 'forge'), 'username' => env('DB_USERNAME', 'forge'), 'password' => env('DB_PASSWORD', ''), 'unix_socket' => env('DB_SOCKET', ''), 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'modes' => [ 'ONLY_FULL_GROUP_BY', 'STRICT_TRANS_TABLES', 'NO_ZERO_IN_DATE', 'NO_ZERO_DATE', 'ERROR_FOR_DIVISION_BY_ZERO', 'NO_ENGINE_SUBSTITUTION', ], ],
  6. Here is working link for 3.4 version https://www.upload.ee/download/10722058/90902a6b40f0175c1e07/xradio-34.rar
  7. Please can you post new update, All links are not working Update Version 3.7 • Update to newest Android studio 4.0.0. • Fix metadata problem in EXO player.
  8. This is NOT nulled :-( no licence
  9. Thank you so much. Is this script nulled?
×
×
  • Create New...