TicTic - Android media app for creating and sharing short videos

TicTic - Android media app for creating and sharing short videos 11 March 2025

No permission to download

Montygarg910

Member
Nov 1, 2020
199
23
18
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?
 

raunix tech services

Member
Banned User
Sep 17, 2020
30
2
8
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
 

Montygarg910

Member
Nov 1, 2020
199
23
18
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
 

Montygarg910

Member
Nov 1, 2020
199
23
18
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??
 

Montygarg910

Member
Nov 1, 2020
199
23
18
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 .
 

habilm

New member
Aug 23, 2020
6
0
1
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?
 

Montygarg910

Member
Nov 1, 2020
199
23
18
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
 

help4uhelp

New member
Jul 18, 2020
17
3
3
$2a$10$2RU6OpponONj0eCINR1Tres7Bq0ZFNHDTrFBeU1L27eBxMDQikCYS which format is this and what is password
 

itspathanofficial

Well-known member
Null Master
Trusted Uploader
Mar 26, 2020
485
310
63
32
India
babiato.org
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
 

rameshe

Member
Jul 16, 2020
59
73
18
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 ?
 

wh1t35n0w

Member
Jul 31, 2020
56
31
18
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:

rameshe

Member
Jul 16, 2020
59
73
18
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
 

wh1t35n0w

Member
Jul 31, 2020
56
31
18
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:

Forum statistics

Threads
69,229
Messages
908,458
Members
237,125
Latest member
b4lance10

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