DigiMuse - Music Streaming Platform 1.122 Nulled

No permission to download
work Master Sergeant
Bronze Member
1,000 Messages 1 Year of Membership 100 Messages 2 Years of Membership
Oct 14, 2021
1,444
1,674
$1,340
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
enter any code to continue

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


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;
 
Attachments
  • test5_20230508_171552.zip
    16.7 KB · Views: 0
Last edited by a moderator: