[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 /* 3 + ----------------------------------------------------------------------------+ 4 | e107 website system 5 | 6 | ©Steve Dunstan 2001-2002 7 | http://e107.org 8 | jalist@e107.org 9 | 10 | Released under the terms and conditions of the 11 | GNU General Public License (http://gnu.org). 12 | 13 | $Source: /cvsroot/e107/e107_0.7/e107_files/def_e107_prefs.php,v $ 14 | $Revision: 1.59 $ 15 | $Date: 2006/11/07 20:16:40 $ 16 | $Author: mcfly_e107 $ 17 +----------------------------------------------------------------------------+ 18 */ 19 20 if (!defined('e107_INIT')) { exit; } 21 22 $pref = array ( 23 'install_date' => time(), 24 'sitename' => LAN_PREF_1, 25 'siteurl' => $e_HTTP, 26 'sitebutton' => 'button.png', 27 'sitetag' => LAN_PREF_2, 28 'sitedescription' => '', 29 'siteadmin' => $site_admin_user, 30 'siteadminemail' => $site_admin_email, 31 'sitecontactinfo' => '[b]My Company[/b] 32 13 My Address St. 33 City, State, Country 34 [b]Phone:[/b] 555-555-5555 35 [b]Email:[/b] sales@mydomain.com', 36 'sitetheme' => 'reline', 37 'themecss' => 'style.css', 38 'image_preload' => '0', 39 'admintheme' => 'jayya', 40 'admincss' => 'style.css', 41 'adminstyle' => 'classis', 42 'sitedisclaimer' => LAN_PREF_3, 43 'newsposts' => '10', 44 'flood_protect' => '1', 45 'flood_timeout' => '5', 46 'flood_time' => '30', 47 'flood_hits' => '100', 48 'anon_post' => '0', 49 'user_reg' => '1', 50 'use_coppa' => '1', 51 'profanity_filter' => '0', 52 'profanity_replace' => '[censored]', 53 'smiley_activate' => '', 54 'log_refertype' => '1', 55 'longdate' => '%A %d %B %Y - %H:%M:%S', 56 'shortdate' => '%d %b : %H:%M', 57 'forumdate' => '%a %b %d %Y, %I:%M%p', 58 'sitelanguage' => $pref_language, 59 'maintainance_flag' => '0', 60 'time_offset' => '0', 61 'log_lvcount' => '10', 62 'meta_tag' => '', 63 'user_reg_veri' => '1', 64 'email_notify' => '0', 65 'user_tracking' => 'cookie', 66 'cookie_name' => 'e107cookie', 67 'resize_method' => 'gd2', 68 'im_path' => '/usr/X11R6/bin/convert', 69 'im_quality' => '80', 70 'im_width' => '120', 71 'im_height' => '100', 72 'upload_enabled' => '0', 73 'upload_storagetype' => '1', 74 'upload_maxfilesize' => '', 75 'upload_class' => '255', 76 'cachestatus' => '', 77 'displayrendertime' => '0', 78 'displaysql' => '0', 79 'displaythemeinfo' => '0', 80 'timezone' => 'GMT', 81 'search_restrict' => '0', 82 'antiflood1' => '1', 83 'antiflood_timeout' => '10', 84 'autoban' => '1', 85 'sitelang_init' => $pref_language, 86 'linkpage_screentip' => '0', 87 'plug_status' => 'rss_menu', 88 'plug_latest' => '', 89 'wmessage_sc' => '0', 90 'frontpage' => 91 array ( 92 'all' => 'news.php', 93 ), 94 'signup_text' => '', 95 'admin_alerts_ok' => '1', 96 'link_replace' => '0', 97 'link_text' => '', 98 'signcode' => '0', 99 'logcode' => '0', 100 'signup_option_realname' => '1', 101 'signup_option_signature' => '1', 102 'signup_option_image' => '1', 103 'signup_option_timezone' => '1', 104 'signup_option_class' => '1', 105 'newsposts_archive' => '0', 106 'newsposts_archive_title' => '', 107 'news_cats' => '', 108 'nbr_cols' => '1', 109 'subnews_attach' => '', 110 'subnews_resize' => '', 111 'subnews_class' => '0', 112 'subnews_htmlarea' => '0', 113 'subnews_hide_news' => '', 114 'news_newdateheader' => '0', 115 'email_text' => '', 116 'useGeshi' => '0', 117 'wysiwyg' => '0', 118 'old_np' => '0', 119 'make_clickable' => '0', 120 'signup_maxip' => '3', 121 'track_online' => '1', 122 'emotepack' => 'default', 123 'xup_enabled' => '1', 124 'mailer' => 'php', 125 'ue_upgrade' => '1', 126 'search_highlight' => '1', 127 'mail_pause' => '3', 128 'mail_pausetime' => '4', 129 'themecss' => 'canvas.css', 130 'plug_sc' => ':featurebox', 131 'auth_method' => '', 132 'post_html' => '254', 133 'redirectsiteurl' => '0', 134 'admin_alerts_uniquemenu' => '0', 135 'membersonly_enabled' => '0', 136 'signup_pass_len' => '', 137 'signup_disallow_text' => '', 138 'signup_text_after' => '', 139 'null' => '', 140 'links_new_window' => '1', 141 'main_wordwrap' => '', 142 'menu_wordwrap' => '', 143 'php_bbcode' => '255', 144 'ssl_enabled' => '0', 145 'fpwcode' => '0', 146 'user_reg_secureveri' => '1', 147 'disallowMultiLogin' => '0', 148 'profanity_words' => '', 149 'adminpwordchange' => '0', 150 'comments_icon' => '0', 151 'nested_comments' => '1', 152 'allowCommentEdit' => '0', 153 'rss_feeds' => '1', 154 'admincss' => 'style.css', 155 'developer' => '0', 156 'download_email' => '0', 157 'comments_disabled' => '0', 158 'memberlist_access' => '253' 159 ); 160 161 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |