OSDN Git Service

Add files via upload
authorKazuki Suzuki Przyborowski <kazuki.przyborowski@gmail.com>
Sat, 9 Apr 2022 17:32:12 +0000 (12:32 -0500)
committerGitHub <noreply@github.com>
Sat, 9 Apr 2022 17:32:12 +0000 (12:32 -0500)
inc/function.php
inc/rss.png [new file with mode: 0644]
inc/rss.svg [new file with mode: 0644]
inc/rssfeed.php
inc/versioninfo.php

index 124bf65..ae00c56 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
     Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
 
-    $FileInfo: function.php - Last Update: 4/8/2022 SVN 947 - Author: cooldude2k $
+    $FileInfo: function.php - Last Update: 4/9/2022 SVN 948 - Author: cooldude2k $
 */
 $File3Name = basename($_SERVER['SCRIPT_NAME']);
 if ($File3Name=="function.php"||$File3Name=="/function.php") {
@@ -93,8 +93,6 @@ $REFERERurl = null;
 function output_error($message, $level=E_USER_ERROR) {
     $caller = next(debug_backtrace());
     trigger_error($message.' in <strong>'.$caller['function'].'</strong> called from <strong>'.$caller['file'].'</strong> on line <strong>'.$caller['line'].'</strong>'."\n<br />error handler", $level); }
-       $Names['D'] = "Dagmara";
-define("_dagmara_", $Names['D']);
 // By s rotondo90 at gmail com at https://www.php.net/manual/en/function.random-int.php#119670
 if (!function_exists('random_int')) {
     function random_int($min, $max) {
diff --git a/inc/rss.png b/inc/rss.png
new file mode 100644 (file)
index 0000000..9edaeaa
Binary files /dev/null and b/inc/rss.png differ
diff --git a/inc/rss.svg b/inc/rss.svg
new file mode 100644 (file)
index 0000000..36f1f7a
--- /dev/null
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.0"
+   width="36.001472"
+   height="14.004038"
+   id="svg2">
+  <defs
+     id="defs5" />
+  <path
+     d="M 35.997699,13.999941 L 34.994894,13.020969 L 34.9751,0.99486069 L 35.99783,0.0079440893 L 35.997699,13.999941 z "
+     style="opacity:1;fill:#803300;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path2764" />
+  <rect
+     width="34.007584"
+     height="12.029619"
+     x="0.98731136"
+     y="0.99499226"
+     style="opacity:1;fill:#f60;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="rect1873" />
+  <path
+     d="M 0.000263178,0 L 36.001474,0.0040378393 L 34.982912,0.99108607 L 0.99903014,1.0028048 L 0.000263178,0 z "
+     style="opacity:1;fill:#fca;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path1875" />
+  <path
+     d="M 0.0040378391,14.000263 L 36.001342,14.004038 L 34.994499,13.01699 L 0.9871798,13.01699 L 0.0040378391,14.000263 z "
+     style="opacity:1;fill:#520;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path2762" />
+  <path
+     d="M 0.99512389,13.008723 L 0.000394767,13.999941 L 0,4.6800056e-010 L 0.99108604,0.99095444 L 0.99512389,13.008723 z "
+     style="opacity:1;fill:#f95;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path3651" />
+  <g
+     transform="translate(-0.15468,4.419417e-2)"
+     id="g4564">
+    <text
+       x="5.812355"
+       y="12.572425"
+       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial"
+       id="text4542"
+       xml:space="preserve"><tspan
+         x="5.812355"
+         y="12.572425"
+         id="tspan4544">RSS</tspan></text>
+    <text
+       x="5.4503231"
+       y="11.630474"
+       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:white;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial"
+       id="text4538"
+       xml:space="preserve"><tspan
+         x="5.4503231"
+         y="11.630474"
+         id="tspan4540">RSS</tspan></text>
+  </g>
+</svg>
index e23011b..6f81ac3 100644 (file)
@@ -236,7 +236,7 @@ if($Settings['showverinfo']=="on") { ?>
  <title><?php echo $boardsname." ".$ThemeSet['TitleDivider']; ?> Viewing Forum <?php echo $ForumName; ?></title>
   <link><?php echo $BoardURL.url_maker($exfile[$ForumType],$Settings['file_ext'],"act=view&id=".$ForumID,$Settings['qstr'],$Settings['qsep'],$prexqstr[$ForumType],$exqstr[$ForumType]); ?></link>
   <description>RSS Feed of the Topics in Forum <?php echo $ForumName; ?></description>
-  <image rdf:resource="<?php echo $AltBoardURL.$SettDir['inc']; ?>rss.gif" />
+  <image rdf:resource="<?php echo $AltBoardURL.$SettDir['inc']; ?>rss.png" />
  
   <items>
     <rdf:Seq>
@@ -245,10 +245,10 @@ if($Settings['showverinfo']=="on") { ?>
   </items>
 </channel>
 
-<image rdf:about="<?php echo $AltBoardURL.$SettDir['inc']; ?>rss.gif">
+<image rdf:about="<?php echo $AltBoardURL.$SettDir['inc']; ?>rss.png">
   <title><?php echo $boardsname; ?></title>
   <link><?php echo $BoardURL.url_maker($exfile[$ForumType],$Settings['file_ext'],"act=view&id=".$ForumID,$Settings['qstr'],$Settings['qsep'],$prexqstr[$ForumType],$exqstr[$ForumType]); ?></link>
-  <url><?php echo $AltBoardURL.$SettDir['inc']; ?>rss.gif</url>
+  <url><?php echo $AltBoardURL.$SettDir['inc']; ?>rss.png</url>
 </image>
 <?php echo "\n".$RSS."\n"; ?></rdf:RDF>
 <?php } if($_GET['feedtype']=="rss") { ?>
@@ -266,7 +266,7 @@ if($Settings['showverinfo']=="on") { ?>
    <copyright><?php echo $SettInfo['Author']; ?></copyright>
    <ttl>120</ttl>
    <image>
-       <url><?php echo $AltBoardURL.$SettDir['inc']; ?>rss.gif</url>
+       <url><?php echo $AltBoardURL.$SettDir['inc']; ?>rss.png</url>
        <title><?php echo $boardsname; ?></title>
        <link><?php echo $AltBoardURL; ?></link>
    </image>
@@ -285,7 +285,7 @@ if($Settings['showverinfo']=="on") { ?>
    <?php } if($Settings['showverinfo']!="on") { ?>
    <generator><?php echo $iDB; ?></generator>
    <?php } ?>
-  <icon><?php echo $AltBoardURL.$SettDir['inc']; ?>rss.gif</icon>
+  <icon><?php echo $AltBoardURL.$SettDir['inc']; ?>rss.png</icon>
 <?php echo $endtag; ?>
  <?php echo "\n".$Atom."\n"; ?>
 </feed>
index f3a8e85..805a672 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1\r
     Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2\r
 \r
-    $FileInfo: versioninfo.php - Last Update: 4/8/2022 SVN 957 - Author: cooldude2k $\r
+    $FileInfo: versioninfo.php - Last Update: 4/9/2022 SVN 958 - Author: cooldude2k $\r
 */\r
 $File3Name = basename($_SERVER['SCRIPT_NAME']);\r
 if ($File3Name=="versioninfo.php"||$File3Name=="/versioninfo.php") {\r
@@ -27,8 +27,8 @@ function version_info($proname,$subver,$ver,$supver,$reltype,$svnver,$showsvn) {
        return $return_var; }\r
 // Version number and date stuff. :P\r
 $VER1[0] = 0; $VER1[1] = 5; $VER1[2] = 7; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2];\r
-$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 957; $GitRevN = '$Id$';\r
-$SVNDay[0] = 4; $SVNDay[1] = 8; $SVNDay[2] = 2022; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2];\r
+$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 958; $GitRevN = '$Id$';\r
+$SVNDay[0] = 4; $SVNDay[1] = 9; $SVNDay[2] = 2022; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2];\r
 $AltName = "DF2k"; $AltName2 = "DF2k"; $RName = "iDB"; $SFName = "IntDB";\r
 $RFullName = "Internet Discussion Boards"; $AltFullName = "Discussion Forums 2k"; $AltGM2k = "Game Maker 2k";\r
 $VerCheckName = "iDB"; $AltVerCheckName = "DF2k"; $AltiDBHome = "https://idb.osdn.jp/";\r