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

sandymsu

New member
Sep 15, 2019
19
11
3
Surat,Gujarat, India
I really don't understand how this is getting so much attention, broken or not. What are you going to do with this?

It's not because it's expensive that it has any value, there's no way to market something like this properly.
Respected Weev, It got attention becuase INDIA banned TikTok App, and many country going to ban tiktok as its chinese app(security reason), few app same like TikTok (moj app, chingari app) got so much downloads after TIkTok ban in india, thats why everyone going to publish TikTok clone.
 

¢яєαтυяє

Active member
May 29, 2020
144
50
28
Planet Earth
Upload is not working but some videos its accepting the file but doesn't really upload anything just shows loading
Login, profile edit , profile picture upload is working
App crashes at bubble wallet tab
 

Attachments

  • dbbbt.zip
    4.9 KB · Views: 64
  • SCREEN~1.JPG
    SCREEN~1.JPG
    306.1 KB · Views: 41
  • Like
Reactions: codd3ex

codd3ex

New member
Jul 11, 2020
20
4
3
Download Coders enjoy its value....100USD but if i'm upload free..but its some scam at developer...so check after used....best luck i will upload...install videos..
its working on Localhost idk w
orking need some a
Upload is not working but some videos its accepting the file but doesn't really upload anything just shows loading
Login, profile edit , profile picture upload is working
App crashes at bubble wallet tab
Bro can you share screen shot of your admin panel and the server side code for this and password of zip ..thanks in advance ..
 

ALAN_ln

New member
Jul 15, 2020
20
4
3
Everyone of those shouting SQL SQL has gone crazy. Even if you FIX YOUR DATABASE, this won't work. The code on the app side, doesn't has any upload code. All it has is a toast which says "Error uploading. Video must be more than 15 secs"

I don't get it how people expect it to run without the upload code :rolleyes:

Yes .... they think that it is a piece of cake ... the code has lot of bugs and even we made the database with our own hands still not working ... some of the features
 

zer0gr4vity

Active member
Jul 14, 2020
144
100
28
Yes .... they think that it is a piece of cake ... the code has lot of bugs and even we made the database with our own hands still not working ... some of the features

Exactly. Parts of code is missing on the android side. And people here are mad about SQL instead.
 
  • Like
Reactions: ALAN_ln

Abhimitra

New member
Jul 13, 2020
9
1
3
Upload is not working but some videos its accepting the file but doesn't really upload anything just shows loading
Login, profile edit , profile picture upload is working
App crashes at bubble wallet tab

- For profile picture update I have added the column 'user_profile' as below but duplicate images been stored in /upload folder.
`user_profile` mediumblob NOT NULL in the 'users' table
- Also have added below for restricting duplicate email id insertion in 'users' table.
ALTER TABLE `users`
ADD PRIMARY KEY (`user_id`);
ADD UNIQUE KEY `user_email` (`user_email`);
ADD UNIQUE KEY `user_name` (`user_name`);
- Looking like couple of variable from 'Video.java ' are missing in 'video_table + sound + sound_category + post + 2 more' tables in databases.
e.g -> 'added_by' column is missing from 'sound' table
- If we compare the tables (users + video + sound) from 'TicTic database, we can get some ideas about the relationships.
- In TicTic -> fb_id(users), fb_id & sound_id(videos) & id, uploaded_by(sound) are interlinked. The dummy inserted values like (102970476542908425990).
- I think you @LeLouched already discovered it.
.
Hey your attached 'db' file is password protected. Can you please share it ?
Thanks
 

Forum statistics

Threads
69,752
Messages
912,233
Members
242,587
Latest member
esfandiari

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