harismaqsood

Untitled

May 1st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?php
  2. $global['disableAdvancedConfigurations'] = 0;
  3. $global['videoStorageLimitMinutes'] = 0;
  4. $global['webSiteRootURL'] = 'https://www.tube80.com/';
  5. $global['systemRootPath'] = $_SERVER["DOCUMENT_ROOT"]."/home3/asimmukhtar/public_html/";
  6.  
  7.  
  8. $mysqlHost = 'localhost';
  9. $mysqlPort = '3306';
  10. $mysqlUser = 'asimmukh_asim';
  11. $mysqlPass = 'nT_fhzfTEE^k';
  12. $mysqlDatabase = 'asimumkh_tubeplus';
  13.  
  14. /**
  15. * Do NOT change from here
  16. */
  17.  
  18. require_once $global['systemRootPath'].'objects/include_config.php';
Add Comment
Please, Sign In to add comment