integrated search, full gallery view, and detailed photo search features.
Posted: 04 Apr 2025, 13:05
page.json collection moduleI have implemented a system that collects
page.json files and registers photo information into MariaDB or MySQL, making it searchable. The system allows searching for settings such as Title, Menu Label, Description, Date, SEO information, as well as individual attached photos’ Title, Description, and Filename.
After organizing the collection module and search module code, I plan to make them publicly available. Though there's not much to see, you can check it out at ltab.co.kr.
I have implemented integrated search, full gallery view, and detailed photo search features.
https://ltab.co.kr
add
----
I have uploaded the search code to GitHub. Users who need it can install and use it. Please note that I am not a professional developer, so there may be errors or performance issues. I have worked diligently on this for two weeks and, in order to focus on my main job, I have no plans for further updates or modifications.
The GitHub repository is located at: https://github.com/gohher/x3search/
To use the code, please follow these steps:
- Set up the database by creating the necessary database and tables.
- Create a folder and copy the PHP code from the GitHub repository into it.
- In the
file, enter your database information.Codeadmin/db_config.php- In the
file, specify the folder to be searched.Codeadmin/update.php
add
---
I have corrected and supplemented some missing code on GitHub. (250406)

Search main page

Search result page

