• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

FlyWeb for Web to App Convertor Flutter + Admin Panel Untouch

FlyWeb for Web to App Convertor Flutter + Admin Panel Untouch 3.0.5n

No permission to download
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
 
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
 
@drug please send file to me. i'm too I get message install successfully but when I enter those credentials getting error
 
I could not login to admin panel on localhost can you give a helping hands.
it is not work .

1644783124456.png
 
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
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
 
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,
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock