Jump to content

Mahmoud

Administrators
  • Joined

Files posted by Mahmoud

  1. Features
    Laravel v9.x Features like WordPress User Module Role Module Configuration Module Permission Module Complete CMS (Blog, Pages, Menu) Use Light Gallery Light And Dark Theme Horizontal Navigation Available High Speed Performance Super Responsive for All Latest Browsers and Mobile Devices SEO Optimized Clean Coded Free Google Web Fonts Free Icon Fonts (Font Awesome) Customizable & Organized Error Page Available Bootstrap5 + CSS3 + HTML5 Cross Browser Compatibility Fast Supports Modern, Professional Design Flexible Layout All Files are Well Commented
    • Free
    • 148 Downloads
  2. What is an ICO System?
    An initial coin offering (ICO) or initial currency offering is a type of funding using cryptocurrencies. It is often a form of crowdfunding, although a private ICO which does not seek public investment is also possible. In an ICO, a quantity of cryptocurrency is sold in the form of “tokens” (“coins”) to speculators or investors, in exchange for legal tender or other (generally established and more stable) cryptocurrencies such as BNB or Ether.
    Supported Blockchains
    Binance Smart Chain Ethereum What KREDICT Presale System offers?
    KREDICT Presale System is a system that offers Token Launchpad, Token ICO, Token Presale and Crowdsale with all the details listed on the Dynamic webpage like Tokenomics, Roadmap, Whitepaper, Project Details, Project Owners, Contact Details, etc. From this system anyone can host their Token’s presale with all the features and benefits of having its own dedicated website on the name of Token itself.
    • Free
    • 295 Downloads
  3. DEMO HERE
    My Travel is a Booking System based on Laravel, designed for a travel website, Marketplace, Travel Agency, Tour Operator, Room Bnb, Villa Rental, Resort Rental, Make Travel website.
    Check out the live demo on Google Play.

    Getting Started
    1. Setup your project
    Go to "{project_name}/src/config/appInformation.js" Change "baseDomain"" to your domain (Don't forget to add "/" to the end of your domain) 2. Run your project
    In macOS, open "Terminal" and run this command:
    npm install
    If you get an error like this
    npm ERR! code ERESOLVE
    npm ERR! ERESOLVE unable to resolve dependency tree
    npm ERR!
    npm ERR! While resolving: nexttwin@0.1.0
    npm ERR! Found: react@17.0.1
    npm ERR! node_modules/react
    npm ERR! react@"17.0.1" from the root project
    npm ERR!
    npm ERR! Could not resolve dependency:
    npm ERR! peer react@"^16.8.0" from react-hook-mousetrap@2.0.4
    npm ERR! node_modules/react-hook-mousetrap
    npm ERR! react-hook-mousetrap@"*" from the root project
    npm ERR!
    Try this command
    npm install --force
    Or
    npm install --save --legacy-peer-deps
    📱 Running on Android device
    Make sure your laptop installed ADB
    Connect your physical device and run this command ADB devices
    This command show list id of device connected
    Run this command to start the project react-native run-android
    📱 Running on an IOS device
    In the root project, open "Terminal" and run this command cd ios && pod install
    Run this command to start the project
    • Free
    • 161 Downloads
  4. Designing your business card has never been this easier. With vCardGo SaaS, you can compose your business card within minutes, and it’s effortless, elegant, and free. vCardGo SaaS is always in your pocket without running or tearing out. Easily update your digital business card with our user-friendly dashboard, so you won’t need to re-print your business card again. With a SaaS version, create plans using a Super Admin Login.
     
    What to expect from vCardGo SaaS – Digital Business Card Builder
    A comprehensive dashboard with all requisite information under one tab 10 Themes * 5 Color Options (50 variances) QR code available for each business A professional way to connect in-person meetings, online networking, and virtual events Modification and update the card as many times as you want without anyone’s dependency No need for printing and stock maintenance Easily Drag and Drop of Business Card Layout Section Easy storage of cards on the mobile devices Appointments Module to schedule the timely appointments The setting of your own along with the Logo Available in Multiple languages Custom Fonts by Google Password Protection to Open Card Easy changes can be done in Landing Page A user-friendly RTL experience for the customers using Arabic, Hebrew, and Urdu-like languages Any of the plans’ payments can be done using 10 diverse payment gateways namely Stripe, PayPal, Paystack, Flutterwave, Razorpay, Paytm, Mollie, Skrill, Mercado Pago, CoinGate, Paymentwall Built with Laravel 8 Salient Features of vCardGo SaaS – Digital Business Card Builder
    Create Plans and Make Payment – a special SaaS Feature
    With a Super Admin Login, create plans that are most feasible for your business model. Select appropriate pricing and duration for the created plan. Get payment using various payment gateways. The plan would be disabled if not renewed after its expiry.
    Dashboard
    vCardGo SaaS has a comprehensive dashboard with all the essential details. We all can agree that dashboards have made our lives easier. You can easily identify the businesses and the appointments attached to the particular businesses for the period of the last 30 days through the graphical presentation. Along with that, you can also get the visual representation on which devices, browsers, and platforms, was your card is viewed.
    Business
    Through the business information feature, one can insert, modify, and/or update the themes as well as the thorough business details.
    The business information details contain Banner, Logo, Title, Description, etc.
    CONTACT INFO
    A detailed Contact Information of connection with the various social media platforms, like Email, Phone, LinkedIn, Facebook, Instagram, YouTube, Pinterest, etc. One can select the platform as per the business activity carried on. The update and modification are handy in any case.
    BUSINESS HOURS
    By enabling this feature, one can state clearly the daily business working hours with start and end times.
    • Free
    • 227 Downloads
  5. HYIPLab is an advanced WordPress investment plugin that works efficiently with all devices. This is a well-architect, powerful, secure, well-optimized, and SEO Friendly WordPress Plugin that comes to satisfy all investment platform owner needs. HYIPLab is a ready-to-use web script for the business owner who wants to run and promote their next HYIP Investment business flawlessly.

    HYIPLab is the most advanced Wordpress-based HYIP investment plugin system in Codecanyon. This comes with easy to use admin panel which leads to use without any coding knowledge. This plugin comes with 20+ Automated online payment gateways to make payment easier. what did you want in an investment system? this plugin is more than a CMS. you can use it on a WordPress website, you can choose thousands of themes for your Investment website.


    • Free
    • 704 Downloads
    • 5 Comments
  6. ChatGPT Starter Kit for PHP Laravel

    This starter kit using PHP Laravel and the OpenAI API.

    Like ChatGPT (chat.openai.com/), you can chat with this starter kit in a dialog. It's a workaround I've come up with to provide context to the GPT-3 engine.
    Technical Stack
    I am using the following technologies for this starter template:
    The latest Laravel v9.x package. The latest openai-php/laravel package. Inertia JS v1.0 The latest Tailwindcss v3.x You initially start with a brand new Laravel application and add the Laravel Breeze starter kit.

    While developing this starter kit, I isolated the code and all necessary components under the GPT folder. This applies to the backend code where you find everything under the app\Gpt folder. Or the front-end code where I've added the resources/js/Pages/Gpt.vue page and resources/js/Components/Gpt folder. Finally, for tests, I've added the tests/Feature/Gpt folder to test the functionality of the starter kit.

    To run this application, grab your own OpenAI API Key and place it in the .env file:

    OPENAI_API_KEY=
    Next, install the backend components using the following command:

    composer install
    Then lastly, run the following two commands to run the application:

    npm install && run dev
    The starter kit also supports running over a Docker container using the official Laravel Sail package. Therefore, you can run it using docker sail with these commands:
     
    Code: ./vendor/bin/sail up -d ./vendor/bin/sail npm ./vendor/bin/sail npm run dev
    You can also use yarn instead of npm.

    Check the official documentation for Laravel Sail for more information.
     
    Functioning
    When the GPT Index page loads for the first time, it performs a GET request to the OpenAI API to retrieve all saved models. Those models appear on the left-sidebar of the starter kit to allow the user to select an OpenAI model or engine.

    On the GPT Index page, I've set the default model to be text-davinci-003. This is by far the most popular model and you are free to change it.

    The user can also play with the Temperature of the completions. The lower the value of the temperature, the more accurate and straightforward the answer will be.

    Finally, the user can change the Maximum Length or tokens, generally between 0 and 4000.

    When a user enters a new prompt, a new POST request is sent to the server and passes over the following fields:
    Model name Temperature value Maximum length tokens value Prompt text. The server, by turn, issues a completion request to the OpenAI API to generate a response.

    The response text is then displayed to the user as a reply coming from the OpenAI API.
     
    Preserving the Context
    Something that I noticed in the OpenAI API, is preserving the context from one prompt to another was absent.

    If you try the official chat.openai.com/ website, you notice the context is preserved. For instance, you prompt the chatbot to list five recipes that include Shrimp. In the next prompt, you ask the chatbot to list the ingredients of the second option. Notice that you don't specify the recipe's name in the second option. This is because the ChatGPT chatbot preserves the context and remembers your previous prompt or discussion.

    Therefore, this feature is part of the ChatGPT chatbot rather than the OpenAI API.

    I found a way to pass context to the model in this starter kit. Hence, using this starter kit, you will have a managed context. The model will remember the original discussion for every new prompt you send. I won't uncover what I did; you can see it when you download your copy of this starter kit 

    • Free
    • 68 Downloads
  7. #1 Fastest growing Automatic AI Content and Image Generating Tool with SAAS Platform. AI Tools is an ultimate AI tool that can generate high-quality content automatically using advanced natural language processing (NLP) algorithms. This content can include articles, blog posts, product descriptions, social media and etc. The tool can be customized to create content that meets specific requirements, such as style and length. The content generated by the tool may be optimized for search engine optimization (SEO), including the use of keywords and meta descriptions. So, This tool is very useful for digital agencies. The tool may also be able to generate unique and original images using deep neural networks. This can include custom designs, graphics, and illustrations. The image generation tool may allow users to mix and match different styles and textures to create new and unique images. It is supercharged with OpenAI’s Chat GPT-3.5 and GPT-3.
    For Admin – AI Tools enables you to create plans and get subscription payments from your users.

    • Free
    • 144 Downloads
    • 1 Comments
  8. Modern and attractive design
    Design features
    Compatible with version 6.4.0 of the script The template supports all script pages such as front face Registration and login pages Shortcut page Members panel Admin panel
    • 30.00 EUR
    • 2 Purchases
  9. NearbyStores is an application that helps you discover local businesses and get deals. With our simple yet powerful tools, you can quickly find stores, restaurants, and other businesses near you. You also have access to coupons, offers, events, services & booking, and many more…
     
    • Free
    • 25 Downloads
  10. NearbyStores is an application that helps you discover local businesses and get deals. With our simple yet powerful tools, you can quickly find stores, restaurants, and other businesses near you. You also have access to coupons, offers, events, services & booking, and many more…
     
    • Free
    • 81 Downloads
  11. What’s New?

    1) Update the mobile react native version from 0.63 to 0.66.
    2) Admin panel (Web Application using React Js) 
    Legendbae is a dating application with a firebase backend. It’s developed in React Native Framework. Which support iOS and Android devices.

    Legendbae is different from another dating application. Legendbae is connected to two people. Legendbae have a seeker feature. On the seeker feature, you can send a seeker request to nearby users. First, you can send a request. after acceptance, you can chat & meet with your suggested location for tea dating, movies dating, etc.    

    Legendbae have many features like a swipe gesture, social login, filter, matches, chat, seeker, and notification, etc.
    Legendbae contains 35+ screens. Also, you can customize the screen as per your requirement, and components also reuseable.
    • Free
    • 95 Downloads
  12. Math For Kids Game Template
    This game is a good template for learning how to use Android Studio, containing pdf documentation of all the steps. You can then generate your APK within a day. from the installation of android studio, its configuration until the generation of a signed file.
    Description
    This math game is easy to play. You have to solve as many question as you can within 45 seconds. Includes the option to addition, subtraction, multiplication and division. You can share your score with your friends.
    • Free
    • 90 Downloads
  13. Single Hotel App is complete solution of any best hotel App. The Purpose of this application is that you will find all details of Hotel. With this application you will create your hotel application. It makes very easy to check all details of hotel based on your needs. The application is specially optimized to be extremely easy to configure and detailed documentation is provided.
     
    • Free
    • 32 Downloads
  14. Smart POS is a very useful offline point-of-sale application for an android mobile device. By using Smart POS, you can easily maintain all kinds of products and store all sales records. You can store customer and supplier information. You can easily see your daily, monthly, and yearly reports with a bar chart. Smart POS has multiple languages (English, French, Spanish, Bangla, Hindi) support. Also, there is a backup facility. You can back up your database and save it to device storage and you can import it. You can easily generate PDF receipts and print receipts via a printer. You can also share PDF receipts with customers and manage your daily sales smartly.
    Main Features:
    Create customer and supplier information. Create product information with the image. Edit product information Generate PDF receipt Print PDF receipt by POS printer Share PDF receipt to customers Open PDF receipt by external PDF readers Add product using QR code Add product using Barcode code Product stock management system Product Stock count Product by category Search product using QR and Barcode Point of sales system with the cart. Create expense list. Add/Edit product category Add/Edit payment method Daily, monthly and yearly report with bar chart Database backup and restore system. Data backup and import from Google Drive Add any currency symbol Attractive User Interface. Tax and discount system Thermal Printing support Import product data from Excel(xls) file Export product data into Excel(xls) file Import customers and suppliers data from Excel (xls) file Export customers and suppliers data into Excel Export all sales data into Excel file Export all expense data into Excel file Export full database into Excel Multiple languages (English, French, Spanish, Hindi, and Bangla) support. Android 12 compatible Google AdMob Integrated Banner Ads and Interstitial Ads Programmed in Android Studio IDE Development language is Java Enhanced documentation.
    • Free
    • 125 Downloads
  15. Write.ai is a powerful AI writing assistant that helps you create unique, high-quality content quickly. It can generate new content, improve existing content, and generate content ideas. Whether you’re a blogger, marketer, or creative, Write.ai can enhance your writing and boost your productivity. With an advanced language model and user-friendly interface, Write.ai makes it easy to create engaging, persuasive text that captivates your audience.
    • Free
    • 55 Downloads
  16. Service for visualizing data from GPS trackers. On our map you can see the path of the object of observation, its speed and other data. Free mobile apps and some GPS device models are supported. The user can switch the type of map: Google Maps, OpenStreet Maps or Yandex Maps. Also, the user can create a public page for his GPS device and receive a code for embedding on any site. The platform administrator can manage users, text pages, import and export data, etc.
    • Free
    • 62 Downloads
  17. AiWriter is an AI-powered content writing tool for the Laravel framework. It uses advanced machine learning algorithms to analyze and understand text, allowing it to generate high-quality, unique content for your website or application. With AiWriter, you can easily create engaging, SEO-friendly content for blog posts, articles, and more, saving you time and effort while improving your online presence. Whether you’re a blogger, a marketer, or a developer, AiWriter is the perfect solution for all your content creation needs.

      

    Demo Access: https://aiwrite.pixamo.net/
    User Access: 
    https://aiwrite.pixamo.net/login
    Credentials:
    email: user@gmail.com
    password: rootadmin
    Admin Access: 
    https://aiwrite.pixamo.net/admin/login
    Credentials:
    email: admin@gmail.com
    password: rootadmin
    Site Features
    12+ Use Cases Blog Idea & Outline Writing Blog Section Writing Generate Business Ideas Cover Letter Writing Facebook, Twitter Ads Description Generate Google Search Ads Description Generate Post & Caption Ideas Generate Product Description Generate SEO Meta Description Generate SEO Meta Title Generate Video Description Generate Video Idea Subscription Modules Drag & Drop Menu Builder User Payment History Automatic Payment Gateway Manage User Modules Site Settings System Settings Blog Modules Page Modules Multi Languages Support SEO Friendly URL Organized dashboard. XSS and SQL injection protection. many more
    • Free
    • 166 Downloads
  18. TradeLab, a laravel made Trading platform that enables a great opportunity to trade cryptocurrency. worlds becoming cashless and crypto becoming popular day by day. it’s an $8 Billion industry currently. a lot of people now interest to run their own Trading platform. we got hundreds of requests to develop such items and we collect idea’s from some popular platforms: olymptrade, Fxtrading, xm, Metatrader. it’s a primary release of Tradelab, we have the intention to update it, but it depends on your choice, depends on sale, depends on update request.   TradeLab is a unique trading platform. You can make real-time transactions whenever and wherever you like. The platform can be accessed not only from a PC, but also from a full-service mobile. Its easily installable, controllable through the admin panel, comes with responsive design, high security, interactive User interface. support plugins, LiveChat, Google ReCaptcha, analytics, automatic payment gateway, cards, currencies, and cryptos.
    • Free
    • 857 Downloads
  19. 66aix is the ultimate AI assistant tool that helps you generate unique content, fix your already existing one or improve it. You can also generate complete AI images from scratch.
        
    Demo
    66aix demo
    Username: admin
    Password: admin
    Features
    AI Images generator
    22 AI Generators
    AI Text summarization Explain like I am 5 Text randomizer/spinner Keywords generator/extractor Grammar fixer/checker Social media bio generator Web pages SEO Title generator Web pages SEO Description generator Web pages SEO Keywords generator Blog Article Idea & Outline generator Blog Article Section generator Video idea generator Video title generator Video description generator Ad title generator Ad description generator Text to emojis Tweet generator Instagram caption generator Product name generator Startup idea generator Viral idea generator ANTI NSFW – Checks the user input for NSFW text, violence, hate…etc to avoid getting your OpenAI API key banned.
    CONFIGURE AI MODELS – Can be set on a per-plan basis, via the admin panel.
    UNLIMITED PROJECTS (CATEGORIES) – That users can create to manage and categorize their resources.
    LOGIN WITH FACEBOOK / GOOGLE / TWITTER / DISCORD – To help users login to your website faster.
    TWO FACTOR AUTHENTICATION – To help your users with their account security.
    DARK MODE
    RTL LANGUAGES SUPPORT
    SEO FRIENDLY – Proper URLs, dynamic titles, highly controllable via per language.
    SITEMAP – The full sitemap is automatically generated for you and ready to be used.
    and many many more..
    Administrative Features
    STRIPE PAYMENTS – Earn money by charging One time, Recurring or Lifetime payments from your users for custom plans via Stripe.
    PAYPAL PAYMENTS – Earn money by charging One time, Recurring or Lifetime payments from your users for custom plans via Paypal.
    OFFLINE PAYMENTS – Earn money by charging offline payments (ex: via bank transfers or other methods). The best way to get paid by your users if you do not use Paypal or Stripe.
    COINBASE CRYPTO PAYMENTS – Earn money by charging One time or Lifetime payments from your users for custom plans via Coinbase.
    CRYPTO.com CRYPTO PAYMENTS – Earn money by charging One time or Lifetime payments from your users for custom plans via Crypto.com.
    RAZORPAY PAYMENTS – Earn money by charging One time, Recurring or Lifetime payments from your users for custom plans via Razorpay.
    PAYU PAYMENTS – Earn money by charging One time payments from your users for custom plans via PAYU.
    PAYSTACK PAYMENTS – Earn money by charging One time, Recurring or Lifetime payments from your users for custom plans via Paystack.
    MOLLIE PAYMENTS – Earn money by charging One time, Recurring or Lifetime payments from your users for custom plans via Mollie.
    YOOKASSA PAYMENTS – Earn money by charging One time or Lifetime payments from your users for custom plans via yookassa.com.
    PADDLE PAYMENTS – Earn money by charging One time or Lifetime payments from your users for custom plans via Paddle.com.
    DISCOUNT AND REDEEMABLE CODES – Create unlimited discount or redeemable codes from the admin panel for your users.
    TAXES – Easily create, configure taxes and attach them to paid plans.
    INVOICING – Configure and generate proper invoices, displaying potential discount codes and applied taxes for your users.
    FREE, TRIAL PLAN CUSTOMIZATION – Configure exactly what each defined plan can or can not do or disable them completely.
    UNLIMITED CUSTOM PLANS – Create custom made plans for your users.
    PAYMENTS – Both you (as the admin) and your users will have access to their payments made on the platform.
    MULTILINGUAL READY – Easily translate via the admin panel and run multiple languages for your website. (Note: User generated content is not translatable.)
    STATISTICS – Get to know what happens on your website by checking out the statistics page.
    USERS – Create, view, edit, ban or delete any user on the platform via the admin panel.
    MULTILINGUAL PAGES – Create, view, edit or delete any custom page on the platform via the admin panel.
    MULTILINGUAL BLOG – Create, view, edit or delete any blog page or category on the platform via the admin panel.
    AI DOCUMENTS – View or delete any AI documents that have been created by your users.
    AI IMAGES – View or delete any AI Images that have been created by your users.
    SETTINGS – This is the control page where you update your website and create it exactly as you wish by editing important details enabling or disabling certain features such as.
    Disable the default landing page and redirect to your custom one SMTP configuration Enable or disable the Registration system Enable or disable email confirmation for new users Upload your own logo, favicon or opengraph image Configure your business and payment settings Set up your Social media links Add your custom CSS or JavaScript code Configure your ad codes to display ads to your users Display announcements to your users with ease Configure & choose your Captcha (Google, hCaptcha or a simple default one) Configure email notifications for admins for certain events Fully configurable cookie consent manager & implementation
    • 6.00 EUR
  20. StrongVPN – StrongSwan IKEv2 VPN stable & free VPN proxy for Android is a free and unlimited VPN (Virtual Private Network) proxy for Android devices. StrongVPN masks your IP address, encrypts internet traffic, turns public Wi-Fi into a private network and helps unblock sites and apps on your Android phone so that users can access any restricted content safely and anonymously.
    Customer Mobile App Source Code (based on Android Framework)
    Backend Web Admin Panel (based on nodejs Framework)
    #1 Customer Mobile App:
    ⭐️ In-app purchase
    Users can get stars with 1-click. All payments are processed by Google Pay
    ⭐️ Ads banner
    Full screen banner appears before visiting the premium page and bottom banner is fixed at the bottom of vpn and profile screens. Both of them work through Admob that is easy to set up at Admin Panel
    ⭐️ Low cost servers with unlimited bandwidth
    Via high quality servers, users can unblock any apps or websites affected by government censorship and geo-restrictions hello@witwork.app
    ⭐️ StrongSwan IKEv2
    With advantages including supporting a wide range of encryption protocols, high-level stability and consistent connectivity, easy setup, super-fast VPN protocol, StrongSwan is an absolutely worthy choice
    ⭐️ Shield WiFi Hotspot & Privacy Protection
    StrongVPN proxy have advanced VPN technology, no logs, hide IP address and encrypt your network traffic, protect users from data thief privacy damage
    ⭐️ Awesome UI Design and Animation
    3 seconds is the average time for an app to impress and convince an user to download it. To do it, your app needs an eye-catching User Interface and App Icon. StrongVPN has been designed by the best UI designers who always ensure your app much more outstanding
    #2 Admin panel
    ⭐️ Dashboard
    Through visual charts describing the number of active users, Premium subscription by years …. admin can make business decisions more exactly
    ⭐️ User Management
    All user data are gathered in a table where admin can search and contact in specific cases
    ⭐️ Server Management
    The most important place in the system that admin can install / edit / remove new free or premium servers
    • Free
    • 160 Downloads
  21. Website Features
    Image Tools- Convert JPG, PNG, BMP & TIFF images Image Compress – Compress JPG, PNG, BMP & TIFF images Conversion Tools, Convert XML to JSON, JSON to XML, JSON to CSV, CSV to JSON, JSON to TEXT, JSON to TSV, TSV to JSON Number Conversion Tools, Contains - Binary To Decimal Converter, Binary To Hex Converter, Binary to Octal Converter, Decimal to Hex Converter, Decimal to Binary Converter, Decimal to Octal Converter, Hex to Binary Converter, Hex to Decimal Converter, Hex to Octal Converter, Octal to Decimal Converter, Octal to Binary Converter, Octal to Hex Converter, Text to Binary Converter, Binary to Text Converter, Character to ASCII Converter, ASCII to Character Converter, Text to Octal Converter, Octal to Text Converter, Text to Hex Converter, Hex to Text Converter, Text to Decimal Converter, Decimal to Text Converter Text Conversion Tools, Contains - Convert Text to Lowercase, Convert Text to Uppercase, Convert Text to Titlecase, Convert Text to Invertcase, Capitalize Words in Text, Reverse Text, Convert Spaces To Tabs, Convert Tabs To Spaces, Convert Spaces To Newlines, Convert Newlines To Spaces, Remove Letter Accents, Remove Whitespace, Remove All Whitespace, Extract Emails From Text, Extract URLs From Text, Extract Numbers From Text, Convert Text To Morse, Convert Morse To Text, Count Character Frequency in Text, Count Word Frequency in Text, Split Text, Delete Duplicate Lines from Text, Replace Text, Remove Empty Lines Encryption Conversion Tools, Contains – Convert Base64 Encode, Convert Base64 Decode, Convert URL Encode, Convert URL Decode, Convert MD2 Hash Generator, Convert MD4 Hash Generator, Convert MD5 Hash Generator, Convert SHA1 Hash Generator, Convert SHA256 Hash Generator, Convert SHA512 Hash Generator, Convert UTF8 Encode, UTF8 Decode Unit Converter Tools, Contains – Unit Converter, Length Converter, Area Converter, Mass Converter, Volume Converter, Each Converter, Temperature Converter, Time Converter, Digital Converter, PartsPer Converter, Speed Converter, Pace Converter, Pressure Converter, Current Converter, Voltage Converter, Power Converter, ReactivePower Converter, ApparentPower Converter, Energy Converter, ReactiveEnergy Converter, VolumeFlowRate Converter, Illuminance Converter, Frequency Converter, Angle Converter Automatically download converted images Copy to Clipboard Option Download result output as a text files Available Angular Meta Service which makes it easier to set different meta tags to different pages. Integrated Firebase Database for Change your website logos, titles etc Integrated Google Adsense Website logos will be stored in firebase storage Beautiful Designed Technologies: Angular 15, TypeScript Mobile Friendly Single Page Application Well Documentation and Code Comment Very Clean Code & Easily Customizable Admin Panel Features
    Integrated Firebase database Login with email Change your website logos, Titles and social links from admin dashboard
    • Free
    • 205 Downloads
  22. Introducing LicenseBox – the all-in-one solution for managing licenses and updates for your PHP applications, WordPress plugins, and themes. Our easy-to-use platform offers a user-friendly interface and requires minimal server resources to run. But that’s not all – LicenseBox also comes with integration examples, sample codes, and a built-in helper file generator to make integration into your existing applications a breeze. And if you’re concerned about security, we’ve got you covered with our inbuilt PHP obfuscation service.
    LicenseBox consists of two parts: the main script (admin panel) that you install on your own server, and a single helper file that you include in your PHP application. You can also easily access the API using any other programming language, thanks to the powerful REST API.
    • Free
    • 443 Downloads
  23. The newest and fastest-performing addition to our product line! By streaming downloaded/converted files directly to your device, videos are delivered and high-quality MP3 files are generated in a fraction of the regular time required. And because no files are stored on the server (when MP3 caching is disabled), you need very little hard disk space!

    The software supports the download of ALL available YouTube video/audio formats and qualities as well as their conversion to multiple MP3 qualities, up to 320 kbps! It can display the top YouTube videos on a per-country basis and enables the searching of YouTube video URLs, video IDs, playlists, and general search terms. Top videos and search results are loaded via a sleek AJAX interface that will keep loading more videos as needed.

    To top it off, an integrated music player allows you to preview audio before converting to MP3, and an MVC-based templating engine makes customization of the layout/design a breeze.
    • Free
    • 622 Downloads
    • 6 Comments
  24. The Stream is a mobile online TV & Video Streaming App system which run under Android platform that used for watch many online TV broadcasts & video streaming from your Android devices. You can manage unlimited TV channel and categories which support many formats, this application created by Android for client side and then PHP MySQL for server side. Run under Android platform which is the most popular operating system in the world, using this application you can save your money and time in creating application for your own mobile online TV & Video Streaming App.
    • Free
    • 192 Downloads
    • 7 Comments