Recent content by Benjamin

  1. Benjamin

    V24 in description, v23 is highest in file list

    I put some files on the new functionnality to archive files. ;)
  2. Benjamin

    V24 in description, v23 is highest in file list

    @PoyoPoyo1985 If you can fix that. Also, please remove your ton of old versions, keep only one or two past versions, thanks. :)
  3. Benjamin

    Hi, On which part did you have this problem ? Main Website, Forum, Discord ? Can you send me a...

    Hi, On which part did you have this problem ? Main Website, Forum, Discord ? Can you send me a screenshot of the error message if there is one.
  4. Benjamin

    Romhacks Ms. Pac-Man – Grand Ol’ Randomizer (Genesis) Romhack

    There is a thread for hack ideas. https://romhackplaza.org/forums/threads/hack-ideas-thread.12/page-2#post-5319
  5. Benjamin

    Romhack Plaza Public API - How to use it and questions

    You can now generate an API Key by yourself if you are a verified member on the website. (For standard members, please contact me). To do that, you can follow that link : https://romhackplaza.org/wp-admin/admin.php?page=romhackplaza-enable-api (Or you can find it in Edit Profile -> RomhackPlaza...
  6. Benjamin

    Use in-game snapshots by default

    Hi, It's the author of the entry who decides which image is the "main image" and which are in the gallery. A lot of entries have a custom image in the gameplay or a custom boxart. :)
  7. Benjamin

    Romhack Plaza Public API - How to use it and questions

    If you'd like to link to Romhack Plaza on your various platforms, we've set up a public API. This allows you to retrieve information about an entry, an author, a user, etc., as well as download links. It can also be used to obtain entries in relation to the CRC32 / SHA-1 of the ROM, useful for...
  8. Benjamin

    GET get-entry-by-crc32-sha1/{hash}

    Description : Get a list of Entry IDs which matches with a provided CRC32 or SHA-1. Arguments : NameTypeDescription hashstringA CRC32 or SHA-1 hash. Methods : GET Response : NameTypeDescription entriesint[]List of Entry IDs which matches with the current hash
  9. Benjamin

    GET get-latest-news/{number}/{category}

    Description : Get latest news with fields. Arguments : NameTypeDescription numberintThe number of news. (Min 5, max 10) categorystringNews category slug. (Identification in the URL) (site, romhacks, translations, ...) Methods : GET Response : NameTypeDescription newsarrayArray of...
  10. Benjamin

    GET get-last-entries-by-type/{number}/{entry-type}

    Description : Get a list of last entries posted by entry type. Arguments : NameTypeDescription numberintNumber of entries. Min : 5, Max : 50 entry-typestringNot mandatory. Specific type of entry (romhacks, translations, homebrew, utilities, documents, lua-scripts, tutorials). If not...
  11. Benjamin

    GET get-downloads/{entry-id}

    Description : Get downloads and patcher links from an entry Arguments : NameTypeDescription entry-idintThe Entry ID Methods : GET Response : NameTypeDescription online_patcherboolTrue if online patcher is enabled on the entry, false otherwise. downloadsarray[]|nullArray of...
  12. Benjamin

    GET get-game-info/{id-or-name}

    Description : Get info about a game Arguments : NameTypeDescription id-or-nameint|stringThe name/slug of the game or the ID Methods : GET Response : NameTypeDescription game_idintThe game ID game_namestringGame name game_slugstringGame Slug (Identification in the URL)...
  13. Benjamin

    GET get-user-info/{id-or-name}

    Description : Get info about an user Arguments : NameTypeDescription id-or-nameint|stringThe slug of the user or the ID Methods : GET Response : NameTypeDescription user_idintThe User ID user_namestringThe user name user_descriptionstringUser description user_slugstringThe user...
  14. Benjamin

    GET get-entry-info/{id}

    Description : Get info about an entry. Arguments : NameTypeDescription idintThe Entry ID Methods : GET Response : If the field doesn't exist on this entry, it will be replaced by a False (bool). NameTypeDescription titlestringEntry title (At the top of the entry page)...
Back
Top