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

TicTic - Android Media App For Creating and Sharing Short Videos

TicTic - Android Media App For Creating and Sharing Short Videos 9 April 2024

No permission to download
Okay i will try thanks
I did this and also put log as mention by slvrsteele sir in log i have "sh ffmpeg : command not found"
So i debug little more and found when i login to vps as root and check on terminal as whereis ffmpeg it show path "usr/bin/ffmpeg/" but when i login cpanel and go to terminal from there and check ffmpeg then terminal show "ffmpeg : command not found" what i am doing wrong?
 
I did this and also put log as mention by slvrsteele sir in log i have "sh ffmpeg : command not found"
So i debug little more and found when i login to vps as root and check on terminal as whereis ffmpeg it show path "usr/bin/ffmpeg/" but when i login cpanel and go to terminal from there and check ffmpeg then terminal show "ffmpeg : command not found" what i am doing wrong?
you can give command from your root user only run every commands from root only and follow documents
 
Already did everything mention in doc but in doc there is need to provide path for ffmpeg and ffprobe but in new code i dont understand where i need to define that path . other issue after gone according to doc is when i hit url/serverRequirement it says unable to load ffprobe. when i did root access it have ffmpeg and ffprobe installed
 
Already did everything mention in doc but in doc there is need to provide path for ffmpeg and ffprobe but in new code i dont understand where i need to define that path . other issue after gone according to doc is when i hit url/serverRequirement it says unable to load ffprobe. when i did root access it have ffmpeg and ffprobe installed
Any help??
 
application installing. api
First check ffmpeg on your vps using serverequirement file from codecanyon whether you have that installed or not without that no use to solve other issue ...i also face same problem which you have and need to write some android code to work that .
 
ApiLinks.jks

public static final String main_domain="https://domain.com/";
public static final String base_url=main_domain+"musictok/";
public static final String api_domain =base_url+"index.php?p=";

how do i change?
 
Any one able to run this script successfully i am facing proble as unable to load ffprobe when video to gif convert occur
please help
 
$2a$10$2RU6OpponONj0eCINR1Tres7Bq0ZFNHDTrFBeU1L27eBxMDQikCYS which format is this and what is password
 
Brother first of all this is not my app and another thing is you can make same as one app too. Source code is available in the forum only.😉
can share you password of new update admin panel? it is not 123456

@slvrsteele can you decrypt this $2a$10$2RU6OpponONj0eCINR1Tres7Bq0ZFNHDTrFBeU1L27eBxMDQikCYS

its encrypted with latin1_swedish_ci
 
Anyone, please share a different password hash, or what is the password for New admin panel?

The present password hash is not guessable.

Is there any documentation for New Admin Panel ?
 
Password is hashed using bcrypt
$2a$10$2RU6OpponONj0eCINR1Tres7Bq0ZFNHDTrFBeU1L27eBxMDQikCYS
this password is 123456


i'm tested new admin panel & can login
[email protected]
123456
this is default admin credential

if you can't login, make sure your admin panel installed perfectly.
installation method of new admin panel is same as old admin panel.
 
Last edited:
How to configure API url in app ?
App stuck with TicTic splash screen.

admin panel can be access from website.com/portal
API uploaded in website.com/musictok

public static final String main_domain="http://website.com/";
public static final String base_url=main_domain+"portal/"; // musictok
public static final String api_domain =base_url+"index.php?p=";

or

public static final String main_domain="http://website.com/portal"; //http://website.com/musictok
public static final String base_url=main_domain+"API/";
public static final String api_domain =base_url+"index.php?p=";

I tried all these are not working.
Stuck with Splash Screen
 
How to configure API url in app ?
App stuck with TicTic splash screen.

admin panel can be access from website.com/portal
API uploaded in website.com/musictok

public static final String main_domain="http://website.com/";
public static final String base_url=main_domain+"portal/"; // musictok
public static final String api_domain =base_url+"index.php?p=";

or

public static final String main_domain="http://website.com/portal"; //http://website.com/musictok
public static final String base_url=main_domain+"API/";
public static final String api_domain =base_url+"index.php?p=";

I tried all these are not working.
Stuck with Splash Screen
i don't know but you might need https

you are installed new admin panel? old admin panel?
you can login admin panel?

I'm not using portal folder for admin panel.
admin panel is placed directly in the root folder

If you can access the admin panel without including the portal in the address, main_domain is https://website.com/
api url is https://website.com/musictok

If you cannot access the admin panel without including the portal in the address, main_domain is https://website.com/portal/
Make sure to include / at the end of the url.
api url is https://website.com/portal/musictok
 
Last edited:
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