Search results
-
Version 1.3.0
Hotfix V1.3.1a - Added No-Intro NES 2016 (iNES Header format) for hashes. - Fixed a bug with uppercase hashes.- Benjamin
- Post #3
- Forum: Changelogs
-
"Verified: No" for NES hashes
So, I added a No-Intro Headered database for the 2016 NES, using the old header format. And I fixed the capitalization bug for the manual hash.- Benjamin
- Post #15
- Forum: Bug reports
-
"Verified: No" for NES hashes
I'll check that while I'm fixing the other issue. Thanks for letting me know.- Benjamin
- Post #10
- Forum: Bug reports
-
"Verified: No" for NES hashes
So, for Super Mario Bros., the hash in the database doesn't match what you sent: 33d23c2f2cfa4c9efec87f7bc1321ce3ce6c89bd I'll check to see if your hash exists in another NES romset. If not, that means your ROM must have been modified at the source. As for the Wonderswan hash, it’s a...- Benjamin
- Post #8
- Forum: Bug reports
-
"Verified: No" for NES hashes
Can you send me the hash information for the ROMs that might be causing problems? That way, I can see which ROM set I need to import or if there's an issue. Thanks.- Benjamin
- Post #6
- Forum: Bug reports
-
"Verified: No" for NES hashes
I tested it with the only game I have on my PC, and it was recognized. And there are quite a few entries in the hashes.sqlite database for the NES. Maybe I should import a slightly older No-Intro dump.- Benjamin
- Post #4
- Forum: Bug reports
-
"Verified: No" for NES hashes
These are the ROM sets that have been imported into the database used to verify hashes. A ROM is marked as unverified if it is not part of these ROM sets.- Benjamin
- Post #2
- Forum: Bug reports
-
Version 1.3.0
Update to V1.3.1: - Fixed an issue where the collapsible menu did not appear in Chrome. - Fixed a few bugs related to activities on XenForo. - Fixed an extra comma appearing in the author names. - Fixed an issue where the menu tooltips did not appear on XenForo. - Fixed an issue where the top...- Benjamin
- Post #2
- Forum: Changelogs
-
How to Webhooks usage
Romhack Plaza's webhooks let you stay up to date in real time on new content and updates to entries on the site. This can be useful for your personal website or your projects. How do I sign up for this service? First, you must have an account on the site. Next, in the Settings menu on the top...- Benjamin
- Thread
- Replies: 0
- Forum: API Documentation
-
How to API Usage
The Romhack Plaza API allows you to retrieve information about entries, news, and metadata to include in your projects. How do I create an API key? First, you need to have an account on the site. Then, click the “Settings” button in the top bar and select “API Keys.” You’ll then be taken to...- Benjamin
- Thread
- Replies: 0
- Forum: API Documentation
-
GET getNewsSearch (/news/search)
Get a list of news with specified criteria. 30 entries per page with a pagination system. Need news:read scope, and all news need to be published. -
GET getNews (/news/{news})
Get information about a specific news. Need news:read scope, and the associated user must be capable to view this news. -
GET getEntriesSearch (/entries/search)
Get a list of entries with specified criteria. 30 entries per page with a pagination system. Need entries:read scope, and all entries need to be published. -
GET getEntryFiles (/entries/{entry}/download)
Get downloads links of a specific entry. Need entries:read scope, and the associated user must be capable to view this entry. -
GET getEntry (/entries/{entry})
Get information about a specific entry. Need entries:read scope, and the associated user must be capable to view this entry. -
GET getGamesSearch (/games/search/{name})
Get a list of games by name registred on the website, limited to 50. Need metadata:read scope. -
GET getGame (/games/{game})
Get information about a specific game. Need metadata:read scope. -
GET getAuthorsSearch (/authors/search/{name})
Get a list of authors by name registred on the website, limited to 50. Need metadata:read scope. -
18+ checkbox missing from submission page
There is no NSFW option, they appear now like normal entries.