fixed shortcode issue
1 parent 7441512 commit e6982c3689351aa54ca43a962879a9871ad7d777
root authored on 6 Aug 2021
Showing 1 changed file
View
10
bot.php
}
function short_code($code){
$fixedCode = substr($code, 0, 2);
$fixedCode .= "0";
$fixedCode .= substr($code, 2);
$fixedCode .= substr($code, 2,1);
$fixedCode .= substr($code, 4, 4);
$fixedCode .= substr($code, 3);
$fixedCode .= substr($code, 8);
$fixedCode .= substr($code, 3,1);
$fixedCode .= substr($code, 8,1);
$fixedCode .= substr($code, 10, 6);
$fixedCode .= substr($code, 9);
$fixedCode .= substr($code, 16, strlen($code));
$fixedCode .= substr($code, 9,1);
$fixedCode .= substr($code, 16, 16);
return $fixedCode;
}
function get_stats_connected(){
global $badgeInterface;
Buy Me A Coffee