10 |
$file_post="post.php"; |
$file_post="post.php"; |
11 |
$file_language="extras/lang/japanese.lang"; |
$file_language="extras/lang/japanese.lang"; |
12 |
$file_footer=""; |
$file_footer=""; |
13 |
|
$uri_thread="thread"; |
14 |
|
|
15 |
// newsserver setup |
// newsserver setup |
16 |
$server="suika.fam.cx"; |
$server="suika.fam.cx"; |
56 |
$article_show["From"]=true; |
$article_show["From"]=true; |
57 |
$article_show["Newsgroups"]=true; |
$article_show["Newsgroups"]=true; |
58 |
$article_show["Followup"]=true; |
$article_show["Followup"]=true; |
59 |
$article_show["Organization"]=false; |
$article_show["organization"] = false; |
60 |
$article_show["Date"]=true; |
$article_show["Date"]=true; |
61 |
$article_show["Message-ID"]=true; |
$article_show["Message-ID"]=true; |
62 |
$article_show["References"]=true; |
$article_show["References"]=true; |
63 |
$article_show["User-Agent"]=false; |
$article_show["x-moe"] = true; |
64 |
|
$article_show["x-brother"] = true; |
65 |
|
$article_show["x-syster"] = true; |
66 |
|
$article_show["x-daughter"] = true; |
67 |
|
$article_show["x-wife"] = true; |
68 |
|
$article_show["x-respect"] = true; |
69 |
|
$article_show["user-agent"] = true; |
70 |
|
$article_show["x-newsreader"] = true; |
71 |
|
$article_show["x-mailer"] = true; |
72 |
|
$article_show["x-uri"] = true; |
73 |
|
$article_show["list-id"] = true; |
74 |
|
$article_show["x-mail-count"] = true; |
75 |
|
$article_show["x-weather"] = true; |
76 |
|
$article_show["x-copyright"] = true; |
77 |
|
$article_show["comments"] = true; |
78 |
|
$article_show["keywords"] = true; |
79 |
$article_showthread=0; |
$article_showthread=0; |
80 |
|
|
81 |
// Attachments |
// Attachments |