diff --git a/AlphalandRawKey.txt b/FinobeRawKey.txt similarity index 100% rename from AlphalandRawKey.txt rename to FinobeRawKey.txt diff --git a/AlphalandUtilityJsSource.js b/FinobeUtilityJsSource.js similarity index 95% rename from AlphalandUtilityJsSource.js rename to FinobeUtilityJsSource.js index f68e1b0..4f090c0 100644 --- a/AlphalandUtilityJsSource.js +++ b/FinobeUtilityJsSource.js @@ -1,5 +1,5 @@ /* - Alphaland JS Utilities 2021 + Finobe JS Utilities 2021 */ //utility for populating HTML with data from object OR calling a function with the objects current position and replacing the marker with returned data @@ -222,7 +222,7 @@ class Comments { this.messageDelay = messageDelay; this.newObject = newObject; - var gameInfo = "https://api.alphaland.cc/game/info?id=" + this.assetid; + var gameInfo = "https://api.idk16.xyz/game/info?id=" + this.assetid; var self = this; getJSONCDS(gameInfo) .done(function(jsonData) { @@ -250,11 +250,11 @@ class Comments { html += ''; html += ''; - multiPageHelper(this.newObject + ".commentsPage", [], "https://api.alphaland.cc/comments/", "https://api.alphaland.cc/logo", this.commentscontainer, this.buttonscontainer, html, page, 10, "", "No comments", "&assetId=" + this.assetid); + multiPageHelper(this.newObject + ".commentsPage", [], "https://api.idk16.xyz/comments/", "https://api.idk16.xyz/logo", this.commentscontainer, this.buttonscontainer, html, page, 10, "", "No comments", "&assetId=" + this.assetid); } submitComment(comment) { var self = this; - postJSONCDS("https://api.alphaland.cc/comments/newcomment?assetId=" + this.assetid, JSON.stringify({"comment": comment})) + postJSONCDS("https://api.idk16.xyz/comments/newcomment?assetId=" + this.assetid, JSON.stringify({"comment": comment})) .done(function(object) { var alert = object.alert; var messageid = self.errorid; diff --git a/IsAliveCheck.php b/IsAliveCheck.php index 4b4b3d8..08ae473 100644 --- a/IsAliveCheck.php +++ b/IsAliveCheck.php @@ -1,12 +1,12 @@ prepare("UPDATE websettingsdeprecated SET maintenance = 1, maintenance_text = :t"); $setmaintenance->bindParam(":t", $text, PDO::PARAM_STR); diff --git a/globals/Dependencies/Administration/SignupKey.php b/globals/Dependencies/Administration/SignupKey.php index 707fe13..b939ffe 100644 --- a/globals/Dependencies/Administration/SignupKey.php +++ b/globals/Dependencies/Administration/SignupKey.php @@ -1,8 +1,8 @@ BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render Hat ".$assetid, $thumbnailScript, array( $assetid, - "https://www.alphaland.cc/asset/?id=".$assetid, - "https://www.alphaland.cc/", + "https://www.idk16.xyz/asset/?id=".$assetid, + "https://www.idk16.xyz/", "png", "750", "750" @@ -47,7 +47,7 @@ namespace Alphaland\Assets { public static function RenderTShirt(int $assetid, bool $fork=false) { if ($fork) { - $job = popen("cd C:/Webserver/nginx/Alphaland/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." tshirt", "r"); //throwaway background process + $job = popen("cd D:/Finobe/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." tshirt", "r"); //throwaway background process if ($job !== FALSE); { pclose($job); return true; @@ -59,9 +59,9 @@ namespace Alphaland\Assets { $soap = $soap->BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render TShirt ".$assetid, $thumbnailScript, array( $assetid, - "https://www.alphaland.cc/asset/?id=".$assetid, - "https://www.alphaland.cc/asset/?id=38", - "https://www.alphaland.cc/", + "https://www.idk16.xyz/asset/?id=".$assetid, + "https://www.idk16.xyz/asset/?id=38", + "https://www.idk16.xyz/", "png", "750", "750" @@ -79,7 +79,7 @@ namespace Alphaland\Assets { public static function RenderShirt(int $assetid, bool $fork=false) { if ($fork) { - $job = popen("cd C:/Webserver/nginx/Alphaland/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." shirt", "r"); //throwaway background process + $job = popen("cd D:/Finobe/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." shirt", "r"); //throwaway background process if ($job !== FALSE); { pclose($job); return true; @@ -91,9 +91,9 @@ namespace Alphaland\Assets { $soap = $soap->BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render Shirt ".$assetid, $thumbnailScript, array( $assetid, - "https://www.alphaland.cc/asset/?id=".$assetid, - "https://www.alphaland.cc/asset/?id=38", - "https://www.alphaland.cc/", + "https://www.idk16.xyz/asset/?id=".$assetid, + "https://www.idk16.xyz/asset/?id=38", + "https://www.idk16.xyz/", "png", "750", "750" @@ -111,7 +111,7 @@ namespace Alphaland\Assets { public static function RenderPants(int $assetid, bool $fork=false) { if ($fork) { - $job = popen("cd C:/Webserver/nginx/Alphaland/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." pants", "r"); //throwaway background process + $job = popen("cd D:/Finobe/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." pants", "r"); //throwaway background process if ($job !== FALSE); { pclose($job); return true; @@ -123,9 +123,9 @@ namespace Alphaland\Assets { $soap = $soap->BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render Pants ".$assetid, $thumbnailScript, array( $assetid, - "https://www.alphaland.cc/asset/?id=".$assetid, - "https://www.alphaland.cc/asset/?id=38", - "https://www.alphaland.cc/", + "https://www.idk16.xyz/asset/?id=".$assetid, + "https://www.idk16.xyz/asset/?id=38", + "https://www.idk16.xyz/", "png", "750", "750" @@ -143,7 +143,7 @@ namespace Alphaland\Assets { public static function RenderFace(int $assetid, bool $fork=false) { if ($fork) { - $job = popen("cd C:/Webserver/nginx/Alphaland/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." face", "r"); //throwaway background process + $job = popen("cd D:/Finobe/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." face", "r"); //throwaway background process if ($job !== FALSE); { pclose($job); return true; @@ -155,8 +155,8 @@ namespace Alphaland\Assets { $soap = $soap->BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render Face ".$assetid, $thumbnailScript, array( $assetid, - "https://www.alphaland.cc/asset/?id=".$assetid, - "https://www.alphaland.cc/", + "https://www.idk16.xyz/asset/?id=".$assetid, + "https://www.idk16.xyz/", "png", "750", "750" @@ -174,7 +174,7 @@ namespace Alphaland\Assets { public static function RenderHead(int $assetid, bool $fork=false) { if ($fork) { - $job = popen("cd C:/Webserver/nginx/Alphaland/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." head", "r"); //throwaway background process + $job = popen("cd D:/Finobe/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." head", "r"); //throwaway background process if ($job !== FALSE); { pclose($job); return true; @@ -186,9 +186,9 @@ namespace Alphaland\Assets { $soap = $soap->BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render Head ".$assetid, $thumbnailScript, array( $assetid, - "https://www.alphaland.cc/asset/?id=".$assetid, - "https://www.alphaland.cc/asset/?id=38", - "https://www.alphaland.cc/", + "https://www.idk16.xyz/asset/?id=".$assetid, + "https://www.idk16.xyz/asset/?id=38", + "https://www.idk16.xyz/", "png", "750", "750" @@ -206,7 +206,7 @@ namespace Alphaland\Assets { public static function RenderGear(int $assetid, bool $fork=false) { if ($fork) { - $job = popen("cd C:/Webserver/nginx/Alphaland/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." gear", "r"); //throwaway background process + $job = popen("cd D:/Finobe/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." gear", "r"); //throwaway background process if ($job !== FALSE); { pclose($job); return true; @@ -218,11 +218,11 @@ namespace Alphaland\Assets { $soap = $soap->BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render Gear ".$assetid, $thumbnailScript, array( $assetid, - "https://www.alphaland.cc/asset/?id=".$assetid, + "https://www.idk16.xyz/asset/?id=".$assetid, "png", "750", "750", - "https://www.alphaland.cc/" + "https://www.idk16.xyz/" )) ); @@ -237,7 +237,7 @@ namespace Alphaland\Assets { public static function RenderPackage(int $assetid, bool $fork=false) { if ($fork) { - $job = popen("cd C:/Webserver/nginx/Alphaland/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." package", "r"); //throwaway background process + $job = popen("cd D:/Finobe/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." package", "r"); //throwaway background process if ($job !== FALSE); { pclose($job); return true; @@ -249,10 +249,10 @@ namespace Alphaland\Assets { $soap = $soap->BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render Package ".$assetid, $thumbnailScript, array( $assetid, - "https://www.alphaland.cc/asset/?id=27112025;https://www.alphaland.cc/asset/?id=27112039;https://www.alphaland.cc/asset/?id=27112052", - "https://www.alphaland.cc/", - "https://www.alphaland.cc/asset/?id=38", - "https://www.alphaland.cc/", + "https://www.idk16.xyz/asset/?id=27112025;https://www.idk16.xyz/asset/?id=27112039;https://www.idk16.xyz/asset/?id=27112052", + "https://www.idk16.xyz/", + "https://www.idk16.xyz/asset/?id=38", + "https://www.idk16.xyz/", "png", "768", "432" @@ -270,7 +270,7 @@ namespace Alphaland\Assets { public static function RenderModel(int $assetid, bool $fork=false) { if ($fork) { - $job = popen("cd C:/Webserver/nginx/Alphaland/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." model", "r"); //throwaway background process + $job = popen("cd D:/Finobe/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." model", "r"); //throwaway background process if ($job !== FALSE); { pclose($job); return true; @@ -282,8 +282,8 @@ namespace Alphaland\Assets { $soap = $soap->BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render Model ".$assetid, $thumbnailScript, array( $assetid, - "https://www.alphaland.cc/asset/?id=".$assetid, - "https://www.alphaland.cc/", + "https://www.idk16.xyz/asset/?id=".$assetid, + "https://www.idk16.xyz/", "png", "768", "432" @@ -301,7 +301,7 @@ namespace Alphaland\Assets { public static function RenderMesh(int $assetid, bool $fork=false) { if ($fork) { - $job = popen("cd C:/Webserver/nginx/Alphaland/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." mesh", "r"); //throwaway background process + $job = popen("cd D:/Finobe/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." mesh", "r"); //throwaway background process if ($job !== FALSE); { pclose($job); return true; @@ -313,8 +313,8 @@ namespace Alphaland\Assets { $soap = $soap->BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render Mesh ".$assetid, $thumbnailScript, array( $assetid, - "https://www.alphaland.cc/asset/?id=".$assetid, - "https://www.alphaland.cc/", + "https://www.idk16.xyz/asset/?id=".$assetid, + "https://www.idk16.xyz/", "png", "768", "432" @@ -332,7 +332,7 @@ namespace Alphaland\Assets { public static function RenderPlace(int $assetid, bool $fork=false) { if ($fork) { - $job = popen("cd C:/Webserver/nginx/Alphaland/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." place", "r"); //throwaway background process + $job = popen("cd D:/Finobe/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$assetid." place", "r"); //throwaway background process if ($job !== FALSE); { pclose($job); return true; @@ -344,8 +344,8 @@ namespace Alphaland\Assets { $soap = $soap->BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render Place ".$assetid, $thumbnailScript, array( $assetid, - "https://www.alphaland.cc/asset/?id=".$assetid, - "https://www.alphaland.cc/", + "https://www.idk16.xyz/asset/?id=".$assetid, + "https://www.idk16.xyz/", "png", "768", "432" diff --git a/globals/Dependencies/Client/ClientSettings.php b/globals/Dependencies/Client/ClientSettings.php index 4337c65..56e2390 100644 --- a/globals/Dependencies/Client/ClientSettings.php +++ b/globals/Dependencies/Client/ClientSettings.php @@ -12,7 +12,7 @@ * * Open an issue if you want to see the values returned as their respective types and not as strings. * - * Licensed to Austin "Astrologies" of Alphaland, they are the owners of the code. + * Licensed to Austin "Astrologies" of Finobe, they are the owners of the code. */ // Note: This could be shortened slightly. @@ -21,9 +21,9 @@ /* Usage: -use Alphaland\Client\ClientSettings; -use Alphaland\Client\ClientSettingsApplications; -use Alphaland\Client\ClientSettingsKind; +use Finobe\Client\ClientSettings; +use Finobe\Client\ClientSettingsApplications; +use Finobe\Client\ClientSettingsKind; require_once './globals/Dependencies/Client/ClientSettings.php'; @@ -59,7 +59,7 @@ echo "Get Application Bucket Test's settings, has dependencies '" . implode(', ' */ -namespace Alphaland\Client { +namespace Finobe\Client { use Error; use PDO; diff --git a/globals/Dependencies/Common/ContentDelivery.php b/globals/Dependencies/Common/ContentDelivery.php index 0586437..ad268ff 100644 --- a/globals/Dependencies/Common/ContentDelivery.php +++ b/globals/Dependencies/Common/ContentDelivery.php @@ -1,10 +1,10 @@ bindParam(":wb", $GLOBALS['user']->id, PDO::PARAM_INT); $ban->execute(); if ($ban->rowCount() > 0) { - kickUserIfInGame($uid, "You've been banned from Alphaland, '".$reason."'"); + kickUserIfInGame($uid, "You've been banned from Finobe, '".$reason."'"); UserModerationManager::LogAction("Banned User ".$uid); //ban user from discord with bot if($bantype == 2) { //perm ban - $discordid = $GLOBALS['pdo']->prepare("SELECT * FROM `alphaland_verification` WHERE `uid` = :id AND isactivated = 1"); + $discordid = $GLOBALS['pdo']->prepare("SELECT * FROM `finobe_verification` WHERE `uid` = :id AND isactivated = 1"); $discordid->bindParam(":id", $uid, PDO::PARAM_INT); $discordid->execute(); if ($discordid->rowCount() > 0) { diff --git a/globals/Dependencies/UI/ImageHelper.php b/globals/Dependencies/UI/ImageHelper.php index d14fc9b..6cea5b8 100644 --- a/globals/Dependencies/UI/ImageHelper.php +++ b/globals/Dependencies/UI/ImageHelper.php @@ -1,6 +1,6 @@ prepare("SELECT COUNT(*) FROM `alphaland_verification` WHERE `activationcode` = :ac"); + $keycheck = $GLOBALS['pdo']->prepare("SELECT COUNT(*) FROM `finobe_verification` WHERE `activationcode` = :ac"); $keycheck->bindParam(":ac", $hash, PDO::PARAM_STR); $keycheck->execute(); } while($keycheck->fetchColumn(0) != 0); @@ -26,7 +26,7 @@ namespace Alphaland\Users { public static function GetUserActivationCode(int $userid) { - $query = $GLOBALS['pdo']->prepare("SELECT `activationcode` FROM `alphaland_verification` WHERE `uid` = :uid"); + $query = $GLOBALS['pdo']->prepare("SELECT `activationcode` FROM `finobe_verification` WHERE `uid` = :uid"); $query->bindParam(":uid", $userid, PDO::PARAM_INT); $query->execute(); if ($query->rowCount() == 1) { @@ -37,7 +37,7 @@ namespace Alphaland\Users { public static function IsUserActivated(int $userid) { - $query = $GLOBALS['pdo']->prepare("SELECT COUNT(*) FROM `alphaland_verification` WHERE `isactivated` = 1 AND `uid` = :uid"); + $query = $GLOBALS['pdo']->prepare("SELECT COUNT(*) FROM `finobe_verification` WHERE `isactivated` = 1 AND `uid` = :uid"); $query->bindParam(":uid", $userid, PDO::PARAM_INT); $query->execute(); if ($query->fetchColumn(0) > 0) { @@ -51,7 +51,7 @@ namespace Alphaland\Users { if (!Activation::IsUserActivated($userid)) { $activationcode = Activation::GenerateActivationCode(); - $n = $GLOBALS['pdo']->prepare("INSERT INTO `alphaland_verification`(`activationcode`,`uid`) VALUES(:ac, :userid)"); + $n = $GLOBALS['pdo']->prepare("INSERT INTO `finobe_verification`(`activationcode`,`uid`) VALUES(:ac, :userid)"); $n->bindParam(":ac", $activationcode, PDO::PARAM_STR); $n->bindParam(":userid", $userid, PDO::PARAM_INT); $n->execute(); diff --git a/globals/Dependencies/Users/Badge.php b/globals/Dependencies/Users/Badge.php index 8962cd5..3531ed4 100644 --- a/globals/Dependencies/Users/Badge.php +++ b/globals/Dependencies/Users/Badge.php @@ -1,10 +1,10 @@ BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render Player Closeup ".$userid, $script, array( $userid, - "https://www.alphaland.cc/", - "https://api.alphaland.cc/users/avatar-accoutrements?userId=".$userid, + "https://www.idk16.xyz/", + "https://api.idk16.xyz/users/avatar-accoutrements?userId=".$userid, "png", "840", "840", @@ -128,7 +128,7 @@ namespace Alphaland\Users { { if ($fork) { - $job = popen("cd C:/Webserver/nginx/Alphaland/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$userid." avatar", "r"); //throwaway background process + $job = popen("cd D:/Finobe/WebserviceTools/RenderTools && start /B php backgroundRenderJob.php ".$userid." avatar", "r"); //throwaway background process if ($job !== FALSE); { pclose($job); @@ -145,8 +145,8 @@ namespace Alphaland\Users { $soap = $soap->BatchJobEx( $soap->ConstructGenericJob(gen_uuid(), 25, 0, 3, "Render Player ".$userid, $script, array( $userid, - "https://api.alphaland.cc/users/avatar-accoutrements?userId=".$userid, - "https://www.alphaland.cc/", + "https://api.idk16.xyz/users/avatar-accoutrements?userId=".$userid, + "https://www.idk16.xyz/", "png", "840", "840" diff --git a/globals/Dependencies/Users/Session.php b/globals/Dependencies/Users/Session.php index 7c39c64..0e43634 100644 --- a/globals/Dependencies/Users/Session.php +++ b/globals/Dependencies/Users/Session.php @@ -1,17 +1,17 @@ bindParam(":i", $ip, PDO::PARAM_STR); $session->bindParam(":ua", $user_agent, PDO::PARAM_STR); if($session->execute()) { - setcookie("token", $token, time() + (86400 * 30), "/", ".alphaland.cc"); //30 day expiration on token for (hopefully) all alphaland paths + setcookie("token", $token, time() + (86400 * 30), "/", ".idk16.xyz"); //30 day expiration on token for (hopefully) all finobe paths $this->ValidateSession($token); return true; } else { @@ -151,7 +151,7 @@ namespace Alphaland\Users } } //No valid session - setcookie("token", null, time(), "/", ".alphaland.cc"); //delete (all token?) cookies + setcookie("token", null, time(), "/", ".idk16.xyz"); //delete (all token?) cookies return false; } diff --git a/globals/Dependencies/Users/TwoFactor.php b/globals/Dependencies/Users/TwoFactor.php index 16268c9..1c30aa9 100644 --- a/globals/Dependencies/Users/TwoFactor.php +++ b/globals/Dependencies/Users/TwoFactor.php @@ -1,10 +1,10 @@ getQRCodeGoogleUrl($username, $secret, "Alphaland"); + $qrcode = $GLOBALS['authenticator']->getQRCodeGoogleUrl($username, $secret, "Finobe"); $new2fa = $GLOBALS['pdo']->prepare("INSERT INTO `twofactor`(`userid`, `secret`, `qr`, `whenGenerated`) VALUES (:uid, :secret, :qr, UNIX_TIMESTAMP())"); $new2fa->bindParam(":uid", $userid, PDO::PARAM_INT); $new2fa->bindParam(":secret", $secret, PDO::PARAM_STR); diff --git a/globals/Dependencies/Users/User.php b/globals/Dependencies/Users/User.php index 19124c1..f932db2 100644 --- a/globals/Dependencies/Users/User.php +++ b/globals/Dependencies/Users/User.php @@ -1,8 +1,8 @@ true ); //host //db name //db user //db password //options - $pdo = new PDO("mysql:host=localhost;dbname=alphalanddatabase", "aa9205c5b776b2368833bec1e8b34e1c", "68adae776e087fb1b34baf439710cf94", $pdoOptions); + $pdo = new PDO("mysql:host=localhost;dbname=finobedatabase", "aa9205c5b776b2368833bec1e8b34e1c", "68adae776e087fb1b34baf439710cf94", $pdoOptions); //general vars $jsversion = "12.00"; //update this after updating JS, this will re-cache the latest js for users $cssversion = "12.00"; //update this after updating CSS, this will re-cache the latest css for users - $siteName = "Alphaland"; //site name - $domain = "alphaland.cc"; + $siteName = "Finobe"; //site name + $domain = "idk16.xyz"; $url = "https://www.".$domain; //site URL $ws = $pdo->query("SELECT * FROM websettings WHERE id = 1")->fetch(PDO::FETCH_OBJ); //websettings $clientUserAgent = "Roblox/WinInet"; @@ -53,41 +53,41 @@ try $defaultHeadshotHash = "fb5d52c08aa538483647373c5a20fd73"; //default headshot render for characters //cdn urls - $renderCDN = "https://trcdn.alphaland.cc"; //endpoint for renders - $assetCDN = "https://acdn.alphaland.cc"; //endpoint for assets - $thumbnailCDN = "https://tcdn.alphaland.cc"; //endpoint for thumbnails + $renderCDN = "https://trcdn.idk16.xyz"; //endpoint for renders + $assetCDN = "https://acdn.idk16.xyz"; //endpoint for assets + $thumbnailCDN = "https://tcdn.idk16.xyz"; //endpoint for thumbnails //cdn paths - $renderCDNPath = "C:/Webserver/nginx/Alphaland/html_renders_cdn/"; //path to where renders are stored - $thumbnailCDNPath = "C:/Webserver/nginx/Alphaland/html_thumbs_cdn/"; //path to where thumbnails are stored - $assetCDNPath = "C:/Webserver/nginx/Alphaland/html_assets_cdn/"; //path to where assets are stored + $renderCDNPath = "D:/Finobe/html_renders_cdn/"; //path to where renders are stored + $thumbnailCDNPath = "D:/Finobe/html_thumbs_cdn/"; //path to where thumbnails are stored + $assetCDNPath = "D:/Finobe/html_assets_cdn/"; //path to where assets are stored //lua script paths - $avatarthumbnailscript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/AvatarScript.lua"; - $facethumbnailscript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/FaceScript.lua"; - $hatthumbnailscript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/HatScript.lua"; - $tshirtthumbnailscript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/TShirtScript.lua"; - $shirtthumbnailscript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/ShirtScript.lua"; - $pantsthumbnailscript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/PantsScript.lua"; - $headthumbnailscript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/HeadScript.lua"; - $placethumbnailscript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/PlaceScript.lua"; - $modelthumbnailscript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/ModelScript.lua"; - $gearthumbnailscript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/GearScript.lua"; - $avatarcloseupthumbnailscript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/AvatarCloseupScript.lua"; - $meshthumbnailscript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/MeshScript.lua"; - $packagescript = "C:/Webserver/nginx/Alphaland/luascripts/thumbnails/PackageScript.lua"; - $gameserverscript = "C:/Webserver/nginx/Alphaland/luascripts/game/gameserver.lua"; + $avatarthumbnailscript = "D:/Finobe/luascripts/thumbnails/AvatarScript.lua"; + $facethumbnailscript = "D:/Finobe/luascripts/thumbnails/FaceScript.lua"; + $hatthumbnailscript = "D:/Finobe/luascripts/thumbnails/HatScript.lua"; + $tshirtthumbnailscript = "D:/Finobe/luascripts/thumbnails/TShirtScript.lua"; + $shirtthumbnailscript = "D:/Finobe/luascripts/thumbnails/ShirtScript.lua"; + $pantsthumbnailscript = "D:/Finobe/luascripts/thumbnails/PantsScript.lua"; + $headthumbnailscript = "D:/Finobe/luascripts/thumbnails/HeadScript.lua"; + $placethumbnailscript = "D:/Finobe/luascripts/thumbnails/PlaceScript.lua"; + $modelthumbnailscript = "D:/Finobe/luascripts/thumbnails/ModelScript.lua"; + $gearthumbnailscript = "D:/Finobe/luascripts/thumbnails/GearScript.lua"; + $avatarcloseupthumbnailscript = "D:/Finobe/luascripts/thumbnails/AvatarCloseupScript.lua"; + $meshthumbnailscript = "D:/Finobe/luascripts/thumbnails/MeshScript.lua"; + $packagescript = "D:/Finobe/luascripts/thumbnails/PackageScript.lua"; + $gameserverscript = "D:/Finobe/luascripts/game/gameserver.lua"; //soap paths - $RCCwsdl = "C:/Webserver/nginx/Alphaland/RCCService.wsdl"; //wsdl path for SOAP + $RCCwsdl = "D:/Finobe/RCCService.wsdl"; //wsdl path for SOAP //misc paths - $pbsOverlayPath = "C:/Webserver/nginx/Alphaland/PersonalServerOverlay.png"; - $setupHtmlPath = "C:/Webserver/nginx/Alphaland/html_setup/"; - $defaultPlacesPath = "C:/Webserver/nginx/Alphaland/default_places/"; //path to where the default places are stored - $defaultPbsPlacesPath = "C:/Webserver/nginx/Alphaland/default_pbs_places/"; //path to where the default pbs places are stored - $defaultXmlsPath = "C:/Webserver/nginx/Alphaland/default_xmls/"; //path to where the default xmls stored - $privateKeyPath = "C:/Webserver/nginx/Alphaland/AlphalandRawKey.txt"; //path to where the private key is stored + $pbsOverlayPath = "D:/Finobe/PersonalServerOverlay.png"; + $setupHtmlPath = "D:/Finobe/html_setup/"; + $defaultPlacesPath = "D:/Finobe/default_places/"; //path to where the default places are stored + $defaultPbsPlacesPath = "D:/Finobe/default_pbs_places/"; //path to where the default pbs places are stored + $defaultXmlsPath = "D:/Finobe/default_xmls/"; //path to where the default xmls stored + $privateKeyPath = "D:/Finobe/FinobeRawKey.txt"; //path to where the private key is stored //machine ip's $gameMachine = "167.114.96.92"; //IP address of the machine that runs gameservers @@ -98,35 +98,35 @@ try $thumbnailArbiter = $renderMachine.":64989"; //IP address/port of the Arbiter running on the render machine //autoloader include - require 'C:\Users\Administrator\vendor\autoload.php'; + require 'D:/Finobe/vendor/autoload.php'; - //alphaland specfic dependencies (listing manually for now due to active rewrite of stuff) - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/Activation.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/TwoFactor.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/ReferralProgram.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Moderation/UserModerationManager.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Common/HashingUtiltity.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Web/WebContextManager.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Common/System.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Assets/Asset.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Games/Game.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Grid/RccServiceHelper.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Assets/Render.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/UI/ImageHelper.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/Render.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Common/Signing.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Common/Email.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Games/Ticket.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/User.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/Session.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/Outfit.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Moderation/Filter.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/Badge.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Administration/SignupKey.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Economy/EconomyHelper.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Groups/Group.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Web/WebsiteSettings.php"; - include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Web/IpRange.php"; + //finobe specfic dependencies (listing manually for now due to active rewrite of stuff) + include "D:/Finobe/globals/Dependencies/Users/Activation.php"; + include "D:/Finobe/globals/Dependencies/Users/TwoFactor.php"; + include "D:/Finobe/globals/Dependencies/Users/ReferralProgram.php"; + include "D:/Finobe/globals/Dependencies/Moderation/UserModerationManager.php"; + include "D:/Finobe/globals/Dependencies/Common/HashingUtiltity.php"; + include "D:/Finobe/globals/Dependencies/Web/WebContextManager.php"; + include "D:/Finobe/globals/Dependencies/Common/System.php"; + include "D:/Finobe/globals/Dependencies/Assets/Asset.php"; + include "D:/Finobe/globals/Dependencies/Games/Game.php"; + include "D:/Finobe/globals/Dependencies/Grid/RccServiceHelper.php"; + include "D:/Finobe/globals/Dependencies/Assets/Render.php"; + include "D:/Finobe/globals/Dependencies/UI/ImageHelper.php"; + include "D:/Finobe/globals/Dependencies/Users/Render.php"; + include "D:/Finobe/globals/Dependencies/Common/Signing.php"; + include "D:/Finobe/globals/Dependencies/Common/Email.php"; + include "D:/Finobe/globals/Dependencies/Games/Ticket.php"; + include "D:/Finobe/globals/Dependencies/Users/User.php"; + include "D:/Finobe/globals/Dependencies/Users/Session.php"; + include "D:/Finobe/globals/Dependencies/Users/Outfit.php"; + include "D:/Finobe/globals/Dependencies/Moderation/Filter.php"; + include "D:/Finobe/globals/Dependencies/Users/Badge.php"; + include "D:/Finobe/globals/Dependencies/Administration/SignupKey.php"; + include "D:/Finobe/globals/Dependencies/Economy/EconomyHelper.php"; + include "D:/Finobe/globals/Dependencies/Groups/Group.php"; + include "D:/Finobe/globals/Dependencies/Web/WebsiteSettings.php"; + include "D:/Finobe/globals/Dependencies/Web/IpRange.php"; //authenticator $authenticator = new PHPGangsta_GoogleAuthenticator(); @@ -138,7 +138,7 @@ try $mail->SMTPSecure = "tls"; $mail->Port = 587; $mail->Host = "smtp.gmail.com"; - $mail->Username = "alphalandtemp@gmail.com"; //google for now (easy and free) + $mail->Username = "finobetemp@gmail.com"; //google for now (easy and free) $mail->Password = "117A7AE7CE40674453E00492CB699F54"; //cloudflare @@ -233,5 +233,5 @@ try } catch (Exception $e) { - die("Alphaland is currently unavailable."); + die("Finobe is currently unavailable."); } \ No newline at end of file diff --git a/globals/functions.php b/globals/functions.php index 544eca5..7b24f1c 100644 --- a/globals/functions.php +++ b/globals/functions.php @@ -1,17 +1,17 @@ AssetTypeId; switch ($assettypeid) { @@ -606,13 +606,13 @@ function getRobloxProductInfo($assetid) function ReturnAssetFromHash($hash) //asset CDN { - //alphaland assets cdn + //finobe assets cdn WebContextManager::Redirect(constructAssetHashUrl($hash)); } function ReturnThumbnailFromHash($hash) //thumb CDN (images) { - //alphaland thumb (images) cdn + //finobe thumb (images) cdn WebContextManager::Redirect(constructThumbnailHashUrl($hash)); } @@ -1097,7 +1097,7 @@ function canJoinUser($uid) // function sendMail($from, $recipient, $subject, $body, $altbody) { - $job = popen("cd C:/Webserver/nginx/Alphaland && start /B php sendEmail.php ".$from." ".$recipient." ".base64_encode($subject)." ".base64_encode($body)." ".base64_encode($altbody), "r"); + $job = popen("cd D:/Finobe && start /B php sendEmail.php ".$from." ".$recipient." ".base64_encode($subject)." ".base64_encode($body)." ".base64_encode($altbody), "r"); if ($job !== FALSE); { pclose($job); @@ -1153,17 +1153,17 @@ function sendVerificationEmail($from, $recipient) //1 = success, 2 = cooldown, 3 $email_html = '
- +
Click the button below to verify your email!
- Verify Email + Verify Email
'; - $email_altbody = 'https://alphaland.cc/verifyemail?token='.$t.''; + $email_altbody = 'https://idk16.xyz/verifyemail?token='.$t.''; $checkifverified = $GLOBALS['pdo']->prepare("SELECT * FROM users WHERE id = :u AND verified = 0"); $checkifverified->bindParam(":u", $localuser, PDO::PARAM_INT); @@ -1217,7 +1217,7 @@ function changeEmail($newemail) //1 = success, 2 = cooldown, 3 = fail { $localuser = $GLOBALS['user']->id; - $sendver = sendVerificationEmail("info@alphaland.cc", $newemail); + $sendver = sendVerificationEmail("info@idk16.xyz", $newemail); if ($sendver == 1) //all good { @@ -1237,7 +1237,7 @@ function changeEmail($newemail) //1 = success, 2 = cooldown, 3 = fail $unverify->bindParam(":u", $localuser, PDO::PARAM_INT); if ($unverify->execute()) { - $sendver2 = sendVerificationEmail("info@alphaland.cc", $newemail); + $sendver2 = sendVerificationEmail("info@idk16.xyz", $newemail); if ($sendver2 == 1) //all good { @@ -1318,17 +1318,17 @@ function sendPasswordReset($from, $recipient, $recipientuid) //1 = success, 2 = $email_html = '
- +
Click the button below to reset your password!
- Reset Password + Reset Password
'; - $email_altbody = 'https://alphaland.cc/settings/resetpassword?token='.$t.''; + $email_altbody = 'https://idk16.xyz/settings/resetpassword?token='.$t.''; $check = $GLOBALS['pdo']->prepare("SELECT * FROM password_reset_keys WHERE uid = :u AND valid = 1"); $check->bindParam(":u", $recipientuid, PDO::PARAM_INT); @@ -2568,47 +2568,47 @@ function getCurrentTheme() //returns the theme set (integer) } } -function getCurrentThemeLogo() //grabs the alphaland logo for the users selected theme +function getCurrentThemeLogo() //grabs the finobe logo for the users selected theme { $currenttheme = getCurrentTheme(); - //return $GLOBALS['url'] . "/alphaland/cdn/imgs/alpha-christmas/alphalandchristmas.png"; //force christmas logo + //return $GLOBALS['url'] . "/finobe/cdn/imgs/alpha-christmas/finobechristmas.png"; //force christmas logo if ($currenttheme == 0) //light theme dark logo { - return $GLOBALS['url'] . "/alphaland/cdn/imgs/alphaland-logo.svg"; + return $GLOBALS['url'] . "/finobe/cdn/imgs/finobe-logo.svg"; } elseif ($currenttheme == 1) //dark theme light logo { - return $GLOBALS['url'] . "/alphaland/cdn/imgs/alphaland-white-1024.png"; + return $GLOBALS['url'] . "/finobe/cdn/imgs/finobe-white-1024.png"; } } -function getCurrentThemeAlphabuxLogo() //grabs the alphaland alphabux logo for the users selected theme +function getCurrentThemeAlphabuxLogo() //grabs the finobe alphabux logo for the users selected theme { $currenttheme = getCurrentTheme(); if ($currenttheme == 0) //light theme dark logo { - return $GLOBALS['url'] . "/alphaland/cdn/imgs/alphabux-black-1024.png"; + return $GLOBALS['url'] . "/finobe/cdn/imgs/alphabux-black-1024.png"; } elseif ($currenttheme == 1) //dark theme light logo { - return $GLOBALS['url'] . "/alphaland/cdn/imgs/alphabux-grey-1024.png"; + return $GLOBALS['url'] . "/finobe/cdn/imgs/alphabux-grey-1024.png"; } } -function getCurrentThemeAnimatedLogo() //grabs the alphaland animated logo for the users selected theme +function getCurrentThemeAnimatedLogo() //grabs the finobe animated logo for the users selected theme { $currenttheme = getCurrentTheme(); if ($currenttheme == 0) //light theme dark logo { - return $GLOBALS['url'] . "/alphaland/cdn/imgs/loading-dark.gif"; + return $GLOBALS['url'] . "/finobe/cdn/imgs/loading-dark.gif"; } elseif ($currenttheme == 1) //dark theme light logo { - return $GLOBALS['url'] . "/alphaland/cdn/imgs/loading-light.gif"; + return $GLOBALS['url'] . "/finobe/cdn/imgs/loading-light.gif"; } } @@ -2624,7 +2624,7 @@ function getCurrentThemeStyle() //grabs the style sheet for the users selected t if ($currenttheme == 1) //dark theme { - return ''; + return ''; } } } @@ -2638,16 +2638,16 @@ function getCSS($studio=false) } return ' - - + + '.$theme.' - - '; + + '; } //end theme stuff @@ -2667,7 +2667,7 @@ function getFooter()
- Alphaland | '.$year.' + Finobe | '.$year.'
@@ -2677,13 +2677,13 @@ function getFooter()
- +
@@ -2789,7 +2789,7 @@ function getNav() '.$modbutton.' '.(($user->IsAdmin())? ' ':'').' `; - staticPageHelper("https://www.alphaland.cc/MCP/reports/data/reports", "https://api.alphaland.cc/logo", "#reports-container", html, "", 1000, "", "No active reports"); + staticPageHelper("https://www.idk16.xyz/MCP/reports/data/reports", "https://api.idk16.xyz/logo", "#reports-container", html, "", 1000, "", "No active reports"); } populateReports(); diff --git a/html/MCP/reports/view.php b/html/MCP/reports/view.php index 7bc796d..a19e3a0 100644 --- a/html/MCP/reports/view.php +++ b/html/MCP/reports/view.php @@ -1,11 +1,11 @@ IsStaff()) { WebContextManager::Redirect("/"); @@ -49,12 +49,12 @@ $body = << diff --git a/html/MCP/user-management/unban.php b/html/MCP/user-management/unban.php index 4db6278..dbba506 100644 --- a/html/MCP/user-management/unban.php +++ b/html/MCP/user-management/unban.php @@ -1,11 +1,11 @@ IsStaff()) { WebContextManager::Redirect("/"); @@ -13,7 +13,7 @@ if(!$user->IsStaff()) { //headers header('Content-Type: application/json'); -header("Access-Control-Allow-Origin: https://www.alphaland.cc"); +header("Access-Control-Allow-Origin: https://www.idk16.xyz"); header("access-control-allow-credentials: true"); // if it's static you don't need to instantiate the class diff --git a/html/Studio/Data/UploadData.php b/html/Studio/Data/UploadData.php index e50c6d2..38e0466 100644 --- a/html/Studio/Data/UploadData.php +++ b/html/Studio/Data/UploadData.php @@ -1,17 +1,17 @@ AssetTypeId == 9) //place { diff --git a/html/Studio/IDE/Publish/UploadNewImage.php b/html/Studio/IDE/Publish/UploadNewImage.php index 731148f..5057696 100644 --- a/html/Studio/IDE/Publish/UploadNewImage.php +++ b/html/Studio/IDE/Publish/UploadNewImage.php @@ -1,7 +1,7 @@ function updateGame(id) { - if (window.external.SaveUrl('https://www.alphaland.cc/Studio/Data/UploadData?id=' + id + '\'')) + if (window.external.SaveUrl('https://www.idk16.xyz/Studio/Data/UploadData?id=' + id + '\'')) { alert("Uploaded"); window.close(); diff --git a/html/Studio/IDE/UploadModel.php b/html/Studio/IDE/UploadModel.php index dc23ccf..3b05d0e 100644 --- a/html/Studio/IDE/UploadModel.php +++ b/html/Studio/IDE/UploadModel.php @@ -25,7 +25,7 @@ foreach($owned as $asset) $body = << -
Upload Model to Alphaland:
+
Upload Model to Finobe:

    @@ -33,7 +33,7 @@ $body = <<
    - +

    Create New

    @@ -98,7 +98,7 @@ function showNewModelDialog() function updateAsset(assetid) { - window.external.WriteSelection().Upload('https://www.alphaland.cc/Studio/Data/UploadData?id=' + assetid + '\''); + window.external.WriteSelection().Upload('https://www.idk16.xyz/Studio/Data/UploadData?id=' + assetid + '\''); alert("Updated Model"); window.close(); } @@ -115,7 +115,7 @@ function newAsset() if (checkParameters(modelname, modeldescription)) { - window.external.WriteSelection().Upload("https://www.alphaland.cc/Studio/IDE/Publish/uploadnewasset?assetTypeName=Model&name="+modelname+"&description="+modeldescription+"&isPublic="+ispublic+"&allowComments=false"); + window.external.WriteSelection().Upload("https://www.idk16.xyz/Studio/IDE/Publish/uploadnewasset?assetTypeName=Model&name="+modelname+"&description="+modeldescription+"&isPublic="+ispublic+"&allowComments=false"); alert("Created Model"); window.close(); } diff --git a/html/Studio/IDE/toolbox/ClientToolbox.php b/html/Studio/IDE/toolbox/ClientToolbox.php index a63f098..8c3858d 100644 --- a/html/Studio/IDE/toolbox/ClientToolbox.php +++ b/html/Studio/IDE/toolbox/ClientToolbox.php @@ -32,7 +32,7 @@ $body = << /* - Alphaland Ghetto Toolbox 2021 + Finobe Ghetto Toolbox 2021 Luckily MOST of jquery works with qt 4 0 = Current User Models @@ -40,11 +40,11 @@ $body = << function openGame(id) { - if (!window.external.StartGame("","","game:Load('https://www.alphaland.cc/asset/?id=" + id + "') game:SetPlaceId(" + id + ")")) + if (!window.external.StartGame("","","game:Load('https://www.idk16.xyz/asset/?id=" + id + "') game:SetPlaceId(" + id + ")")) { alert("Failed to open place, please report this"); window.close(); diff --git a/html/activate.php b/html/activate.php index 8b264fb..e288d5b 100644 --- a/html/activate.php +++ b/html/activate.php @@ -1,7 +1,7 @@ id)) { WebContextManager::Redirect("/"); @@ -18,7 +18,7 @@ $body = '

    Activation Required


    -
    To play Alphaland, you must activate this account in the Discord Server.
    +
    To play Finobe, you must activate this account in the Discord Server.
    After joining, send the activation code below in the activation channel and refresh this page.
    It is required to be in the Discord Server, after activation leaving the Discord will deactivate your account.

    diff --git a/html/asset/index.php b/html/asset/index.php index 30faa95..3ad48e3 100644 --- a/html/asset/index.php +++ b/html/asset/index.php @@ -1,6 +1,6 @@ fetch(PDO::FETCH_OBJ); if ($id) { $iteminfo = getAssetInfo($id); - if($iteminfo !== FALSE) //asset id exists in alphaland db + if($iteminfo !== FALSE) //asset id exists in finobe db { if (isAssetApproved($id) and !isAssetModerated($id)) //if the asset is approved and not moderated { diff --git a/html/avatar/changebc.php b/html/avatar/changebc.php index 951e19f..ef50a98 100644 --- a/html/avatar/changebc.php +++ b/html/avatar/changebc.php @@ -9,7 +9,7 @@ 5 = Right Leg */ -use Alphaland\Users\Render; +use Finobe\Users\Render; $bcdb = array("0" => "h", "1" => "t", "2" => "la", "3" => "ra", "4" => "ll", "5" => "rl"); $cbc = (int)$_POST['bct']; diff --git a/html/avatar/index.php b/html/avatar/index.php index 82c5639..c407a95 100644 --- a/html/avatar/index.php +++ b/html/avatar/index.php @@ -24,7 +24,7 @@ $body = '
    - +
    @@ -298,7 +298,7 @@ $body = ' function updateCharacter() { $("#character").removeClass("loading-rotate"); - $("#character").attr("src", "https://api.alphaland.cc/users/thumbnail?timestamp="+new Date().getTime()); + $("#character").attr("src", "https://api.idk16.xyz/users/thumbnail?timestamp="+new Date().getTime()); } function handleRender() { $.get("/avatar/renderstatus", function(data) { @@ -314,7 +314,7 @@ $body = ' function characterloading() { document.getElementById("character").src = ""; - document.getElementById("character").src = "https://api.alphaland.cc/logo"; + document.getElementById("character").src = "https://api.idk16.xyz/logo"; document.getElementById("character").className = "loading-rotate card-img-top"; //handleRender(); } @@ -360,7 +360,7 @@ $body = ' } function updateBodyColors() { - getJSONCDS("https://api.alphaland.cc/user/avatar/bodycolors") + getJSONCDS("https://api.idk16.xyz/user/avatar/bodycolors") .done(function(jsonData) { var data = jsonData; @@ -378,11 +378,11 @@ $body = ' function equipItem(assetId) { - avatarChange("https://api.alphaland.cc/user/avatar/assets/wear?assetId=" + assetId); + avatarChange("https://api.idk16.xyz/user/avatar/assets/wear?assetId=" + assetId); } function deequipItem(assetId) { - avatarChange("https://api.alphaland.cc/user/avatar/assets/remove?assetId=" + assetId) + avatarChange("https://api.idk16.xyz/user/avatar/assets/remove?assetId=" + assetId) } function inventoryPage(page, assettype, keyword) @@ -407,7 +407,7 @@ $body = ' html += ""; html += ""; - multiPageHelper("inventoryPage", [assettype,keyword], "https://api.alphaland.cc/users/profile/inventory", "https://api.alphaland.cc/logo", "#itemsDiv", "#page-buttons", html, page, limit, keyword, "You don\'t own any items of this type", "&assetTypeId="+assettype); + multiPageHelper("inventoryPage", [assettype,keyword], "https://api.idk16.xyz/users/profile/inventory", "https://api.idk16.xyz/logo", "#itemsDiv", "#page-buttons", html, page, limit, keyword, "You don\'t own any items of this type", "&assetTypeId="+assettype); } $(".headshot_checkbox_check").click(function() { @@ -416,7 +416,7 @@ $body = ' function getAvatarSettings() { - getJSONCDS("https://api.alphaland.cc/user/avatar/settings") + getJSONCDS("https://api.idk16.xyz/user/avatar/settings") .done(function(jsonData) { var data = jsonData; @@ -440,7 +440,7 @@ $body = ' $("#avatar_settings_updating_notify").show(); - getJSONCDS("https://api.alphaland.cc/user/avatar/updatesettings"+headshotStyleGetParam) + getJSONCDS("https://api.idk16.xyz/user/avatar/updatesettings"+headshotStyleGetParam) .done(function(jsonData) { $("#avatarsettingspopup").modal("toggle"); @@ -462,7 +462,7 @@ $body = ' var editingOutfitId = 0; function newOutfit(name) { - postJSONCDS("https://api.alphaland.cc/user/avatar/outfits/create", JSON.stringify({"name": name})) + postJSONCDS("https://api.idk16.xyz/user/avatar/outfits/create", JSON.stringify({"name": name})) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; @@ -485,7 +485,7 @@ $body = ' } function applyOutfit(outfitid) { - postJSONCDS("https://api.alphaland.cc/user/avatar/outfits/apply", JSON.stringify({"id": outfitid})) + postJSONCDS("https://api.idk16.xyz/user/avatar/outfits/apply", JSON.stringify({"id": outfitid})) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; @@ -509,7 +509,7 @@ $body = ' } function updateOutfit(name) { - postJSONCDS("https://api.alphaland.cc/user/avatar/outfits/update?update=true", JSON.stringify({"id": editingOutfitId, "name": name})) + postJSONCDS("https://api.idk16.xyz/user/avatar/outfits/update?update=true", JSON.stringify({"id": editingOutfitId, "name": name})) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; @@ -532,7 +532,7 @@ $body = ' } function deleteOutfit() { - postJSONCDS("https://api.alphaland.cc/user/avatar/outfits/update?delete=true", JSON.stringify({"id": editingOutfitId})) + postJSONCDS("https://api.idk16.xyz/user/avatar/outfits/update?delete=true", JSON.stringify({"id": editingOutfitId})) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; @@ -578,7 +578,7 @@ $body = ' html += "
    "; html += ""; - multiPageHelper("outfitPage", [], "https://api.alphaland.cc/users/profile/outfits", "https://api.alphaland.cc/logo", "#itemsDiv", "#page-buttons", html, page, limit, "", "You don\'t have any outfits", "&assetTypeId="); + multiPageHelper("outfitPage", [], "https://api.idk16.xyz/users/profile/outfits", "https://api.idk16.xyz/logo", "#itemsDiv", "#page-buttons", html, page, limit, "", "You don\'t have any outfits", "&assetTypeId="); } @@ -591,7 +591,7 @@ $body = ' html += ""; html += ""; - staticPageHelper("https://api.alphaland.cc/users/profile/wearing", "https://api.alphaland.cc/logo", "#curWear", html, "", 12, "", "Not wearing any Items"); + staticPageHelper("https://api.idk16.xyz/users/profile/wearing", "https://api.idk16.xyz/logo", "#curWear", html, "", 12, "", "Not wearing any Items"); } diff --git a/html/avatar/renderstatus.php b/html/avatar/renderstatus.php index aba27ce..20fc5e3 100644 --- a/html/avatar/renderstatus.php +++ b/html/avatar/renderstatus.php @@ -1,6 +1,6 @@ id)) { diff --git a/html/badges/view.php b/html/badges/view.php index 2d96b60..af59ff8 100644 --- a/html/badges/view.php +++ b/html/badges/view.php @@ -1,6 +1,6 @@ id)) { diff --git a/html/catalog/config.php b/html/catalog/config.php index b3ccce5..a47cbc9 100644 --- a/html/catalog/config.php +++ b/html/catalog/config.php @@ -1,9 +1,9 @@
    - +
    diff --git a/html/catalog/index.php b/html/catalog/index.php index 99f79a4..b6fefb3 100644 --- a/html/catalog/index.php +++ b/html/catalog/index.php @@ -122,12 +122,12 @@ function getCatalogPage(assettype, page, limit, keyword) { html += '
    '; html += '

    {name}

    '; html += '

    By: {creatorName}

    '; - html += '

    {price}

    '; + html += '

    {price}

    '; html += ''; html += '
    '; html += ''; - multiPageHelper("catalogPage", [assetTypeId,keyword], "https://api.alphaland.cc/catalog/items", "https://api.alphaland.cc/logo", "#catalogitems", "#catalogpages", html, page, limit, keyword, "No results", "&assetTypeId="+assettype); + multiPageHelper("catalogPage", [assetTypeId,keyword], "https://api.idk16.xyz/catalog/items", "https://api.idk16.xyz/logo", "#catalogitems", "#catalogpages", html, page, limit, keyword, "No results", "&assetTypeId="+assettype); } $('#keyword_input').keypress(function(event) { diff --git a/html/catalog/view.php b/html/catalog/view.php index b105a42..c6a7dd9 100644 --- a/html/catalog/view.php +++ b/html/catalog/view.php @@ -1,8 +1,8 @@ '.cleanOutput($i->PriceInAlphabux).''; + $buy_button = ''; - $confirmbuy_button = ''; + $confirmbuy_button = ''; // ... } } diff --git a/html/create/index.php b/html/create/index.php index f01de3b..6067688 100644 --- a/html/create/index.php +++ b/html/create/index.php @@ -1,12 +1,12 @@ Shirt/Pants Template

    - +

@@ -433,7 +433,7 @@ if (isset($_POST['SubmitPlace']))
- +
@@ -499,7 +499,7 @@ if (isset($_POST['SubmitPlace']))
  • @@ -507,7 +507,7 @@ if (isset($_POST['SubmitPlace']))
  • @@ -515,7 +515,7 @@ if (isset($_POST['SubmitPlace']))
  • @@ -523,7 +523,7 @@ if (isset($_POST['SubmitPlace']))
  • diff --git a/html/donate/index.php b/html/donate/index.php index 7729db4..2ac6311 100644 --- a/html/donate/index.php +++ b/html/donate/index.php @@ -6,7 +6,7 @@ $alert = '';

    If you found this page, now you know the upcoming donation rewards

    -

    Help keep Alphaland alive with a donation!

    +

    Help keep Finobe alive with a donation!

    Perks:
    Instant reward of Alphabux, 300
    More Alphabux rewarded daily, increased to 40
    diff --git a/html/download.php b/html/download.php index 0e05914..14cb52a 100644 --- a/html/download.php +++ b/html/download.php @@ -2,17 +2,17 @@ if (isset($_POST['SubmitClient'])) { - $loc = $GLOBALS['setupHtmlPath'].$ws->AlphalandVersion."-AlphalandLauncher.exe"; + $loc = $GLOBALS['setupHtmlPath'].$ws->FinobeVersion."-FinobeLauncher.exe"; header("Content-type: application/octet-stream"); - header("Content-Disposition: attachment; filename=AlphalandLauncher.exe"); + header("Content-Disposition: attachment; filename=FinobeLauncher.exe"); echo file_get_contents($loc); } if (isset($_POST['SubmitStudio'])) { - $loc = $GLOBALS['setupHtmlPath'].$ws->AlphalandStudioVersion."-AlphalandStudioLauncher.exe"; + $loc = $GLOBALS['setupHtmlPath'].$ws->FinobeStudioVersion."-FinobeStudioLauncher.exe"; header("Content-type: application/octet-stream"); - header("Content-Disposition: attachment; filename=AlphalandStudioLauncher.exe"); + header("Content-Disposition: attachment; filename=FinobeStudioLauncher.exe"); echo file_get_contents($loc); } @@ -24,7 +24,7 @@ body, html { } body { - background-image: url("/alphaland/cdn/imgs/download-bg.png"); + background-image: url("/finobe/cdn/imgs/download-bg.png"); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; @@ -34,8 +34,8 @@ body {
    -

    Download Alphaland

    - +

    Download Finobe

    +
    diff --git a/html/alphaland/cdn/imgs/Previews/Baseplate.png b/html/finobe/cdn/imgs/Previews/Baseplate.png similarity index 100% rename from html/alphaland/cdn/imgs/Previews/Baseplate.png rename to html/finobe/cdn/imgs/Previews/Baseplate.png diff --git a/html/alphaland/cdn/imgs/Previews/Happy Home.png b/html/finobe/cdn/imgs/Previews/Happy Home.png similarity index 100% rename from html/alphaland/cdn/imgs/Previews/Happy Home.png rename to html/finobe/cdn/imgs/Previews/Happy Home.png diff --git a/html/alphaland/cdn/imgs/Previews/Rugged.png b/html/finobe/cdn/imgs/Previews/Rugged.png similarity index 100% rename from html/alphaland/cdn/imgs/Previews/Rugged.png rename to html/finobe/cdn/imgs/Previews/Rugged.png diff --git a/html/alphaland/cdn/imgs/Previews/Superflat.png b/html/finobe/cdn/imgs/Previews/Superflat.png similarity index 100% rename from html/alphaland/cdn/imgs/Previews/Superflat.png rename to html/finobe/cdn/imgs/Previews/Superflat.png diff --git a/html/alphaland/cdn/imgs/Thumbs.db b/html/finobe/cdn/imgs/Thumbs.db similarity index 100% rename from html/alphaland/cdn/imgs/Thumbs.db rename to html/finobe/cdn/imgs/Thumbs.db diff --git a/html/alphaland/cdn/imgs/addmodelicon.png b/html/finobe/cdn/imgs/addmodelicon.png similarity index 100% rename from html/alphaland/cdn/imgs/addmodelicon.png rename to html/finobe/cdn/imgs/addmodelicon.png diff --git a/html/alphaland/cdn/imgs/admin-icon-1024.png b/html/finobe/cdn/imgs/admin-icon-1024.png similarity index 100% rename from html/alphaland/cdn/imgs/admin-icon-1024.png rename to html/finobe/cdn/imgs/admin-icon-1024.png diff --git a/html/alphaland/cdn/imgs/alpha-christmas/alphalandchristmas.png b/html/finobe/cdn/imgs/alpha-christmas/finobechristmas.png similarity index 100% rename from html/alphaland/cdn/imgs/alpha-christmas/alphalandchristmas.png rename to html/finobe/cdn/imgs/alpha-christmas/finobechristmas.png diff --git a/html/alphaland/cdn/imgs/alpha-spooky/alphalandzombie.png b/html/finobe/cdn/imgs/alpha-spooky/finobezombie.png similarity index 100% rename from html/alphaland/cdn/imgs/alpha-spooky/alphalandzombie.png rename to html/finobe/cdn/imgs/alpha-spooky/finobezombie.png diff --git a/html/alphaland/cdn/imgs/alphabux-black-1024.png b/html/finobe/cdn/imgs/alphabux-black-1024.png similarity index 100% rename from html/alphaland/cdn/imgs/alphabux-black-1024.png rename to html/finobe/cdn/imgs/alphabux-black-1024.png diff --git a/html/alphaland/cdn/imgs/alphabux-grey-1024.png b/html/finobe/cdn/imgs/alphabux-grey-1024.png similarity index 100% rename from html/alphaland/cdn/imgs/alphabux-grey-1024.png rename to html/finobe/cdn/imgs/alphabux-grey-1024.png diff --git a/html/alphaland/cdn/imgs/alphabux-red-1024.png b/html/finobe/cdn/imgs/alphabux-red-1024.png similarity index 100% rename from html/alphaland/cdn/imgs/alphabux-red-1024.png rename to html/finobe/cdn/imgs/alphabux-red-1024.png diff --git a/html/alphaland/cdn/imgs/alphabux-white-1024.png b/html/finobe/cdn/imgs/alphabux-white-1024.png similarity index 100% rename from html/alphaland/cdn/imgs/alphabux-white-1024.png rename to html/finobe/cdn/imgs/alphabux-white-1024.png diff --git a/html/alphaland/cdn/imgs/alphatester-icon-1024.png b/html/finobe/cdn/imgs/alphatester-icon-1024.png similarity index 100% rename from html/alphaland/cdn/imgs/alphatester-icon-1024.png rename to html/finobe/cdn/imgs/alphatester-icon-1024.png diff --git a/html/alphaland/cdn/imgs/arrows.svg b/html/finobe/cdn/imgs/arrows.svg similarity index 100% rename from html/alphaland/cdn/imgs/arrows.svg rename to html/finobe/cdn/imgs/arrows.svg diff --git a/html/alphaland/cdn/imgs/asset-template.png b/html/finobe/cdn/imgs/asset-template.png similarity index 100% rename from html/alphaland/cdn/imgs/asset-template.png rename to html/finobe/cdn/imgs/asset-template.png diff --git a/html/alphaland/cdn/imgs/download-bg.png b/html/finobe/cdn/imgs/download-bg.png similarity index 100% rename from html/alphaland/cdn/imgs/download-bg.png rename to html/finobe/cdn/imgs/download-bg.png diff --git a/html/alphaland/cdn/imgs/alphaland-1024.png b/html/finobe/cdn/imgs/finobe-1024.png similarity index 100% rename from html/alphaland/cdn/imgs/alphaland-1024.png rename to html/finobe/cdn/imgs/finobe-1024.png diff --git a/html/alphaland/cdn/imgs/alphaland-150x150-w.png b/html/finobe/cdn/imgs/finobe-150x150-w.png similarity index 100% rename from html/alphaland/cdn/imgs/alphaland-150x150-w.png rename to html/finobe/cdn/imgs/finobe-150x150-w.png diff --git a/html/alphaland/cdn/imgs/alphaland-150x150.png b/html/finobe/cdn/imgs/finobe-150x150.png similarity index 100% rename from html/alphaland/cdn/imgs/alphaland-150x150.png rename to html/finobe/cdn/imgs/finobe-150x150.png diff --git a/html/alphaland/cdn/imgs/alphaland-logo.svg b/html/finobe/cdn/imgs/finobe-logo.svg similarity index 100% rename from html/alphaland/cdn/imgs/alphaland-logo.svg rename to html/finobe/cdn/imgs/finobe-logo.svg diff --git a/html/alphaland/cdn/imgs/alphaland-long.png b/html/finobe/cdn/imgs/finobe-long.png similarity index 100% rename from html/alphaland/cdn/imgs/alphaland-long.png rename to html/finobe/cdn/imgs/finobe-long.png diff --git a/html/alphaland/cdn/imgs/alphaland-white-1024.png b/html/finobe/cdn/imgs/finobe-white-1024.png similarity index 100% rename from html/alphaland/cdn/imgs/alphaland-white-1024.png rename to html/finobe/cdn/imgs/finobe-white-1024.png diff --git a/html/alphaland/cdn/imgs/forgot-password-1024.png b/html/finobe/cdn/imgs/forgot-password-1024.png similarity index 100% rename from html/alphaland/cdn/imgs/forgot-password-1024.png rename to html/finobe/cdn/imgs/forgot-password-1024.png diff --git a/html/alphaland/cdn/imgs/loading-dark.gif b/html/finobe/cdn/imgs/loading-dark.gif similarity index 100% rename from html/alphaland/cdn/imgs/loading-dark.gif rename to html/finobe/cdn/imgs/loading-dark.gif diff --git a/html/alphaland/cdn/imgs/loading-light.gif b/html/finobe/cdn/imgs/loading-light.gif similarity index 100% rename from html/alphaland/cdn/imgs/loading-light.gif rename to html/finobe/cdn/imgs/loading-light.gif diff --git a/html/alphaland/cdn/imgs/mem/Thumbs.db b/html/finobe/cdn/imgs/mem/Thumbs.db similarity index 100% rename from html/alphaland/cdn/imgs/mem/Thumbs.db rename to html/finobe/cdn/imgs/mem/Thumbs.db diff --git a/html/alphaland/cdn/imgs/mem/bsc-av.png b/html/finobe/cdn/imgs/mem/bsc-av.png similarity index 100% rename from html/alphaland/cdn/imgs/mem/bsc-av.png rename to html/finobe/cdn/imgs/mem/bsc-av.png diff --git a/html/alphaland/cdn/imgs/mem/bsc.png b/html/finobe/cdn/imgs/mem/bsc.png similarity index 100% rename from html/alphaland/cdn/imgs/mem/bsc.png rename to html/finobe/cdn/imgs/mem/bsc.png diff --git a/html/alphaland/cdn/imgs/mem/alphaland basic.png b/html/finobe/cdn/imgs/mem/finobe basic.png similarity index 100% rename from html/alphaland/cdn/imgs/mem/alphaland basic.png rename to html/finobe/cdn/imgs/mem/finobe basic.png diff --git a/html/alphaland/cdn/imgs/mem/alphaland plus.png b/html/finobe/cdn/imgs/mem/finobe plus.png similarity index 100% rename from html/alphaland/cdn/imgs/mem/alphaland plus.png rename to html/finobe/cdn/imgs/mem/finobe plus.png diff --git a/html/alphaland/cdn/imgs/mem/alphaland premium.png b/html/finobe/cdn/imgs/mem/finobe premium.png similarity index 100% rename from html/alphaland/cdn/imgs/mem/alphaland premium.png rename to html/finobe/cdn/imgs/mem/finobe premium.png diff --git a/html/alphaland/cdn/imgs/mem/pls-av.png b/html/finobe/cdn/imgs/mem/pls-av.png similarity index 100% rename from html/alphaland/cdn/imgs/mem/pls-av.png rename to html/finobe/cdn/imgs/mem/pls-av.png diff --git a/html/alphaland/cdn/imgs/mem/pls.png b/html/finobe/cdn/imgs/mem/pls.png similarity index 100% rename from html/alphaland/cdn/imgs/mem/pls.png rename to html/finobe/cdn/imgs/mem/pls.png diff --git a/html/alphaland/cdn/imgs/mem/prm-av.png b/html/finobe/cdn/imgs/mem/prm-av.png similarity index 100% rename from html/alphaland/cdn/imgs/mem/prm-av.png rename to html/finobe/cdn/imgs/mem/prm-av.png diff --git a/html/alphaland/cdn/imgs/mem/prm.png b/html/finobe/cdn/imgs/mem/prm.png similarity index 100% rename from html/alphaland/cdn/imgs/mem/prm.png rename to html/finobe/cdn/imgs/mem/prm.png diff --git a/html/alphaland/cdn/imgs/mod-icon-1024.png b/html/finobe/cdn/imgs/mod-icon-1024.png similarity index 100% rename from html/alphaland/cdn/imgs/mod-icon-1024.png rename to html/finobe/cdn/imgs/mod-icon-1024.png diff --git a/html/alphaland/cdn/imgs/treeholder-icon-1024.png b/html/finobe/cdn/imgs/treeholder-icon-1024.png similarity index 100% rename from html/alphaland/cdn/imgs/treeholder-icon-1024.png rename to html/finobe/cdn/imgs/treeholder-icon-1024.png diff --git a/html/alphaland/cdn/imgs/verified-icon-1024.png b/html/finobe/cdn/imgs/verified-icon-1024.png similarity index 100% rename from html/alphaland/cdn/imgs/verified-icon-1024.png rename to html/finobe/cdn/imgs/verified-icon-1024.png diff --git a/html/alphaland/cdn/vids/index-vid.m4v b/html/finobe/cdn/vids/index-vid.m4v similarity index 100% rename from html/alphaland/cdn/vids/index-vid.m4v rename to html/finobe/cdn/vids/index-vid.m4v diff --git a/html/alphaland/css/bootstrap-grid.css b/html/finobe/css/bootstrap-grid.css similarity index 100% rename from html/alphaland/css/bootstrap-grid.css rename to html/finobe/css/bootstrap-grid.css diff --git a/html/alphaland/css/bootstrap-grid.css.map b/html/finobe/css/bootstrap-grid.css.map similarity index 100% rename from html/alphaland/css/bootstrap-grid.css.map rename to html/finobe/css/bootstrap-grid.css.map diff --git a/html/alphaland/css/bootstrap-grid.min.css b/html/finobe/css/bootstrap-grid.min.css similarity index 100% rename from html/alphaland/css/bootstrap-grid.min.css rename to html/finobe/css/bootstrap-grid.min.css diff --git a/html/alphaland/css/bootstrap-grid.min.css.map b/html/finobe/css/bootstrap-grid.min.css.map similarity index 100% rename from html/alphaland/css/bootstrap-grid.min.css.map rename to html/finobe/css/bootstrap-grid.min.css.map diff --git a/html/alphaland/css/bootstrap-reboot.css b/html/finobe/css/bootstrap-reboot.css similarity index 100% rename from html/alphaland/css/bootstrap-reboot.css rename to html/finobe/css/bootstrap-reboot.css diff --git a/html/alphaland/css/bootstrap-reboot.css.map b/html/finobe/css/bootstrap-reboot.css.map similarity index 100% rename from html/alphaland/css/bootstrap-reboot.css.map rename to html/finobe/css/bootstrap-reboot.css.map diff --git a/html/alphaland/css/bootstrap-reboot.min.css b/html/finobe/css/bootstrap-reboot.min.css similarity index 100% rename from html/alphaland/css/bootstrap-reboot.min.css rename to html/finobe/css/bootstrap-reboot.min.css diff --git a/html/alphaland/css/bootstrap-reboot.min.css.map b/html/finobe/css/bootstrap-reboot.min.css.map similarity index 100% rename from html/alphaland/css/bootstrap-reboot.min.css.map rename to html/finobe/css/bootstrap-reboot.min.css.map diff --git a/html/alphaland/css/bootstrap.css b/html/finobe/css/bootstrap.css similarity index 100% rename from html/alphaland/css/bootstrap.css rename to html/finobe/css/bootstrap.css diff --git a/html/alphaland/css/bootstrap.css.map b/html/finobe/css/bootstrap.css.map similarity index 100% rename from html/alphaland/css/bootstrap.css.map rename to html/finobe/css/bootstrap.css.map diff --git a/html/alphaland/css/bootstrap.min.css b/html/finobe/css/bootstrap.min.css similarity index 100% rename from html/alphaland/css/bootstrap.min.css rename to html/finobe/css/bootstrap.min.css diff --git a/html/alphaland/css/bootstrap.min.css-dark b/html/finobe/css/bootstrap.min.css-dark similarity index 100% rename from html/alphaland/css/bootstrap.min.css-dark rename to html/finobe/css/bootstrap.min.css-dark diff --git a/html/alphaland/css/bootstrap.min.css.map b/html/finobe/css/bootstrap.min.css.map similarity index 100% rename from html/alphaland/css/bootstrap.min.css.map rename to html/finobe/css/bootstrap.min.css.map diff --git a/html/alphaland/css/stylesheet-dark.css b/html/finobe/css/stylesheet-dark.css similarity index 100% rename from html/alphaland/css/stylesheet-dark.css rename to html/finobe/css/stylesheet-dark.css diff --git a/html/alphaland/css/stylesheet.css b/html/finobe/css/stylesheet.css similarity index 100% rename from html/alphaland/css/stylesheet.css rename to html/finobe/css/stylesheet.css diff --git a/html/alphaland/js/Lodash.js b/html/finobe/js/Lodash.js similarity index 100% rename from html/alphaland/js/Lodash.js rename to html/finobe/js/Lodash.js diff --git a/html/alphaland/js/bootstrap.bundle.js b/html/finobe/js/bootstrap.bundle.js similarity index 100% rename from html/alphaland/js/bootstrap.bundle.js rename to html/finobe/js/bootstrap.bundle.js diff --git a/html/alphaland/js/bootstrap.bundle.js.map b/html/finobe/js/bootstrap.bundle.js.map similarity index 100% rename from html/alphaland/js/bootstrap.bundle.js.map rename to html/finobe/js/bootstrap.bundle.js.map diff --git a/html/alphaland/js/bootstrap.bundle.min.js b/html/finobe/js/bootstrap.bundle.min.js similarity index 100% rename from html/alphaland/js/bootstrap.bundle.min.js rename to html/finobe/js/bootstrap.bundle.min.js diff --git a/html/alphaland/js/bootstrap.bundle.min.js.map b/html/finobe/js/bootstrap.bundle.min.js.map similarity index 100% rename from html/alphaland/js/bootstrap.bundle.min.js.map rename to html/finobe/js/bootstrap.bundle.min.js.map diff --git a/html/alphaland/js/bootstrap.js b/html/finobe/js/bootstrap.js similarity index 100% rename from html/alphaland/js/bootstrap.js rename to html/finobe/js/bootstrap.js diff --git a/html/alphaland/js/bootstrap.js.map b/html/finobe/js/bootstrap.js.map similarity index 100% rename from html/alphaland/js/bootstrap.js.map rename to html/finobe/js/bootstrap.js.map diff --git a/html/alphaland/js/bootstrap.min.js b/html/finobe/js/bootstrap.min.js similarity index 100% rename from html/alphaland/js/bootstrap.min.js rename to html/finobe/js/bootstrap.min.js diff --git a/html/alphaland/js/bootstrap.min.js.map b/html/finobe/js/bootstrap.min.js.map similarity index 100% rename from html/alphaland/js/bootstrap.min.js.map rename to html/finobe/js/bootstrap.min.js.map diff --git a/html/alphaland/js/jquery-3.5.1.min.js b/html/finobe/js/jquery-3.5.1.min.js similarity index 100% rename from html/alphaland/js/jquery-3.5.1.min.js rename to html/finobe/js/jquery-3.5.1.min.js diff --git a/html/alphaland/js/jquery-3.5.1.slim.min.js b/html/finobe/js/jquery-3.5.1.slim.min.js similarity index 100% rename from html/alphaland/js/jquery-3.5.1.slim.min.js rename to html/finobe/js/jquery-3.5.1.slim.min.js diff --git a/html/alphaland/js/snowfall/canvas-snow.js b/html/finobe/js/snowfall/canvas-snow.js similarity index 100% rename from html/alphaland/js/snowfall/canvas-snow.js rename to html/finobe/js/snowfall/canvas-snow.js diff --git a/html/alphaland/js/utilities.js b/html/finobe/js/utilities.js similarity index 74% rename from html/alphaland/js/utilities.js rename to html/finobe/js/utilities.js index 06db11f..fa6b23c 100644 --- a/html/alphaland/js/utilities.js +++ b/html/finobe/js/utilities.js @@ -4,6 +4,6 @@ return h}function getJSON(a){return $.getJSON(a)}function getJSONCDS(a){return $ function staticPageHelper(a,b,c,f,n,h,k,e,l){l=void 0===l?"":l;""!==b&&(b='
    '),$(c).html(b));getJSONCDS(a+"?limit="+h+"&page="+n+"&keyword="+k+l).done(function(g){$(c).html(parseHtml(f,h,g,e))})} function multiPageHelper(a,b,c,f,n,h,k,e,l,g,m,q){q=void 0===q?"":q;""!==f&&(f='
    '),$(n).html(f));var d="";b&&b.constructor===Array&&(d=parseArrayArgs(b));$(h).html("");getJSONCDS(c+"?limit="+l+"&page="+e+"&keyword="+g+q).done(function(r){var t=!1,u="",p=r.pageCount,y=r.pageResults,w=e+1,v=e-1;var x=e+3;w>p&&(w=p);0==v&&(v=1);1p?(t=1,x=p):v==e-1?(t=e>=p-2?p-3:e-1,--x):t=e;u+='';u+='';for(i=t;i<=x;i++)i<=p&&(u+='");u+='';u+=''}$(n).html(parseHtml(k, -y,r,m));$(h).html(u)})}var Comments=function(a,b,c,f,n,h,k,e,l){this.assetid=a;this.commentsid=b;this.commentscontainer=c;this.buttonscontainer=f;this.successid=n;this.errorid=h;this.inputid=k;this.messageDelay=e;this.newObject=l;var g=this;getJSONCDS("https://api.alphaland.cc/game/info?id="+this.assetid).done(function(m){m.CommentsEnabled&&($(g.commentsid).show(),g.commentsPage())})}; -Comments.prototype.commentsPage=function(a){multiPageHelper(this.newObject+".commentsPage",[],"https://api.alphaland.cc/comments/","https://api.alphaland.cc/logo",this.commentscontainer,this.buttonscontainer,'
    Comment by {username} : {date}

    {comment}

    ', -void 0===a?1:a,10,"","No comments","&assetId="+this.assetid)};Comments.prototype.submitComment=function(a){var b=this;postJSONCDS("https://api.alphaland.cc/comments/newcomment?assetId="+this.assetid,JSON.stringify({comment:a})).done(function(c){c=c.alert;var f=b.errorid;"Comment Placed"==c&&(f=b.successid,$(b.inputid).val(""),b.commentsPage());$(f).text(c);$(f).show();window.scrollTo({top:0,behavior:"smooth"});setTimeout(function(){$(f).hide()},b.messageDelay)})}; \ No newline at end of file +y,r,m));$(h).html(u)})}var Comments=function(a,b,c,f,n,h,k,e,l){this.assetid=a;this.commentsid=b;this.commentscontainer=c;this.buttonscontainer=f;this.successid=n;this.errorid=h;this.inputid=k;this.messageDelay=e;this.newObject=l;var g=this;getJSONCDS("https://api.idk16.xyz/game/info?id="+this.assetid).done(function(m){m.CommentsEnabled&&($(g.commentsid).show(),g.commentsPage())})}; +Comments.prototype.commentsPage=function(a){multiPageHelper(this.newObject+".commentsPage",[],"https://api.idk16.xyz/comments/","https://api.idk16.xyz/logo",this.commentscontainer,this.buttonscontainer,'
    Comment by {username} : {date}

    {comment}

    ', +void 0===a?1:a,10,"","No comments","&assetId="+this.assetid)};Comments.prototype.submitComment=function(a){var b=this;postJSONCDS("https://api.idk16.xyz/comments/newcomment?assetId="+this.assetid,JSON.stringify({comment:a})).done(function(c){c=c.alert;var f=b.errorid;"Comment Placed"==c&&(f=b.successid,$(b.inputid).val(""),b.commentsPage());$(f).text(c);$(f).show();window.scrollTo({top:0,behavior:"smooth"});setTimeout(function(){$(f).hide()},b.messageDelay)})}; \ No newline at end of file diff --git a/html/friends/friend-requests.php b/html/friends/friend-requests.php index 92bb67b..a3b1847 100644 --- a/html/friends/friend-requests.php +++ b/html/friends/friend-requests.php @@ -1,6 +1,6 @@ @@ -619,7 +619,7 @@ EOT;
  • @@ -627,7 +627,7 @@ EOT;
  • @@ -635,7 +635,7 @@ EOT;
  • diff --git a/html/games/index.php b/html/games/index.php index f0a77d9..f42bdf5 100644 --- a/html/games/index.php +++ b/html/games/index.php @@ -7,7 +7,7 @@ $body = <<Games
  • @@ -57,7 +57,7 @@ function gamePage(num, keyword = "") html+= '
    '; html+= '
  • '; - multiPageHelper("gamePage", [keyword], "https://api.alphaland.cc/games/sitegames", "https://api.alphaland.cc/logo", "#games-container", "#page-buttons", html, num, 21, keyword, "No results"); + multiPageHelper("gamePage", [keyword], "https://api.idk16.xyz/games/sitegames", "https://api.idk16.xyz/logo", "#games-container", "#page-buttons", html, num, 21, keyword, "No results"); } $('#keyword_input').keypress(function(event) { diff --git a/html/games/pbs/config.php b/html/games/pbs/config.php index 813c07b..3c62d46 100644 --- a/html/games/pbs/config.php +++ b/html/games/pbs/config.php @@ -1,7 +1,7 @@ '; html += ''; - multiPageHelper("whitelistedUsersPage", [], "https://api.alphaland.cc/game/pbs/users", "https://api.alphaland.cc/logo", "#whitelisted_users_html", "#whitelisted_users_button", html, page, limit, "", "No whitelisted users", "&id="+gameid+"&whitelist=true"); //show all ranks besides banned + multiPageHelper("whitelistedUsersPage", [], "https://api.idk16.xyz/game/pbs/users", "https://api.idk16.xyz/logo", "#whitelisted_users_html", "#whitelisted_users_button", html, page, limit, "", "No whitelisted users", "&id="+gameid+"&whitelist=true"); //show all ranks besides banned } function userRolesPage(page) @@ -448,7 +448,7 @@ function getUserRolesPage(page, limit) html += ''; html += ''; - multiPageHelper("userRolesPage", [], "https://api.alphaland.cc/game/pbs/users", "https://api.alphaland.cc/logo", "#user_roles_html", "#user_roles_buttons", html, page, limit, "", "No users", "&id="+gameid+"&nobanned=true"); //show all ranks besides banned + multiPageHelper("userRolesPage", [], "https://api.idk16.xyz/game/pbs/users", "https://api.idk16.xyz/logo", "#user_roles_html", "#user_roles_buttons", html, page, limit, "", "No users", "&id="+gameid+"&nobanned=true"); //show all ranks besides banned } function bannedMembersPage(page) @@ -469,13 +469,13 @@ function getBannedMembersPage(page, limit) html += ''; html += ''; - multiPageHelper("bannedMembersPage", [], "https://api.alphaland.cc/game/pbs/users", "https://api.alphaland.cc/logo", "#banned_users_html", "#banned_users_buttons", html, page, limit, "", "No banned users", "&id="+gameid+"&excluderank=10"); //will show only ranks below 10 + multiPageHelper("bannedMembersPage", [], "https://api.idk16.xyz/game/pbs/users", "https://api.idk16.xyz/logo", "#banned_users_html", "#banned_users_buttons", html, page, limit, "", "No banned users", "&id="+gameid+"&excluderank=10"); //will show only ranks below 10 } //initialize function initialize() { - getJSONCDS("https://api.alphaland.cc/game/info?id=" + gameid) + getJSONCDS("https://api.idk16.xyz/game/info?id=" + gameid) .done(function(jsonData) { var data = jsonData; $("#pbs_game_name").val(data.Name); diff --git a/html/games/view.php b/html/games/view.php index bd53001..01d6c17 100644 --- a/html/games/view.php +++ b/html/games/view.php @@ -1,11 +1,11 @@ `; - multiPageHelper("serversList", [], "https://api.alphaland.cc/game/jobList", "https://api.alphaland.cc/logo", "#active-server-list", "#page-buttons-here", html, page, 10, "", "No servers available.", "&placeid="+getparam); + multiPageHelper("serversList", [], "https://api.idk16.xyz/game/jobList", "https://api.idk16.xyz/logo", "#active-server-list", "#page-buttons-here", html, page, 10, "", "No servers available.", "&placeid="+getparam); } function setupPage() { - getJSONCDS("https://api.alphaland.cc/game/info?id="+getparam) + getJSONCDS("https://api.idk16.xyz/game/info?id="+getparam) .done(function(jsonData) { var data = jsonData; diff --git a/html/groups/config.php b/html/groups/config.php index 49dac2d..b81be94 100644 --- a/html/groups/config.php +++ b/html/groups/config.php @@ -1,6 +1,6 @@ {name}'; - staticPageHelper("https://api.alphaland.cc/group/roles", "https://api.alphaland.cc/logo", "#current_group_roles", html, "", 100, "", "Error occurred", "&id="+groupid); + staticPageHelper("https://api.idk16.xyz/group/roles", "https://api.idk16.xyz/logo", "#current_group_roles", html, "", 100, "", "Error occurred", "&id="+groupid); openRole(); } @@ -385,7 +385,7 @@ function configGroup() approvals = true; } - postJSONCDS("https://api.alphaland.cc/group/update?id="+groupid+"&updateinfo=true", JSON.stringify({"description": $("#group_description").val(), "approvals": approvals, "emblem":image})) + postJSONCDS("https://api.idk16.xyz/group/update?id="+groupid+"&updateinfo=true", JSON.stringify({"description": $("#group_description").val(), "approvals": approvals, "emblem":image})) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; @@ -410,7 +410,7 @@ function configGroup() function changeRank(userid, rank) { - postJSONCDS("https://api.alphaland.cc/group/update?id="+groupid+"&userrank=true", JSON.stringify({"userid": userid, "rank": rank})) + postJSONCDS("https://api.idk16.xyz/group/update?id="+groupid+"&userrank=true", JSON.stringify({"userid": userid, "rank": rank})) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; @@ -432,7 +432,7 @@ function changeRank(userid, rank) function exileUser(userid) { - postJSONCDS("https://api.alphaland.cc/group/update?id="+groupid+"&exileuser=true", JSON.stringify({"userid": userid})) + postJSONCDS("https://api.idk16.xyz/group/update?id="+groupid+"&exileuser=true", JSON.stringify({"userid": userid})) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; @@ -454,7 +454,7 @@ function exileUser(userid) function approveRequest(userid) { - postJSONCDS("https://api.alphaland.cc/group/update?id="+groupid+"&approverequest=true", JSON.stringify({"userid": userid})) + postJSONCDS("https://api.idk16.xyz/group/update?id="+groupid+"&approverequest=true", JSON.stringify({"userid": userid})) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; @@ -475,7 +475,7 @@ function approveRequest(userid) } function denyRequest(userid) { - postJSONCDS("https://api.alphaland.cc/group/update?id="+groupid+"&denyrequest=true", JSON.stringify({"userid": userid})) + postJSONCDS("https://api.idk16.xyz/group/update?id="+groupid+"&denyrequest=true", JSON.stringify({"userid": userid})) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; @@ -523,7 +523,7 @@ function getRequestsPage(page, limit) html += ''; html += ''; - multiPageHelper("requestsPage", [], "https://api.alphaland.cc/group/joinrequests", "https://api.alphaland.cc/logo", "#join_requests", "#join_requests_buttons", html, page, limit, "", "No join requests", "&id="+groupid); + multiPageHelper("requestsPage", [], "https://api.idk16.xyz/group/joinrequests", "https://api.idk16.xyz/logo", "#join_requests", "#join_requests_buttons", html, page, limit, "", "No join requests", "&id="+groupid); } //members page @@ -531,7 +531,7 @@ function membersAvailableRoles(userid) { var html = ''; - staticPageHelper("https://api.alphaland.cc/group/roles?id="+groupid, "", "#member"+userid+"dropdown", html, "", 100, "", "Error occurred", "&excluderank=255"); + staticPageHelper("https://api.idk16.xyz/group/roles?id="+groupid, "", "#member"+userid+"dropdown", html, "", 100, "", "Error occurred", "&excluderank=255"); } function membersPage(page) { @@ -552,13 +552,13 @@ function getMembersPage(page, limit) html += ''; html += ''; - multiPageHelper("membersPage", [], "https://api.alphaland.cc/group/members", "https://api.alphaland.cc/logo", "#members_manage_list", "#members_manage_buttons", html, page, limit, "", "No members", "&id="+groupid+"&excluderank=255"); + multiPageHelper("membersPage", [], "https://api.idk16.xyz/group/members", "https://api.idk16.xyz/logo", "#members_manage_list", "#members_manage_buttons", html, page, limit, "", "No members", "&id="+groupid+"&excluderank=255"); } //initialize function initialize() { - getJSONCDS("https://api.alphaland.cc/group/info?id=" + groupid) + getJSONCDS("https://api.idk16.xyz/group/info?id=" + groupid) .done(function(jsonData) { var data = jsonData[0]; $("#group_name").val(data.name); diff --git a/html/groups/create.php b/html/groups/create.php index 919fbea..9ef2485 100644 --- a/html/groups/create.php +++ b/html/groups/create.php @@ -22,7 +22,7 @@ $body = <<
    - +
    @@ -88,7 +88,7 @@ function createGroup() approvals = false; } - postJSONCDS("https://api.alphaland.cc/group/create", JSON.stringify({"name": groupname, "description": groupdescription, "approvals": approvals, "emblem":image})) + postJSONCDS("https://api.idk16.xyz/group/create", JSON.stringify({"name": groupname, "description": groupdescription, "approvals": approvals, "emblem":image})) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; diff --git a/html/groups/index.php b/html/groups/index.php index d67ad5e..704b288 100644 --- a/html/groups/index.php +++ b/html/groups/index.php @@ -1,6 +1,6 @@ '; html += '
    '; - staticPageHelper("https://api.alphaland.cc/users/groups", "https://api.alphaland.cc/logo", "#my_groups", html, "", 100, "", "No groups"); + staticPageHelper("https://api.idk16.xyz/users/groups", "https://api.idk16.xyz/logo", "#my_groups", html, "", 100, "", "No groups"); } //posts @@ -175,7 +175,7 @@ function getPosts(groupid, page, limit) html += ''; html += ''; - multiPageHelper("postsPage", [], "https://api.alphaland.cc/group/posts", "https://api.alphaland.cc/logo", "#group_posts", "#posts_buttons", html, page, limit, "", "No posts", "&id="+groupid); + multiPageHelper("postsPage", [], "https://api.idk16.xyz/group/posts", "https://api.idk16.xyz/logo", "#group_posts", "#posts_buttons", html, page, limit, "", "No posts", "&id="+groupid); } //users based on role @@ -197,13 +197,13 @@ function getRoleUsers(groupid, page, limit, rank) html += ''; html += ''; - multiPageHelper("roleUsers", [], "https://api.alphaland.cc/group/members", "https://api.alphaland.cc/logo", "#members", "#member_buttons", html, page, limit, "", "No users", "&id="+groupid+"&rank="+rank); + multiPageHelper("roleUsers", [], "https://api.idk16.xyz/group/members", "https://api.idk16.xyz/logo", "#members", "#member_buttons", html, page, limit, "", "No users", "&id="+groupid+"&rank="+rank); } function groupRoles(groupid) { var html = ''; - staticPageHelper("https://api.alphaland.cc/group/roles?id="+groupid, "https://api.alphaland.cc/logo", "#roles_list", html, "", 100, "", "Error occurred"); + staticPageHelper("https://api.idk16.xyz/group/roles?id="+groupid, "https://api.idk16.xyz/logo", "#roles_list", html, "", 100, "", "Error occurred"); } //general group info @@ -229,12 +229,12 @@ function groupInfo(groupid) html += '

    "{description}"

    '; html += ''; - staticPageHelper("https://api.alphaland.cc/group/info?id="+groupid, "https://api.alphaland.cc/logo", "#group_info", html, "", 1, "", "Error occurred"); + staticPageHelper("https://api.idk16.xyz/group/info?id="+groupid, "https://api.idk16.xyz/logo", "#group_info", html, "", 1, "", "Error occurred"); } function deletePost(groupid, postid) { - postJSONCDS("https://api.alphaland.cc/group/update?id="+groupid+"&deletepost=true", JSON.stringify({"postid": postid})) + postJSONCDS("https://api.idk16.xyz/group/update?id="+groupid+"&deletepost=true", JSON.stringify({"postid": postid})) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; @@ -257,7 +257,7 @@ function deletePost(groupid, postid) //group join/leave function leaveGroup(groupid) { - getJSONCDS("https://api.alphaland.cc/group/leave?id="+groupid) + getJSONCDS("https://api.idk16.xyz/group/leave?id="+groupid) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; @@ -279,7 +279,7 @@ function leaveGroup(groupid) function joinGroup(groupid) { - getJSONCDS("https://api.alphaland.cc/group/join?id="+groupid) + getJSONCDS("https://api.idk16.xyz/group/join?id="+groupid) .done(function(object) { var alert = object.alert; @@ -332,7 +332,7 @@ function openGroup(groupid) window.history.replaceState(null, null, "?id="+id); } - getJSONCDS("https://api.alphaland.cc/group/info?id="+id) + getJSONCDS("https://api.idk16.xyz/group/info?id="+id) .done(function(jsonData) { var data = jsonData[0]; @@ -407,7 +407,7 @@ function openGroup(groupid) //submit post function submitPost(post) { - postJSONCDS("https://api.alphaland.cc/group/submitpost?groupid="+id, JSON.stringify({"post": post})) + postJSONCDS("https://api.idk16.xyz/group/submitpost?groupid="+id, JSON.stringify({"post": post})) .done(function(object) { var alert = object.alert; var messageid = "#error_alert"; @@ -436,7 +436,7 @@ function initialize() { myGroups(); //show player groups - getJSONCDS("https://api.alphaland.cc/users/groups") + getJSONCDS("https://api.idk16.xyz/users/groups") .done(function(jsonData) { var data = jsonData[0]; diff --git a/html/groups/search.php b/html/groups/search.php index 26c6391..80f7252 100644 --- a/html/groups/search.php +++ b/html/groups/search.php @@ -56,7 +56,7 @@ function groupsPage(page,keyword="") window.history.replaceState(null, null, "/groups/search"); } - multiPageHelper("groupsPage", [keyword], "https://api.alphaland.cc/groups/", "https://api.alphaland.cc/logo", "#groups", "#groups-buttons", html, page, 5, keyword, "No results"); + multiPageHelper("groupsPage", [keyword], "https://api.idk16.xyz/groups/", "https://api.idk16.xyz/logo", "#groups", "#groups-buttons", html, page, 5, keyword, "No results"); } groupsPage(1,keyword); diff --git a/html/home/index.php b/html/home/index.php index f4e0807..ba657af 100644 --- a/html/home/index.php +++ b/html/home/index.php @@ -9,7 +9,7 @@ $body = <<
    - +
    @@ -33,7 +33,7 @@ $body = << @@ -41,7 +41,7 @@ $body = << @@ -99,7 +99,7 @@ $body = << `; - multiPageHelper("shoutPage", [], "https://api.alphaland.cc/user/feed/", "https://api.alphaland.cc/logo", "#shouts-container", "#page-buttons", html, num, 10, "", "No shouts"); + multiPageHelper("shoutPage", [], "https://api.idk16.xyz/user/feed/", "https://api.idk16.xyz/logo", "#shouts-container", "#page-buttons", html, num, 10, "", "No shouts"); } function getRecents() @@ -179,12 +179,12 @@ function getRecents() `; - staticPageHelper("https://api.alphaland.cc/user/games/recents", "https://api.alphaland.cc/logo", "#recents-container", html, 1, 4, "", "No recently played games"); + staticPageHelper("https://api.idk16.xyz/user/games/recents", "https://api.idk16.xyz/logo", "#recents-container", html, 1, 4, "", "No recently played games"); } function setUsername() { - getJSONCDS('https://api.alphaland.cc/users/profile/info') + getJSONCDS('https://api.idk16.xyz/users/profile/info') .done(function(jsonData) { $('#home_username').html('Hello, '+jsonData[0].username) diff --git a/html/index.php b/html/index.php index 1348277..e6f6fab 100644 --- a/html/index.php +++ b/html/index.php @@ -120,13 +120,13 @@ if(!isLoggedIn())
    - +
    @@ -146,6 +146,6 @@ else pageHandler(); $ph->navbar = ""; $ph->footer = ""; -$ph->pageTitle("Alphaland"); +$ph->pageTitle("Finobe"); $ph->body = $body; $ph->output(); \ No newline at end of file diff --git a/html/login/RequestAuth.ashx b/html/login/RequestAuth.ashx index 43cfbe2..b089156 100644 --- a/html/login/RequestAuth.ashx +++ b/html/login/RequestAuth.ashx @@ -6,4 +6,4 @@ header("Pragma: no-cache"); header("Expires: -1"); header("Last-Modified: " . gmdate("D, d M Y H:i:s T") . " GMT"); -echo "https://www.alphaland.cc/Game/Negotiate?suggest=" . genTicket(); \ No newline at end of file +echo "https://www.idk16.xyz/Game/Negotiate?suggest=" . genTicket(); \ No newline at end of file diff --git a/html/login/forgotpassword.php b/html/login/forgotpassword.php index 506e00c..fac8b85 100644 --- a/html/login/forgotpassword.php +++ b/html/login/forgotpassword.php @@ -1,6 +1,6 @@ fetch(PDO::FETCH_OBJ); $userid = (int)$userdetails2->id; - $resetstatus = sendPasswordReset("info@alphaland.cc", $email, $userid); + $resetstatus = sendPasswordReset("info@idk16.xyz", $email, $userid); if ($resetstatus == 1) { @@ -50,7 +50,7 @@ $body = <<
    - +
    Forgot password? use the form below for a password reset link! diff --git a/html/login/index.php b/html/login/index.php index 2873abe..cf91c43 100644 --- a/html/login/index.php +++ b/html/login/index.php @@ -1,7 +1,7 @@ Logout(); WebContextManager::Redirect("/"); \ No newline at end of file diff --git a/html/maintenance.php b/html/maintenance.php index 75be226..1c3faf2 100644 --- a/html/maintenance.php +++ b/html/maintenance.php @@ -1,6 +1,6 @@
    - +

    {$status}

    EOT; diff --git a/html/noJS.php b/html/noJS.php index 07f1e2e..9dfe632 100644 --- a/html/noJS.php +++ b/html/noJS.php @@ -3,7 +3,7 @@ echo ' -
    Javascript must be enabled to visit Alphaland!
    +
    Javascript must be enabled to visit Finobe!
    '; \ No newline at end of file diff --git a/html/profile/view.php b/html/profile/view.php index 5e4fc35..3e2df3b 100644 --- a/html/profile/view.php +++ b/html/profile/view.php @@ -1,7 +1,7 @@
    -
    Alphaland Badges
    +
    Finobe Badges
    @@ -197,13 +197,13 @@ if(isset($_GET['id'])) EOT; diff --git a/html/settings/resetpassword.php b/html/settings/resetpassword.php index 79a6ad7..9809c8d 100644 --- a/html/settings/resetpassword.php +++ b/html/settings/resetpassword.php @@ -1,6 +1,6 @@ `; - multiPageHelper("userPage", [keyword], "https://api.alphaland.cc/users/siteusers", "https://api.alphaland.cc/logo", "#users-container", "#page-buttons", html, num, 8, keyword, "No results"); + multiPageHelper("userPage", [keyword], "https://api.idk16.xyz/users/siteusers", "https://api.idk16.xyz/logo", "#users-container", "#page-buttons", html, num, 8, keyword, "No results"); } $('#keyword_input').keypress(function(event) { diff --git a/html/verifyemail.php b/html/verifyemail.php index faef832..cb79ac1 100644 --- a/html/verifyemail.php +++ b/html/verifyemail.php @@ -1,6 +1,6 @@ $val) { //files to deploy if ($deploytype == "client") { - if ($filename == "AlphalandApp.zip" || - $filename == "AlphalandLauncher.exe" || + if ($filename == "FinobeApp.zip" || + $filename == "FinobeLauncher.exe" || $filename == "content-fonts.zip" || $filename == "content-music.zip" || $filename == "content-particles.zip" || @@ -90,11 +90,11 @@ foreach ($files as $key=>$val) { } else if ($deploytype == "studio") { - if ($filename == "AlphalandStudio.zip" || + if ($filename == "FinobeStudio.zip" || $filename == "content-scripts.zip" || $filename == "BuiltInPlugins.zip" || $filename == "imageformats.zip" || - $filename == "AlphalandStudioLauncher.exe" || + $filename == "FinobeStudioLauncher.exe" || $filename == "content-fonts.zip" || $filename == "content-music.zip" || $filename == "content-particles.zip" || @@ -119,16 +119,16 @@ if ($pass) { $previousdeployversion = ""; if ($deploytype == "client") { - $previousdeployversion = $ws->AlphalandVersion; + $previousdeployversion = $ws->FinobeVersion; } else if ($deploytype == "studio") { - $previousdeployversion = $ws->AlphalandStudioVersion; + $previousdeployversion = $ws->FinobeStudioVersion; } //deploy type specific stuff if ($deploytype == "client") { - unlink($setup_html . $previousdeployversion . "-AlphalandApp.zip"); + unlink($setup_html . $previousdeployversion . "-FinobeApp.zip"); } else if ($deploytype == "studio") { - unlink($setup_html . $previousdeployversion . "-AlphalandStudio.zip"); + unlink($setup_html . $previousdeployversion . "-FinobeStudio.zip"); unlink($setup_html . $previousdeployversion . "-content-scripts.zip"); unlink($setup_html . $previousdeployversion . "-BuiltInPlugins.zip"); unlink($setup_html . $previousdeployversion . "-imageformats.zip"); @@ -146,7 +146,7 @@ if ($pass) { unlink($setup_html . $previousdeployversion . "-Libraries.zip"); unlink($setup_html . $previousdeployversion . "-redist.zip"); unlink($setup_html . $previousdeployversion . "-shaders.zip"); - unlink($setup_html . $previousdeployversion . "-AlphalandLauncher.exe"); + unlink($setup_html . $previousdeployversion . "-FinobeLauncher.exe"); unlink($setup_html . $previousdeployversion . "-BootstrapperVersion.txt"); //move all the files @@ -168,14 +168,14 @@ if ($pass) { //update in db if ($deploytype == "client") { - $updatewebsettings = $pdo->prepare("UPDATE websettings SET AlphalandVersion = :av, security_version = :sv, md5_hash = :mh, GameFileVersion = :gv"); + $updatewebsettings = $pdo->prepare("UPDATE websettings SET FinobeVersion = :av, security_version = :sv, md5_hash = :mh, GameFileVersion = :gv"); $updatewebsettings->bindParam(":av", $newgameversion, PDO::PARAM_STR); $updatewebsettings->bindParam(":sv", $gamesecurityversion, PDO::PARAM_STR); $updatewebsettings->bindParam(":mh", $gamemd5hash, PDO::PARAM_STR); $updatewebsettings->bindParam(":gv", $gamefileversion, PDO::PARAM_STR); $updatewebsettings->execute(); } else if ($deploytype == "studio") { - $updatewebsettings = $pdo->prepare("UPDATE websettings SET AlphalandStudioVersion = :asv, StudioFileVersion = :sfv"); + $updatewebsettings = $pdo->prepare("UPDATE websettings SET FinobeStudioVersion = :asv, StudioFileVersion = :sfv"); $updatewebsettings->bindParam(":asv", $newgameversion, PDO::PARAM_STR); $updatewebsettings->bindParam(":sfv", $gamefileversion, PDO::PARAM_STR); $updatewebsettings->execute(); diff --git a/html_admin/client-deployer.php b/html_admin/client-deployer.php index 9e3a6c6..4b83893 100644 --- a/html_admin/client-deployer.php +++ b/html_admin/client-deployer.php @@ -1,6 +1,6 @@ exec("UNLOCK TABLES"); //unlock since we are done with sensitive asset stuff - //give the hat to the user Alphaland + //give the hat to the user Finobe $c = $GLOBALS['pdo']->prepare("INSERT into owned_assets (uid, aid, stock, when_sold, givenby) VALUES(1, :a, 0, UNIX_TIMESTAMP(), 1)"); //give asset 8 $c->bindParam(":a", $autoincrement, PDO::PARAM_INT); //catalog asset id $c->execute(); @@ -244,7 +244,7 @@ $alert = ''; $GLOBALS['pdo']->exec("UNLOCK TABLES"); //unlock since we are done with sensitive asset stuff // ... - //give the face to the user Alphaland + //give the face to the user Finobe $c = $GLOBALS['pdo']->prepare("INSERT into owned_assets (uid, aid, stock, when_sold, givenby) VALUES(1, :a, 0, UNIX_TIMESTAMP(), 1)"); //give asset 8 $c->bindParam(":a", $autoincrement, PDO::PARAM_INT); //catalog asset id $c->execute(); @@ -391,7 +391,7 @@ $alert = ''; $GLOBALS['pdo']->exec("UNLOCK TABLES"); //unlock since we are done with sensitive asset stuff // ... - //give the Head to the user Alphaland + //give the Head to the user Finobe $c = $GLOBALS['pdo']->prepare("INSERT into owned_assets (uid, aid, stock, when_sold, givenby) VALUES(1, :a, 0, UNIX_TIMESTAMP(), 1)"); //give asset $c->bindParam(":a", $autoincrement, PDO::PARAM_INT); //catalog asset id $c->execute(); @@ -491,7 +491,7 @@ $alert = '';
    - +
    @@ -562,7 +562,7 @@ $alert = '';
    - +
    @@ -610,7 +610,7 @@ $alert = '';
    - +
    @@ -676,7 +676,7 @@ $alert = '';
    - +
    diff --git a/html_admin/create-signupkey.php b/html_admin/create-signupkey.php index a964021..27e95f4 100644 --- a/html_admin/create-signupkey.php +++ b/html_admin/create-signupkey.php @@ -1,7 +1,7 @@ IsAdmin())) { diff --git a/html_admin/give-asset.php b/html_admin/give-asset.php index 9cfa413..1fb6d44 100644 --- a/html_admin/give-asset.php +++ b/html_admin/give-asset.php @@ -1,7 +1,7 @@ IsAdmin())) { } //headers -header("Access-Control-Allow-Origin: https://crackpot.alphaland.cc"); +header("Access-Control-Allow-Origin: https://crackpot.idk16.xyz"); header("access-control-allow-credentials: true"); header("Cache-Control: no-cache"); header("Pragma: no-cache"); diff --git a/html_admin/lua-executer/executeScript.php b/html_admin/lua-executer/executeScript.php index 33d75bd..1e060f2 100644 --- a/html_admin/lua-executer/executeScript.php +++ b/html_admin/lua-executer/executeScript.php @@ -1,8 +1,8 @@ {PlaceID}'; html += ''; - staticPageHelper("https://crackpot.alphaland.cc/lua-executer/activeJobs", "", "#active-jobs", html, "", 100, "", ""); + staticPageHelper("https://crackpot.idk16.xyz/lua-executer/activeJobs", "", "#active-jobs", html, "", 100, "", ""); } diff --git a/html_admin/rank-management.php b/html_admin/rank-management.php index b752750..aa80cbd 100644 --- a/html_admin/rank-management.php +++ b/html_admin/rank-management.php @@ -1,7 +1,7 @@ $username, "date" => $whenposted, "comment" => $comment, - "thumbnail" => "https://api.alphaland.cc/users/thumbnail?userId=".$userid."&headshot=true" + "thumbnail" => "https://api.idk16.xyz/users/thumbnail?userId=".$userid."&headshot=true" ); array_push($jsonData, $commentsInfo); diff --git a/html_api/comments/newcomment.php b/html_api/comments/newcomment.php index b6aff7a..30e96c5 100644 --- a/html_api/comments/newcomment.php +++ b/html_api/comments/newcomment.php @@ -1,12 +1,12 @@ $userid, "username" => $username, - "thumbnail" => "https://api.alphaland.cc/users/thumbnail?userId=".$userid."&headshot=true" + "thumbnail" => "https://api.idk16.xyz/users/thumbnail?userId=".$userid."&headshot=true" ); array_push($players, $playersInfo); diff --git a/html_api/game/management/manageJob.php b/html_api/game/management/manageJob.php index 64474b0..11cb1f0 100644 --- a/html_api/game/management/manageJob.php +++ b/html_api/game/management/manageJob.php @@ -2,14 +2,14 @@ /* -Alphaland 2021 +Finobe 2021 */ //headers -use Alphaland\Grid\RccServiceHelper; +use Finobe\Grid\RccServiceHelper; -header("Access-Control-Allow-Origin: https://www.alphaland.cc"); +header("Access-Control-Allow-Origin: https://www.idk16.xyz"); header("access-control-allow-credentials: true"); $placeid = $_GET['placeid']; diff --git a/html_api/game/pbs/configure.php b/html_api/game/pbs/configure.php index 3d72b55..ee5194b 100644 --- a/html_api/game/pbs/configure.php +++ b/html_api/game/pbs/configure.php @@ -2,14 +2,14 @@ /* -Alphaland 2021 +Finobe 2021 */ //headers -use Alphaland\Games\Game; +use Finobe\Games\Game; -header("Access-Control-Allow-Origin: https://www.alphaland.cc"); +header("Access-Control-Allow-Origin: https://www.idk16.xyz"); header("access-control-allow-credentials: true"); diff --git a/html_api/game/pbs/users.php b/html_api/game/pbs/users.php index aaed811..0d02ba4 100644 --- a/html_api/game/pbs/users.php +++ b/html_api/game/pbs/users.php @@ -2,14 +2,14 @@ /* - Alphaland 2021 + Finobe 2021 */ //headers -use Alphaland\Games\Game; +use Finobe\Games\Game; -header("Access-Control-Allow-Origin: https://www.alphaland.cc"); +header("Access-Control-Allow-Origin: https://www.idk16.xyz"); header("access-control-allow-credentials: true"); header('Content-Type: application/json'); diff --git a/html_api/games/sitegames.php b/html_api/games/sitegames.php index f3e357d..030bd20 100644 --- a/html_api/games/sitegames.php +++ b/html_api/games/sitegames.php @@ -1,7 +1,7 @@ $userid, "post" => $posts, "postdate" => $postdate, - "thumbnail" => "https://api.alphaland.cc/users/thumbnail?userId=".$userid."&headshot=true" + "thumbnail" => "https://api.idk16.xyz/users/thumbnail?userId=".$userid."&headshot=true" ); array_push($jsonData, $postsInfo); diff --git a/html_api/group/roles.php b/html_api/group/roles.php index 8bdb121..70847d7 100644 --- a/html_api/group/roles.php +++ b/html_api/group/roles.php @@ -1,15 +1,15 @@ $assetInfo->TargetId, diff --git a/html_api/moderation/AbuseReport/InGameChatHandler.php b/html_api/moderation/AbuseReport/InGameChatHandler.php index 6258493..3310df6 100644 --- a/html_api/moderation/AbuseReport/InGameChatHandler.php +++ b/html_api/moderation/AbuseReport/InGameChatHandler.php @@ -1,11 +1,11 @@ id; diff --git a/html_api/settings/twofactor/disable.php b/html_api/settings/twofactor/disable.php index fe8387c..184c9cf 100644 --- a/html_api/settings/twofactor/disable.php +++ b/html_api/settings/twofactor/disable.php @@ -1,15 +1,15 @@ id; echo json_encode(array("success" => $twofactor::deleteUser2FA($userid))); \ No newline at end of file diff --git a/html_api/settings/twofactor/settings.php b/html_api/settings/twofactor/settings.php index 29cf883..98bbcce 100644 --- a/html_api/settings/twofactor/settings.php +++ b/html_api/settings/twofactor/settings.php @@ -2,14 +2,14 @@ /* -Alphaland 2021 +Finobe 2021 */ //headers -use Alphaland\Users\TwoFactor; +use Finobe\Users\TwoFactor; -header("Access-Control-Allow-Origin: https://www.alphaland.cc"); +header("Access-Control-Allow-Origin: https://www.idk16.xyz"); header("access-control-allow-credentials: true"); header('Content-Type: application/json'); diff --git a/html_api/settings/update/blurb.php b/html_api/settings/update/blurb.php index 568c6fe..55c9618 100644 --- a/html_api/settings/update/blurb.php +++ b/html_api/settings/update/blurb.php @@ -1,11 +1,11 @@ id)) { diff --git a/html_api/user/avatar/settings.php b/html_api/user/avatar/settings.php index f20e8cf..771b342 100644 --- a/html_api/user/avatar/settings.php +++ b/html_api/user/avatar/settings.php @@ -2,11 +2,11 @@ /* -Alphaland 2021 +Finobe 2021 */ //headers -header("Access-Control-Allow-Origin: https://www.alphaland.cc"); +header("Access-Control-Allow-Origin: https://www.idk16.xyz"); header("access-control-allow-credentials: true"); header('Content-Type: application/json'); diff --git a/html_api/user/avatar/updatesettings.php b/html_api/user/avatar/updatesettings.php index 60656a4..96b96af 100644 --- a/html_api/user/avatar/updatesettings.php +++ b/html_api/user/avatar/updatesettings.php @@ -2,15 +2,15 @@ /* -Alphaland 2021 +Finobe 2021 */ //headers -use Alphaland\Users\Render; -use Alphaland\Users\User; +use Finobe\Users\Render; +use Finobe\Users\User; -header("Access-Control-Allow-Origin: https://www.alphaland.cc"); +header("Access-Control-Allow-Origin: https://www.idk16.xyz"); header("access-control-allow-credentials: true"); header('Content-Type: application/json'); diff --git a/html_api/user/feed/index.php b/html_api/user/feed/index.php index eb4ff06..0fa1ac9 100644 --- a/html_api/user/feed/index.php +++ b/html_api/user/feed/index.php @@ -2,14 +2,14 @@ /* -Alphaland 2021 +Finobe 2021 */ //headers -use Alphaland\Users\User; +use Finobe\Users\User; -header("Access-Control-Allow-Origin: https://www.alphaland.cc"); +header("Access-Control-Allow-Origin: https://www.idk16.xyz"); header("access-control-allow-credentials: true"); header('Content-Type: application/json'); @@ -95,7 +95,7 @@ foreach($shouts as $shout) "shout" => $shout, "date" => $whenshout, "siteStatus" => $sitestatus, - "thumbnail" => "https://api.alphaland.cc/users/thumbnail?userId=".$userid."&headshot=true" + "thumbnail" => "https://api.idk16.xyz/users/thumbnail?userId=".$userid."&headshot=true" ); array_push($jsonData, $shoutInfo); diff --git a/html_api/user/feed/post.php b/html_api/user/feed/post.php index 7c090b0..1f430fc 100644 --- a/html_api/user/feed/post.php +++ b/html_api/user/feed/post.php @@ -1,12 +1,12 @@ shout); diff --git a/html_api/user/games/recents.php b/html_api/user/games/recents.php index 77bb930..9af7762 100644 --- a/html_api/user/games/recents.php +++ b/html_api/user/games/recents.php @@ -2,14 +2,14 @@ /* -Alphaland 2021 +Finobe 2021 */ //headers -use Alphaland\Games\Game; +use Finobe\Games\Game; -header("Access-Control-Allow-Origin: https://www.alphaland.cc"); +header("Access-Control-Allow-Origin: https://www.idk16.xyz"); header("access-control-allow-credentials: true"); header('Content-Type: application/json'); diff --git a/html_api/users/avatar-accoutrements.php b/html_api/users/avatar-accoutrements.php index d00b081..9c74bd8 100644 --- a/html_api/users/avatar-accoutrements.php +++ b/html_api/users/avatar-accoutrements.php @@ -29,4 +29,4 @@ else $id = 0; } -echo "https://api.alphaland.cc/users/bodycolors?userId=".$id."&tick=".time().";".$assets; //&tick to current timestamp cachebuster \ No newline at end of file +echo "https://api.idk16.xyz/users/bodycolors?userId=".$id."&tick=".time().";".$assets; //&tick to current timestamp cachebuster \ No newline at end of file diff --git a/html_api/users/avatar-fetch.php b/html_api/users/avatar-fetch.php index 8a1dc45..bcf0ab4 100644 --- a/html_api/users/avatar-fetch.php +++ b/html_api/users/avatar-fetch.php @@ -37,7 +37,7 @@ $joinparams = json_encode(array( "Proportion" => 0, "BodyType" => 0 ), - "bodyColorsUrl" => "https://api.alphaland.cc/users/bodycolors?userId=".$id."&tick=" . time() + "bodyColorsUrl" => "https://api.idk16.xyz/users/bodycolors?userId=".$id."&tick=" . time() ), JSON_UNESCAPED_SLASHES); echo $joinparams; \ No newline at end of file diff --git a/html_api/users/canmanage.php b/html_api/users/canmanage.php index 2c147b1..1d1caf0 100644 --- a/html_api/users/canmanage.php +++ b/html_api/users/canmanage.php @@ -1,12 +1,12 @@ $blurb, "siteStatus" => $sitestatus, "lastseen" => $lastseen, - "thumbnail" => "https://api.alphaland.cc/users/thumbnail?userId=".$id."&headshot=true" + "thumbnail" => "https://api.idk16.xyz/users/thumbnail?userId=".$id."&headshot=true" ); array_push($jsonData, $jsonInfo); diff --git a/html_api/users/thumbnail.php b/html_api/users/thumbnail.php index d88e38f..f8b7e11 100644 --- a/html_api/users/thumbnail.php +++ b/html_api/users/thumbnail.php @@ -1,14 +1,14 @@ CreatorName - Alphaland + Finobe ImageAssetId @@ -73,7 +73,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -105,7 +105,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -137,7 +137,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -169,7 +169,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -201,7 +201,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -233,7 +233,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -265,7 +265,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -297,7 +297,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -329,7 +329,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -361,7 +361,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -393,7 +393,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -425,7 +425,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -457,7 +457,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -489,7 +489,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -521,7 +521,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -553,7 +553,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -585,7 +585,7 @@ if ($nsets == 20 && $type == "user" && $userid == 1) //should be for pbs CreatorName - Alphaland + Finobe ImageAssetId @@ -625,7 +625,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -653,7 +653,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -681,7 +681,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -709,7 +709,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -737,7 +737,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -765,7 +765,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -793,7 +793,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -821,7 +821,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -849,7 +849,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -877,7 +877,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -905,7 +905,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -933,7 +933,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -961,7 +961,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -989,7 +989,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1017,7 +1017,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1045,7 +1045,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1073,7 +1073,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1101,7 +1101,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1129,7 +1129,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1157,7 +1157,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1185,7 +1185,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1213,7 +1213,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1241,7 +1241,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1269,7 +1269,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1297,7 +1297,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1325,7 +1325,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1353,7 +1353,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1381,7 +1381,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1409,7 +1409,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1437,7 +1437,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1465,7 +1465,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1493,7 +1493,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1521,7 +1521,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1549,7 +1549,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1577,7 +1577,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1605,7 +1605,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1633,7 +1633,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1661,7 +1661,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1689,7 +1689,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1717,7 +1717,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1745,7 +1745,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1773,7 +1773,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1801,7 +1801,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1829,7 +1829,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1857,7 +1857,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1885,7 +1885,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1913,7 +1913,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1941,7 +1941,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1969,7 +1969,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -1997,7 +1997,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2025,7 +2025,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2053,7 +2053,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2088,7 +2088,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2116,7 +2116,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2144,7 +2144,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2172,7 +2172,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2200,7 +2200,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2228,7 +2228,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2256,7 +2256,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2284,7 +2284,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2312,7 +2312,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2340,7 +2340,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2368,7 +2368,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2396,7 +2396,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2424,7 +2424,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2452,7 +2452,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2487,7 +2487,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2515,7 +2515,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2543,7 +2543,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2571,7 +2571,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2599,7 +2599,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2627,7 +2627,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2655,7 +2655,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2690,7 +2690,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2718,7 +2718,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2746,7 +2746,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2774,7 +2774,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2802,7 +2802,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2830,7 +2830,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2858,7 +2858,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2886,7 +2886,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2914,7 +2914,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2942,7 +2942,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2970,7 +2970,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -2998,7 +2998,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3026,7 +3026,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3054,7 +3054,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3082,7 +3082,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3110,7 +3110,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3138,7 +3138,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3166,7 +3166,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3194,7 +3194,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3222,7 +3222,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3250,7 +3250,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3278,7 +3278,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3306,7 +3306,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3341,7 +3341,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3369,7 +3369,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3397,7 +3397,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3425,7 +3425,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3453,7 +3453,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3481,7 +3481,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3509,7 +3509,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3537,7 +3537,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3565,7 +3565,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3600,7 +3600,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3628,7 +3628,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3656,7 +3656,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3684,7 +3684,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3712,7 +3712,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3740,7 +3740,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3768,7 +3768,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3796,7 +3796,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3824,7 +3824,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3852,7 +3852,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3880,7 +3880,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3908,7 +3908,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3936,7 +3936,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3964,7 +3964,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -3992,7 +3992,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -4020,7 +4020,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -4048,7 +4048,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -4076,7 +4076,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -4104,7 +4104,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -4116,7 +4116,7 @@ elseif ($sid) Name - Alphaland Flag + Finobe Flag AssetId @@ -4132,7 +4132,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -4160,7 +4160,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -4188,7 +4188,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -4867,7 +4867,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -4902,7 +4902,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -4930,7 +4930,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -4958,7 +4958,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -4986,7 +4986,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5014,7 +5014,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5042,7 +5042,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5070,7 +5070,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5098,7 +5098,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5126,7 +5126,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5154,7 +5154,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5182,7 +5182,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5210,7 +5210,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5238,7 +5238,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5266,7 +5266,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5294,7 +5294,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5322,7 +5322,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5350,7 +5350,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5378,7 +5378,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5413,7 +5413,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5441,7 +5441,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5469,7 +5469,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5497,7 +5497,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5525,7 +5525,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5560,7 +5560,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5588,7 +5588,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5616,7 +5616,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted @@ -5640,7 +5640,7 @@ elseif ($sid) CreatorName - Alphaland + Finobe IsTrusted diff --git a/html_assetgame/Game/Visit.ashx b/html_assetgame/Game/Visit.ashx index 28064a9..39e7e12 100644 --- a/html_assetgame/Game/Visit.ashx +++ b/html_assetgame/Game/Visit.ashx @@ -1,6 +1,6 @@ AssetTypeId == 9) //personal server place { diff --git a/html_gamepersistence/Persistence/set.php b/html_gamepersistence/Persistence/set.php index 850a857..114ebf7 100644 --- a/html_gamepersistence/Persistence/set.php +++ b/html_gamepersistence/Persistence/set.php @@ -1,7 +1,7 @@ AlphalandVersion; \ No newline at end of file +echo $ws->FinobeVersion; \ No newline at end of file diff --git a/html_setup/versionQTStudio.php b/html_setup/versionQTStudio.php index 3fe5b0f..5460065 100644 --- a/html_setup/versionQTStudio.php +++ b/html_setup/versionQTStudio.php @@ -1,3 +1,3 @@ AlphalandStudioVersion; \ No newline at end of file +echo $ws->FinobeStudioVersion; \ No newline at end of file diff --git a/html_versioncompatibility/GetAllowedMD5Hashes.php b/html_versioncompatibility/GetAllowedMD5Hashes.php index 25be55b..8db59e0 100644 --- a/html_versioncompatibility/GetAllowedMD5Hashes.php +++ b/html_versioncompatibility/GetAllowedMD5Hashes.php @@ -1,6 +1,6 @@