• 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"

BubbleTok - The Ultimate Tiktok Clone app - Short Videos Social Media Android App

BubbleTok - The Ultimate Tiktok Clone app - Short Videos Social Media Android App v1.0

No permission to download
Then share correct files with the database.

what are you waiting for?
I Am Waiting for the Admin Credentials, If you could help me to reset the password from database then will share the fixing steps. Thanks!
 
I Am Waiting for the Admin Credentials, If you could help me to reset the password from database then will share the fixing steps. Thanks!

Did you try with admin / admin?
 
404 error came on admin page

please guys help

$config['index_page'] = '';

/*
any edits its on config.php
 
Code is the same, Just updated the database credentials and done some changes in Hosting > PHP Settings. Then working fine



public function jadminlogin($username,$password)
{
$this->db->select('*');
$this->db->from('tbl_admin');
// $this->db->where('admin_email',$username);
$this->db->where('admin_name',$username);
$this->db->where('admin_password',$password);
$query = $this->db->get();
$row_count = $query->num_rows();
$row_array = $query->row_array();

if($row_count > 0)
{
$this->session->set_userdata('is_admin_login',true);
$this->session->set_userdata('admin_id',$row_array['admin_id']);
$this->session->set_userdata('admin_name',$row_array['admin_name']);
$this->session->set_userdata('admin_email',$row_array['admin_email']);
$this->session->set_userdata('admin_password',$row_array['admin_password']);
$this->session->set_userdata('admin_profile',$row_array['admin_profile']);
$this->session->set_userdata('is_twofa',$row_array['is_twofa']);


________
no tbl_admin table in database bro.

and after seeing code and fos_user_table (your database) , he is using bcrypt.
 
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