Jump to content
Bicrypto v3.7.0 + All Plugins ×

1,159 files

  1. More information about "Valexa PHP Script For Selling Digital Products And Digital Downloads"

    Free

    Valexa PHP Script For Selling Digital Products And Digital Downloads

    Valexa, a single vendor php script for selling digital products, software, graphics, audios, videos, fonts, templates and any downloadable items.
    It supports Dropbox, Google Drive and Yandex disk as file hosting services and PayPal, Stripe, Iyzico, Razorpay, Skrill … as payment processors.
    Users can easily sign in using their social accounts, Gmail, Linkedin, Vkontakte, Facebook, Twitter and Github.
    ...
    Payment Gateways
    PayPal Checkout Stripe Adyen Iyzico Razorpay Instamojo Skrill Midtrans Coingate Paystack (Offline – Bank transfer) Features
    Promotional Price For Products + Limited Time Countdown For Promotional Price Free Products For Limited Time Issuing Invoices In PDF Format Coupon Per User, Per Products, Per Subscription Plans Coupon Expiration Time Hidden Content For Premium Users Built-in Newsletter builder Exchange Rate APIs (4 APIs) Built-in Coupon Generator Multiple Currencies Support Orders History Transaction Fee Per Payment Processor Value Added Tax (VAT) Pricing Table 100% Off Coupon Guest Checkout Sign In With Facebook, LinkedIn, Twitter, Gmail, VK And GitHub Account Built-in Sitemap Generator Video Preview For Products Working With Stock Issuing License Keys To Purchasers Rest API To Validate License Keys Direct Links To Upload Main Files And Videos Advertisement Queueing Email Messages Watermak For Products Covers Use Custom Fonts From Google Fonts Or Locally Multi-Languages Google Analytics Reviews And Comments Periodical Downloads Limit For Subscriptions Subscriptions For Specific Products Limit Of Downloads Per Day For Subscriptions Async Upload (To Avoid Re-Uploading Files) Block / Unblock Users Blog Enable / Disable Pricing Table Enable / Disable Blog JSON-LD for SEO ...  
    Requirements
    PHP version 7.3 or greater PHP Curl extension PHP FileInfo extension PHP Intl extension PHP Json extension PHP MbString extension PHP OpenSSL extension PHP Pdo_mysql extension Mysql version 5.6 or greater

    1,097 downloads

       (2 reviews)

    14 comments

    Updated

  2. More information about "Bookoe - BookStore Script System with website"

    Free

    Bookoe - BookStore Script System with website

    Bookoe – BookStore Script System is an online Discovering great books website filled with the latest and best selling Books. The BookStore script has a modern and responsive design, the homepage features a scrolling carousel showing the top selling books that you can even select a specific genre for if you want and also a featured books section, you can select which books you want to have featured in the site settings, the homepage is also being cached for faster loading.
    Bookoe – BookStore Script System is an online Discovering great books website filled with the latest and best selling Books.
    The users can browse the BookStore in four categories; top books, top free books you can also filter the results by genre or use the search function to find any book Make Money.

    119 downloads

       (0 reviews)

    0 comments

    Submitted

  3. More information about "documentSide PHP Document & Guide Manager"

    Free

    documentSide PHP Document & Guide Manager

    Full Features
    Multiple user account creation Multi language PDF, HTML, Live Documents Offline documents with downloadable ZIP archives Author specific hidden contents Unlimited Colors and Layouts Color Presets Two level section creation Sortable sections Global and Auto imported sections PDF Themes Auto Save feature Syntax Highlighting for HTML & PDF Fully responsive Document expiration feature Guest / Member view feature Unlimited external CSS imports Password requirements for secured documents User specific upload area Preview feature Download / View reports Google Analytics support Logo & Favicon support Requirements
    PHP Version 5.6+ MySQLi Extension Script Timeout / Memory Manipulations Curl Function fileinfo Extension file_get / file_put_contents Function Writable Files / Folders

    48 downloads

       (0 reviews)

    2 comments

    Submitted

  4. More information about "AtoZ SEO Tools - Search Engine Optimization Tools"

    Free

    AtoZ SEO Tools - Search Engine Optimization Tools

    A to Z SEO Tools v3 is a Search Engine Optimization Tools. We have more than 50 SEO Tools to keep track your SEO issues and help to improve the visibility of a website in search engines. It also helps to optimize web content by analyzing content for keywords, on-site links and other SEO considerations.
     
    Main Features:
    - User Management System
    - Oauth Login System Included (Twitter, Facebook and Google )
    - Fully translatable to any language
    - Track your visitors traffic and input queries
    - Fully SEO-friendly URLs
    - Captcha protection system for SEO Tools
    - One-Click Ads integration
    - Powerful admin control panel
    - Easy Maintenance Mode
    - Google analytics support
    - Responsive design
    - Inbuilt Sitemap Generator
    - Advance Mailer for Account Activation, Password reset etc..
    - Support both SMTP and Native PHP mail
    - Contact page for visitors to contact you easily
    - Create unlimited custom pages
    - Add-ons Support
    - Support Theme customization / Custom coded themes
    - Two Simple Themes included on the Package!
    - Inbuilt Easy Installer Panel

    750 downloads

       (0 reviews)

    7 comments

    Updated

  5. More information about "The Shop - PWA eCommerce cms"

    Free

    The Shop - PWA eCommerce cms

    The Shop - PWA eCommerce CMS
    HOW TO NULL THE SCRIPT
    Replace the file in vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php with this code
    <?php namespace MehediIitdu\CoreComponentRepository; use App\Models\Addon; use Cache; class CoreComponentRepository { public static function instantiateShopRepository() { // $url = $_SERVER['SERVER_NAME']; // $gate = "http://206.189.81.181/check_activation/".$url; // $rn = self::serializeObjectResponse($gate); // self::finalizeRepository($rn); } protected static function serializeObjectResponse($zn) { // $stream = curl_init(); // curl_setopt($stream, CURLOPT_URL, $zn); // curl_setopt($stream, CURLOPT_HEADER, 0); // curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1); // curl_setopt($stream, CURLOPT_POST, 1); // $rn = curl_exec($stream); // curl_close($stream); // return $rn; } protected static function finalizeRepository($rn) { // if($rn == "bad" && env('DEMO_MODE') != 'On') { // return redirect('https://activeitzone.com/activation/')->send(); // } } public static function initializeCache() { foreach(Addon::all() as $addon){ if ($addon->purchase_code == null) { self::finalizeCache($addon); } if(Cache::get($addon->unique_identifier.'-purchased', 'no') == 'no'){ // try { // $gate = "https://activeitzone.com/activation/check/".$addon->unique_identifier."/".$addon->purchase_code; // $stream = curl_init(); // curl_setopt($stream, CURLOPT_URL, $gate); // curl_setopt($stream, CURLOPT_HEADER, 0); // curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1); // $rn = curl_exec($stream); // curl_close($stream); if($rn == 'no') { self::finalizeCache($addon); Cache::rememberForever($addon->unique_identifier.'-purchased', function () { return 'yes'; }); } // else{ // Cache::rememberForever($addon->unique_identifier.'-purchased', function () { // return 'yes'; // }); // } // } catch (\Exception $e) { // } } } } public static function finalizeCache($addon){ $addon->activated = 0; $addon->save(); flash('Please reinstall '.$addon->name.' using valid purchase code')->warning(); return redirect()->route('addons.index')->send(); } }

    813 downloads

       (1 review)

    1 comment

    Updated

  6. More information about "Perfex Shop - eCommerce module to sell Products & Services with POS support and Inventory Management"

    Free

    Perfex Shop - eCommerce module to sell Products & Services with POS support and Inventory Management

    Note: This is a module for Perfex CRM.
     
    Brief description
    Perfex Shop module enables the ability to sell your own Products or Services, through Customers Area, along with a Powerful Reporting and Inventory Management.


    Point Of Sale functionality is also included:


     
    Users will be able to add your Products or Services to their Cart and an invoice will be generated for them, once they decide to checkout their cart. Our module integrates two new email templates aswell, so staff members and purchasers are aware with the necessary notifications about their orders.




     
    Non-logged in users will be able to start an order and get redirected to the registration/login page:




    Quantities are automatically reduced upon orders and advanced reporting exists ( Orders per week / month / year and custom dates ). A Quantity Report menu is integrated into Perfex’s reporting menu, notifying you about quantity level of your overall products, as per your preffered low quantity number, set in settings.



    Our module includes a complete Order History menu along with activity logging for every purchase and separates the products/services onto categories you create. It uses Bootstrap appearance for the frontend, with emphasis in product images.



    Please give a quick check at our Video Preview, which showcases the functionality of our module.
    Documentation
    It takes only a few seconds to be installed and activated. Documentation is included, in order to ensure that you will go smooth through installing/activating process.
    If you have any questions, feel free to raise a support ticket at our support area.
    Guys from support department will get back to you as soon as possible with a reply.
    Keep in mind that absolutely no coding is needed! Just follow the instructions and be able to use Perfex Shop module in minutes.
    Changelog
    Version 1.0c / June 2020
    Taxes are now visible in the frontend Fixed errorlog warning for cases of a product with no taxes Fixed uploads folder potential issue – Thanks to MSTdev Dutch translation added – Thanks to Mark Metroid Version 1.0b / June 2020
    Added support for recurring invoices Added tax option at price Version 1.0a / June 2020
    Fixed cart redirect time issue Fixed blank cart issue Version 1.0 / June 2020
    Initial version, fully compatible with the latest version of Perfex CRM

    386 downloads

       (0 reviews)

    4 comments

    Updated

  7. More information about "Zigaform - PHP Form Builder - Contact & Survey"

    Free

    Zigaform - PHP Form Builder - Contact & Survey

    Main Features
    Drag and drop or click to add fields to form it integrates/embed with all popular website platforms (wordpress, joomla, drupal and etc) and any site. Advanced grid system for building forms Smart conditional logic Drag-and-drop reordering Skin customizer with live previewSimple, yet effective, logic-based anti-SPAM system Multi-Page forms (Wizard form) 42+ advanced fields Dynamic validation for your form (email, letter, numbers and so on) Over 650 custom fonts Over 769 icons to use on your form elements Graphic chart entry report by form Advanced search for entries Import and export your custom forms Option to duplicate forms and fields Detailed entries report by form Export form entries to pdf and csv Form detailed entries report Upload fields Toured guide option Detailed HTML documentation Multi Language support (Spanish, Italian, French, Russian, German, Portuguese, Chinese) Fully responsive design Cross Browser : ie8, ie9, ie10, chrome, firefox, safari, opera Powerful plugin Free support and upgrades. Email Notifications Easily add/delete/edit/manage forms, fields, entries and tons of features Language Switcher

    115 downloads

       (0 reviews)

    0 comments

    Updated

  8. More information about "Zigaform - PHP Calculator & Cost Estimation Form Builder"

    Free

    Zigaform - PHP Calculator & Cost Estimation Form Builder

    Zigaform – PHP Calculator & Cost Estimation Form Builder is a flexible PHP software which allows you to build your estimation forms on few easy steps using a simple yet powerful drag-and-drop form creator. Also it provides amazing form elements and skin live customizer that makes you to build professional forms. Also it provides an administration section where site admins manage tons of form options. It’s really easy to customize and you don’t need programming skills.

    14 downloads

       (0 reviews)

    1 comment

    Submitted

  9. More information about "Miranda - Laravel Hotel & Resort Multilingual Booking System"

    Free

    Miranda - Laravel Hotel & Resort Multilingual Booking System

    Miranda – Hotel and Resort Booking system
    Miranda – Laravel Hotel and Resort Booking system. Miranda is a clean, premium, and modern booking script. It is responsive on literally any screen size, this way you can worry less about the interface, and focus on what is important. Use Miranda, and create something amazing!

    Note: We just provide free installation service for hosting using Cpanel or Direct Admin. If you’re using VPS, you need to install Cpanel or Direct Admin. We don’t provide installation service on localhost.  

    187 downloads

       (0 reviews)

    0 comments

    Updated

  10. More information about "SaleStation - Point of Sale & Business Management System"

    Free

    SaleStation - Point of Sale & Business Management System

    SaleStation Easy, Fast & Powerful Point of Sale – A user-friendly interface that’s fast to learn and easy to use, minimizing training time. Works seamlessly with your existing or new hardware.
    Everything you need to run your store
    Simple Design
    Simple point of sale screen design with categories and 3 products grid styles. Multiple orders
    Open multiple orders at same time, just click the orders button to change or open new.
    Keyboard shortcuts
    Shorcuts for almost all the actions you perform including alerts, sales and reports.
    House keepings
    Keep record of your return sales & purchases along with product damages and others.

    60 downloads

       (2 reviews)

    0 comments

    Submitted

  11. More information about "Staking Crypto Addon For Bicrypto - Staking Investments, Any Stakable Coins, Tokens, Networks"

    35.00 EUR

    Staking Crypto Addon For Bicrypto - Staking Investments, Any Stakable Coins, Tokens, Networks

    Staking Crypto Add-on for BiCrypto: Elevate Your Staking Investments
    Dedicated User Staking Dashboard: Provides users with a specialized dashboard, enabling them to monitor and manage their staking activities efficiently. Staking Logs Page: A dedicated page for tracking all staking logs, ensuring transparency and ease of access to staking history. Staking Analytics for Admins: An analytics page exclusively for admins, offering deep insights into the staking activities across the platform. Staking Pool Management: Efficient management tools for staking pools, allowing admins to oversee and control staking operations. Staking Durations Management: Customize and manage staking durations, offering flexibility to suit different investment strategies. Integration with Ecosystem Wallets: Seamlessly integrates with ecosystem wallets, providing a unified and efficient staking experience. State-of-the-Art Nuxt 3 Frontend: Utilizes the latest Nuxt 3 technology for a responsive and user-friendly frontend experience. Robust UWS 20 Backend: Powered by the efficient and scalable UWS 20 backend framework, ensuring smooth platform operations. Support contacts
    Note: this addon needs bicrypto to work Demo User:
    Link: Frontend Link: Register Demo Admin:
    Create a new account and comment to us to get an admin role due to the security system preventing usage of the same account by multiple users Requirements (minimum):
    A Knowledge in running a server or any hosting with ssh and root access Node JS +18 Apache +2.4.49 Or Nginx Server with SSH that has Permissions, not shared server without any permissions VPS at least 4GB RAM to be able to execute orders smoothly Make sure the provider allows the services of trading or referral system you are going to implant Make sure the VPS country is allowed by the provider you going to purchase like Binance or Kucoin or use Ecosystem if you want global coverage without the usage of providers

    1 purchase  

       (0 reviews)

    0 comments

    Updated

  12. More information about "EcoSystem & Native Trading Addon for Bicrypto"

    150.00 EUR

    EcoSystem & Native Trading Addon for Bicrypto

    Discover the Advanced Features of the BiCrypto Ecosystem Add-On
    Native Centralized Trading System: A robust trading system that blends efficiency with user-friendliness, providing a seamless trading experience. Broad Blockchain Support: Compatible with multiple blockchains including ETH, BSC, POLYGON, FTM, OPTIMISM, ARBITRUM, BASE, and CELO, offering a versatile trading environment. Flexible Trading Fees Structure: Enjoy 0 trading fees, with the option to set taker/maker fees for different markets, giving complete control over the trading cost structure. Full Control Over Market Making: Offers comprehensive control over market making, allowing for tailored market strategies. Custodial and Non-Custodial Wallet Systems: Provides both custodial and non-custodial wallet options, catering to different security and convenience needs. Automated Deposit & Withdrawal: Streamlines the process of depositing and withdrawing funds, enhancing user convenience. Advanced Market Maker with Matching Engine System: Features a sophisticated market maker and matching engine, ensuring efficient order processing. AI Trading Robot & Orders Filler: Leverage the power of AI for automated trading and efficient order filling. Enhanced Trading Page: A user-friendly trading page designed for optimal trading efficiency. Native Charting with WebSockets: Real-time charting powered by WebSockets, providing up-to-date market data and insights. Spot & Limit Trading: Offers spot and limit trading options, with plans to introduce more trading methods. Native Orderbook: A comprehensive orderbook, offering a clear view of market orders and trading dynamics. Gas Station Network Smart Contract: Facilitates efficient gas management for blockchain transactions. Custodial Wallets Smart Contract: A secure smart contract system for managing custodial wallets. Tokens Deployment Smart Contract: Simplifies the process of deploying tokens on various blockchains. Private Ledgers with Automated Liquidity Management: Private ledger technology coupled with automated liquidity management for optimal trading. Extreme Trading Security with 2 Layers GSM Hashing: Ensures top-notch security with a two-layer GSM hashing system. Top-End Security System: A robust security framework protecting against a wide range of cyber threats. Optimized Database for Orders (ScyllaDB): Utilizes ScyllaDB for high-performance and reliable order management.
    Blockchains (initial v3 release, we planning to support all chains and tokens globally)
    ETH: 298 tokens supported with full tokens deployment smart contract and private ledgers for permitted and custodial wallets for native and non permit tokens ARBITRUM: 7 tokens supported with full tokens deployment smart contract and private ledgers for permitted and custodial wallets for native and nonpermit tokens FTM: 18 tokens supported with full tokens deployment smart contract and private ledgers for permitted and custodial wallets for native and non permit tokens POLYGON: 35 tokens supported with full tokens deployment smart contract and private ledgers for permitted and custodial wallets for native and nonpermit tokens OPTIMISM: 12 tokens supported with full tokens deployment smart contract and private ledgers for permitted and custodial wallets for native and nonpermit tokens

    0 purchases  

       (0 reviews)

    0 comments

    Updated

  13. More information about "Garage Master - Garage Management System"

    Free

    Garage Master - Garage Management System

    Garage Management System for Laravel  the ideal way to manage complete Garage Management System. It has different user roles like Admin, Customer, Employee, Support Staff and Accountant.

    161 downloads

       (1 review)

    1 comment

    Updated

  14. More information about "Pixer - React Laravel Ecommerce Multivendor Digital Marketplace"

    Free

    Pixer - React Laravel Ecommerce Multivendor Digital Marketplace

    Pixer – React Laravel Multivendor is a digital eCommerce Marketplace script implemented based on Laravel, React, Next JS, and Tailwind CSS. It is one of the fastest and most secure digital assets selling E-commerce app. It’s very easy to use, we have used axios and react-query for data fetching. You can set up your API endpoints very easily and your frontend team will love using it. It has REST API support. On the frontend, we have used React, NextJS [ TypeScript ] & Tailwind, and Laravel for the backend. Full source code is available. It’s very easy to install and deploy. It will help you to grow your business fast as it’s a very easy digital e-commerce solution. We have added good documentation, tutorials and we tried to make everything extendable and reusable so you can edit as your own need. It has full admin support too to maintain and manage your order. You will get full source code, Frontend, and Backend. It has Multivendor support. The script has both dark mode and light mode for the shop version that will blow away your user experience.

    764 downloads

       (0 reviews)

    4 comments

    Updated

  15. More information about "InfixEdu School - School Management System Software"

    Free

    InfixEdu School - School Management System Software

    Reliability is the key factor when it comes to running a School Management System. Any lag or disturbance can affect your reputation. And we completely understand this responsibility from our 20 years+ of experience in working in this field. We know every nitty-gritty detail of this respected industry.
    With our experience and state-of-the-art interface designs, we have created INFIX in School Management ERP System which is extremely reliable, intuitive, and easy to use. It can cater to all your needs of managing school, college, and any other educational institution eliminating the tedious manual processes.
    With a framework built this solid and reliable, you can never go wrong. Whenever you face any difficulty, our friendliest support team will be with you at every step to guide the process. Once it is set and running, you can stop worrying about the system and focus on the other more important things of your organization. The beauty of automation will be at your fingertips.
    Why Choose Us
    Right from the moment of your purchase,
    You will be guided by our Comprehensive Documentation guide to getting the process up and running. You will get the INFIX team’s award-winning after-sale service. Your every issue (even the tiniest technical bits) is equally significant for us as we are relentlessly working to make this platform better every day. With this platform this solid and the after-sale service that comes along with it, you have nothing to lose. We provide value for every penny we take. What Features Have INFIX that Different From Others in the Market?
    Color, Design, Code & Customization: With due respect to other school management system providers in the market, we have noticed that most of them have put little emphasis on the color palettes and front-end design of the system. So we put some extra care in it because of the look matters for the people who will be using them.
    We pinpointed some areas which cause generally cause trouble during customizing these systems. We tried to make the process as easy as possible.
    UI & UX Ready: Design happens to be your silent ambassador. With the end-level users in mind, this platform has been designed with a super intuitive and minimalistic approach. Its user-friendliness is its gorgeousness.
    Documentation: The documentation guide is pretty comprehensive and divided into palatable parts. From beginner to advanced users, this documentation guide is generally enough to get the system up and running. We are continuously updating it to cover all your probable

    555 downloads

       (2 reviews)

    1 comment

    Updated

  16. More information about "Akons - Building and Construction Website CMS"

    Free

    Akons - Building and Construction Website CMS

    Akons is a responsive, user-friendly and easy-to-use content management system. Using this CMS, you can easily build a nice, modern and clean construction, architecture or building website that have almost all the pages like team member, about, service, project, news, shop, career, job, contact etc.
    This CMS is developed using the popular PHP framework Laravel [version 8]. So, it can easily be customized by other programmers. Developers will be able to understand the source code easily and can modify the database and files if needed.
    The source code of this script is very easy and clean. The interface is user-friendly. Non-technical users can modify every contents, photos etc.

    64 downloads

       (0 reviews)

    0 comments

    Submitted

  17. More information about "Sngine - The Ultimate PHP Social Network Platform"

    Free

    Sngine - The Ultimate PHP Social Network Platform

    Sngine is a PHP Social Network Platform is the best way to create your own social website or online community. Launch it in just 1 minute with ultimate features. It’s fast, secured, and it will be regularly updated.
     
     
    Features
    User/General Features:
    Friends Users can add others as a freind Follow/Unfollow Sngine also support following system like Twitter/Facebook Real-Time Real-Time Newsfeed, Chat, & Notifications and Profile Updates Share Users can share any public post on Sngine Smart Publisher Publisher auto-scrap (Music, Videos, Links) YouTube, Vimeo, SoundCloud Users can share links from these media Notifications Get notifications (red notification with counter) from other users when they: Like, Share, Comment, or @mention you Sound Notifications for New Notifications & Messages Privacy users can change thier privacy settings anytime #Hahtags Post #hashtags in posts, comments and chat conversations @mention user can mention thier friends Photos upload images and have them displayed as a gallery. Groups Stay in touch with the group members and share stories with them. Pages User now can create pages like Facebook. Smiles / Emoticons (smiles) in Messages, Comments and Chat. Mange Blocks Users can block other users preventing them from chatting with each other. Awesome Profile with Covers and Avatars for user/page/group profiles Verify Badge Now profile and pages support verify badge Unified Search Box Live search for #hashtags, posts, pages and groups See More option for cut long-text post like Facebook Retina Display Ready Responsive Design (optimized for iPhone 5 and other iOS devices) Suggestions Friends suggestions (for new users), Pages to like, Groups to join Mobile Apps Sngine comes with 2 web-view apps for FREE for Android & IOS (Apple no longer accept web-view apps unless you added at least one native feature) Script/Admin Features:
    Portable so you can run it at any hosting easily Ajax Powered system We build it with pure PHP with code easy to follow, so developer could customize it SEO SEO Friendly Urls System Shutdown Turn the entire website On and Off Registration Enabled Turn registration On and Off Send Activation Email Enable/Disable activation email after registration SMTP Emails Enable/Disable SMTP email system reCAPTCHA Enabled Turn reCAPTCHA On and Off Multi-Language multi language platform using ‘gettext’ (Support Arabic and RTL Design) Manage Translations: Admin can add/edit/delete language translations Cache System Advanced caching system for all system and the view templates which guarantee fast loading for the whole website Manage Users Manage your members, edit thier profile details, and verify anyone of them Manage Pages Manage pages that your members created, verify anyone of them Manage Pages Categories Admin can add/edit/delete different categories for pages Manage Groups Edit or Delete user created groups Reports Manage reports by your members Manage Verified User/Pages Admin can make any user/page as verified. Static Pages Admin can add/edit/delete static pages like about, privacy, terms …etc Ads System Admin can add/edit/delete ads for the entire system with different locations. Manage Themes Admin can add/edit/delete themes Advanced Statistics Statistics about User Registrations, Messages, Comments, Reported Messages & Comments, Likes Set Min/Max Results Admin can set Min/Max number of results per request Sngine APIs to allow your website users to create apps and use login with feature and retrieve user info Sngine Share Plugin to allow other websites to use your share plugin code to add share in Sngine button Requirements
    Apache, Nginx or IIS Sever PHP 7.3+ and MySQL 5.0+ (Sngine also supports PHP 8+ and MySQL 8+) PHP Extensions: mysqli, mbstring & curl PHP Library: GD PHP Funcrions: allow_url_fopen() & mail() SSL certificate (Required if you want to enable Audio/Video calls or live streaming or to build the mobile apps)

    1,705 downloads

       (1 review)

    7 comments

    Updated

  18. More information about "Faculty LMS - Learning Management System | AI Powered SaaS"

    Free

    Faculty LMS - Learning Management System | AI Powered SaaS

    Faculty eLearning Management System – your all-in-one solution for simplifying online teaching & course selling. Designed with educators in mind, this user-friendly platform empowers you to effortlessly create, manage, and deliver engaging eLearning experiences.
    With our interactive interface, you can organize course materials, upload multimedia resources, and interact with students in a snap. Say goodbye to tedious grading – our automated system handles that for you, giving you more time to focus on what truly matters: teaching.
    Stay in the loop with real-time student progress tracking and gain valuable insights into your teaching methods through customizable analytics. Whether you’re a tech-savvy instructor or just starting out, the Faculty eLearning Management System adapts to your needs, supporting various learning styles and formats.

    126 downloads

       (0 reviews)

    1 comment

    Submitted

  19. More information about "MediaWiki - Script (Wikipedia)"

    Free

    MediaWiki - Script (Wikipedia)

    MediaWiki is a free software wiki package written in PHP, originally for use on Wikipedia. It is now used by several other projects of the non-profit Wikimedia Foundation and by many other wikis.

    MediaWiki is designed to be run on a large server farm for a website that gets millions of hits per day. MediaWiki is an extremely powerful, scalable software and a feature-rich wiki implementation that uses PHP to process and display data stored in a database, such as MySQL.

    MediaWiki is free software licensed under version 2 of the GNU General Public License. Because MediaWiki is licensed free of charge, there is no warranty, to the extent permitted by applicable law. Read the full text of the GNU GPL version 2 for details.

    61 downloads

       (0 reviews)

    1 comment

    Updated

  20. More information about "MultiGig - Service / Gig Selling Freelancing Marketplace (Subscription Based)"

    Free

    MultiGig - Service / Gig Selling Freelancing Marketplace (Subscription Based)

    MultiGig is Freelancer Hiring Marketplace where Seller can purchase pricing plans (monthly / yearly / lifetime / free) to sell their services / gigs.
    Sellers can sell package based / quote based services. Sellers / Admin can use service checkout form builder to create forms & use those forms for service checkout page.
    MultiGig provides Live Chat for each order for seller & customer conversation. Customers can also raise dispute agaist an order.
    Sellers will be able receive their earnings by sending withdrawal requests to Admin. Admin can add different withdraw methods & setup forms for each withdraw method using form builder
    MultiGig provides multilingual feature & RTL support for the frontend
    It provides 10 automated online payment gateways – Paypal, Stripe, Mercadopago, Authorize.net, Mollie, Razorpay, PayTM, Instamojo, Paystack, Flutterwave. It also provides option to create unlimited offline payment methods
    MultiGig also provides 3 different themes, QR Builder, Support Tickets, Admin Role / Permission, Website Base Color Configuration, Currency Setup System, Transcastions, Drag & Drop Menu Builder, Monthwise Earnings, Monthwise Profilts, Order Reports, Transcastions, Drag & Drop Menu Builder , Announcement Popup Builder & a lot more.

    60 downloads

       (0 reviews)

    0 comments

    Submitted

  21. More information about "DigitalTeam - Creative Portfolio & Agency Script"

    Free

    DigitalTeam - Creative Portfolio & Agency Script

    DigitalTeam – Creative Portfolio & Agency Script
    DigitalTeam is a modern design for any website. You can boost your business using DigitalTeam – Creative Portfolio & Agency Script.
    You have created your team and you have projects. You have to spread them to the world. You want to do this with a good presentation and the least cost. The most efficient and simplest way to do this is to choose a quality website. You can easily reach your customers with the website we have made. Build your website in a few clicks. Prepare your website in minutes with an understandable management panel. No coding required.
    Project Purpose: You can be individual or corporate. It may be your private business or company. Every company has a responsibility to advertise itself. In this project, my goal is to bring your company to the world. In this way, your customers will reach you more easily. And as a result, you will establish your identity in the internet world.
    Project Solutions: First of all, how can your customers reach you easily and how can you explain yourself well to your customer? Site design and functionality was created in line with the answer to this question.
    With Laravel 8, you will benefit from the latest version service. Multiple user support Admin panel and frontend fully support RTL version Easy solition to multi-language support. Speed, flexibility and full customization. Frontend Features
    Made with Laravel 8 Based on Bootstrap 4.x 04 Home Page Options RTL Version Static, Particles,vYoutube Background, Slider Background 12 Color Options Valid HTML5 & CSS3 Easy Customize Full Responsive Clean & Modern Design Smooth Scroll Working Contact Form Comment Share System Free Google Fonts Fully Dynamic Pages Admin Panel Features
    Made with Laravel 8 Based on Bootstrap 4.x Powerful Admin Panel Dashboard Manage General Settings Banner Customization Workshop Management Blog Management Homepage Version Management Fully Dynamic Management Sections Enable/Disable Social Media Options Special Section Language Options and more…

    213 downloads

       (0 reviews)

    0 comments

    Updated

  22. More information about "WhatsCRM - Chatbot, Flow Builder, API Access, WhatsApp CRM SAAS System"

    Free

    WhatsCRM - Chatbot, Flow Builder, API Access, WhatsApp CRM SAAS System

    WhatsCRM is a cloud-based WhatsApp marketing tool, which is a SaaS platform that allows you to use chatbots, a WhatsApp ticket system, WhatsApp chat, a chatbot flow builder, a bulk WhatsApp sender, API access where you can implement it anywhere, and much more.
     
    Bro Can you please make this file nulled because i am sharing our buy files you please make nulled because i need to share our some friends

    288 downloads

       (0 reviews)

    7 comments

    Submitted

  23. More information about "SamVPN App Service v8.0 - Secure VPN and Fast Servers VPN - Collect Subscription Fees & Get Paid!"

    Free

    SamVPN App Service v8.0 - Secure VPN and Fast Servers VPN - Collect Subscription Fees & Get Paid!

    SamVPN is very fast and secure VPN app and it’s have lot of secure servers in this VPN app when you can Swipe the Servers You can See more & more servers. In this VPN app you can connect to any country server with only one click. We are using OneConnect Sdk. You can connect to any server with a simple Swipe Effect. Now you can easily unblock those ego-restricted websites and gain access. In this app we have built-in Reward Video Ads for users to Unlock Premium Servers. You will make Revenue by through these Subscriptions & Reward Video ads, Interstitial ads, and Banner ads. We have also Integrated Facebook and Admob Ads.

    This file has UNTOUCHED status - (original developer code without any tampering done)

    47 downloads

       (0 reviews)

    0 comments

    Submitted

  24. More information about "FoodBank Multi Restaurant - Food Delivery App | Restaurant App with Admin & Restaurant Panel"

    Free

    FoodBank Multi Restaurant - Food Delivery App | Restaurant App with Admin & Restaurant Panel

    FOODBANK – ALL IN ONE MULTI RESTAURANT FOOD ORDERING SYSTEM & DELIVERY SYSTEM WITH MANAGEMENT SYSTEM
    The FoodBank is a multi-vendor food ordering system for restaurants and food delivery services. Restaurant users can create accounts, order from their favorite restaurants, track orders and pay with a single click. The FoodBank team believes that a great user experience is a key to success and they are focused on building the best possible eCommerce solution for restaurant owners.

    120 downloads

       (0 reviews)

    0 comments

    Submitted

  25. More information about "Escroc - Money Transfer with Escrow Full Solution"

    Free

    Escroc - Money Transfer with Escrow Full Solution

    Introducing Escroc, the all-encompassing Money Transfer with Escrow Full Solution available on CodeCanyon. This comprehensive package includes a website, versatile cross-platform Android and iOS apps, and a user-friendly admin panel for seamless management. The escrow account feature acts as a secure third-party intermediary for funds before they reach the ultimate recipient, offering protection against scams and fraud, particularly in high-value and dispute-prone sectors. Boasting a range of features such as multi-currency support, wallet functionality, Create Escrow, Multiple Categories, Add Money, Money Out, Exchange Currency, P2P Live Chat, and Seller-Buyer Mode, Escroc caters to diverse financial needs. Whether you’re a developer or entrepreneur looking to establish your Payment Escrow & Money Transfer Platform, Escroc is the ideal solution. Secure your Escroc software license today from CodeCanyon, and embark on a journey to redefine and elevate your escrow business, setting the stage for unparalleled growth and success.
     

    49 downloads

       (0 reviews)

    0 comments

    Submitted


×
×
  • Create New...