Recent content by Benjamin

  1. Benjamin

    Version 1.3.0

    Hotfix V1.3.1a - Added No-Intro NES 2016 (iNES Header format) for hashes. - Fixed a bug with uppercase hashes.
  2. Benjamin

    "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.
  3. Benjamin

    "Verified: No" for NES hashes

    I'll check that while I'm fixing the other issue. Thanks for letting me know.
  4. Benjamin

    "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...
  5. Benjamin

    "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.
  6. Benjamin

    "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.
  7. Benjamin

    "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.
  8. Benjamin

    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...
  9. Benjamin

    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...
  10. Benjamin

    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...
  11. Benjamin

    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.
  12. Benjamin

    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.
  13. Benjamin

    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.
  14. Benjamin

    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.
  15. Benjamin

    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.
Back
Top