Register - Login
Views: 99382925
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 01:49:25 AM
Jul - The Cutting Room Floor - The Cutting Room Wiki New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 Next newer thread | Next older thread
Celice
Member
Level: 31


Posts: 124/196
EXP: 177829
For next: 7534

Since: 10-24-10


Since last post: 5.7 years
Last activity: 3.9 years

Posted on 11-27-13 08:05:10 AM Link | Quote
Add it as an oddity! I find it interesting, and perhaps significant, as it might suggest the developers didn't entirely clone the graphics, if some were selectively left out.
AttackedbyGlitch
Member
Level: 15


Posts: 37/38
EXP: 14535
For next: 1849

Since: 10-08-11


Since last post: 8.4 years
Last activity: 6.3 years

Posted on 12-08-13 12:31:23 AM Link | Quote
A while ago, I found text for a debug menu in the iOS version of Fruit Ninja. Today I decided to take a look at the Windows 8 version and see what I could find.

Annoyingly, the Windows 8 version stores all of its resources in the password-protected GameData.zip. I decided to look at FruitNinja_Win8.exe with a hex editor to see if I could find the password. Surprisingly, it took little effort. All I did was search for the text string "GameData.zip". Shortly after the one instance of the string, starting at 0x328458 was the 72-character password:

l(hT4trR*dcC~xEQq~J9b6@X$$1&qkTpxkcOCz#KPmQqa9=#Mwb1CPV-uNa@)YD#Yi8V_ron


Unfortunately, I couldn't find anything more than what was in the iOS version. All of the .xml files are encrypted and I couldn't figure out what type of encryption they use.
devin

Yoshi
i'm mima irl
Level: 112


Posts: 2962/3519
EXP: 14918494
For next: 419711

Since: 04-29-08

Pronouns: any
From: FL

Since last post: 297 days
Last activity: 1 day

Posted on 12-11-13 04:04:44 PM Link | Quote
Originally posted by AttackedbyGlitch
Unfortunately, I couldn't find anything more than what was in the iOS version. All of the .xml files are encrypted and I couldn't figure out what type of encryption they use.

Post/upload them anyway

____________________
Photo by Luc Viatour
AttackedbyGlitch
Member
Level: 15


Posts: 38/38
EXP: 14535
For next: 1849

Since: 10-08-11


Since last post: 8.4 years
Last activity: 6.3 years

Posted on 12-11-13 11:25:42 PM Link | Quote
Originally posted by devin

Post/upload them anyway


Here you go.
Joe
Common spammer
🍬
Level: 111


Posts: 3038/3392
EXP: 14488750
For next: 379610

Since: 08-02-07

From: Pororoca

Since last post: 3 days
Last activity: 5 hours

Posted on 12-12-13 12:32:05 AM (last edited by Joe at 12-12-13 12:55:46 AM) Link | Quote
It looks like it's just XORed by a list of constants.

I'm working on a decoder now, it'll take a while because I can't easily guess past the first 20 or so constants.

edit: the list of constants is 255 bytes, i bet it's a lfsr or something easy like that

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3039/3392
EXP: 14488750
For next: 379610

Since: 08-02-07

From: Pororoca

Since last post: 3 days
Last activity: 5 hours

Posted on 12-12-13 03:37:39 AM Link | Quote
I decrypted it.

I can provide code and/or the 255 byte XOR table, if anyone is interested.

____________________
ふにゃあ。
einstein95
Member
Level: 37


Posts: 95/318
EXP: 325754
For next: 12499

Since: 04-11-13


Since last post: 3.3 years
Last activity: 3.3 years

Posted on 12-12-13 08:44:37 AM (last edited by einstein95 at 12-12-13 08:45:01 AM) Link | Quote
Also from Halfbrick, I had a look at the Windows 8 version of Jetpack Joyride. It also has the GameData.zip password stored in the executable at 0x4330A0:

l(hT4trR*dcC~xEQq~J9b6@X$$1&qkTpxkcOCz#KPmQqa9=#Mwb1CPV-uNa@)YD#Yi8V_ron

However, the xml files seem to be in a binary "bxml" format. Here are the files for someone to check out.

http://www.mediafire.com/download/hm821o11fipadey/xml.zip

____________________
The more I type, the less gooder it sounds does.
Joe
Common spammer
🍬
Level: 111


Posts: 3040/3392
EXP: 14488750
For next: 379610

Since: 08-02-07

From: Pororoca

Since last post: 3 days
Last activity: 5 hours

Posted on 12-12-13 04:02:33 PM Link | Quote
I think I can convert those to regular XML. (I can't figure out which of several binary XML formats it is, so the conversion may not be 100% correct.)

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3043/3392
EXP: 14488750
For next: 379610

Since: 08-02-07

From: Pororoca

Since last post: 3 days
Last activity: 5 hours

Posted on 12-12-13 05:44:38 PM Link | Quote
I converted it. The conversion may not be 100% correct, since I was not able to figure out how (or if) the XML declaration should be included.

As with the previous XML, I can provide code or other information for anyone interested.

____________________
ふにゃあ。
divingkataetheweirdo

Bandit
TCRF Super Editor
Level: 57


Posts: 401/822
EXP: 1479654
For next: 6274

Since: 07-09-11


Since last post: 1.6 years
Last activity: 253 days

Posted on 12-24-13 01:53:32 AM Link | Quote
Good news, everyone. You can now translate any page you want into virtually any language. A few translations in Spanish, Brazilian Portuguese, and Japanese have already begun. We currently need translations for the help pages and the front page.

____________________
zerojay
Member
Level: 12


Posts: 11/25
EXP: 7732
For next: 189

Since: 11-01-11


Since last post: 3.6 years
Last activity: 2.0 years

Posted on 12-24-13 09:12:59 PM Link | Quote
The full list of changes implemented as well as fixes and changes to be made can be found on my userpage: http://tcrf.net/User:Zerojay

If you have any further changes or fixes that are not on that list for the wiki, please let me know.
7HeroesForceBattle
Member
Level: 13


Posts: 16/25
EXP: 8263
For next: 2004

Since: 05-07-10


Since last post: 1.2 years
Last activity: 7 days

Posted on 12-27-13 02:00:19 AM Link | Quote
Do TCRF admins have the ability to hide edits? I think it's usually called "oversight", but that was at some other wiki a couple years ago. Somebody accidentally posted some identifying personal information about themselves (then undid the edit) and I was wondering what course of action could be taken.
Xkeeper

Level: 263


Posts: 21208/25343
EXP: 296712518
For next: 2247935

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 2 days

Posted on 12-27-13 02:32:37 AM (last edited by Xkeeper at 12-27-13 02:32:58 AM) Link | Quote
I hid the revisions.

Next time if something like this crops up, do link the revisions, please. I had to go searching for them.

____________________
7HeroesForceBattle
Member
Level: 13


Posts: 17/25
EXP: 8263
For next: 2004

Since: 05-07-10


Since last post: 1.2 years
Last activity: 7 days

Posted on 12-27-13 02:57:23 AM Link | Quote
Sorry, I didn't want to call attention to them before I knew whether the wiki was set up for that. I'll keep it in mind for the future. Thank you for handling it.
puddinpops
Member
Level: 22


Posts: 62/89
EXP: 53996
For next: 4354

Since: 12-27-10


Since last post: 2.4 years
Last activity: 2.2 years

Posted on 01-02-14 12:04:12 AM Link | Quote
Is there an area I'm missing that lists translations available for specific languages? So far besides looking in Recent Changes and happening upon a translation being done, I can't figure out what is translated to what.
divingkataetheweirdo

Bandit
TCRF Super Editor
Level: 57


Posts: 402/822
EXP: 1479654
For next: 6274

Since: 07-09-11


Since last post: 1.6 years
Last activity: 253 days

Posted on 01-02-14 04:39:59 PM (last edited by divingkataetheweirdo at 01-02-14 05:04:00 PM) Link | Quote
Originally posted by puddinpops
Is there an area I'm missing that lists translations available for specific languages? So far besides looking in Recent Changes and happening upon a translation being done, I can't figure out what is translated to what.

We have language stats, which have a detailed analysis as to how far each language has progressed and which pages can be translated.

As for which languages have translations, they are (in alphabetical order) Czech (Sanky only prefers doing the help pages, which already have translations started), French, German, Hungarian, Japanese, Polish, Portuguese (European and Brazilian), and Spanish

____________________
Foxhack
Member
Annoying fuzzball
Level: 54


Posts: 515/722
EXP: 1173396
For next: 60474

Since: 04-17-12

From: Mexicali, Mexico

Since last post: 2.0 years
Last activity: 1.8 years

Posted on 01-03-14 03:33:09 AM (last edited by Foxhack at 01-03-14 03:33:42 AM) Link | Quote
I added that babel code thing to my profile. I won't be doing much translating... I really don't want my OCD-like tendencies to get the best of me and end up translating the entire damn wiki. I'll poke around in stuff but I still don't understand how the translation system works.

I do have a suggestion though... non-technical stuff like jokes and alt-text should probably be left untranslated unless the translator is a native speaker, 'cause most of them are not easy to adapt into other languages correctly.

____________________
My Video Game Collection
usr_share
70
Level: 21


Posts: 47/79
EXP: 42679
For next: 7264

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-07-14 03:03:03 PM Link | Quote
For some reason, it looks like some translations aren't uploading. They just get stuck in "Saving..." forever. When I reload the page, some translations get saved and some don't.

____________________
Foxhack
Member
Annoying fuzzball
Level: 54


Posts: 520/722
EXP: 1173396
For next: 60474

Since: 04-17-12

From: Mexicali, Mexico

Since last post: 2.0 years
Last activity: 1.8 years

Posted on 01-15-14 03:31:19 AM (last edited by Foxhack at 01-15-14 03:33:55 AM) Link | Quote
Is there any way to hide the translations in the recent changes page? Preferably by default?

Clicking on "filter out translations" does nothing.

Edit: Well, apparently it does, but only if people use the translation thing on the site. Manual edits are still visible. I noticed Glitterberri's recent Japanese edits show up, and so do other things some dude did to the Spanish version of the bob page... but all the other ones get hidden correctly. I'll just have to get used to that.

____________________
My Video Game Collection
Peardian

  
Magikoopa

16/3/1: KvSG #479 is up!

Level: 157


Posts: 6998/7597
EXP: 48561318
For next: 1017915

Since: 08-02-07

From: Isle Delfino

Since last post: 1 day
Last activity: 13 min.

Posted on 01-23-14 03:17:32 AM Link | Quote
Before I forget, it seems Solatorobo (for the DS) has placeholder character dialogue portraits. For most of the characters, they look like scanned pencil sketches of faces. There are also a couple of Dummy portraits in the Misc. characters sheet. The most interesting ones are for Nero and Blanck, which feature early designs for them! You can see them on The Spriters Resource.

____________________
-Peardian-

"Kindness is the language which the deaf can hear and the blind can see." -Mark Twain


Pages: 1 2 3 4 5 6 7 8 9 10 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 Next newer thread | Next older thread
Jul - The Cutting Room Floor - The Cutting Room Wiki New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

37 database queries, 8 query cache hits.
Query execution time:  0.095101 seconds
Script execution time:  0.031571 seconds
Total render time:  0.126672 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 300 - Warning: unescaped & or unknown entity "&page"
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 192 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 94 - Warning: unescaped & or unknown entity "&page"
line 149 column 126 - Warning: unescaped & or unknown entity "&page"
line 149 column 158 - Warning: unescaped & or unknown entity "&page"
line 149 column 190 - Warning: unescaped & or unknown entity "&page"
line 149 column 222 - Warning: unescaped & or unknown entity "&page"
line 149 column 254 - Warning: unescaped & or unknown entity "&page"
line 149 column 286 - Warning: unescaped & or unknown entity "&page"
line 149 column 318 - Warning: unescaped & or unknown entity "&page"
line 149 column 350 - Warning: unescaped & or unknown entity "&page"
line 149 column 382 - Warning: unescaped & or unknown entity "&page"
line 149 column 419 - Warning: unescaped & or unknown entity "&page"
line 149 column 453 - Warning: unescaped & or unknown entity "&page"
line 149 column 487 - Warning: unescaped & or unknown entity "&page"
line 149 column 521 - Warning: unescaped & or unknown entity "&page"
line 149 column 558 - Warning: unescaped & or unknown entity "&page"
line 149 column 592 - Warning: unescaped & or unknown entity "&page"
line 149 column 626 - Warning: unescaped & or unknown entity "&page"
line 149 column 660 - Warning: unescaped & or unknown entity "&page"
line 149 column 694 - Warning: unescaped & or unknown entity "&page"
line 149 column 728 - Warning: unescaped & or unknown entity "&page"
line 149 column 762 - Warning: unescaped & or unknown entity "&page"
line 149 column 796 - Warning: unescaped & or unknown entity "&page"
line 149 column 830 - Warning: unescaped & or unknown entity "&page"
line 149 column 864 - Warning: unescaped & or unknown entity "&page"
line 149 column 898 - Warning: unescaped & or unknown entity "&page"
line 149 column 932 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 969 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 101 - Warning: unescaped & or unknown entity "&postid"
line 182 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 184 column 9 - Warning: missing <tr>
line 202 column 13 - Warning: missing <tr>
line 203 column 101 - Warning: unescaped & or unknown entity "&postid"
line 209 column 669 - Warning: unescaped & or unknown entity "&qkTpxkcOCz"
line 215 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 217 column 9 - Warning: missing <tr>
line 235 column 13 - Warning: missing <tr>
line 236 column 101 - Warning: unescaped & or unknown entity "&postid"
line 238 column 546 - Warning: missing </span> before <blockquote>
line 238 column 626 - Warning: inserting implicit <span>
line 238 column 626 - Warning: missing </span> before <hr>
line 238 column 699 - Warning: inserting implicit <span>
line 238 column 699 - Warning: missing </span> before <hr>
line 239 column 1 - Warning: inserting implicit <span>
line 242 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 244 column 9 - Warning: missing <tr>
line 262 column 13 - Warning: missing <tr>
line 263 column 101 - Warning: unescaped & or unknown entity "&postid"
line 271 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 273 column 9 - Warning: missing <tr>
line 291 column 13 - Warning: missing <tr>
line 292 column 101 - Warning: unescaped & or unknown entity "&postid"
line 294 column 74 - Warning: <style> isn't allowed in <td> elements
line 294 column 9 - Info: <td> previously mentioned
line 301 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 303 column 9 - Warning: missing <tr>
line 321 column 13 - Warning: missing <tr>
line 322 column 101 - Warning: unescaped & or unknown entity "&postid"
line 324 column 74 - Warning: <style> isn't allowed in <td> elements
line 324 column 9 - Info: <td> previously mentioned
line 329 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 331 column 9 - Warning: missing <tr>
line 349 column 13 - Warning: missing <tr>
line 350 column 101 - Warning: unescaped & or unknown entity "&postid"
line 354 column 266 - Warning: unescaped & or unknown entity "&qkTpxkcOCz"
line 361 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 363 column 9 - Warning: missing <tr>
line 381 column 13 - Warning: missing <tr>
line 382 column 101 - Warning: unescaped & or unknown entity "&postid"
line 384 column 74 - Warning: <style> isn't allowed in <td> elements
line 384 column 9 - Info: <td> previously mentioned
line 387 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 389 column 9 - Warning: missing <tr>
line 407 column 13 - Warning: missing <tr>
line 408 column 101 - Warning: unescaped & or unknown entity "&postid"
line 410 column 74 - Warning: <style> isn't allowed in <td> elements
line 410 column 9 - Info: <td> previously mentioned
line 415 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 417 column 9 - Warning: missing <tr>
line 435 column 13 - Warning: missing <tr>
line 436 column 101 - Warning: unescaped & or unknown entity "&postid"
line 441 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 443 column 9 - Warning: missing <tr>
line 461 column 13 - Warning: missing <tr>
line 462 column 101 - Warning: unescaped & or unknown entity "&postid"
line 469 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 471 column 9 - Warning: missing <tr>
line 489 column 13 - Warning: missing <tr>
line 490 column 101 - Warning: unescaped & or unknown entity "&postid"
line 495 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 497 column 9 - Warning: missing <tr>
line 515 column 13 - Warning: missing <tr>
line 516 column 101 - Warning: unescaped & or unknown entity "&postid"
line 518 column 74 - Warning: <style> isn't allowed in <td> elements
line 518 column 9 - Info: <td> previously mentioned
line 523 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 525 column 9 - Warning: missing <tr>
line 543 column 13 - Warning: missing <tr>
line 544 column 101 - Warning: unescaped & or unknown entity "&postid"
line 549 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 551 column 9 - Warning: missing <tr>
line 569 column 13 - Warning: missing <tr>
line 570 column 101 - Warning: unescaped & or unknown entity "&postid"
line 575 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 577 column 9 - Warning: missing <tr>
line 595 column 13 - Warning: missing <tr>
line 596 column 101 - Warning: unescaped & or unknown entity "&postid"
line 599 column 456 - Warning: unescaped & or unknown entity "&x"
line 599 column 460 - Warning: unescaped & or unknown entity "&language"
line 599 column 472 - Warning: unescaped & or unknown entity "&group"
line 604 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 606 column 9 - Warning: missing <tr>
line 624 column 13 - Warning: missing <tr>
line 625 column 101 - Warning: unescaped & or unknown entity "&postid"
line 632 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 634 column 9 - Warning: missing <tr>
line 652 column 13 - Warning: missing <tr>
line 653 column 101 - Warning: unescaped & or unknown entity "&postid"
line 655 column 74 - Warning: <style> isn't allowed in <td> elements
line 655 column 9 - Info: <td> previously mentioned
line 658 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 660 column 9 - Warning: missing <tr>
line 678 column 13 - Warning: missing <tr>
line 679 column 101 - Warning: unescaped & or unknown entity "&postid"
line 688 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 690 column 9 - Warning: missing <tr>
line 708 column 13 - Warning: missing <tr>
line 709 column 101 - Warning: unescaped & or unknown entity "&postid"
line 711 column 74 - Warning: <style> isn't allowed in <td> elements
line 711 column 9 - Info: <td> previously mentioned
line 711 column 363 - Warning: missing </font> before <center>
line 711 column 437 - Warning: inserting implicit <font>
line 711 column 549 - Warning: inserting implicit <font>
line 719 column 17 - Warning: missing <tr>
line 719 column 17 - Warning: discarding unexpected <table>
line 722 column 35 - Warning: missing <tr>
line 722 column 94 - Warning: unescaped & or unknown entity "&page"
line 722 column 126 - Warning: unescaped & or unknown entity "&page"
line 722 column 158 - Warning: unescaped & or unknown entity "&page"
line 722 column 190 - Warning: unescaped & or unknown entity "&page"
line 722 column 222 - Warning: unescaped & or unknown entity "&page"
line 722 column 254 - Warning: unescaped & or unknown entity "&page"
line 722 column 286 - Warning: unescaped & or unknown entity "&page"
line 722 column 318 - Warning: unescaped & or unknown entity "&page"
line 722 column 350 - Warning: unescaped & or unknown entity "&page"
line 722 column 382 - Warning: unescaped & or unknown entity "&page"
line 722 column 419 - Warning: unescaped & or unknown entity "&page"
line 722 column 453 - Warning: unescaped & or unknown entity "&page"
line 722 column 487 - Warning: unescaped & or unknown entity "&page"
line 722 column 521 - Warning: unescaped & or unknown entity "&page"
line 722 column 558 - Warning: unescaped & or unknown entity "&page"
line 722 column 592 - Warning: unescaped & or unknown entity "&page"
line 722 column 626 - Warning: unescaped & or unknown entity "&page"
line 722 column 660 - Warning: unescaped & or unknown entity "&page"
line 722 column 694 - Warning: unescaped & or unknown entity "&page"
line 722 column 728 - Warning: unescaped & or unknown entity "&page"
line 722 column 762 - Warning: unescaped & or unknown entity "&page"
line 722 column 796 - Warning: unescaped & or unknown entity "&page"
line 722 column 830 - Warning: unescaped & or unknown entity "&page"
line 722 column 864 - Warning: unescaped & or unknown entity "&page"
line 722 column 898 - Warning: unescaped & or unknown entity "&page"
line 722 column 932 - Warning: unescaped & or unknown entity "&page"
line 722 column 50 - Warning: missing </font> before </td>
line 722 column 969 - Warning: missing </font> before </table>
line 724 column 35 - Warning: missing <tr>
line 724 column 50 - Warning: missing </font> before </td>
line 725 column 37 - Warning: unescaped & or unknown entity "&id"
line 724 column 192 - Warning: missing </font> before </table>
line 726 column 17 - Warning: discarding unexpected </textarea>
line 726 column 28 - Warning: discarding unexpected </form>
line 726 column 35 - Warning: discarding unexpected </embed>
line 726 column 43 - Warning: discarding unexpected </noembed>
line 726 column 53 - Warning: discarding unexpected </noscript>
line 726 column 64 - Warning: discarding unexpected </noembed>
line 726 column 74 - Warning: discarding unexpected </embed>
line 726 column 82 - Warning: discarding unexpected </table>
line 726 column 90 - Warning: discarding unexpected </table>
line 728 column 9 - Warning: missing </font> before <table>
line 740 column 25 - Warning: discarding unexpected </font>
line 749 column 57 - Warning: discarding unexpected </font>
line 727 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 148 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 245 - Warning: <img> proprietary attribute value "absmiddle"
line 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 112 - Warning: <img> lacks "alt" attribute
line 161 column 162 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 187 column 22 - Warning: <img> lacks "alt" attribute
line 187 column 63 - Warning: <img> lacks "alt" attribute
line 187 column 112 - Warning: <img> lacks "alt" attribute
line 187 column 162 - Warning: <img> lacks "alt" attribute
line 198 column 15 - Warning: <img> lacks "alt" attribute
line 219 column 11 - Warning: <img> lacks "alt" attribute
line 220 column 23 - Warning: <img> lacks "alt" attribute
line 220 column 64 - Warning: <img> lacks "alt" attribute
line 220 column 113 - Warning: <img> lacks "alt" attribute
line 220 column 163 - Warning: <img> lacks "alt" attribute
line 221 column 11 - Warning: <img> lacks "alt" attribute
line 231 column 15 - Warning: <img> lacks "alt" attribute
line 239 column 918 - Warning: <img> proprietary attribute value "absmiddle"
line 239 column 918 - Warning: <img> lacks "alt" attribute
line 247 column 22 - Warning: <img> lacks "alt" attribute
line 247 column 63 - Warning: <img> lacks "alt" attribute
line 247 column 112 - Warning: <img> lacks "alt" attribute
line 247 column 162 - Warning: <img> lacks "alt" attribute
line 258 column 15 - Warning: <img> lacks "alt" attribute
line 266 column 176 - Warning: <img> proprietary attribute value "absmiddle"
line 266 column 176 - Warning: <img> lacks "alt" attribute
line 276 column 23 - Warning: <img> lacks "alt" attribute
line 276 column 64 - Warning: <img> lacks "alt" attribute
line 276 column 113 - Warning: <img> lacks "alt" attribute
line 276 column 163 - Warning: <img> lacks "alt" attribute
line 277 column 11 - Warning: <img> lacks "alt" attribute
line 287 column 15 - Warning: <img> lacks "alt" attribute
line 291 column 91 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 306 column 23 - Warning: <img> lacks "alt" attribute
line 306 column 64 - Warning: <img> lacks "alt" attribute
line 306 column 113 - Warning: <img> lacks "alt" attribute
line 306 column 163 - Warning: <img> lacks "alt" attribute
line 307 column 11 - Warning: <img> lacks "alt" attribute
line 317 column 15 - Warning: <img> lacks "alt" attribute
line 334 column 22 - Warning: <img> lacks "alt" attribute
line 334 column 63 - Warning: <img> lacks "alt" attribute
line 334 column 112 - Warning: <img> lacks "alt" attribute
line 334 column 162 - Warning: <img> lacks "alt" attribute
line 345 column 15 - Warning: <img> lacks "alt" attribute
line 349 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 366 column 23 - Warning: <img> lacks "alt" attribute
line 366 column 64 - Warning: <img> lacks "alt" attribute
line 366 column 113 - Warning: <img> lacks "alt" attribute
line 366 column 163 - Warning: <img> lacks "alt" attribute
line 367 column 11 - Warning: <img> lacks "alt" attribute
line 377 column 15 - Warning: <img> lacks "alt" attribute
line 392 column 23 - Warning: <img> lacks "alt" attribute
line 392 column 64 - Warning: <img> lacks "alt" attribute
line 392 column 113 - Warning: <img> lacks "alt" attribute
line 392 column 163 - Warning: <img> lacks "alt" attribute
line 393 column 11 - Warning: <img> lacks "alt" attribute
line 403 column 15 - Warning: <img> lacks "alt" attribute
line 419 column 11 - Warning: <img> lacks "alt" attribute
line 420 column 22 - Warning: <img> lacks "alt" attribute
line 420 column 63 - Warning: <img> lacks "alt" attribute
line 420 column 112 - Warning: <img> lacks "alt" attribute
line 420 column 161 - Warning: <img> lacks "alt" attribute
line 421 column 11 - Warning: <img> lacks "alt" attribute
line 431 column 15 - Warning: <img> lacks "alt" attribute
line 438 column 351 - Warning: <img> lacks "alt" attribute
line 446 column 22 - Warning: <img> lacks "alt" attribute
line 446 column 63 - Warning: <img> lacks "alt" attribute
line 446 column 112 - Warning: <img> lacks "alt" attribute
line 446 column 161 - Warning: <img> lacks "alt" attribute
line 457 column 15 - Warning: <img> lacks "alt" attribute
line 474 column 22 - Warning: <img> lacks "alt" attribute
line 474 column 63 - Warning: <img> lacks "alt" attribute
line 474 column 112 - Warning: <img> lacks "alt" attribute
line 474 column 162 - Warning: <img> lacks "alt" attribute
line 485 column 15 - Warning: <img> lacks "alt" attribute
line 500 column 23 - Warning: <img> lacks "alt" attribute
line 500 column 64 - Warning: <img> lacks "alt" attribute
line 500 column 113 - Warning: <img> lacks "alt" attribute
line 500 column 163 - Warning: <img> lacks "alt" attribute
line 501 column 11 - Warning: <img> lacks "alt" attribute
line 511 column 15 - Warning: <img> lacks "alt" attribute
line 515 column 89 - Warning: <font> attribute "color" had invalid value "F0C413" and has been replaced
line 528 column 22 - Warning: <img> lacks "alt" attribute
line 528 column 63 - Warning: <img> lacks "alt" attribute
line 528 column 112 - Warning: <img> lacks "alt" attribute
line 528 column 162 - Warning: <img> lacks "alt" attribute
line 539 column 15 - Warning: <img> lacks "alt" attribute
line 554 column 22 - Warning: <img> lacks "alt" attribute
line 554 column 63 - Warning: <img> lacks "alt" attribute
line 554 column 112 - Warning: <img> lacks "alt" attribute
line 554 column 162 - Warning: <img> lacks "alt" attribute
line 565 column 15 - Warning: <img> lacks "alt" attribute
line 579 column 11 - Warning: <img> lacks "alt" attribute
line 580 column 22 - Warning: <img> lacks "alt" attribute
line 580 column 63 - Warning: <img> lacks "alt" attribute
line 580 column 112 - Warning: <img> lacks "alt" attribute
line 580 column 161 - Warning: <img> lacks "alt" attribute
line 581 column 11 - Warning: <img> lacks "alt" attribute
line 591 column 15 - Warning: <img> lacks "alt" attribute
line 595 column 92 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 601 column 943 - Warning: <img> lacks "alt" attribute
line 609 column 22 - Warning: <img> lacks "alt" attribute
line 609 column 63 - Warning: <img> lacks "alt" attribute
line 609 column 112 - Warning: <img> lacks "alt" attribute
line 609 column 162 - Warning: <img> lacks "alt" attribute
line 610 column 11 - Warning: <img> lacks "alt" attribute
line 620 column 15 - Warning: <img> lacks "alt" attribute
line 624 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 636 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 636 column 14 - Warning: <img> lacks "alt" attribute
line 636 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 636 column 57 - Warning: <img> lacks "alt" attribute
line 636 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 636 column 100 - Warning: <img> lacks "alt" attribute
line 637 column 22 - Warning: <img> lacks "alt" attribute
line 637 column 63 - Warning: <img> lacks "alt" attribute
line 637 column 111 - Warning: <img> lacks "alt" attribute
line 637 column 161 - Warning: <img> lacks "alt" attribute
line 638 column 11 - Warning: <img> lacks "alt" attribute
line 648 column 15 - Warning: <img> lacks "alt" attribute
line 655 column 1786 - Warning: <img> lacks "alt" attribute
line 655 column 1854 - Warning: <img> lacks "alt" attribute
line 655 column 2470 - Warning: <img> lacks "alt" attribute
line 655 column 2538 - Warning: <img> lacks "alt" attribute
line 663 column 22 - Warning: <img> lacks "alt" attribute
line 663 column 63 - Warning: <img> lacks "alt" attribute
line 663 column 112 - Warning: <img> lacks "alt" attribute
line 663 column 162 - Warning: <img> lacks "alt" attribute
line 664 column 11 - Warning: <img> lacks "alt" attribute
line 674 column 15 - Warning: <img> lacks "alt" attribute
line 678 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 692 column 17 - Warning: <img> lacks "alt" attribute
line 693 column 23 - Warning: <img> lacks "alt" attribute
line 693 column 64 - Warning: <img> lacks "alt" attribute
line 693 column 112 - Warning: <img> lacks "alt" attribute
line 693 column 162 - Warning: <img> lacks "alt" attribute
line 694 column 11 - Warning: <img> lacks "alt" attribute
line 704 column 15 - Warning: <img> lacks "alt" attribute
line 711 column 437 - Warning: <img> lacks "alt" attribute
line 714 column 1418 - Warning: <img> lacks "alt" attribute
line 725 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 725 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 725 column 245 - Warning: <img> proprietary attribute value "absmiddle"
line 734 column 25 - Warning: <img> lacks "alt" attribute
line 739 column 267 - Warning: <img> lacks "alt" attribute
line 238 column 546 - Warning: trimming empty <span>
line 711 column 363 - Warning: trimming empty <font>
line 719 column 17 - Warning: trimming empty <tr>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 203 column 27 - Warning: <nobr> is not approved by W3C
line 236 column 27 - Warning: <nobr> is not approved by W3C
line 263 column 27 - Warning: <nobr> is not approved by W3C
line 292 column 27 - Warning: <nobr> is not approved by W3C
line 322 column 27 - Warning: <nobr> is not approved by W3C
line 350 column 27 - Warning: <nobr> is not approved by W3C
line 382 column 27 - Warning: <nobr> is not approved by W3C
line 408 column 27 - Warning: <nobr> is not approved by W3C
line 436 column 27 - Warning: <nobr> is not approved by W3C
line 462 column 27 - Warning: <nobr> is not approved by W3C
line 490 column 27 - Warning: <nobr> is not approved by W3C
line 516 column 27 - Warning: <nobr> is not approved by W3C
line 544 column 27 - Warning: <nobr> is not approved by W3C
line 570 column 27 - Warning: <nobr> is not approved by W3C
line 596 column 27 - Warning: <nobr> is not approved by W3C
line 625 column 27 - Warning: <nobr> is not approved by W3C
line 653 column 27 - Warning: <nobr> is not approved by W3C
line 679 column 27 - Warning: <nobr> is not approved by W3C
line 709 column 27 - Warning: <nobr> is not approved by W3C
line 713 column 1081 - Warning: <td> proprietary attribute "background"
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 369 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md