Name." does"; $addressUserAs = $profileInfo->Name."'s"; } else { requireLogin(); $selfProfile = true; $profileInfo = getUserInfoFromUid(SESSION["userid"]); $userPronoun = "You do"; $addressUserAs = "Your"; } if(!$profileInfo){ die(header("Location: /RobloniumDefaultErrorPage.aspx?code=404")); } $friends = $pdo->prepare("SELECT COUNT(*) FROM friends WHERE (requesterid = :id OR receiverid = :id2) AND status = 1"); $friends->bindParam(":id", $profileInfo->Id, PDO::PARAM_INT); $friends->bindParam(":id2", $profileInfo->Id, PDO::PARAM_INT); $friends->execute(); $friendCount = $friends->fetchColumn(); $friends = $pdo->prepare("SELECT * FROM friends WHERE (requesterid = :id OR receiverid = :id2) AND status = 1 LIMIT 6"); $friends->bindParam(":id", $profileInfo->Id, PDO::PARAM_INT); $friends->bindParam(":id2", $profileInfo->Id, PDO::PARAM_INT); $friends->execute(); if(!SESSION || (defined('SESSION') && checkIfFriends(SESSION["userid"], $profileInfo->Id) || SESSION["userid"] == $profileInfo->Id)){ $canSendFR = false; } else { $canSendFR = true; } $gamesQuery = $pdo->prepare("SELECT * FROM asset WHERE AssetTypeId = 9 AND CreatorId = :id"); $gamesQuery->bindParam(":id", $profileInfo->Id, PDO::PARAM_INT); $gamesQuery->execute(); // bundle: page___5497acb8bcc6785c0722e3451e13c572_m $page_config["ScriptIncludes"] = [ $page_config["DefaultScriptBundles"]["master"], "modules/jQuery.js", "modules/Widgets/DropdownMenu.js", "GPTAdScript.js", "jquery.simplemodal-1.3.5.js", "GenericModal.js", "DataPager.js", "Sets/SetsPane.js", "extensions/string.js", "accordion.js", "UserPlacesPane.js", "ItemPurchase.js", "modules/Widgets/ItemImage.js", "UserAssetsPane.js", "CreateSetPanel.js", "GenericConfirmation.js", "PlaceProductPromotion.js", "GamePass.js", "VotingPanel.js", "jquery.dotdotdot-1.5.7-packed.js", "widgets/Favorites.js", "NewGamePage.js", "modules/Widgets/AvatarImage.js", "LaunchApp.js", "fileUploadUnsupported.js", "CommentsPane.js", "SuperSafePrivacyIndicator.js", // for the accordion "jquery/jquery-ui-1.9.2.min.js", // for friends "Friends.js" ]; $page_config["CSSIncludes"] = [ //$page_config["DefaultStyleBundles"]["main"], "CSS/Pages/RobloxUI.css", "CSS/Pages/User/UserPane.css", "CSS/Pages/Profile/Profile.css", //"CSS/PartialViews/Navigation.css", "CSS/Base/CSS/Ads.css", "CSS/Pages/Badges/Badges.css", "CSS/Pages/Inventory/Inventory.css" ]; require $_SERVER["DOCUMENT_ROOT"] . "/puzzle/Top.php"; ?>
| Friends: | =$friendCount?> |
| Place Visits: | 0 |
| Knockouts: | 0 |
=$userPronoun?> not have any ROBLONIUM friends.
|
Creator: Gusmanak
|
Creator: Games
|
Creator: Shedletsky
|