Jump to content
Bicrypto v3.7.0 + All Plugins ×

Anonymous_Insane

Members
  • Posts

    14
  • Reputation

    1
  • Files

    4
  • Joined

  • Last visited

About Anonymous_Insane

  • Birthday November 20

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Anonymous_Insane's Achievements

Apprentice

Apprentice (3/14)

  • Collaborator Rare
  • Reacting Well
  • Dedicated Rare
  • Conversation Starter Rare
  • First Post

Recent Badges

1

Reputation

  1. View File Shortzz : Short Video App Flutter Script With Admin Panel | Android | iOS | Tiktok Clone | Full App What is included: - App Flutter Source Code (Android & iOS) - Backend (Admin Panel) Source code (Laravel) - Database file (SQL) - Documentation To Setup and configure the project Shortzz is a flutter template to create short video apps with amazing features like Short Videos with Hashtags, Likes, Gifts , Live Streaming, Real-time chats, Light-Dark Mode, Watermark, Sending Gifts and lot more to come… Anyone can create their own beautiful app using this template and save many hours. iOS Functional Demo: https://testflight.apple.com/join/wmt67C6w Android Functional Demo: https://retrytech.site/demoApp/Shortzz/ShortzzAndroid.apk Admin Panel Demo: https://shortzz.invatomarket.com/ Username: tester Password: tester Admin Panel Features: Dashboard to check data counts Manage hashtags and move them to explore screen Manage users : View, Edit, Delete Manage Posts: View, Delete Manage Sounds Categories Manage Sounds Manage Profile Categories Verification Requests for blue tick Manage reported users and posts Manage Coin rates Manage rewarding actions Coins Plans and Pricing Redeem Requests Application Features: Explore Videos: For you & Following Explore page to check trending hashtags and videos Like, comment, share, download videos Search for posts and users Explore videos by hashtags Create and scan QR codes of profiles Notifications Manage user profile Privacy setting Coin wallet Create videos on sounds Create videos on the same sound of other video Post your videos from gallery Works with S3 storage, for faster video loading Place Redeem Requests Purchase coins Send coins to other users See videos by sounds And a lot more… This script can be used for: Cheez clone, Dubsmash clone, Firework clone, FUNIMATE clone, KWAI clone, likee app clone, Lomotif clone, musically app clone, TikTok clone, Thriller clone, Video Star clone, Vigo Video clone, vmate clone, android app, music, short videos, social media, social media app, video sharing. Tik tik clone, Snapchat clone, hello clone, video social media app, tiktuk clone, like app clone, etc. What is Flutter? Flutter is an open-source mobile application development SDK created by Google. It is used to develop applications for Android and iOS, as well as being the primary method of creating applications for Google Fuchsia. Flutter widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts to provide full native performance on both iOS and Android. Why buy this? Save 200 hours and thousands of USD Clean and Structured code Easy-to-implement features Bug-free code practice No deprecated code Amazing UI Easy to change themes and images Clean and step-by-step documents We are available For freelance hire: We are available for freelance hire. If you have your ideas in your mind and want to make it real? We can be your full-stack mobile app developer for any kind of category. Just message us and let’s discuss your vision, ideas, tech stacks, and build it. Submitter Anonymous_Insane Submitted 04/26/2024 Category Flutter Demo https://codecanyon.net/item/shortzz-short-video-app-flutter-script-with-admin-panel-android-ios-tiktok-clone-template/38177023  
  2. Version 8 April 2024

    What is included: - App Flutter Source Code (Android & iOS) - Backend (Admin Panel) Source code (Laravel) - Database file (SQL) - Documentation To Setup and configure the project Shortzz is a flutter template to create short video apps with amazing features like Short Videos with Hashtags, Likes, Gifts , Live Streaming, Real-time chats, Light-Dark Mode, Watermark, Sending Gifts and lot more to come… Anyone can create their own beautiful app using this template and save many hours. iOS Functional Demo: https://testflight.apple.com/join/wmt67C6w Android Functional Demo: https://retrytech.site/demoApp/Shortzz/ShortzzAndroid.apk Admin Panel Demo: https://shortzz.invatomarket.com/ Username: tester Password: tester Admin Panel Features: Dashboard to check data counts Manage hashtags and move them to explore screen Manage users : View, Edit, Delete Manage Posts: View, Delete Manage Sounds Categories Manage Sounds Manage Profile Categories Verification Requests for blue tick Manage reported users and posts Manage Coin rates Manage rewarding actions Coins Plans and Pricing Redeem Requests Application Features: Explore Videos: For you & Following Explore page to check trending hashtags and videos Like, comment, share, download videos Search for posts and users Explore videos by hashtags Create and scan QR codes of profiles Notifications Manage user profile Privacy setting Coin wallet Create videos on sounds Create videos on the same sound of other video Post your videos from gallery Works with S3 storage, for faster video loading Place Redeem Requests Purchase coins Send coins to other users See videos by sounds And a lot more… This script can be used for: Cheez clone, Dubsmash clone, Firework clone, FUNIMATE clone, KWAI clone, likee app clone, Lomotif clone, musically app clone, TikTok clone, Thriller clone, Video Star clone, Vigo Video clone, vmate clone, android app, music, short videos, social media, social media app, video sharing. Tik tik clone, Snapchat clone, hello clone, video social media app, tiktuk clone, like app clone, etc. What is Flutter? Flutter is an open-source mobile application development SDK created by Google. It is used to develop applications for Android and iOS, as well as being the primary method of creating applications for Google Fuchsia. Flutter widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts to provide full native performance on both iOS and Android. Why buy this? Save 200 hours and thousands of USD Clean and Structured code Easy-to-implement features Bug-free code practice No deprecated code Amazing UI Easy to change themes and images Clean and step-by-step documents We are available For freelance hire: We are available for freelance hire. If you have your ideas in your mind and want to make it real? We can be your full-stack mobile app developer for any kind of category. Just message us and let’s discuss your vision, ideas, tech stacks, and build it.
    29.00 EUR
  3. Here is the complete fix. Once you've installed the script (by editing the Environment.php), you need to edit 2 more files to completely null the verification. /components/app/Http/Livewire/Admin/License.php /components/vendor/arcanedev/localization/src/Middleware/LocaleAuth.php You need to do the same patch, change success to error.
  4. No need to go with other scripts. Here is the complete fix. Once you've installed the script (by editing the Environment.php), you need to edit 2 more files to completely null the verification. /components/app/Http/Livewire/Admin/License.php /components/vendor/arcanedev/localization/src/Middleware/LocaleAuth.php You need to do the same patch, change success to error.
  5. Even if somehow you break the TripleDes Algorithm of the app, it is still required to verify the app in the script's backend with its purchase code or it would not connect. This patch removes that verification.
  6. ATTENTION! For those stuck on app verification code in 2023 (v4.3.2) The patch is same as discovered by @Matrix in 2018 but we now have a different file. Instead of requests.php, Navigate to xhr folder and edit the admin_setting.php file. Line no. 2418 for me, if (!empty($check['status'])) { if ($check['status'] == 'SUCCESS') { You need to replace SUCCESS with ERROR in the app status you want to use, then verify it with a random code and it works for all 4 apps. Again, all credits goes to @Matrix for discovering this patch first!
  7. View File Archi - Interior Design WordPress Theme Archi is specially made for Interior Design, Dining Room, Exterior Design, Kitchen Design, Living Room Design, Master Bedroom Design, Residential Design, Furniture Design, Office Design, Commercial Design, Hospital Design, Cottage, Architecture, Contractor, Construction, Building, Industrial, Industry & Manufacturing, Factory, Gardening, Lawn & Landscaping, Staging Website, Construction & Business, etc…, Archi help you to build beauty and modern website in no time. Archi has a beautiful design and a bunch of features to make your website stand out from the crowd. Powered by WordPress. Get Archi WordPress Theme now! Submitter Anonymous_Insane Submitted 11/24/2023 Category Themes Demo https://themeforest.net/item/archi-interior-design-wordpress-theme/12649286
  8. Title misleading. Post is about: Neeon – WordPress News Magazine Theme You can find Archi - Latest Version 4.4.11 – 23 November, 2023 here:
  9. Version 4.4.11

    50 downloads

    Archi is specially made for Interior Design, Dining Room, Exterior Design, Kitchen Design, Living Room Design, Master Bedroom Design, Residential Design, Furniture Design, Office Design, Commercial Design, Hospital Design, Cottage, Architecture, Contractor, Construction, Building, Industrial, Industry & Manufacturing, Factory, Gardening, Lawn & Landscaping, Staging Website, Construction & Business, etc…, Archi help you to build beauty and modern website in no time. Archi has a beautiful design and a bunch of features to make your website stand out from the crowd. Powered by WordPress. Get Archi WordPress Theme now!
    Free
  10. View File Tijarah | Digital Marketplace WooCommerce Theme Tijarah – ultimate wordpress theme to build an online store or marketplace using woocommerce. Tijarah Theme allows you to create your own marketplaces such as Amazon, eBay, Etsy, Themeforest, or CreativeMarket and it takes only a few hours to set up your website and sell goods. If you want to sell your items such as templates, arts, tutorials, music, ebooks, stock photography, stock footage, themes, plugins, code snippets, Softwares, or digital services then Tijarah is for you The Tijarah theme is heavily customized and organized for selling different kinds of digital products as we mentioned above. Integrated Elementor Page builder allows you to create your web pages quickly & visually without knowing a single piece of code. Not only you, but also you can create a multi-vendor marketplace for others where people can sell their own products. and Tijarah support dokan you to use as a multi-vendor solutions Features Overview Elementor Page Builder: Elementor is the best FREE WordPress Page Builder, with over 3 million active installs. Create beautiful websites using a simple drag and drop interface. One Click Demo Importer : With demo data importer, you’ll be set up and ready to customize your site in minutes.. Bootstrap 4.x Framework: Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. Responsive Layout Design: What ever you are using the device your site will run as it should be. Gru Theme is fully responsive layout for all type of devices. Lifetime Auto Updates and User Support : Each purchase of the Theme guarantees you lifetime access to future theme auto updates at no extra cost. You also get six months of user support with the option of extending this period should you wish. Freatures List 5 Home pages Stock Photography Sell Video Clip Sell Audio Sell Elementor page builder Dokan support No coding knowledge required 3 Shop layout 1# Full-width 3 grid 2# Left sidebar 3# Right sidebar Based on Bootstrap 4.x 100% Responsive Niche Specific WordPress Theme WordPress Latest Version Compatibility One click Demo import Custom Widgets Support WP Custumizer Social Link on banner and footer Contact Form 7 Cross Browser Support Professional Support Regular Updates Google Fonts Easy to customize Amazing 5 stars support Detailed documentation Translation ready Submitter Anonymous_Insane Submitted 11/22/2023 Category Themes Demo https://themeforest.net/item/tijarah-digital-marketplace-woocommerce-theme/25768255  
  11. Version 1.3.7

    103 downloads

    Tijarah – ultimate wordpress theme to build an online store or marketplace using woocommerce. Tijarah Theme allows you to create your own marketplaces such as Amazon, eBay, Etsy, Themeforest, or CreativeMarket and it takes only a few hours to set up your website and sell goods. If you want to sell your items such as templates, arts, tutorials, music, ebooks, stock photography, stock footage, themes, plugins, code snippets, Softwares, or digital services then Tijarah is for you The Tijarah theme is heavily customized and organized for selling different kinds of digital products as we mentioned above. Integrated Elementor Page builder allows you to create your web pages quickly & visually without knowing a single piece of code. Not only you, but also you can create a multi-vendor marketplace for others where people can sell their own products. and Tijarah support dokan you to use as a multi-vendor solutions Features Overview Elementor Page Builder: Elementor is the best FREE WordPress Page Builder, with over 3 million active installs. Create beautiful websites using a simple drag and drop interface. One Click Demo Importer : With demo data importer, you’ll be set up and ready to customize your site in minutes.. Bootstrap 4.x Framework: Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. Responsive Layout Design: What ever you are using the device your site will run as it should be. Gru Theme is fully responsive layout for all type of devices. Lifetime Auto Updates and User Support : Each purchase of the Theme guarantees you lifetime access to future theme auto updates at no extra cost. You also get six months of user support with the option of extending this period should you wish. Freatures List 5 Home pages Stock Photography Sell Video Clip Sell Audio Sell Elementor page builder Dokan support No coding knowledge required 3 Shop layout 1# Full-width 3 grid 2# Left sidebar 3# Right sidebar Based on Bootstrap 4.x 100% Responsive Niche Specific WordPress Theme WordPress Latest Version Compatibility One click Demo import Custom Widgets Support WP Custumizer Social Link on banner and footer Contact Form 7 Cross Browser Support Professional Support Regular Updates Google Fonts Easy to customize Amazing 5 stars support Detailed documentation Translation ready
    Free
×
×
  • Create New...