Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 2.0.0.3
  8. * @ Author : DeZender
  9. * @ Release on : 06.05.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. if (file_exists(DIR_WS_DESIGNER . "../app/etc/local.xml")) {
  15. $xml = simplexml_load_file(DIR_WS_DESIGNER . "../app/etc/local.xml");
  16. global $tblprefix;
  17. $tblprefix = $xml->global->resources->db->table_prefix;
  18. $dbhost = $xml->global->resources->default_setup->connection->host;
  19. $dbuser = $xml->global->resources->default_setup->connection->username;
  20. $dbpass = $xml->global->resources->default_setup->connection->password;
  21. .........................................................
  22. ........................
  23. .......
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement