• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
RKHM - Audio Streaming Platform

NOT NULLED RKHM - Audio Streaming Platform v2.0.22 Untouched

Messages
27
Files
3
Reactions
26
Jessica submitted a new resource:

RKHM - Audio Streaming Platform v2.0.22 Untouched - Audio

RKH – Music, previously known as Digimuse, was made with passion and hope to be the best audio related script. If you want to build a website to share, upload, sell, suggest audio, RKHM can help you. It can be turned into a music streaming/sharing website like Spotify or Soundcloud or it can be an online music store like iTunes or a mixture of everything you like

KEY FEATURES​

  • Page Builder: You can build customized pages using one or all of 10 availabe...

Read more about this resource...
 
Reacted by:
  • Like
Reactions: BradocckNorris and raz0r
I have tried importing the database file directly into MySQL using phpMyAdmin. I have also configured the database information and website address. I created an administrator in phpMyAdmin, configured the role ID, and passed the verification. Although I can log in to the admin panel successfully, I still receive an "Invalid Certificate" error. After checking the code, I found that the validator doesn't just return a status; it also includes other information such as certificates. Therefore, it is difficult to nullify this source code completely.
 
Reacted by:
It's really hard, I don't think anyone can do it.
but nice try reishi
 
Reacted by:
It's really hard, I don't think anyone can do it.
but nice try reishi
mai try karta hu isko nulled karne ka
Post automatically merged:

I have tried importing the database file directly into MySQL using phpMyAdmin. I have also configured the database information and website address. I created an administrator in phpMyAdmin, configured the role ID, and passed the verification. Although I can log in to the admin panel successfully, I still receive an "Invalid Certificate" error. After checking the code, I found that the validator doesn't just return a status; it also includes other information such as certificates. Therefore, it is difficult to nullify this source code completely.
bro codester par pratikbarman ki php scripts hai unko hi null kar do mann jauga ki ap ki bauth bde coder ho
 
INDTECH 's signature
Reacted by:
I have tried importing the database file directly into MySQL using phpMyAdmin. I have also configured the database information and website address. I created an administrator in phpMyAdmin, configured the role ID, and passed the verification. Although I can log in to the admin panel successfully, I still receive an "Invalid Certificate" error. After checking the code, I found that the validator doesn't just return a status; it also includes other information such as certificates. Therefore, it is difficult to nullify this source code completely.
So even after all this. An average user can't use this?
Leaving only the error to the admin panel??
 
Reacted by:
I have this script downloaded and still no way to use it?😭😭😭😭 I need help please
Post automatically merged:

I have this script downloaded and still no way to use it?😭😭😭😭 I need help please
Anyone???
 
Reacted by:
I found out a keyword of "_ic" that's mean "invalid certificate".

In database, you can find it in "_bof_setting" table. The value is 1 (true), but we can't change this, it will back to 0.

What we can do now is,
in \api\app\admin\classes\class_client_config.php, set _ic to false;

PHP:
public function endpoint(){

    $AdminLogoAddr = web_address . "/admin/theme/assets/img/rkhm_logo.png";
    $AdminLogoID = bof()->object->db_setting->get( "admin_logo" );
    if ( $AdminLogoID ){
      $AdminLogo = bof()->object->file->select(["ID"=>$AdminLogoID]);
      if ( $AdminLogo ) $AdminLogoAddr = $AdminLogo["image_original"];
    }

    bof()->api->set_message( "ok", array(
      "pages" => bof()->client_config->get_pages(),
      "setting" => array(
        "logo" => $AdminLogoAddr
      ),
       //SET _IC TO FALSE
      "_ic" => false
    ) );

  }

I'm busy now, cannot look into it more deeply, I'll back if I found a better way to null (if this method not working, and if I have spare time).


EDIT:
this may help:

in /api/app/config_user.php
add slash / to your web url, or it will show blank screen or infinite loading screen.. example:

Code:
define( "web_address", "http://example.com/" );

EDIT 2:
Found it!
\BOF\app\core\classes\class_boac.php

delete these:
Code:
if ( in_array( "invalid_certificate", array_keys( $data ), true ) )
bof()->object->db_setting->set( "_ic", !empty( $data["invalid_certificate"] ) ? 1 : 0 );

Please try and let me know if it's works. It will not show a "invalid certificate" message anymore.
 
Last edited:
Reacted by:
  • Like
Reactions: wenn
what's problem you facing can you tell me i think i will help you to run this script.
I downloaded the script as it is and uploaded to my cpanel
It got the license area and it kept saying invalid certificate....
I really don't have much idea in coding but I believe I can follow step to step...
I always have invalid purchase code
Post automatically merged:

I found out a keyword of "_ic" that's mean "invalid certificate".

In database, you can find it in "_bof_setting" table. The value is 1 (true), but we can't change this, it will back to 0.

What we can do now is,
in \api\app\admin\classes\class_client_config.php, set _ic to false;

