DigiMuse - Music Streaming Platform 1.122 Nulled

No permission to download
Joined
Oct 14, 2021
Messages
2,745
Reaction score
1,833
Credits
$3,572
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
Last edited by a moderator: