DigiMuse - Music Streaming Platform 1.122 Nulled

Нет прав для скачивания
  • Автор темы Автор темы work
  • Дата начала Дата начала
Регистрация
14.10.2021
Сообщения
4 484
Реакции
1 998
Credits
$6 422
thanks to dear member @work submitted a new resource:

DigiMuse - Music Streaming Platform - DigiMuse was made with passion and hope to be the best music related php script.


Read more about this resource...
 
Tested and Nulled

1. import test5 sql to your database
2. change app/config.php information with yours
3.backend information:


config.php demo:
PHP:
<?php
define( "debug", false );
define( "debug_for_ip", false );
define( "debug_for_admin", false );
define( "web_addr", "https://www.test.com/" );
define( "purchase_code", "nullpro" );
define( "client_code", "nullpro" );
define( "sign_code", "67e542de1682a967cc37468f5b674bf3" );
define( "session_check_ratio", 25 );
define( "db_host", "localhost" );
define( "db_user", "test6" );
define( "db_pass", "test6" );
define( "db_name", "test6" );
define( "db_char", "UTF8" );
define( "firewall", false );
define( "firewall_anti_session_hijacking", false );
define( "firewall_anti_session_hijacking_max_sessions_per_ip_per_day", 10 );
?>


how to get sign_code ?
save code to run
PHP:
<?
$domain = str_replace( "www.", "", parse_url('Your web_addr in here', PHP_URL_HOST ) );
    $sing= md5(crc32( $domain .'nullpro' ));
    echo $sing;
 
Вложения
Последнее редактирование модератором: