HTML error

General forum for discussions regarding UTStatsDB
omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

HTML error

Postby omihaz » Fri Oct 17, 2008 11:12 am

I have UTStatsDB html bug:

Code: Select all

<tr><td class="statusnbw" align="right">Mutators:</td><td align="left" colspan="3">&nbsp;UTComp, NoSuperWeapon, NoAdrenaline, TalkingIcon, OLGameStats</td></tr> </table> </td> </tr> </table> </td> </tr> <table class="status" cellspacing="0" cellpadding="1" width="100%"> <tr> <td class="statustitle" align="center" colspan="4"> <b>Players</b> </td> </tr> <tr> <td width="200"><b>Name</b></td> <td width="50"><b>Frags</b></td> <td width="50"><b>Deaths</b></td> <td width="50"><b>Ping</b></td> </tr> <tr> <td>Barktooth</td> <td>0</td> <td>0</td> <td>[bot]</td> </tr> </table>
Bug here, where this end -> Stat new table, but tr and td not open!

Code: Select all

</table> </td> </tr>
but tr and td not open:

Code: Select all

...</tr> <table...
Please fix it. May be try change line 928 in file serverquery.php on this:

Code: Select all

<td><tr><td>
AND, in new versions of serverquery.php, I have issue:
Notice: Undefined index: score in ...stats/serverquery.php on line 1178
for ut99 server with players, and score for player don't visible
Last edited by Panther on Fri Oct 17, 2008 11:54 am, edited 1 time in total.
Reason: Thread hijack - moved post

omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

Re: HTML error

Postby omihaz » Fri Oct 17, 2008 12:45 pm

Sorry for topic, my fault. :oops: :cry:

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: HTML error

Postby Panther » Fri Oct 17, 2008 5:10 pm

I need to see an example of this, as these issues have not come up yet on my configuration.

omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

Re: HTML error

Postby omihaz » Thu Oct 23, 2008 10:27 pm

Thanks for fix that! :oops:

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: HTML error

Postby Panther » Thu Oct 23, 2008 11:16 pm

I ended up going through all the different templates and query types and fixing them up. Hopefully I didn't miss any possibilities.

omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

Align player list

Postby omihaz » Fri Oct 24, 2008 8:55 am

Please fix align player list. This view so terible, see attachment.
This bug found in IE7 only. FF3 works good.
Attachments
align.JPG
align.JPG (43.23 KiB) Viewed 10387 times

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: HTML error

Postby Panther » Sun Oct 26, 2008 11:05 pm

Hmmmm. Call Microsoft and ask them to fix IE. :D

omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

Re: HTML error

Postby omihaz » Mon Oct 27, 2008 2:33 am

Hmmmm. Call Microsoft and ask them to fix IE. :D
Very funny! Better correct HTML + CSS. :o

omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

Re: HTML error

Postby omihaz » Mon Oct 27, 2008 8:36 am

I have UTStatsDB html bug:

Code: Select all

<tr><td class="statusnbw" align="right">Mutators:</td><td align="left" colspan="3">&nbsp;UTComp, NoSuperWeapon, NoAdrenaline, TalkingIcon, OLGameStats</td></tr> </table> </td> </tr> </table> </td> </tr> <table class="status" cellspacing="0" cellpadding="1" width="100%"> <tr> <td class="statustitle" align="center" colspan="4"> <b>Players</b> </td> </tr> <tr> <td width="200"><b>Name</b></td> <td width="50"><b>Frags</b></td> <td width="50"><b>Deaths</b></td> <td width="50"><b>Ping</b></td> </tr> <tr> <td>Barktooth</td> <td>0</td> <td>0</td> <td>[bot]</td> </tr> </table>
Bug here, where this end -> Stat new table, but tr and td not open!

Code: Select all

</table> </td> </tr>
but tr and td not open:

Code: Select all

...</tr> <table...
Please fix it. May be try change line 928 in file serverquery.php on this:

Code: Select all

<td><tr><td>
AND, in new versions of serverquery.php, I have issue:
Notice: Undefined index: score in ...stats/serverquery.php on line 1178
for ut99 server with players, and score for player don't visible
if bots on spectator tables have bug:
http://stats.unreal-club.com/ see

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: HTML error

Postby Panther » Mon Oct 27, 2008 12:09 pm

As mentioned in a previous post, all HTML errors were fixed in the server query already.

omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

Re: HTML error

Postby omihaz » Mon Oct 27, 2008 12:49 pm

rev74 have errors! lol

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: HTML error

Postby Panther » Mon Oct 27, 2008 12:59 pm

rev74 have errors! lol
Then it's a good thing that's not the latest version.

omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

Re: HTML error

Postby omihaz » Mon Oct 27, 2008 2:13 pm

rev74 have errors! lol
Then it's a good thing that's not the latest version.
where is latest?

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: HTML error

Postby Panther » Mon Oct 27, 2008 2:59 pm

where is latest?
On my hard drive.

There actually aren't any HTML errors, the issue you're seeing with IE is that it defaults to using the outer cell's centering instead of treating the nested table cell with the default body's formatting as most other browsers do. This was simply solved by adding a left text align to the status style.

omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

Re: HTML error

Postby omihaz » Mon Oct 27, 2008 4:02 pm

where is latest?
On my hard drive.

There actually aren't any HTML errors, the issue you're seeing with IE is that it defaults to using the outer cell's centering instead of treating the nested table cell with the default body's formatting as most other browsers do. This was simply solved by adding a left text align to the status style.
Send you hard drive to my home. My address ...

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: HTML error

Postby Panther » Mon Oct 27, 2008 4:35 pm

Send you hard drive to my home. My address ...
Great, so I guess you'll be taking over UTStatsDB development so I can go back to work.

omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

Re: HTML error

Postby omihaz » Thu Nov 13, 2008 2:53 pm

When release?

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: HTML error

Postby Panther » Thu Nov 13, 2008 4:48 pm

When release?
I don't know, you took over the project so you tell me!

psykid
Posts: 9
Joined: Thu Oct 23, 2008 3:55 pm
Location: germany
Contact:

Re: HTML error

Postby psykid » Thu Nov 13, 2008 6:05 pm

:D

omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

Re: HTML error

Postby omihaz » Fri Nov 14, 2008 5:25 am

haha :mrgreen:

omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

Re: HTML error

Postby omihaz » Fri Nov 14, 2008 5:43 am

Yes, well, you are opinionated, crazy goon. :twisted: I tried to help, wrote about any bug, and opportunities for advancement. Tried to make the product better, and in return see only ridicule and prevention at the forum.

Tried to provide any assistance. Found different scripts or pieces of code. Tried to be explained in more detail the crux of the problem, but only in response to erase my message and do ridicule. Case you want - Develop your script, do not want to - not to develop. But should have even the slightest respect for those who are at least as it tries to help you. Why then this forum and the entire site with svn discussions and other?

This is just silly. Asked even the smallest and simplest things like remove bots, or take the name of the original guns, rather than new classes, all were ignored. I try to produce a better, but I just ignore, as if I try to harm, hurt, etc. ...

I am very sorry that you have that attitude. From now on I will not do to help and to pay any attention to your product.

Goodbye!

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: HTML error

Postby Panther » Fri Nov 14, 2008 9:27 am

Omihaz, you are the one being silly. I have no release date - it's dependent on my time available for this project which is currently very little as I sometimes must focus on things such as work. Every message you've posted I've responded to with either changes to the code or explanations of the situation, such as your claim about the "bug" where bots show up. I have tried explaining to you that you cannot turn off bots showing in the match, only from being listed in the player list (by default) or the rankings and highs. If you want bots to not show up in a match, don't have bots play in the match. I am simply not going to take every suggestion you make and add it into UTStatsDB. However, you are always free to add the modifications yourself. You have all the source code to do so. I also explained that I deleted your one post due to your cussing in it - apparently you weren't even aware of your use of such language. UTStatsDB is a utility to make playing Unreal Tournament, a game, a little more interesting. Try to remember to have fun.

P.S. You're welcome to a full refund.

BigDeal
Posts: 67
Joined: Fri Dec 14, 2007 6:41 pm

Re: HTML error

Postby BigDeal » Sat Nov 15, 2008 7:08 am

omihaz what you wrote in your last post is really stuppied. What do you think? All peoples out there have 24 hours a day time to play or code for UT? Some people have family, wife and childs and also a normal real life where they need to work also, if you know what that is. Normal no one should give peoples like you any support! It´s a shame!

omihaz
Posts: 65
Joined: Thu Dec 20, 2007 10:19 am

Re: HTML error

Postby omihaz » Sat Nov 15, 2008 8:21 am

I do not require support, attention and respect for others. I am sorry that I spent time and work, but I stupidly ignored, not explaining anything in reply :(


Return to “UTStatsDB”