Show MAC address on "your stb is blocked" screen Print

  • xtreamcode, xtreamui, mac address, your stb is blocked
  • 120

Go to wwwdir/c/blocking.js file,

find:

Hidden text, you need have 1 likes, now you have 460 likes.
PHP:
 
this.text_msg.innerHTML = msg || get_word('cut_off_msg');
 


replace with:

Hidden text, you need have 1 likes, now you have 460 likes.
PHP:
 
this.text_msg.innerHTML = msg || '<span class="label">'+get_word('cut_off_msg')+ '<br>' +get_word('MAC') + ':</span> ' + stb.mac + '<br>';

Was this answer helpful?

« Back