FlyWeb for Web to App Convertor Flutter + Admin Panel Nulled

FlyWeb for Web to App Convertor Flutter + Admin Panel v3.0.6-09-10-24

No permission to download

maxpayneinfo

Well-known member
Trusted Uploader
Jan 5, 2021
650
1,278
100
Universe

itsM

Well-known member
Babiato Lover
GiveAway Master
Dec 31, 2020
253
926
93

codeninja

New member
Aug 2, 2020
12
1
3
It always says password is wrong for the admin panel, Moreover, i have tried to change it from db it still is not working, anyone can share what is the issue what wrong i am doing?

Same here: I get message install successfully but when I enter those credentials getting error
 

drug

Member
Trusted Uploader
Jan 11, 2019
56
49
18
It always says password is wrong for the admin panel, Moreover, i have tried to change it from db it still is not working, anyone can share what is the issue what wrong i am doing?

1644759642423.png
wrong nulled file uploaded :) try this until @Maxpayneinfo will update the resource too
 

tuanbrk

Member
Dec 2, 2019
90
14
8
@drug please send file to me. i'm too I get message install successfully but when I enter those credentials getting error
 

adoniasmz

New member
Nov 19, 2022
0
0
0
I could not login to admin panel on localhost can you give a helping hands.
it is not work .

1644783124456.png
 

makuni

Member
Jan 3, 2020
38
41
18
Hello.
If you cannot access the web panel.

Edit the users.php file which is in the controllers folder.
Change function

function login()
{
$sql = "SELECT * FROM $this->table WHERE email='$this->email' ";

if ($this->numRows($this->query($sql)) > 0) {
$user = $this->fetchArray($this->query($sql));
$pass = crypt($this->password, 'crypthash');
$verif = $user["password"];

if (hash_equals($pass, $verif)) {
return $user;
} else
// return false;
return $user;
} else {
// return false;
return $user;
}
}

Save and access with any password
Then change the password.

Return the users.php file to the original and enjoy!
 
  • Like
Reactions: sabokdasti

cranzi

Active member
Nov 18, 2019
283
66
28
how to set external url in browser or open a new tab. because the current version I see and try when opening the external url an error appears
 

monari

New member
Jan 7, 2021
21
2
3
not
Hello.
If you cannot access the web panel.

Edit the users.php file which is in the controllers folder.
Change function

function login()
{
$sql = "SELECT * FROM $this->table WHERE email='$this->email' ";

if ($this->numRows($this->query($sql)) > 0) {
$user = $this->fetchArray($this->query($sql));
$pass = crypt($this->password, 'crypthash');
$verif = $user["password"];

if (hash_equals($pass, $verif)) {
return $user;
} else
// return false;
return $user;
} else {
// return false;
return $user;
}
}

Save and access with any password
Then change the password.

Return the users.php file to the original and enjoy!
Not working,
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu