■スレッドリストへ戻る■ 全部 1- 101- 201- 301- 401- 501- 601- 701- 801- 901- 1001- 最新50

2ch閉鎖の危機なんだと

240 :1CountStat :2001/08/25(土) 21:37
続き
date_to_intみたいなlibraryなかったっけ?
@@ -480,6 +483,8 @@
zz_temp = getenv("REMOTE_USER") ;
zz_http_user_agent = getenv("HTTP_USER_AGENT") ;
zz_http_language = getenv("HTTP_ACCEPT_LANGUAGE");
+ time = getnev("HTTP_IF_MODIFIED_SINCE");
+ zz_http_if_modified_since = date_to_int(time);

if(!zz_remote_addr) zz_remote_addr = KARA ;
if(!zz_remote_host) zz_remote_host = KARA ;
@@ -504,9 +509,6 @@
{
zz_GetEnv() ;

- printf("Content-type: text/html\n") ;
- printf("\n") ;
-
logOut("") ;

dat_read() ;
@@ -532,6 +534,10 @@
strncpy(zz_soko,tmp,3) ;

*comcom = '\0' ;
+
+ printf("Content-type: text/html\n") ;
+ printf("\n") ;
+
if(strstr(mes,"不調"))
{
sprintf(comcom,"<A HREF=\"http://green.jbbs.net/computer/20/bigserver.html\">お問い合わせ先</A>");
@@ -635,6 +641,14 @@

exit(0) ;
}
+
+int html_notmodified()
+{
+ printf("Content-type: text/html\n") ;
+ printf("Status: 304 Not modifed\n");
+ printf("\n") ;
+}
+
int html_error999(char *mes)
{
char zz_soko[256] ;
@@ -643,6 +657,9 @@
strcpy(tmp,LastChar(zz_ky,"/")) ;
strncpy(zz_soko,tmp,3) ;

+ printf("Content-type: text/html\n") ;
+ printf("\n") ;
+
printf("<HTML><HEAD>") ;
printf("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=x-sjis\">") ;
printf("<TITLE>ERROR</TITLE>") ;

253KB
新着レスの表示

スレッドリストへ戻る 全部 前100 次100 最新50

0ch BBS 2004-10-30