DOWNLOAD PURPLEV10 NEW LAYOUT INC DEV PANEL BY No1b4me

no1b4me

Well-known member
Joined
May 31, 2021
Messages
34
Awards
3
Offline
Can someone tell me which php is compatible with this panel? I don't understand why they don't bother to write themselves when they share something.
i use php 7.4 mate it should be good with 8 but i wasnt able to test it on 8.0 or above
 

Æ-CMツ

New member
VIP Member
Joined
Oct 28, 2023
Messages
21
Awards
1
Offline
Does anyone know the image sizes for the app? Cant seem to find them anywhere.

TIA
 

Atomic4l

Member
Joined
Aug 24, 2022
Messages
38
Awards
1
Offline
Managed to fix the VPN issues out on the panel by editing the vpn.json file and manually adding the vpn details. Make sure after every VPN details } put a , (Comma) but not on the very last one in the list.. i.e. below..

{
"files": [
{
"country": "UK",
"city": "London",
"file": "https:\/\/**********\/uk_london_tcp.ovpn"
}, <<<<<<<<<<<<<<<<<<<<<<<<< Note the comma
{
"country": "UK",
"city": "Manchester",
"file": "https:\/\/**********\/uk_manchester_tcp.ovpn"
}, <<<<<<<<<<<<<<<<<<<<<<<<< Note the comma
{
"country": "UK",
"city": "Dublin",
"file": "https:\/\/**********\/ie-dublin_tcp.ovpn"
} <<<<<<<<<<<<<<<<<<<<<<<<< No comma
],
"cred": {
"username": "**********",
"password": "**********"
}
}
 
Top