Guest User

www.cookkosher.com

a guest
Nov 20th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. www.cookkosher.com sitesi configuration.php bilgileri
  2.  
  3.  
  4. <?php
  5. class JConfig {
  6. var $offline = '0';
  7. var $editor = 'jckeditor';
  8. var $list_limit = '20';
  9. var $helpurl = 'http://help.joomla.org';
  10. var $debug = '0';
  11. var $debug_lang = '0';
  12. var $sef = '0';
  13. var $sef_rewrite = '0';
  14. var $sef_suffix = '0';
  15. var $feed_limit = '10';
  16. var $feed_email = 'author';
  17. var $secret = 'Do0UW0OwTP2Fp04T';
  18. var $gzip = '1';
  19. var $error_reporting = '-1';
  20. var $xmlrpc_server = '1';
  21. var $log_path = '/home/cookkosh/public_html/logs';
  22. var $tmp_path = '/home/cookkosh/public_html/tmp';
  23. var $live_site = '';
  24. var $force_ssl = '0';
  25. var $offset = '0';
  26. var $caching = '1';
  27. var $cachetime = '15';
  28. var $cache_handler = 'file';
  29. var $memcache_settings = array();
  30. var $ftp_enable = '0';
  31. var $ftp_host = '127.0.0.1';
  32. var $ftp_port = '21';
  33. var $ftp_user = '';
  34. var $ftp_pass = '';
  35. var $ftp_root = '';
  36. var $dbtype = 'mysql';
  37. var $host = 'localhost';
  38. var $user = 'cookkosh_db';
  39. var $db = 'cookkosh_db';
  40. var $dbprefix = 'sphe_';
  41. var $mailer = 'mail';
  42. var $mailfrom = 'info@cookkosher.com';
  43. var $fromname = 'Info (Cook Kosher)';
  44. var $sendmail = '/usr/sbin/sendmail';
  45. var $smtpauth = '0';
  46. var $smtpsecure = 'tls';
  47. var $smtpport = '25';
  48. var $smtpuser = '';
  49. var $smtppass = '';
  50. var $smtphost = '';
  51. var $MetaAuthor = '0';
  52. var $MetaTitle = '1';
  53. var $lifetime = '240';
  54. var $session_handler = 'database';
  55. var $password = 'r!pw8Rf?~_B^';
  56. var $sitename = 'Cook Kosher';
  57. var $MetaDesc = 'The BEST database of kosher recipes on the web! Post your own, review recipes and find the most popular recipes. Check our blog for the latest &amp; best from the world of kosher cooking!';
  58. var $MetaKeys = 'recipes,recipe,kosher,kosher recipes,kosher recipe,kosher food,kosher ,search,find,menu,menus,yom tov,chag,shabbat,shabbos,food for shabat,food for shabbos,shabbos menu,simcha,home cook,review,reviews,rating,ratings,food,foodie,easy,breakfast,supper,dinner,lunch,snack,drink,cooking,cook,questions,answers,help,advice,forum,community';
  59. var $offline_message = 'This site is down for maintenance. Please check back again soon.';
  60. }
  61. ?>
Add Comment
Please, Sign In to add comment