Mysterious '?' mark appears on Konami's Suikoden site

A place to post news and also give your ideas about the future of the Suikoden series.
Please justify all speculations with reasons why you think such an event could happen.
Post Reply
User avatar
Vextor
Global Admin
Posts: 1866
Joined: Sun Jun 27, 2004 2:45 am
Location: Japan
Contact:

Mysterious '?' mark appears on Konami's Suikoden site

Post by Vextor »

Yesterday a single "?" mark appeared on Japan's official Genso Suikoden site above their most recent update entry.

This can easily be some sort of website error, but it can also mean they have some update being planned.
User avatar
Rooks
Posts: 429
Joined: Mon Jul 05, 2010 2:03 am

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Rooks »

Interesting, this is what you are talking about, correct? http://www.konami.jp/gs/game/genso/

Well, this could be an announcement about a new collectible card series, or a soundtrack. Or something more.
Ashietaka
Posts: 43
Joined: Tue Dec 14, 2010 2:11 am

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Ashietaka »

I sure hope this is a signal for information on a new Suikoden. Thanks for posting. Will be checking that page out now to see if that gets updated.
User avatar
Rooks
Posts: 429
Joined: Mon Jul 05, 2010 2:03 am

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Rooks »

Ok, after checking the source code for the site, I am tending to think that this is just an error. Here is a bit of the code from the main site, where the "?" appears.

" <div class="mainbox" id="update">
<h2>更新履歴</h2>
<p><a href="pshowupinfoall.php">一覧</a></p>
<iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="pshowupinfo.php"></iframe>
</div>"

Essentially this just says Reference a server address to get the content for this little box. I.E., it references this address:

http://www.konami.jp/gs/game/genso/pshowupinfoall.php

In order to get its content. Clicking on it reveals no "?" on the .php site. Now, here is the code from the .php address:

"<div class="content">
<div class="main" id="updatefull">
<div class="mainbox">
<h2>更新履歴</h2>
<ul>
<li>
<span>2010.10.12</span>
<a href="http://www.konami.jp/akiwari/" target="_top">人気タイトルをベストプライスで!!「秋割」実施中! </a>
</li>"

This shows us the Second Header and the first link on the page. There are no errors here, and I see nothing that could generate a random "?" in the box on the main page. However, this "?" character sometimes disappears and reappears when you refresh the page. So, there is probably a random, rouge "?" somewhere in the source code that pops up on occasion. I don't know though, I've never written anything more than HTML basic, so this is a bit above my head.
User avatar
Xelinis
Posts: 396
Joined: Sat May 12, 2007 8:54 pm
Location: San Francisco, California

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Xelinis »

I noticed that yesterday as well. It seems to have a 50/50 chance of being there every time you refresh the page.
User avatar
Xelinis
Posts: 396
Joined: Sat May 12, 2007 8:54 pm
Location: San Francisco, California

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Xelinis »

Alright, I reloaded the php file until the '?' appears, the code is as follows:

<body>
<ul>
<li>
<span>?
</span>
<a href="" target=""></a>
</li>
<li>
<span>2010.10.12</span>
<a href="http://w...


This could mean a bunch of things, like that an update is about to be pushed through. It could also mean that their news update engine is on the fritz, among other things. There'll be a new issue of Famitsu in about 24 hours, who knows.
User avatar
Vextor
Global Admin
Posts: 1866
Joined: Sun Jun 27, 2004 2:45 am
Location: Japan
Contact:

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Vextor »

I see, so there's also an empty href thrown in there. That likely means they mistakenly created an "empty" update or something. Either way looks like an error...
Antimatzist
Posts: 2770
Joined: Sat Apr 19, 2008 9:48 am
Location: Germany, yeah baby
Contact:

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Antimatzist »

Maybe someone could mail Konami that there is an "error" on their page? This really dazzles me. :D
Jowy Atreides
Posts: 2673
Joined: Mon Jul 12, 2004 5:31 pm
Location: Changhua, Taiwan
Contact:

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Jowy Atreides »

Has anyone attempted to inform them of the "error"? Seems like someone would've noticed by now.
User avatar
Yuber
Posts: 108
Joined: Wed Jun 30, 2004 5:19 pm
Location: UK, Manchester

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Yuber »

Its funny how we're desperate for suikoden 6, we're analysing a question mark on a japanese website.
me > world
eldrasidar
Posts: 565
Joined: Wed Nov 18, 2009 2:53 am

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by eldrasidar »

if it's a relatively recent code error, at least it means someone is modifying the suikoden webpage with at least as much attention as the translators give to the games. ;þ
Jowy Atreides
Posts: 2673
Joined: Mon Jul 12, 2004 5:31 pm
Location: Changhua, Taiwan
Contact:

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Jowy Atreides »

The question mark isn't there anymore, by the way.
User avatar
Xelinis
Posts: 396
Joined: Sat May 12, 2007 8:54 pm
Location: San Francisco, California

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Xelinis »

Yup, it appears that the bug in the news engine has been repaired. Curiously, did anyone else notice this sort of bug anywhere else on Konami's site? I looked (though, admittedly not very much) but I couldn't see it anywhere else.
Antimatzist
Posts: 2770
Joined: Sat Apr 19, 2008 9:48 am
Location: Germany, yeah baby
Contact:

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Antimatzist »

I'll post it here as it is very similar to the previous "problem":

There's now a "データが存在しません" before the actual news. Google tells me this means "Data does not exist". I know that this is probably nothing like the "?" but I just wanted to point it out.

The source code somehow indicates that it was set there on purpose.

<body>
データが存在しません<BR>
<ul>
<li>
<span>2012.11.21</span>
<a href="http://www.konami.jp/....
User avatar
Raww Le Klueze
Global Admin
Posts: 1915
Joined: Sat Jun 26, 2004 1:38 am

Re: Mysterious '?' mark appears on Konami's Suikoden site

Post by Raww Le Klueze »

Speaking of errors, can't help but wonder why Card Stories is called 幻想水滸外伝カード in the menu when it should be 幻想水滸伝カード?
Doctorum Non Urina Singulus.
Post Reply