2026-07-15 13:57:05 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# ZAP
|
|
|
|
|
|
2026-07-20 14:51:12 +02:00
|
|
|
Continued developing with the way better structured ZAPV
|
|
|
|
|
|
|
|
|
|
## 0.9.0
|
|
|
|
|
- updated the search engines removed Yahoo and Bing, switched to Brave search
|
|
|
|
|
- optimized and updated the framework to work with PHP 8.5
|
2026-07-15 13:57:05 +02:00
|
|
|
|
|
|
|
|
# ZAPV
|
|
|
|
|
|
2026-07-20 14:51:12 +02:00
|
|
|
ZAP is a refactorment of the Zap Machine V0.3.2 from ApFab
|
|
|
|
|
It's more like a framework now.
|
|
|
|
|
|
|
|
|
|
## 0.1.0
|
2026-07-15 13:57:05 +02:00
|
|
|
- new public release of ZAP
|
|
|
|
|
|
2026-07-20 14:51:12 +02:00
|
|
|
## 0.0.9
|
2026-07-15 13:57:05 +02:00
|
|
|
- made logging dependent
|
|
|
|
|
- made adult searches config dependent
|
|
|
|
|
|
2026-07-20 14:51:12 +02:00
|
|
|
## 0.0.8
|
2026-07-15 13:57:05 +02:00
|
|
|
- refactored the ImgProcess class and removed code to two other classes
|
|
|
|
|
- added ImgIOTools and ImgTools. They contain static functions
|
|
|
|
|
|
2026-07-20 14:51:12 +02:00
|
|
|
## 0.0.7
|
2026-07-15 13:57:05 +02:00
|
|
|
- refactored the whole search engine part
|
|
|
|
|
- made an interface for future implementations of other search engines
|
|
|
|
|
|
2026-07-20 14:51:12 +02:00
|
|
|
## 0.0.6
|
2026-07-15 13:57:05 +02:00
|
|
|
- added a Config class
|
|
|
|
|
|
2026-07-20 14:51:12 +02:00
|
|
|
## 0.0.5
|
2026-07-15 13:57:05 +02:00
|
|
|
- split the search code to separate functions
|
|
|
|
|
- added ZAPCurl util class
|
|
|
|
|
|
2026-07-20 14:51:12 +02:00
|
|
|
## 0.0.4
|
2026-07-15 13:57:05 +02:00
|
|
|
- split the zap code to separate functions
|
|
|
|
|
|
2026-07-20 14:51:12 +02:00
|
|
|
## 0.0.3
|
2026-07-15 13:57:05 +02:00
|
|
|
- refactored all classes to more readable code
|
|
|
|
|
- created Session utils class
|
|
|
|
|
|
2026-07-20 14:51:12 +02:00
|
|
|
## 0.0.2
|
2026-07-15 13:57:05 +02:00
|
|
|
- created new index.php and front controller
|
|
|
|
|
- added conf.php and init.php
|
|
|
|
|
|
2026-07-20 14:51:12 +02:00
|
|
|
## 0.0.1
|
2026-07-15 13:57:05 +02:00
|
|
|
- reworked frontend to separate html and js
|