config.php 1.0 KB

12345678910111213141516171819
  1. <?php
  2. ///////
  3. // SSB - Simple Social Board
  4. // (C) Chris Dorman, GPL v3 (2013-2020)
  5. // https://github.com/Pentium44/SSB
  6. // Version: 2.1.0
  7. ///////
  8. $ssbtitle = "Secure Space"; // SM title
  9. $desc = "Simple, ad-free, yet flexible social media platform to the user; for the user! " . $ssbtitle . " is powered by SSB.<br /><br />With a fresh account, you'll need to send invites to friends that use this platform! After the friend requests are accepted, you'll have view of feed posts from friends including yourself by timestamp newest to oldest.<br /><b>NOTE:</b> The chat room is in no way private, and can be seen by anyone with an account! Please be cautious and safe online! Private messages are user to user and are safe with us!"; // platform description
  10. $domain = "secure.space.cddo.cc"; // where is SSB operating?
  11. $admin = "Chraas"; // Administrator account username
  12. $version = "2.2.0"; // version
  13. $chat_db = "ssb_db/friends/chatdb.txt"; //Temp chat db
  14. $server_msgcount = "52"; // for chat page
  15. $user_max_upload = "422194304";
  16. ?>