Panneau (P2P Binstream HC) + BOXBR NewP2P
INSTALLATION OF THE BOXBR NEWP2P PANEL:======
1. Extract the contents of the zip
2. Copy the entire panelnp2p folder to your host
3. Enter the panel with Login: admin/admin
4. Add your DNS.
5. Generate your apk codes.
NOTE. For panel operation.
It is mandatory to have configured in the hosting:
* PHP v8.1 and Active SourceGuardian extension
======
SETTING APK BOXBR NewP2P
======
To put the address of your dashboard in the apk:
1. In the panel, generate the encoded URL and copy it.
2. Open the apk in your favorite editor and Smali_Classes1
open hostdns.smali.
3. replace the line ( your-host-panel-url-crypto ) with the code that
was generated on the panel.
======================
to change the name and package name:
Generate and copy the generated package name and codes into the panel.
1. in Smali_Classes1 /com/boxbr/newp2p/activity/MainActivity.smali
2. For Name, paste the code on line 293
3. For Package, paste the code on line 273
and I also renamed the smali folder with the same package name.
Ex:
package: com.boxbr.newp2p -> com.novo.package
folders: com/boxbr/newp2p -> com/new/package