Jump to content

Stats page bug


Recommended Posts

When I try to use the search feature on any of the stats pages (Mayhem, Temerarious, or Recrudescence), I get the following message:

 

"No input file specified" with a url of http://69.84.33.222/player.php?id=6350

 

The subdirectory seems to be missing... (e.g. should be http://69.84.33.222/temerstats/player.php?id=6350 .

 

I'm not sure why this is happening, I would guess it has something to do with the form action. Maybe hardcoding the entire url would help (and I would think it would be going to player.php instead of index.php)

<form action="/temerstats/index.php" method="GET" style="margin: 0px">

becomes

<form action="http://69.84.33.222/temerstats/index.php" ...>

or

<form action="http://69.84.33.222/temerstats/player.php" ...>

 

[end randomThought/]

Link to comment
Share on other sites

  • 1 month later...
I have a question! I have a question!

 

Is it possible to add the top link part of the webpage to the Recrude stats like they are on Mayhem?

 

Yes it is.

 

I have a question also:

Can you get rid of the other Chip D. on the stats page?

I think it's there due to the name bug.

 

You'll need to talk to strange about this.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...