Jump to content

Flash Sale

Scripts

1,560 files

  1. downGrade is single vendor digital products marketplace with support system.You can selling your items an online store to suitable marketplace. Suitable selling items are themes,plugin and scripts. Script Developed with PHP Laravel & Mysql and Bootstrap4 Support. There are many powerful features for user roles, flash deals, blog, payment gateways, social login & shares, multilanguage & recaptcha, import / export product, invoice generate, newsletter, guest checkout…ect we provide to help of details documentation it will take few minutes to quick installation.
     
    Products List Drag and Drop Product Files Upload Package Include Compatible Browsers Google Adsense Country Clear cache Newsletter Order Details Refund Request Rating & Reviews Withdrawal Request Dynamic Pages Contact Information Blog Management General Settings Color Settings Email Settings Media Settings Currency Settings Payment Settings Social Settings Limitation Settings and more…
    • Free
    • 1,403 Downloads
    • 8 Comments
  2. The Support Ticket System is an adequately designed ticket managing PHP system that facilitates a great user experience for your Clients / Customers / End-User. Accessible by multiple Agents and Admins, this tool helps in managing tickets generated by Clients / Customers / End-User. By adequately managed support you can close the generated tickets.
     
    What to expect from Support Ticket System
    An effective dashboard with a graphical representation of categories and tickets. Get insight on several agents as well as open and closed tickets. Facilitates multiple admin usage Generates ease for clients in creating tickets You can add multiple agents to resolve queries End-user can chat with the agent Search tickets by a unique number Make custom your new ticket form Change the ticket status to in progress, on hold, or closed Maintaining personal notes for each ticket Create various categories for easy customer resolution Knowledge Base Module Multiple language access Wizard installation An expressive, elegant syntax using Laravel A user-friendly RTL experience for the customers using Arabic, Hebrew, and Urdu-like languages Built with Laravel 8 Salient Features of Support Ticket System
    Ease in Ticket Generation
    This tool facilitates clients to create tickets and attach files. They can select their query from a well-curated list of FAQs. On the successful generation of the ticket, the unique ticket id is created and the link is sent via mail to the client.
    An Effective Dashboard
    Get easy access to open and closed ticket statistics. A visual presentation of categories and a monthly generated ticket chart are presented.
    Search Tickets
    Customers can search for the tickets with their unique ticket id.
    Manage Tickets
    Add new tickets as and when required. Get a detailed list of all the generated tickets with their respective ticket IDs, categories, subject, status, and essential information. Edit them by adding a new response or changing the status with a simple click.
    Maintain a Personal Note for each ticket
    You can make notes for each ticket according to the need. This makes following up on queries easier.
    Managing Categories
    Create categories of the color you want for the easy management of generated tickets. Clients can select from a list of categories for their concerned problem. This makes resolving tickets much easier and simpler.
    Chat with Agent
    End-user can chat with the agent and the agent will give a response to the user query. For push notifications, we have added a pusher configuration.
    Add Agent
    Add new agents for giving support to your customer, Agent can see all tickets and give a response to them.
    • Free
    • 282 Downloads
  3. Ai2Pen is a powerful AI writing assistant and content creator that uses sophisticated Open AI Artificial Intelligence technology to generate various types of text content such as articles, blogs, ads, media, YouTube video ideas, social media posts, emails, stories, product descriptions, website content, and digital ad content. Not only text, but also it can produce images and speech to text. It saves time and effort by automating tedious writing tasks, making it easy to generate high-quality content quickly.
     
    Chat with AI
    At AI2PEN, we understand the importance of providing fast and accurate customer support, which is why we have developed an AI-powered chatbot with a Chat with AI feature similar to ChatGPT. With this feature, your customers can engage in natural language conversations with our chatbot, receiving personalized and relevant responses to their queries in real-time.
    AI-powered Content Generation
    Ai2Pen’s AI-powered content generation feature allows users to generate high-quality text content with ease. It provides users with the ability to create unique content for their business or personal use, making it an essential tool for content creation.
    Grammar Checking and Error Fixing
    The platform’s grammar checking and error fixing features ensure that the content is error-free. Ai2Pen automatically checks for grammatical errors and spelling mistakes, ensuring that the content is polished and professional.
    Content Rephrasing
    Ai2Pen’s content rephrasing feature ensures that the content is engaging and relevant. It provides users with suggestions on how to improve their writing and rephrases content to make it more understandable.
    AI-powered Image Generation
    Ai2Pen’s AI-powered image generation feature allows users to create unique and visually appealing images to complement their content. It provides users with access to a wide range of images that can be customized to fit their specific requirements.
    Transcription of Multimedia Files
    Ai2Pen’s transcription of audio and video files feature makes it easy to create content from audio or video recordings. It provides users with a transcript of the recording, making it easy to create text-based content from the recording.
    Support Multiple Open AI Models
    The Ai2Pen platform is designed to offer users the best and most up-to-date AI models available for content generation. With support for multiple Open AI models such as GPT-3(Ada, Babbage, Curie, Davinci), GPT-3.5(turbo), and even the highly anticipated GPT-4 (currently in Closed Beta), Ai2Pen is at the forefront of the latest advancements in AI technology.
    • Free
    • 417 Downloads
  4. Overview
    XSender Laravel Web Application sends bulk Emails through SMTP, PHP Mailer, Send Grid API, and also sends mass SMS via android device using SIM and SMS API Gateway. Also, You can send mass WhatsApp messaging, SMS and Email as a promotional campaign or others.
    Available Features
    Send Mass Email:- send mass email through supported files CSV, excel, TXT, and also from a group that you can store in your panel.
    Send Mass SMS:- Send SMS to many people at a time supported files CSV, excel, TXT, and also from a group that you can store in your panel.
    WhatsApp Messaging:- Send WhatsApp messages to many people at a time supported files CSV, excel, TXT, and also from a group that you can store in your panel. You can also add multiple WhatsApp account in your panel.
    Android SMS Sending APP:- Send SMS through the android SMS sending app from your country’s mobile SIM card for a low SMS cost. Try a downloaded DEMO APP from here. SMS Android Gateway app can reduce your SMS cost and if it runs with a dual SIM, the transferring process will be faster and smoother.
    Dual SIM Support:- Android SMS Sending app support dual SIM at a time, reducing SMS sending time from the queue.
    SMS API Gateway:- Send SMS from 3rd party API which is included 7 SMS API Gateways.
    Email Sending Method:- Send Email using SMTP, PHP Mailer, and SendGrid API. 
    • Free
    • 1,506 Downloads
    • 6 Comments
  5. 2 Premium Themes - MagicAi :
    Dark Theme Sleek Theme How To Acivate : 
    1- Extract Themes.zip into the project's main folder
    2- Execute the following SQL queries on your database
    INSERT INTO `extensions` (`id`, `version`, `slug`, `installed`, `created_at`, `updated_at`, `is_theme`) VALUES (17, '2.7', 'sleek', 1, '2024-07-23 10:48:22', '2024-07-23 10:48:22', 1), (18, '2.5', 'dark', 1, '2024-07-23 10:48:22', '2024-07-23 10:48:22', 1), (20, '1', 'default', 0, '2024-07-23 10:48:22', '2024-07-23 10:48:22', 1); 3- Change the values front_theme and dash_theme from within the app_settings table to the theme name you want
    INSERT INTO `app_settings` (`id`, `key`, `value`) VALUES (1, 'front_theme', 'dark'), (2, 'dash_theme', 'sleek'); front Names 
    - creative - Not included in this deal
    - default
    - dark
    dash Names
    - classic - Not included in this deal
    - default
    - sleek
    • 25.00 EUR
    • 5 Purchases
    • 26 Comments
  6. This file is sold by the programmer
    eFoond is the ultimate PHP search engine script that relies on Google Programmable Search (formerly Google CSE) to offer certain variation of search results without the need of any API keys. By default, 13+  different engines are pre-built, Web, Images, Videos, News, Subtitles, Maps, Torrents, Books, Movies. But with eFoond , the possibilities are endless, as you can literally search any specific portions of the web. Using the Google CSE Dashboard you can create your own search engines, that may search a topic that you prefer.
    There is a unique set of all-new search engines such as All, Images, Videos, News, Subtitles, Shopping, Apps, Design, Fonts, Maps, Torrents, Softwares, Books, Movies, and software that relies entirely on databases that are still under construction.
    We will release new versions as soon as possible.
    https://www.codester.com/items/43263/webwork-php-search-engine-script
    eFoond not only provides the search results, it displays them in an elegant and modern way, that is pleasant to the visitors. From the fully responsive layout to the full AJAX navigation support, speaks a design language inspired by a lot of search engines. That's why all the modern features like, Dark Mode and vocal microphone support is
    Fully translated into 22 languages.
    You can earn money through adsense ads for searches.
    Google Adsense partner-pub-xxxxxxxxxxxxx:xxxxxxx
    Site Demo: https://search.apkzzi.com/
    Admin: https://search.apkzzi.com/admin
    Email: www.efoond@gmail.com
    Password: efoond123098
    NOTE:
    Please understand that this script depends on a third party API. If a situation arrives when the API is discontinued, it will stop working. As I have no control over third party APIs, I won't be able to do anything to fix it. So before you purchase this, make sure you understand this. Thank you.
    Features
    Searches the entire web or specific parts of the web
    Instant answers, Real time search auto-completion, rich snippets
    13+ Preloaded search categories, but options to add as many as you want
    Responsive theme with built in vocal microphone and dark-mode support
    Fully interactive dashboard with tons of customization options
    No API Needed
    Requirements
    PHP 7.x - Linux/unix web-server.
    MySQL 5.6+
    Standard cPanel with phpmyadmin
    MySQL -PHP Extension
    CURL
    Instructions
    Le script fonctionne parfaitement sur ce serveur: https://ifastnet.com/portal/af...
    The perfect server name:Premium Web Hosting (cPanel)
    Perfect Server Award: $7.99/month
    Recurring Amount: $41.40USD
    Billing Cycle: Semi-Annually
    Payment Method: PayPal
    ____________________________________________________________________
    The script php is easy to install.
    • 30.00 EUR
    • 1 Purchases
  7. phpShort is an advanced URL Shortener Platform, that allows you to easily shorten links, target your audience based on their location or platform, and provide analytics insights for the shortened links.
    User Features
    DASHBOARD– Get the account overview at a glance. Quickly manage your latest or most popular Links.

    LINKS– Shorten links, one at a time, or in bulk. Add custom aliases, protect them with passwords, set expiration dates, custom targeting rules and more.

    SPACES– Organize your links into Spaces to easily manage them. Color code your spaces to recognize them at a glance.

    DOMAINS– Brand your links with your own domains and increase your click-through rate with up to 35% more.

    PIXELS– Retarget your audience and increase your conversion rates by implementing retargeting pixels in your links.

    STATS– Get analytics insights for your links about your audience Overview, Referrers, Countries, Cities, Languages, Platforms, Browsers, and Devices.

    EXPORT– Export your links or link’s stats in CSV format.

    SHARING– Share the links you create via Email, QR code, or trough the most popular social networks: Twitter, Facebook, Reddit, Pinterest, LinkedIn.

    CHECKOUT– Checkout through PayPal, Stripe, Razorpay, Paystack, Coinbase, Crypto.com, and Bank transfer.
    • Free
    • 54 Downloads
  8. StoreGo SaaS is here to offer you a seamless transition from the backend of your store to the front end. Right from managing the product inventories to fulfilling orders, every aspect of your store could be settled through StoreGo SaaS under one tab. Enjoy a manageable storefront with an easy user interface.
    • Free
    • 118 Downloads
  9. For a limited time the price is 79 instead of 249
    Another additional discount for a limited time at a price of 51€ will end at the end of April.
    After a lot of work and effort, I was finally able to run the entire script without the need for the author’s license. Perhaps some of you will notice that I sell this product separately and at a higher price after the repair process, but believe me, this is considered very cheap compared to the time and effort that was spent.
    As a buyer from DoniaWeB, you can freely use the script and install it on more than one domain
    Proof of what we sell and what you get:
    flangapp.mp4
     
    Flangapp PRO – Convert website to mobile app SAAS
    Flangapp is world’s first script for creating mobile apps from a website using the SAAS model.

    Demo account
    https://demo.flangapp.com/
    Login: demo@demo.com
    Password: demopassword
    Test credit card number:
    VISA 4242 4242 4242 4242 MMYY 12/25 CVC 321
    It is important!
    Please note, that Flangapp has deep integrations with some external services and APIs:
    - GitHub is an applications code storage service.
    - Expo snack SDK – tool for real-time app preview.
    - Codemagic is a service for app building and publishing. You have 500 minutes free per month (that’s about 150 app builds). Codemagic provider controls overlimit use and takes an additional fee for this.
    The terms of these API services can change any time and the author cannot do anything about it or guarantee uninterrupted work.
    The mobile app we get works on Android and iOS devices using WebView technology.

    The process of app creation is simple: write a name, a link to a website, set a color scheme, select a template. You can work with any site, any CMS. And it takes less than 9 minutes to create an application.

    These universal templates with user-friendly navigation can be used for any project.

    It is easy to test the application before paying and building. With Expo Snack SDK integration, your users can view their app in real time and make changes quickly. We simulate a real application using React Native, and show the expected result. After building, user receives a fast Flutter application.

    Effortless app signing. Just upload your keys to your account and Flangapp will sign the code automatically.

    Are you saying that publishing an iOS app in the AppStore without a Mac PC is difficult or even impossible? Flangapp can do it all for you – user applications can be automatically published in TestFlight without a Mac or your participation. All this magic is possible due to deep integration with Github and Codemagic API.

    Create your own pricing plans and subsribe conditions. Accept credit cards worldwide with Stripe, RazorPay, YooKassa.

    Create PUSH massages and control statistics without using the interface of third-party services. OneSignal API is already integrated in the Flangapp interface and is ready to work with Android devices.

    Fast Android and iOS apps on the same Dart codebase.

    All the most important functions for your Apps

    Developers will love it

    Create interesting navigation using icons from our big collection.

    • 79.00 EUR
    • 14 Purchases
    • 57 Comments
  10. Introducing SaleBot- WhatsApp and Telegram Marketing SaaS script. Automate your marketing campaign with the Leading SaleBot Script- SaaS-ready WhatsApp Cloud API-based bulk sender, AI assistant, and AI support system. Skyrocket your sales with SaleBot.
    Our team of experts has carefully crafted SaleBot to meet all your sales needs. From creating personalized messages to scheduling campaigns, our software does it all. Bulk WhatsApp marketing campaigns ensure high read rates of 95%-98% for your message to reach your target audience. But what sets SaleBot apart from the rest? As we use the official Meta Cloud API, Meta won’t block your campaign account.
    Expand your marketing plans with Telegram marketing, a platform gaining popularity by the day. SaleBot makes it simple to launch successful Telegram campaigns. You can easily send unlimited messages to your audience; up to 80% of them will open and read your content. This high open rate guarantees that your marketing is effective and reaches potential customers, not wasted.
    • Free
    • 1,600 Downloads
    • 36 Comments
  11. Compress and reduce the size of image files user file uploads for better performance & size reduction.
    The plugin is compatible with all altumcode products (latest versions).

    💻 How to install
    The installation is extremely easy.
    You simply need to download the files, unzip the package and then copy the "image-optimizer" folder inside of your plugins folder of the main product installation.
    After that, you can go inside of your admin panel, go to the Plugins management section and enable your new plugin.

    👨‍💻 How it works
    This plugin has 3 available providers:
    1 - Local optimization: Works with JPG files only.
    2 - Free public API: This external API currently supports images under 5MB, JPG, JPEG, GIF, and PNG.
    3 - Imagery Pro by AltumCode: Works with JPG, PNG, SVG, GIF, AVIF, WEBP files up to 20MB.
    • 5.00 EUR
  12. ProForum, developed on the robust Laravel 10 framework, serves as a versatile platform for professionals. It ingeniously integrates knowledge exchange, skillful candidate recruitment, and networking capabilities. With its adaptability across diverse sectors of interest, ProForum stands as an invaluable tool for a wide array of industries. The platform boasts robust security measures and a clean, intuitive design, ensuring a safe and user-friendly experience for all.
    Beyond its seamless integration of knowledge-sharing and skilled candidate recruitment, it introduces a unique credit system and supports over 10 payment gateways. What sets ProForum apart is its user-friendly installation process that requires no coding knowledge. This platform proves invaluable across various industries, providing a secure and seamless experience for all users. With stringent security features and a sleek interface, ProForum sets a new standard in professional forums and job platforms.
    Top Features
    - Beautiful Frontend and Backend Template
    - All Browser and Device Support.
    - Multi-language.
    - Global Settings.
    - SEO, Recaptcha & Live Chat.
    - 10+ Payment Gateways
    - Email Setting.
    - Email and SMS Templates.
    - GDPR Cookie Policy.
    - Privacy Policy Pages.
    - Fast support.
    - Easy Documentation
    Admin Features
    - Forum Posts Management
    - Jobs Mangement
    - Categories Management
    - Users Management
    - Credits Management
    - Report/Flags Management
    - Pages.
    - Page Contents.
    - Global Settings.
    - Subscribers.
    - Logo settings.
    - Live Chat.
    - SEO.
    - Recaptcha.
    - SMS Gateways.
    - Payment Gateways.
    - Email Settings.
    - GDPR Cookie Policy.

    User Features
    - Profile Management
    - Posts Management
    - Jobs Management
    - Applicants Management
    - Security Settings.
    - Two Factor Authentication.

    Technology Used
    Built with future-proof technologies.
    - Laravel 10
    - Bootstrap 5.x
    - jQuery 3.7.1
    Included with the script
    - Full Source Code
    - Documentation
    - Database
    • Free
    • 35 Downloads
  13. WorkDo Dash SaaS is an effective solution that incorporates several key features. It includes multi-workspace functionality, empowering users to create and manage multiple workspaces tailored to specific companies. Operating on a SaaS model, it provides the flexibility of cloud-based access, eliminating the need for local installations and offering seamless scalability. Furthermore, WorkDo Dash SaaS supports multi-addons, allowing users to enhance and customize the system with additional modules and extensions to meet their unique business requirements. This comprehensive solution promotes efficient collaboration, streamlined data management, and optimized processes, enabling organizations to achieve higher productivity and improved operational effectiveness.
    • Free
    • 1,641 Downloads
    • 15 Comments
  14. SignalMAX is an advanced , multilingual and stable Buy Sell notifier platform . With this script you may send signals for any market, including Forex, cryptocurrencies, stocks, CFDs. This platform is subscription based where users will take premium package using multiple payment gateway and they will get trading buy/sell notification via Email, SMS, personal Telegram , WhatsApp & Dashboard accounts. . Its also comes with the features like withdraw, referral commission , bulk email , support ticket and fit for all kind of devices. This application based on new Latest Laravel 8.x Framework
    • Free
    • 576 Downloads
    • 1 Comments
  15. Add-ons included in this package that support version 4 or higher:
    EcoSystem & Native Trading Addon for Bicrypto
    AI Trading Addon For Bicrypto - Crypto Investment & Subscription
    P2P Trading Addon For Bicrypto - P2P, Livechat, Offers, Moderation, Escrow, Disputes, Reviews
    Staking Crypto Addon For Bicrypto - Staking Investments, Any Stakable Coins, Tokens, Networks
    Wallet Connect Addon For Bicrypto - Wallet Login, Connect
    Multi Level Marketing Addon For Bicrypto
    Forex Trading & Investment Addon For Bicrypto - Forex, Stocks, Shares, Indices, Commodities, Equitie
    ICO LaunchPad Addon For Bicrypto - Token Initial Offerings, Projects, Phases, Allocations
    Ecommerce Addon for Bicrypto - Digital Products, Wishlist, Licenses
    Knowledge Base & FAQs addon for Bicrypto
    Binance Third-party Provider Addon For Bicrypto
    Binance.US Provider For Bicrypto (Only for United States)
    KuCoin Third-party Provider For Bicrypto - Market/Limit Orders, Fully Automated Liquidity
    MailWizard Addon For Bicrypto - AI Image Generator, AI Content Generator, Drag&Drop Email Editor
    XT Exchange Provider For Bicrypto Trading Platform
    Solana Blockchain for Ecosystem Addon Bicrypto (soon)
    Tron (TRX) Blockchain for Ecosystem Addon (soon)
    Monero (XMR) Blockchain for Ecosystem Addon (soon)
    What is not included in this package:
    Futures & Leverage Trading Addon For Bicrypto & Ecosystem
    Bicrypto Mobile - Fully Native Flutter Mobile App for Bicrypto
     
    Introducing Our Premier Trading Platform: A Convergence of Innovation and Excellence
    Market Leader in Trading Platforms: Recognized as the Rank 1 Best Selling and Most Highly-Rated (5-Star) Trading Platform.
    Peak Performance Platform: Acclaimed as the Rank 1 Best Performing Platform with a robust backend framework. Benchmark
    Advanced Next.js Frontend: Harnessing the power of Next.js for a cutting-edge frontend experience.
    Elite Trading Interface: Offering a top-end trading page, optimized for user engagement and performance.
    Adaptive Trading Page: A fully collapsible trading page that adjusts seamlessly across devices.
    Device-Responsive Design: Ensures a fluid experience on all devices with tailored layouts.
    Fully Tailored User Experience: Customize the frontend to your exact specifications, including global site themes, sidebars, shades, and colors.
    SEO-Optimized Whitelabel Solution: Fully customizable for brand alignment with built-in SEO enhancements.
    Dynamic SVG Animations: Elevate user interaction with fully animated SVGs, enhancing the platform’s interactivity.
    Automated Liquidity Solutions: Seamless integration with major exchange providers like Binance and Kucoin, alongside native exchange and blockchain integration using an ecosystem addon.
    Innovative Binary Trading System: Offering a cutting-edge binary trading experience.
    Native Charting Library: A comprehensive set of drawing tools and indicators for precise market analysis.
    Real-Time Orderbook: Stay updated with a live orderbook feature.
    Comprehensive User Management: A robust system for managing users, roles, and permissions.
    Fully Customizable KYC Templates: Adapt the KYC process with customizable templates and multiple levels.
    Comprehensive KYC System: A reliable and efficient Know Your Customer system.
    Expansive Extension Library: A vast array of extensions available, continuously expanding the platform’s capabilities.
    Unparalleled Platform Customization: Tailor every aspect of the site for a unique user experience.
    Versatile Wallet Management: Customize wallets with balance adjustment capabilities.
    Comprehensive Fiat Wallet System: A dedicated system for managing fiat wallets.
    Built-in Cron Manager: All backend crons are efficiently managed and executed upon deployment.
    Effortless Installation: Benefit from an automated installation script for straightforward setup.
    One-Click Live Updater: Keep the platform updated effortlessly with a single click.
    Integrated Mailing and Notification Systems: Efficient communication channels for user engagement.
    Enhanced Security: Robust 2nd-factor authentication system using SMS or app authenticators.
    Multilingual Capability with Auto-Translation: Break language barriers with an automated translator.
    Real-Time Support: Live support with an in-built websocket, independent of third-party services.
    Efficient Live Ticketing System: Streamline customer support with a live ticketing system.
    Dynamic Blogging Feature: A fully-functional blog system to engage and inform users.
    High-Yield Investment Program (HYIP) System: A platform for managing high-yield investments.
    Advanced Admin Management and Analytics: Comprehensive tools for platform administration and analytics.
    Exchange Integration Wizard: Easily connect with providers like Binance for orderbook integration.
    Fiat Currency Management Tools: Manage fiat currencies effectively.
    Dual Mode Interface: Choose between dark and light modes for user preference.
    Extensive API Documentation with Testing Functionality: Comprehensive API documentation, complete with integrated testing features for streamlined development and troubleshooting.
    Robust Security Framework: Advanced security measures including CSRF protection, and a sophisticated token system with token refreshing and expiration functionalities, ensuring top-notch security and user data protection.
    V4 Backend Features
    MashServer Framework: Built on top of uws20 for superior performance and scalability.
    Advanced Logger: Featuring categories, levels, and color-coded logs in a fully readable and filterable format.
    Swagger Documentation: New generator and parser for comprehensive API documentation.
    Validation Gate: Ensures secure handling of body, params, and queries with sanitization.
    Automatic Route Generator: Creates GET, POST, PUT, DELETE routes from API structures.
    Request Parsers: Conform to Swagger parameters and body configurations.
    Roles Manager: Efficient role management with caching.
    CLI Deployment Loader: Displays task durations for better deployment insights.
    Sequelize ORM: Complete database rework for proper naming conventions and performance.
    UUID Implementation: Transitioned all IDs to UUIDv4 for consistency.
    Lazy Loading Routes: Reduces server deployment times significantly.
    Middlewares: Enhanced authentication and rate limiting mechanisms.
    Authentication System: Session and cookie-based authentication for improved security.
    Edge Server: Live token validation on the frontend for enhanced security.
    JWT Management: Using JOSE for robust JWT generation and verification.
    Redis for Tokens: Faster and more efficient authentication processes.
    WebSocket Generator: Subscriptions and message handling for real-time communication.
    WebSocket Authentication: Token refreshing on WebSocket sessions.
    Database Singleton: Singleton instance for Sequelize to boost performance and enable live database syncing.
    Validation Module: Robust validation rules and pretty error message generation with avj.
    Live Notifications: Real-time notifications via WebSocket from API endpoints.
    Support and Admin Notifications: New notifier system for better communication.
    SQL to JSON Parsing: Simplifies migrations with efficient parsing.
    Migration Module: Facilitates seamless transition from v3 to v4, relinking relations and converting IDs to UUIDs.
    Task Manager: Efficient throttling with a new task manager.
    Token Generators: New methods for generating tokens.
    Online User Identification: Admins can identify online users using a WebSocket central system.
    Swagger Schema Generators: Automatically generate schemas for Swagger documentation.
    Data Handling Enhancements: Improved filtering, pagination, and sorting across all models and queries.
    Nested Filtering: Support for filtering and sorting by nested content.
    Paranoid System: Restore or permanently delete records with an initial trash system.
    Comprehensive Bulk Operations: Handlers for bulk status updates, deletions, and restorations.
    Token Regeneration: 14-day refresh token validity from session ID.
    Wallet System Overhaul: Addresses for deposits and withdrawals requested on demand.
    Deposit and Withdrawal Handlers: Comprehensive handling for various wallet types, including FIAT, SPOT, and ECO.
    Payment Gateways: Support for PayPal and Stripe for live deposit validation.
    Funds Transfer Logic: Seamless transfer of funds between all wallet types.
    Binary Trading Logic: Real-time validation with a WebSocket endpoint.
    Market Management: Admins can import and enable markets with new logic.
    Cron System: Efficient task automation with a new cron system.
    Authentication Systems: Live reCAPTCHA v3 validation and Google authentication.
    Wallet Authentication: SIWE (Sign-In with Ethereum) integration.
    Registration Logic: Email verification required for access.
    Email OTP Template: New reset template for email OTPs.
    Admin Analysis Manager: Comprehensive analysis tools for various models.
    Database Backup/Restore: New modules for efficient database management.
    Log Monitor: Enhanced logging with filtering, pagination, and sorting.
    Notification and Management Enhancements: Live updates and management for notifications and user records.
    Exchange Provider Testing: New module for testing exchange providers.
    Provider Balance Check: Endpoints for checking balances on provider sites.
    Fee Calculator: Efficient calculation of collectable fees.
    i18n Wrapper: Auto-converts strings for translation with necessary imports and definitions.
    Shared Types: Consistent types shared between backend and frontend.
    i18n Handler: Supports 64 locales with different fonts.
    Data Table: Comprehensive handling of data tables with live updates and multi-field filtering.
    Notification and Announcement Panels: Live-updating panels for notifications and announcements.
    UI Enhancements: Improved UI with guest, user, and admin menus.
    Live Search: Menu and collapsible item search for better navigation.
    Layouts: New sidebar, floating sidebar, and navigation bar layouts.
    Locale Storage: Locale preferences stored in localStorage and cookies.
    Page Management Rules: Per-page management rules for better control.
    Analytics Support: Integration with Google Analytics and Facebook Pixel.
    Trading Page Updates: Improved layout with dark/light mode support and real-time updates.
    Markets Card: Displays tickers for both provider and ecosystem markets.
    Custom Charting Library: Enhanced integration with the new layout.
    WebSocket Ecosystem: Endpoints for charts, order books, tickers, trades, and live order updates.
    Binary Trading: New page with live order previews and a comprehensive dashboard.
    Wallet Management: New page for managing wallets with deposit, withdraw, and transfer wizards.
    Dashboards: New dashboards for staking, forex, MLM, and ecommerce.
    Blog System: Dynamic and responsive blog system with a new comment system.
    Investment Pages: Comprehensive management and analysis tools for ICO investments, forex, and general investments.
    Support Page: New page with a live WebSocket endpoint for user support.
    System Health Check: Comprehensive health check with error reports for the admin dashboard.
    Media Monitor: New media monitor with deletion capabilities.
    Uploads Modifier: Controls image sizes and converts them to WebP for optimal performance.
    Live Migration Monitoring: WebSocket endpoint for live migration monitoring of record changes.
    Settings Page: Live updates for the settings page.
    KYC Control: New KYC control and template rendering in the user profile page.
    2FA Control: Enhanced control of 2FA in the user profile page.
    Menu Switcher: Seamless switching between user and admin menus.
    V4 New Features
    Page Builder: Introduced a new page builder with drag-and-drop, fully resizable, and responsive content generation, supporting dark/light mode.
    Container Element: Comprehensive control over dimensions, display type, gap, grid, alignment, justify, margins, paddings, and colors in both modes.
    Element Support: Enhanced support for text, link, input, checkbox, textarea, tag, button, image, and video elements with full editability.
    UI Library Support: Integration with Flowbite, Flowrift, HyperUI, Meraki-Light, Preline, and Tailblocks UI libraries, all converted to fully editable forms.
    Import/Export: Easily import and export encoded page content.
    Dynamic Content Rendering: Live updates for frontends utilizing Next.js services.
    Lazy Component Rendering: Load components as needed for optimal performance.
    Editable Blocks: Over 50 fully editable initial blocks, with potential for hundreds more.
    Undo/Redo Functionality: Easily revert changes or redo actions in the live page builder.
    • 399.00 EUR
    • 86 Purchases
    • 110 Comments
  16. Meet MagicAI.
    All-in-one SaaS platform to generate AI content and start making money in minutes.
    To activate script, run this command in phpmyadmin:
    UPDATE `settings_two` SET `liquid_license_type` = 'Extended License', `liquid_license_domain_key` = 'DoniaWeB' WHERE `settings_two`.`id` = 1;Why MagicAI?.
    MagicAI is designed to help you generate high-quality content instantly, without breaking a sweat.
    AI Text Generator
    AI Image Generator
    AI Code Generator
    AI ChatBot
    AI Speech to Text
    AI Models.
    MagicAI supports the most popular AI generation models.
    OpenAI
    GPT
    Dall-E
    Ada
    Curie
    Davinci
    AI Generator.
    AI WRITER
    MagicAI Writer is designed to help you generate high-quality texts instantly, without breaking a sweat. With our intuitive interface and powerful features, you can easily edit, export or publish your AI-generated result.
    AI IMAGES
    Generate high qualtity images for a wide range of applications, including web design, advertising, and social media. Whether you’re looking to create eye-catching graphics for your business or simply want to experiment with different design concepts, MagicAI is the perfect solution.
    AI CHAT
    Get instant answers to your questions, no matter the topic. Whether you’re looking to book a reservation, get product recommendations, or just chat about the weather, MagicAI is always ready and willing to help.
    AI CODE
    MagicAI is designed to make coding faster, easier, and more efficient than ever before. Whether you’re a seasoned developer or a coding newbie, our tool will help you streamline your coding process and get your projects up and running in no time.
    AI SPEECH TO TEXT
    Accurately transcribe your recordings in just minutes. With our user-friendly interface, you can upload your files and have them transcribed in a matter of clicks.
    Magic Tools.
    AI-POWERED
    Generate, edit, and publish unique text, image, code, and chat with the power of AI.
    MULTILINGUAL
    The ability to understand and generate content in different languages allows businesses to expand their reach and appeal to a wider audience.
    CUSTOM TEMPLATES
    Our tools can help you generate any kind of content from product descriptions and blog posts to email newsletters and social media updates.
    ADVANCED DASHBOARD
    A responsive dashboard allows you to access valuable insight and analytics, monitor user activity and manage site settings.
    PAYMENT GATEWAYS
    Securely process credit cards, debit cards, or other electronic payment methods such as Stripe and Paypal.
    EASY EXPORT
    Export generated copy as plain text, PDF, Word or HTML easily and automatically integrate into a wider system or workflow.
    SUPPORT PLATFORM
    Access Support Tickets from your dashboard and update the entire platform with a single click.
    EDITABLE WEBSITE 
    You can go to your admin dashboard and edit the landing page content easily.
     
    Custom Templates
    Create your own template or use pre-made templates and examples for various content types and industries to help you start quickly. 
    Post Title Generator
    Summarize Text
    Product Description
    Article Generator
    Product Name Generator
    Testimonial Review
    Problem Agilate Solution
    Blog Section
    Blog Post Ideas
    Blog Intros
    Blog Conclusion
    Facebook Ads
    Youtube Video Description
    Youtube Video Title
    Youtube Video Tag
    Instagram Captions
    Instagram Hashtags
    Social Media Post Tweet
    Social Media Post Business
    Facebook Headlines
    Google Ads Headlines
    Google Ads Description
    Paragraph Generator
    Pros & Cons
    Meta Description
    FAQ Generator (All Datas)
    Email Generator
    Email Answer Generator
    Newsletter Generator
    Grammar Correction
    TL;DR Summarization
    AI Image Generator
    Custom Generation
    AI Speech to Text
    AI Code Generator
    • Free
    • 5,757 Downloads
    • 134 Comments
  17. Group Chat is a Chatroom System for Group Chat & One to One Chat with a world of features designed to boost user engagement on your website. Build Your Own Chat Website in Minutes with Grupo Chat. Grupo Chat supports both WebSocket and AJAX based real-time communication methods. If you’re on shared hosting or your server doesn’t support WebSockets, you can opt for the AJAX-based real-time approach. For WebSocket functionality, we utilize PHP Swoole extension.

    • Free
    • 1,538 Downloads
    • 2 Comments
  18. Empower your entrepreneurial dreams with WhatsJet – the ultimate solution for aspiring WhatsApp Marketing Service Providers! With WhatsJet, you can effortlessly launch your own WhatsApp Marketing business and start earning revenue immediately. Leveraging the powerful WhatsApp Cloud API, WhatsJet eliminates the need for costly infrastructure, ensuring a seamless and cost-effective solution for your venture.
    Offer instant and scheduled campaigns to your clients, targeting specific contacts or groups with precision. WhatsJet’s intuitive interface allows you to manage campaigns efficiently, ensuring maximum engagement and ROI for your clients.
    Best of all, WhatsJet opens doors to recurring revenue streams. As you grow your client base and scale your services, enjoy the benefits of a sustainable income model, with the WhatsApp Cloud API costs borne by the platform.
    Start your journey towards entrepreneurial success today with WhatsJet – where innovation meets opportunity!
    • Free
    • 1,578 Downloads
    • 7 Comments
  19. Project Management
    Where productivity meets collaboration!
    Run all your projects, tasks, discussions, and client communications with ease. Get a clear overview of project budget and profitability, task lists, dependencies, and recurring tasks.

    View the way you need it - connect all the dots.
    Use our software to sort all your tasks in different task lists, with dependencies or subtasks, and see them across different views.
    List View
    Check out all your to-dos, update or edit them directly.
    Timeline View
    Excellent when you want to see or rearrange dependencies.
    Board View
    Drag and drop tasks across stages.
    Project Profitability Overview
    See how far you have gone and how much you still need to work with our real-time project tracking system.

    Built-In Automation and Tagging
    Repetition is sometimes a must, but you can rely on ActiveCollab to avoid clutter.
    Dependencies
    Create task dependencies. Change one date, and see dependencies automatically updated.
    Recurring tasks
    Stay on top of all your repetitive tasks at all times!
    Project Templates
    Save projects as templates for future use, more efficiency, and time.
    Custom Task Labels
    Add custom labels to tasks for more information, better filtering, and custom reporting.
    • Free
    • 49 Downloads
    • 1 Comments
  20. Welcome to Maildoll, the best email marketing software and email marketing application. It’s not just any email marketing script. It’s a comprehensive email marketing tool designed to simplify your life and supercharge your results. With Maildoll, you can also conduct SMS marketing to grow your business.
    No more monthly fees, message charges, and subscriber limits. Maildoll lets you experience a cost-efficient solution featuring a one-time payment and the freedom to manage an unlimited number of subscribers.
    Leave the complexities behind. Maildoll’s user-friendly interface lets you Effortlessly reach your entire audience with email campaigns and bulk sms sending. Treat your customers to personalized experiences through powerful segmentation features, ensuring every message resonates deeply. Import a vast amount of subscribers from various third party applications like Perfex CRM and Active ecommerce by utilizing our addon system.
    • Free
    • 285 Downloads
    • 2 Comments
  21. Now You can generate: Add, Edit Page Modal, View, Controller Searching, Sorting by field Pagination Export csv/pdf Single and multiple delete option Left join. Search, Sort data from foreign table Important features are one to many & many to many relationships Generate fields 1) Input 2) Textarea 3) Dropdown (Data from foreign table) 4) Status 5) Image 6) Radio (Unlimited options) 7) Checkbox (Unlimited options) Date 9) Time 10) Datetime
    Best coding practice. all coding standards followed. Clean and easy code. User friendly generator. Highly customizable. You can edit template to customize. Bootstrap admin panel Fully responsive Unlimited field. You can also generate CRUD with many left join. You can integrate generated code in your project without any error. The most important features are, you can create one to many & many to many relationships. Validation: allowEmpty, alphaNumeric, ascii, boolean, creditCard, date, dateTime, decimal, email, integer, ip, ipv4, ipv6, latLong, latitude, longitude, naturalNumber, nonNegativeInteger, notBlank, notEmpty, numeric, time, url, urlWithProtocol
    • Free
    • 10 Downloads
  22. Welcome to Xilacner, your comprehensive solution for building a dynamic and efficient freelance marketplace. Crafted with the powerful Laravel framework, Xilacner is designed to cater to both freelancers and clients, ensuring a seamless and productive experience for all users. Whether you are aiming to launch a full-scale freelance platform or a niche job-posting site, Xilacner is your go-to choice.
    • Free
    • 7 Downloads
  23. BookingGo SaaS revolutionizes business management by offering a comprehensive solution to handle every aspect of your operation. From seamlessly managing business hours, appointments, and break hours to overseeing users, customers, appointment calendars, and system settings, BookingGo SaaS provides an intuitive and efficient platform. With customizable features and automated processes, businesses can enhance time efficiency, improve customer experiences, and maintain superior organization. BookingGo SaaS adapts to diverse industries, offering scalability and flexibility to meet unique business needs. Elevate your business operations, simplify complex tasks, and unlock success with BookingGo’s user-friendly interface and powerful features.
    • Free
    • 88 Downloads
    • 2 Comments
  24. Note: This is not null file.
    How its work show video:-
     
    SYSTEM FEATURES
    Landing Page – Beautiful landing page for your SaaS platform, attract paying visitors with a stunning landing page! Dashboard – Beautiful and responsive dashboard for your users, it automatically fits any screen and resolutions, powered by quick loading technology. Quick Navigation – Zender is so freaking fast that your users will love staying longer. GTMetrix also returned 100/91 scores when tested for loading speed! Multiple Languages – Supports multiple languages, you can easily translate zender to different languages. It includes tons of languages by default. SMS Messages – Send sms via bulk and excel file, you can also receive replies in realtime. WhatsApp Chats – Send whatsapp chats via bulk and excel file, you can also receive replies in realtime. Schedule Messages – Schedule sms and whatsapp chats at any given time, greet someone automatically or broadcast periodic marketing messages. Long Messages – Supports sending long messages, the messages will be splitted to multiple parts if longer than 160 characters. You are not bound from any character limitations. Message Templates – Create ready to use message templates, just select it when you send and it will automatically be added in the textarea. Translator – Send messages in any language you want, the system includes a built-in translator that you can use in messages before sending them. USSD Requests – Send USSD requests to check balance and other network actions, all the responses resulted from USSD requests will be received by the system. You can create a webhook to read it as soon as they arrive. It requires a device with Android 8 or later. Partner System – Let your users earn money by using their devices for global operation, other users can send messages using those devices and will cost credits per send. Accept payout requests from partners and manage them in the admin panel. Contact Imports – Import contacts easily via Excel sheet with an easy to use import feature. Contact Groups – Create groups for sending bulk messages to multiple numbers. Packages – Manage or create subscription packages for your customers, limit everything to by each packages. Credits – Let users send messages using their credits, they can also top-up if they need more. API Keys – Let them create different API keys per project, they can also select permissions per api keys. Webhooks – Immediately reply to recipients when you receive their message, webhooks allows you to listen for incoming messages. Actions – Create autoreply actions and internal GET webhooks to satisfy your project demands. Payment Gateways – Paypal and Mollie for subscription and top-up payments. Pay by using Visa, MasterCard, Amex and more! System Statistics – A detailed statistics on user dashboards will allow them to analyze their usage. Analytics are also available in the admin panel. Limit Control – Limit everything from api keys, sent messages, received messages, max devices and more! Marketing Manager – Send push notifications to connected android devices, browser notifications and email message to your platform users. Rest API – Easily integrate to different systems and programming languages, an extensive documentation is also included. SaaS API – The platform also includes a SaaS API which allows remote configuration of the system. Theme Settings – Modify the theme easily, we used scss technology to optimize the stylesheets. Add your custom logo, favicons and more! Template Editor – Modify the theme template files directly in the admin panel, we have included a smart editor that you can use. App Builder – Customize zender gateway application the way you want it, you’ll be able to use your own colors, splashscreen and logo. You can also customize the app structure to your own liking and add your own JavaScript and CSS codes. GATEWAY FEATURES
    Beautiful – A simple but stunning user interface for the gateway app, astonish your users. Light & Fast – A powerful app with light size, it can run perfectly in old android devices. App Translation – The gateway app will automatically change it’s language based on the user selected language in the web app. Easy Linking – Link devices to use accounts by scanning a QRCode or by logging in using their credentials. Notification Listener – Receive notification in the dashboard, you can also create a webhook to receive notification alerts as soon as they arrive. Live Status – Allows your users to know if the device is online or not, this effectively improves user experience. It uses web sockets for live device status. Custom Package Name – Your platform apk, branded with your own android apk package name! Customize App Icon – Use your own app icon image, our app builder will compile it when building the apk for your platform. Customize App Logo – Use your own app logo image, our app builder will compile it when building the apk for your platform. Customize App Splashscreen – Use your own splashscreen with your logo, our app builder will compile it when building the apk for your platform. Customize App Color – Use your own app theme color, our app builder will compile it when building the apk for your platform. Customize App Structure – Modify the default app structure using HTML and add your custom JavaScript and CSS styles. Background Service – The gateway app can run in the background while you do other things, it can also run while the android phone is sleeping. Resource Friendly – The gateway app is powered by Firebase Cloud Messaging, fast and resource friendly. It will only connect to server when there are new messages to send or receive which effectively saves battery life. REQUIREMENTS
    Server Apache or Nginx mod_rewrite if using apache PHP 7.4 or later MySQL 5.6 or later Extensions php-gd php-openssl php-mbstring php-intl php-zip php-curl php-xmlreader php-bcmath proc_open function
    • Free
    • 765 Downloads
    • 11 Comments

Latest Updated Files

Latest paid files