PHP:
public function endpoint(){

    $AdminLogoAddr = web_address . "/admin/theme/assets/img/rkhm_logo.png";
    $AdminLogoID = bof()->object->db_setting->get( "admin_logo" );
    if ( $AdminLogoID ){
      $AdminLogo = bof()->object->file->select(["ID"=>$AdminLogoID]);
      if ( $AdminLogo ) $AdminLogoAddr = $AdminLogo["image_original"];
    }

    bof()->api->set_message( "ok", array(
      "pages" => bof()->client_config->get_pages(),
      "setting" => array(
        "logo" => $AdminLogoAddr
      ),
       //SET _IC TO FALSE
      "_ic" => false
    ) );

  }

I'm busy now, cannot look into it more deeply, I'll back if I found a better way to null (if this method not working, and if I have spare time).


EDIT:
this may help:

in /api/app/config_user.php
add slash / to your web url, or it will show blank screen or infinite loading screen.. example:

Code:
define( "web_address", "http://example.com/" );

EDIT 2:
Found it!
\BOF\app\core\classes\class_boac.php

delete these:
Code:
if ( in_array( "invalid_certificate", array_keys( $data ), true ) )
bof()->object->db_setting->set( "_ic", !empty( $data["invalid_certificate"] ) ? 1 : 0 );

Please try and let me know if it's works. It will not show a "invalid certificate" message anymore.
It didn't work I still have an invalid certificate on the installer page,
Please do know I just just downloaded the script and uploaded it on my cpanel and I have little or no knowledge on coding but I can follow up step by step which I have did and it didn't work
 
Last edited:
Reacted by:
I downloaded the script as it is and uploaded to my cpanel
It got the license area and it kept saying invalid certificate....
I really don't have much idea in coding but I believe I can follow step to step...
I always have invalid purchase code
Post automatically merged:


It didn't work I still have an invalid certificate on the installer page,
Please do know I just just downloaded the script and uploaded it on my cpanel and I have little or no knowledge on coding but I can follow up step by step which I have did and it didn't work
Edit these files

/api/app/config_license.php :
Code:
define( "purchase_code", "123456" );
define( "sign_key", "g9ioK4Wu7kc3ldieUHUZERRzPyLz69xwHGR6ljmbzGo" );

/api/app/config_user.php :
Code:
define( "web_address", "https://your-web-address.com/" );

define( "db_host", "localhost" );
define( "db_user", "your_db_user" );
define( "db_pass", "your_db_pass" );
define( "db_name", "your_db_name" );
don't forget to add slash/ at the end of your web address

then rerun the installer (https://your-web-address.com/installer)
 
Reacted by:
  • Like
Reactions: wenn
Edit these files

/api/app/config_license.php :
Code:
define( "purchase_code", "123456" );
define( "sign_key", "g9ioK4Wu7kc3ldieUHUZERRzPyLz69xwHGR6ljmbzGo" );

/api/app/config_user.php :
Code:
define( "web_address", "https://your-web-address.com/" );

define( "db_host", "localhost" );
define( "db_user", "your_db_user" );
define( "db_pass", "your_db_pass" );
define( "db_name", "your_db_name" );
don't forget to add slash/ at the end of your web address

then rerun the installer (https://your-web-address.com/installer)
Thank you very much brother, it worked, but now I'm having issues with the Cron job... I've done all the documentation said I should I'm still getting failed
 
Reacted by:
Edit these files

/api/app/config_license.php :
Code:
define( "purchase_code", "123456" );
define( "sign_key", "g9ioK4Wu7kc3ldieUHUZERRzPyLz69xwHGR6ljmbzGo" );

/api/app/config_user.php :
Code:
define( "web_address", "https://your-web-address.com/" );

define( "db_host", "localhost" );
define( "db_user", "your_db_user" );
define( "db_pass", "your_db_pass" );
define( "db_name", "your_db_name" );
don't forget to add slash/ at the end of your web address

then rerun the installer (https://your-web-address.com/installer)
Not gonna lie I still need your help on this please.....
 
Reacted by:
Not gonna lie I still need your help on this please.....
What's your problem with cron? Where do you use the script, on your host server or buy it?
Post automatically merged:

Maybe I can help you
 
Reacted by:
What's your problem with cron? Where do you use the script, on your host server or buy it?
Post automatically merged:

Maybe I can help you
I keep getting failed even after inserting it in my cronjob
 

Attachments

  • Screenshot_20240517-151234.jpg
    Screenshot_20240517-151234.jpg
    148.7 KB · Views: 18
  • Screenshot_20240517-151301.jpg
    Screenshot_20240517-151301.jpg
    205.9 KB · Views: 18
Reacted by:
I have little or no idea on coding, please help me out of you can
The script has an admin.php file
Post automatically merged:

Are you sure that admin.php has functions that it will perform?
I have little or no idea on coding, please help me out of you can
The script has an admin.php file
 
Reacted by:
I have little or no idea on coding, please help me out of you can
The script has an admin.php file
Post automatically merged:


I have little or no idea on coding, please help me out of you can
The script has an admin.php file
You need to write the following => /home/semitune/public_html/v2/api/app/job_runner.php
instead of - /home/semitune/public_html/v2/api/admin.php
Post automatically merged:

job_runner.php this file is responsible for the cron job
 
Reacted by:
Top