Skip to content

Commit

Permalink
0.2.29
Browse files Browse the repository at this point in the history
## 0.2.29 [13-10-2022]
 - Add the ability to install hiphp on termux Android.
 - Add "--version" command.
 - Add Dark Mode template to "hiphp-desktop".
 - Bug fixes & performance improvements.

Signed-off-by: Boudjada Yasser <by.root96@gmail.com>
  • Loading branch information
yasserbdj96 authored Oct 13, 2022
1 parent 3702ec3 commit a443d98
Show file tree
Hide file tree
Showing 22 changed files with 2,680 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 0.2.29 [XX-10-2022][In Progress]
## 0.2.29 [13-10-2022][Last Version]
- Add the ability to install hiphp on termux Android.
- Add "--version" command.
- Add Dark Mode template to "hiphp-desktop".
- Bug fixes & performance improvements.

## 0.2.28 [27-09-2022][Last Version]
## 0.2.28 [27-09-2022]
- Add "font-awesome" to "php-desktop".
- Add icons to "php-desktop".
- Add auto login to "php-desktop".
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<h1>Hiphp</h1>
<strong>Free & Open source project for create a BackDoor to control PHP-based sites.</strong>
</div>

<br>

[![Test on Ubuntu latest](https://github.com/yasserbdj96/hiphp/actions/workflows/python-app-on-linux.yml/badge.svg)](https://github.com/yasserbdj96/hiphp/actions/workflows/python-app-on-linux.yml)
Expand Down Expand Up @@ -547,13 +546,13 @@ hiphp Commands :
<summary>Click to See changelog History</summary>

```
## 0.2.29 [XX-10-2022][In Progress]
## 0.2.29 [13-10-2022][Last Version]
- Add the ability to install hiphp on termux Android.
- Add "--version" command.
- Add Dark Mode template to "hiphp-desktop".
- Bug fixes & performance improvements.
## 0.2.28 [27-09-2022][Last Version]
## 0.2.28 [27-09-2022]
- Add "font-awesome" to "php-desktop".
- Add icons to "php-desktop".
- Add auto login to "php-desktop".
Expand Down
4 changes: 2 additions & 2 deletions hiphp-desktop/src/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"Dark Mode":"False"
}
"Dark Mode":"True"
}
2,672 changes: 2,671 additions & 1 deletion hiphp-desktop/src/font-awesome/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified hiphp-desktop/src/hiphp_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified hiphp-site/logo_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion hiphp/hiphpversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# | |

#START{
__version__="0.2.28"
__version__="0.2.29"
#}END.
Binary file modified install/hiphp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'Author WebSite':"https://yasserbdj96.github.io/"
},
install_requires=["requests","hexor","biglibrary"],
keywords=["python","windows","macos","linux","docker","cli","php","remoteaccess","gui","backdoor","controller","https","hacking","http-requests","onion","termux","payload","website-hacking","yasserbdj96","revisioncontrol"],
keywords=["python","windows","macos","linux","docker","cli","php","remoteaccess","website","gui","backdoor","controller","https","declarative","hacking","http-requests","onion","termux","payload","revisioncontrol"],
classifiers=[
"Environment :: Web Environment",
"Development Status :: 5 - Production/Stable",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.28
0.2.29

0 comments on commit a443d98

Please sign in to comment.