0) { header("location: /hub"); exit(); } $blks = mysqli_query($conx, "SELECT blocked_uid FROM blocking WHERE blocked_uid='$u_uid' && uid='$cnv_uid'"); $blkc = mysqli_num_rows($blks); if($blkc > 0) { header("location: /hub"); exit(); } // ************************ // // *** BLOCKING SYSTEM *** // // ************************ // // User theme colors $usri_q2 = mysqli_query($conx, "SELECT username_color,text_color FROM user_theme_colors WHERE uid='$cnv_uid' && theme_id='$g_themeid'"); $usri_r2 = mysqli_fetch_assoc($usri_q2); $username_color = $usri_r2['username_color']; $username_tcolor = $usri_r2['text_color']; # SELECT DESIGN EDITOR STYLING # $cnv_deq = mysqli_query($conx, "SELECT figures_perc_bg,figures_contain_fc,figures_contain_bg,figures_percont_bg FROM canvas_design WHERE uid='$cnv_uid'"); $cnv_der = mysqli_fetch_assoc($cnv_deq); $cnv_figures_perc_bg = $cnv_der['figures_perc_bg']; $cnv_figures_contain_fc = $cnv_der['figures_contain_fc']; $cnv_figures_contain_bg = $cnv_der['figures_contain_bg']; $cnv_figures_percont_bg = $cnv_der['figures_percont_bg']; // User figures $usr_fgq = mysqli_query($conx, "SELECT friendliness,activeness,peacekeeper,behavior FROM account_figures WHERE uid='$cnv_uid'"); $usr_fgr = mysqli_fetch_assoc($usr_fgq); $cnv_friendliness = $usr_fgr['friendliness']; $cnv_activeness = $usr_fgr['activeness']; $cnv_peacekeeper = $usr_fgr['peacekeeper']; $cnv_behavior = $usr_fgr['behavior']; # # # # # # # # WEBSITE LOCATION # # # # # # # # if($u_siteloc != '/canvas/' . $cnv_username) { if($cnv_username == $u_username) { $loc_desc = "viewin\' their canvas"; } else { $loc_desc = "stalkin\' a canvas"; } mysqli_query($conx, "UPDATE accounts SET site_locdesc='$loc_desc' WHERE uid='$u_uid'"); mysqli_query($conx, "UPDATE accounts SET site_locurl='/canvas/$cnv_username' WHERE uid='$u_uid'"); } ?>
created their account ago.

Friendliness "; } if(mysqli_num_rows(mysqli_query($conx, "SELECT uid FROM friendliness WHERE uid='$u_uid' && uid_to='$cnv_uid' && action='down'")) == '0') { echo "  "; } ?>
This is what the community has rated in terms of how they act towards others.
 

Activeness
This is how often is active in the community.
 

has been jailed time.
has accumulated strike.

"; } while($cnv_strr = mysqli_fetch_assoc($cnv_strq)) { $cnvstr_violation_code = $cnv_strr['violation_code']; $cnvstr_violation_time = $cnv_strr['violation_time']; $cnvstr_uid_issuer = $cnv_strr['uid_issuer']; $cnvstr_code_weight = $cnv_strr['violation_time']; $cnvstr_last_strike = $cnv_strr['last_strike']; $cnvstr_total_time = $cnv_strr['total_time']; $cnvstr_issued_tstamp = $cnv_strr['issued_tstamp']; // Select issuer information $cnvstr_uq = mysqli_query($conx, "SELECT username FROM accounts WHERE uid='$cnvstr_uid_issuer'"); $cnvstr_ur = mysqli_fetch_assoc($cnvstr_uq); $cnvstr_username = $cnvstr_ur['username']; // User theme colors $susri_q2 = mysqli_query($conx, "SELECT username_color FROM user_theme_colors WHERE uid='$cnvstr_uid_issuer' && theme_id='$g_themeid'"); $susri_r2 = mysqli_fetch_assoc($susri_q2); $strk_username_color = $susri_r2['username_color']; echo "Violated Code #$cnvstr_violation_code
"; echo ""; echo "This offense took place "; echo timeago($cnvstr_issued_tstamp); $string = $cnvstr_code_weight; require("../inc/replace.php"); echo " ago and resulted in 1 strike "; echo "with the weight of $string."; if($cnvstr_last_strike == 'yes') { echo " It also resulted in the account being jailed for $cnvstr_total_time."; } echo " It was recorded and taken care of by $cnvstr_username.
"; } ?>
Embarrassed of your strike and jail record?
Clear all of it for 1,000,000 MDF.
Tap this text to do so right now.
"; } ?>