Advertisement
cephurs

MossackFonseca private ~ ‏@1x0123

Apr 9th, 2016
942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.72 KB | None | 0 0
  1. https://web.mossfon.com/orion/orion_en/LOGIN.asp
  2.  
  3. webadmin;tuvani@900$,id,1
  4. webmaster;adawina_gonzales;id;2
  5.  
  6. STMP configuration
  7. public $mailer ='mail';
  8. public$mailfrom = 'webmail.mossfon.com';
  9. public $sendmail = '/usr/sbin/sendmail';
  10. public $smtpuser = 'mossfon902';
  11. public $smtppass= 'default902';
  12. public $smtphost= 'smtp.mossfon.com';
  13. public $smtpsecure= 'none';
  14. public $smtpport ='25';
  15.  
  16. config.php
  17.  
  18. <?php
  19.  
  20. //** Orion Database Configuration ** //
  21. // ** MySQL settings ** //
  22.  
  23. define('orion_payment', 'dbname');  
  24. define('orionadmin', 'username');  
  25. define('moss90xmsa4', 'password');
  26. define('mysql.mossfon.com', 'localhost');  
  27. define('cnfapath', dirname(__FILE__).'/');
  28. require_once(orion-config.php');
  29. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement