Advertisement
Guest User

Untitled

a guest
Nov 20th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. www.thencda.co.uk/ sitesi configuration bilgileri
  2.  
  3. <?php
  4. class JConfig {
  5. var $offline = '0';
  6. var $editor = 'tinymce';
  7. var $list_limit = '20';
  8. var $helpurl = 'http://help.joomla.org';
  9. var $debug = '0';
  10. var $debug_lang = '0';
  11. var $sef = '0';
  12. var $sef_rewrite = '0';
  13. var $sef_suffix = '0';
  14. var $feed_limit = '10';
  15. var $feed_email = 'author';
  16. var $secret = 'tJZyJU9GUiGn3BfP';
  17. var $gzip = '1';
  18. var $error_reporting = '-1';
  19. var $xmlrpc_server = '0';
  20. var $log_path = '/logs';
  21. var $tmp_path = '/home/sites/thencda.co.uk/public_html/tmp';
  22. var $live_site = '';
  23. var $force_ssl = '0';
  24. var $offset = '0';
  25. var $caching = '0';
  26. var $cachetime = '30';
  27. var $cache_handler = 'file';
  28. var $memcache_settings = array();
  29. var $ftp_enable = '0';
  30. var $ftp_host = '127.0.0.1';
  31. var $ftp_port = '21';
  32. var $ftp_user = '';
  33. var $ftp_pass = '';
  34. var $ftp_root = '';
  35. var $dbtype = 'mysql';
  36. var $host = 'localhost';
  37. var $user = 'cl54-ncda1';
  38. var $db = 'cl54-ncda1';
  39. var $dbprefix = 'thenca_';
  40. var $mailer = 'mail';
  41. var $mailfrom = 'info@molokini.co.uk';
  42. var $fromname = 'NCDA';
  43. var $sendmail = '/usr/sbin/sendmail';
  44. var $smtpauth = '0';
  45. var $smtpsecure = 'none';
  46. var $smtpport = '25';
  47. var $smtpuser = '';
  48. var $smtppass = '';
  49. var $smtphost = 'localhost';
  50. var $MetaAuthor = '1';
  51. var $MetaTitle = '1';
  52. var $lifetime = '120';
  53. var $session_handler = 'database';
  54. var $password = 'xWbEdj-qn';
  55. var $sitename = 'NCDA';
  56. var $MetaDesc = 'The NCDA (National Courier and Despatch Association) is the UK\'s leading professional body for the courier industry in the UK.';
  57. var $MetaKeys = 'ncda, nca, courier service, couriers, courier, national couriers, couriers uk, association, delivery, delivery service, vehicles, pushbikes, pushbike, motorcycles, motorcycle, vans, van, truck, trucks, track, distribution, commercial, international, service, services, move, home delivery, London, Birmingham, Manchester, transportation, transport, transportation international, national transportation, trucking, warehousing, cartage, transfer service, National Courier Services, nationalcourier, courier delivery services, courier delivery services uk, local courier, overnight delivery';
  58. var $offline_message = 'This site is down for maintenance. Please check back again soon.';
  59. }
  60. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement