TikTok Video Downloader PHP ScriptTikTok Video Downloader PHP Script
TikTok Video Downloader (without Watermark) + Original Audio Extractor - Web based API Average rating of 5.0 based on 4 votesTikTok Video Downloader PHP Script
TikTok Video Downloader (without Watermark) + Original Audio Extractor - Web based API Average rating of 5.0Overview
Description:
It is one of the best TikTok Downloaders available online to download TikTok videos without watermark. You are not required to install any software on your computer or mobile phone, all that you need is a TikTok video link, and all the processing is done on our side so you can be one click away from downloading videos to your devices.Â
Why choose our script? Well, we’ll not brag about this but it is one of the top-quality script available in the market and provide more functions than it’s competitor sites. We crafted a highly professional UI and used advanced technologies on Frontend and Backend. We’re using Vue.Js Single Page Application along with PHP, SASS, Typescript & Webpack. Which makes this script light, responsive, mobile optimized and cross-platform supported.
Demo
Admin Panel Demo
Email: [email protected]
Password: password
Features
- Responsive Design
- Vue.js Single Page Application
- SEO Optimized
- Mobile Version Optimized
- Using TikTok Web Api
- Download Original Audio
- Original + Without Watermark Video Download
- Multiple Ad Spaces
- Social Sharing Option
- Custom Video Player
- Direct Link Sharing
- Well Commented code
Requirements
Please read the whole documentation along with the requirements at TikTok Downloader Docs
Instructions
Disclaimer
Please read this carefully in order to understand. Each of the API’s have the possibility to break, change, deprecate at any time depending on the changes they make to their website and I have no control and take no responsibility for this matter. Although I will try to keep this updated as fast as possible and fix any potential bug that might appear because of this matter. Refunds due to mentioned API problems that might occur used within the script are not viable.
This product is in no way affiliated with, authorized, maintained, sponsored or endorsed by TikTok or any of its affiliates or subsidiaries.
Changelog
Please make sure to always back up your files before updating. I am not responsible for any update going wrong and messing / losing your previous or actual files.
Version 2.2.5 – 05 Oct, 2020
Error while fetching tiktok video fixed Minor tweaks
Files to Replace /** APP UPDATES **/ \index.php \lite\vendors\codspikex\lite\helpers.php \lite\app\views\home.php /** CREATE FOLDERS **/ \storage\videos \storage\covers \storage\user /** IMPORTANT CHANGES **/ After replacing index.php file if you've already installed the script but is redirecting you to installation page? Make these changes in index.php file on line 3 Find define('$INSTALLED$',true); (Only on Line 3) Replace it with define('INSTALLED',true); /** CONFIG UPDATE **/ \lite\config\app.php 'version'=>'2.2.4', => 'version'=>'2.2.5',
Version 2.2.4 – 03 Oct, 2020
Video covers not loading fixed User picture not loading fixed Original video download fixed Video preview fixed Cronjobs updated Minor tweaks
/** IMPORTANT **/ Delete all entries in "videos" Database table /** APP UPDATES **/ \lite\app\Controllers\API\v1\FetchController.php \lite\app\Controllers\DownloadController.php \lite\app\Jobs\CoverChecker.php \lite\app\Jobs\VideoChecker.php \lite\app\Servics\TikTok.php \lite\vendors\codspikex\lite\helpers.php \index.php \cron.php /** REMOVE **/ \storage\.htacess /** CONFIG UPDATE **/ \lite\config\app.php 'version'=>'2.2.3', => 'version'=>'2.2.4',
Version 2.2.3 – 04 Sep, 2020
Cronjobs issue fixed. Extra Code issue fixed. Minor Fixes
Files to Replace /** ASSET FILES **/ /assets/js/*.js (All Files) /** APP FILES **/ /lite/app/Controllers/API/SettingController.php /lite/app/Jobs/CoverChecker.php /lite/vendor/codespikex/lite/helpers.php /** CONFIG SETTINGS **/ in "/lite/config/app.php" file change ( 'version'=>'2.2.2', ) => ( 'api_version'=>'2.2.3', ) /** SRC FILES **/ /lite/src/ts/pages/Admin/Code.vue
Version 2.2.2 – 27 Aug, 2020
Non-watermark video download issue fixed.
Files to Replace /** ASSET FILES **/ /assets/js/*.js /** APP FILES **/ /lite/app/Controllers/DownloadController.php /lite/app/Services/TikTok.php /** CONFIG SETTINGS **/ in "/lite/config/app.php" file change ( 'version'=>'2.2.1', ) => ( 'api_version'=>'2.2.2', ) //SRC FILES /lite/src/ts/pages/Admin/Settings.vue
Version 2.2.1 – 25 Aug, 2020
Non-watermark issue fixed. Extra Code issue fixed. Minor Fixes
Files to Replace /** ASSET FILES **/ /assets/css/app.css /assets/js/*.js (All Files) /** APP FILES **/ /lite/app/Controllers/DownloadController.php /lite/app/Controllers/API/v1/FetchController.php /lite/app/Jobs/VideoChecker.php /lite/app/Services/TikTok.php /** FRAMEWORK FILES **/ /lite/vendor/codespikex/lite/helpers.php /lite/vendor/codespikex/lite/Utility/Config.php /** CONFIG SETTINGS **/ in "/lite/config/app.php" file change ( 'api_version'=>'v1|v15', ) => ( 'api_version'=>'wrapper', ) change ( 'version'=>'2.1.1', ) => ( 'api_version'=>'2.2.1', ) //SRC FILES /lite/src/ts/helpers/utils.ts /lite/src/ts/layouts/AdminLayout.vue /lite/src/ts/mixins/SearchInput.ts /lite/src/ts/pages/Admin/Settings.vue /lite/src/ts/components/layout/videoBox.vue /lite/src/ts/components/element/topSearch.vue /lite/src/ts/components/element/recentSearch.vue
Version 2.1.1 – 05 July, 2020
New Tiktok Video Url support (vt.tiktok.com) Ads Size overflow issue fixed Show Download size when file is being downloaded Minor Fixes
Files to Replace \lite\app\Controllers\DownloadController.php \lite\vendor\codespikex\lite\helpers.php \assets\css\app.css \assets\js\*.js (All Files)
Version 2.1.0 – 01 July, 2020
API V1.5 Released Sitemap.xml fixed Url change on video screen Adsense codes improvements New ad slots on the main page Google Analytics bugs fixed Many More Improvements
Files to Replace \lite\config\code.php \lite\app\Controllers\API\v1\FetchController.php \lite\app\Controllers\API\SettingController.php \lite\app\Controllers\DownloadController.php \lite\app\Services\TikTok.php \lite\app\views\home.php \lite\app\views\sitemap.php \lite\vendor\codespikex\lite\helpers.php \lite\vendor\codespikex\lite\Utility\Config.php \assets\js\* (All Files) \assets\css\app.css
Version 2.0.1 – 23 June, 2020
-Polyfills Added -MS Edge(old) Support -Mobile device touch issue fixed -Cronjobs fixed -Placeholder for deleted video cover -Escape comments in code blocks -Many more minor fixes
Files to Add \assets\images\no-image.jpg Files to Replace \assets\css\app.css \assets\css\preloader.min.css \assets\js\*.js (Whole Folder) \lite\app\kernal.php \lite\app\views\home.php \lite\app\Models\Video.php \lite\app\Jobs\ImageChecker.php \lite\app\Jobs\VideoChecker.php \lite\app\Controllers\HomeController.php \lite\app\Controllers\API\SettingController.php \lite\app\Controllers\API\v1\FetchController.php
Version 2.0 – 18 June, 2020
- Complete new UI Design - Built from Scratch - Landing Page - Single Video page Re-design - New Admin Panel - CMS Page System - Customizable Navigation Menu - Customizable Social Links - Cronjobs Introduced - Dark Theme Support - Framework Updated - Auth System Improved - Session Workaround - API Updated - Lots of other features
Version 1.2.0 – 05 June, 2020
- Fix for recent TikTok backend web-api changes
Files need to be replaced \app\core\Controllers\DownloadController.php
Version 1.1.0 – 29 April, 2020
- Now footer link can be replaced from App.php - Downloading issue on some shared hosting is fixed - 30 video will be listed in Trending section - 100 recent videos will now be listed In Admin Panel - Sitemap.xml file added
I'll recommend you to clean install, but before installing make sure to backup app.php & database.php file.
Version 1.0.2 – 28 April, 2020
- Major Bug Fixes
Version 1.0.1 – 26 April, 2020
- Logout Button Added - Bug Fixes
Version 1.0.0 – 24 April, 2020
- Initial Release
Reviews
-
Jun 22, 2020Syed Hasan PurchasedRating:This script is great and works fine with Apache, LiteSpeed and OpenLiteSpeed Servers. Nginx support isn't there for v2.0 so far. Support service is quick.
-
May 19, 2020
-
May 7, 2020
-
Apr 28, 2020
Future product updates
Quality checked by Codester
Lowest price guarantee
Category | Scripts & Code / PHP Scripts |
First release | 24 April 2020 |
Last update | 5 October 2020 |
Software version | PHP 7.2, PHP 7.3, PHP 7.4 |
Files included | .php, .css, .sql, Javascript .js |
Tags | Downloader, tiktok, tiktok downloader |