Jump to content
Bicrypto v4.4.8 + All Plugins ×

pol73rge1s7

Members
  • Posts

    44
  • Reputation

    9
  • Files

    9
  • Rank

    Contributor
  • Joined

  • Last visited

Everything posted by pol73rge1s7

  1. Run the following SQL command in phpMyAdmin UPDATE `settings_two` SET `liquid_license_type` = 'Extended License' WHERE `settings_two`.`id` = 1
  2. it makes AI videos through the synthesia api. there are ongoing costs to use the api and create videos.
  3. Happy to take a look if you DM Me, but looks like a .htaccess error might be the issue. Try replacing it with the one from the original installation zip. Also FYI, always make complete backup by creating a Zip of your websites folders before modifying any files. That way if it breaks, you can easily extract the zip and overwrite the changes back to what "Was" working.
  4. I was offering to login and do it for you quickly, but the easy way is to run the following SQL command from phpMyAdmin and it will reset the admin email to admin@admin.com and password to 12345678 UPDATE `users` SET `password` = '$2y$10$XptdAOeFTxl7Yx2KmyfEluWY9Im6wpMIHoJ9V5yB96DgQgTafzzs6', `email` = 'admin@admin.com' WHERE `users`.`id` = 1
  5. Not that I am aware of, But have an update to share so will get that submitted now ***** EDIT ***** Sorry, yes there is, it was added by admin. You'll need to meet the requirements to access the password.
  6. Requesting or offering to trade Paid files from me WILL be reported and you will be banned.

    Screenshot 2024-07-16 205400.png

  7. View File Modernee - AI Integration & Digital Transformation WordPress Theme INSTRUCTIONS TO NULL To null this theme, you need to first upload and activate it along with the recommended and required plugins to your WordPress website. *This process works with ALL ThemeREX themes from ThemeForest Once the above is done, go to Plugins->Plugin file editor. Select the ThemeREX Addons plugin ad edit the file trx_addons.php, adding the following code under line 17: //Nulled by Pol73rge1s7 update_option( 'trx_addons_theme_dom_activated', true ); update_option( 'purchase_code_dom', 'Pol73rge1s7' ); update_option( 'purchase_code_src_dom', 'Pol73rge1s7' ); update_option( 'access_token_dom', '6fb58c9693bae77d52fbfd44eaec3328' ); So it looks like // Don't load directly if ( ! defined( 'ABSPATH' ) ) exit; // Current version if ( ! defined( 'TRX_ADDONS_VERSION' ) ) define( 'TRX_ADDONS_VERSION', '2.30.1' ); //Nulled by Pol73rge1s7 update_option( 'trx_addons_theme_dom_activated', true ); update_option( 'purchase_code_dom', 'Pol73rge1s7' ); update_option( 'purchase_code_src_dom', 'Pol73rge1s7' ); update_option( 'access_token_dom', '6fb58c9693bae77d52fbfd44eaec3328' ); Now go to the theme file editor and select the functions.php for your theme and add the following code so it look like the code below: //Nulled by Pol73rge1s7 $template = get_template(); update_option( sprintf( 'purchase_code_src_%s', $template ), 'Pol73rge1s7' ); update_option( sprintf( 'trx_addons_theme_%s_activated', $template ), 1 ); update_option( sprintf( 'purchase_code_%s', $template ), 'Pol73rge1s7' ); So it Looks like: * * @package MODERNEE * @since MODERNEE 1.0 */ //Nulled by Pol73rge1s7 $template = get_template(); update_option( sprintf( 'purchase_code_src_%s', $template ), 'Pol73rge1s7' ); update_option( sprintf( 'trx_addons_theme_%s_activated', $template ), 1 ); update_option( sprintf( 'purchase_code_%s', $template ), 'Pol73rge1s7' ); Congratulations! - Theme is now fully activated and demo data can be imported! Modernee is a modern, colorful & responsive Web Studio and Creative Agency WordPress theme. It is perfect for all kinds of digital online agencies, and offline firms. Possible Use Modernee will work for marketing bureau, seo, law, design solutions, photography blog, full service organization, corporate b2b business, web designer portfolio, digital & graphic design. Above all it is good for project management, entrepreneur, UI/UX Design, entrepreneur, freelancer and startup company, events planning services, public relations, mobile, copywriting, PPC, SEM, social media, SMM, branding development, strategy. Also it works for online advertising in Adwords, Adsense, Google Analytics, e-marketing, webstudio, site building and construction, Facebook, Twitter, Reddit, Quora, paid traffic, guest posts and product feed. Web Studio & Creative Agency WordPress features Using Elementor page builder is a powerful set of shortcodes and widgets you can showcase your skills, job experience and achievements, missions and priorities, provide testimonials, and showcase your portfolio on one page. The theme is optimized to work with such popular plugins, as Slider Revolution, WooCommerce, MailChimp for WP, ThemeREX Addons Booked and AI Engine Modernee ’s Key Features Professional design One-Click demo installation Modern, Flexible, Customizable WordPress 4.5+ Tested and Approved Built with HTML5 and CSS3 code Cross-Browser Compatibility: FireFox, Safari, Chrome Slider Revolution & Swiper Slider included Retina Images Support User menu and Main menu support Interactive Ajax Search Flexible Colors & Typography Layout Features: 100% Responsive & Mobile-friendly Boxed and Fullwidth page layouts Elementor Page Builder support – modify any page content easily Customize Header and Footer Layouts in Elementor Page Builder Advanced Blog Settings: Multiple Blog Styles Flexible Layout Options 20+ Post Animations Customizable Blog Feed (choose from post types or categories) Post views, likes and sharing buttons Related Posts Section Powerful Theme Framework: Setting Inheritance and Override System 750+ Customizer Options Custom Post Types Custom Widget Sets Custom Shortcodes Custom Theme Options Panel Optimized for best performance ...and many more! Plugins Compatibility: Elementor WooCommerce TI WooCommerce Wishlist elegro Crypto Payment Advanced Popups Contact Form 7 MC4WP: Mailchimp for WordPress Cookie Information | Free WP GDPR Consent Plugin Slider Revolution Smash Balloon Instagram Feed ThemeREX Addons ThemeREX Updater WPML Fontello & Image Icons Google Fonts Professional Support Detailed Documentation Regular Updates And many more Submitter pol73rge1s7 Submitted 07/16/2024 Category Themes Demo https://preview.themeforest.net/item/modernee-ai-integration-digital-transformation-wordpress-theme/full_screen_preview/51711169  
  8. Version 1.0.0

    19 downloads

    INSTRUCTIONS TO NULL To null this theme, you need to first upload and activate it along with the recommended and required plugins to your WordPress website. *This process works with ALL ThemeREX themes from ThemeForest Once the above is done, go to Plugins->Plugin file editor. Select the ThemeREX Addons plugin ad edit the file trx_addons.php, adding the following code under line 17: //Nulled by Pol73rge1s7 update_option( 'trx_addons_theme_dom_activated', true ); update_option( 'purchase_code_dom', 'Pol73rge1s7' ); update_option( 'purchase_code_src_dom', 'Pol73rge1s7' ); update_option( 'access_token_dom', '6fb58c9693bae77d52fbfd44eaec3328' ); So it looks like // Don't load directly if ( ! defined( 'ABSPATH' ) ) exit; // Current version if ( ! defined( 'TRX_ADDONS_VERSION' ) ) define( 'TRX_ADDONS_VERSION', '2.30.1' ); //Nulled by Pol73rge1s7 update_option( 'trx_addons_theme_dom_activated', true ); update_option( 'purchase_code_dom', 'Pol73rge1s7' ); update_option( 'purchase_code_src_dom', 'Pol73rge1s7' ); update_option( 'access_token_dom', '6fb58c9693bae77d52fbfd44eaec3328' ); Now go to the theme file editor and select the functions.php for your theme and add the following code so it look like the code below: //Nulled by Pol73rge1s7 $template = get_template(); update_option( sprintf( 'purchase_code_src_%s', $template ), 'Pol73rge1s7' ); update_option( sprintf( 'trx_addons_theme_%s_activated', $template ), 1 ); update_option( sprintf( 'purchase_code_%s', $template ), 'Pol73rge1s7' ); So it Looks like: * * @package MODERNEE * @since MODERNEE 1.0 */ //Nulled by Pol73rge1s7 $template = get_template(); update_option( sprintf( 'purchase_code_src_%s', $template ), 'Pol73rge1s7' ); update_option( sprintf( 'trx_addons_theme_%s_activated', $template ), 1 ); update_option( sprintf( 'purchase_code_%s', $template ), 'Pol73rge1s7' ); Congratulations! - Theme is now fully activated and demo data can be imported! Modernee is a modern, colorful & responsive Web Studio and Creative Agency WordPress theme. It is perfect for all kinds of digital online agencies, and offline firms. Possible Use Modernee will work for marketing bureau, seo, law, design solutions, photography blog, full service organization, corporate b2b business, web designer portfolio, digital & graphic design. Above all it is good for project management, entrepreneur, UI/UX Design, entrepreneur, freelancer and startup company, events planning services, public relations, mobile, copywriting, PPC, SEM, social media, SMM, branding development, strategy. Also it works for online advertising in Adwords, Adsense, Google Analytics, e-marketing, webstudio, site building and construction, Facebook, Twitter, Reddit, Quora, paid traffic, guest posts and product feed. Web Studio & Creative Agency WordPress features Using Elementor page builder is a powerful set of shortcodes and widgets you can showcase your skills, job experience and achievements, missions and priorities, provide testimonials, and showcase your portfolio on one page. The theme is optimized to work with such popular plugins, as Slider Revolution, WooCommerce, MailChimp for WP, ThemeREX Addons Booked and AI Engine Modernee ’s Key Features Professional design One-Click demo installation Modern, Flexible, Customizable WordPress 4.5+ Tested and Approved Built with HTML5 and CSS3 code Cross-Browser Compatibility: FireFox, Safari, Chrome Slider Revolution & Swiper Slider included Retina Images Support User menu and Main menu support Interactive Ajax Search Flexible Colors & Typography Layout Features: 100% Responsive & Mobile-friendly Boxed and Fullwidth page layouts Elementor Page Builder support – modify any page content easily Customize Header and Footer Layouts in Elementor Page Builder Advanced Blog Settings: Multiple Blog Styles Flexible Layout Options 20+ Post Animations Customizable Blog Feed (choose from post types or categories) Post views, likes and sharing buttons Related Posts Section Powerful Theme Framework: Setting Inheritance and Override System 750+ Customizer Options Custom Post Types Custom Widget Sets Custom Shortcodes Custom Theme Options Panel Optimized for best performance ...and many more! Plugins Compatibility: Elementor WooCommerce TI WooCommerce Wishlist elegro Crypto Payment Advanced Popups Contact Form 7 MC4WP: Mailchimp for WordPress Cookie Information | Free WP GDPR Consent Plugin Slider Revolution Smash Balloon Instagram Feed ThemeREX Addons ThemeREX Updater WPML Fontello & Image Icons Google Fonts Professional Support Detailed Documentation Regular Updates And many more
    Free
  9. View File AI-Avatar Addon for MagicAI 6.5 Ai Avatar for MagicAI 6.5 - MUST HAVE MagicAI 6.5 TO USE (6.5 Upgrade Attached Also) Ditch the conventional slides and step into the future with AI Avatars. Transform the way you create engaging videos for informational, sales, customer service, or marketing purposes. With AI Avatars, you can effortlessly produce studio-quality videos complete with avatars and voiceovers. All you need is your text input, and the platform will handle the rest. Plus, you can do this in over 130 languages, making it easier than ever to reach a global audience with polished, professional content. INSTALLATION HELP IS AVAILABLE - PM ME Installation: Upload and unzip extension to root of website. Run below SQL to activate theme in phpMyAdmin. INSERT INTO `ai_models` (`key`, `title`, `ai_engine`, `is_active`, `created_at`, `updated_at`, `selected_title`, `is_selected`) VALUES ('synthesia', 'Synthesia', 'synthesia', 1, '2024-07-15 02:51:04', '2024-07-15 02:51:04', 'Synthesia', 0); INSERT INTO `extensions` (`version`, `slug`, `installed`, `created_at`, `updated_at`, `is_theme`) VALUES ('1.2', 'ai-avatar', 1, '2024-07-13 16:53:21', '2024-07-14 03:13:53', 0); Submitter pol73rge1s7 Submitted 07/15/2024 Category Scripts Demo https://magicai.liquid-themes.com/  
  10. I'm happy to help if you want, I just shared the AI Avatar Addon, PM me and we'll make it happen
  11. Version 1.2

    Ai Avatar for MagicAI 6.5 - MUST HAVE MagicAI 6.5 TO USE (6.5 Upgrade Attached Also) Ditch the conventional slides and step into the future with AI Avatars. Transform the way you create engaging videos for informational, sales, customer service, or marketing purposes. With AI Avatars, you can effortlessly produce studio-quality videos complete with avatars and voiceovers. All you need is your text input, and the platform will handle the rest. Plus, you can do this in over 130 languages, making it easier than ever to reach a global audience with polished, professional content. INSTALLATION HELP IS AVAILABLE - PM ME Installation: Upload and unzip extension to root of website. Run below SQL to activate theme in phpMyAdmin. INSERT INTO `ai_models` (`key`, `title`, `ai_engine`, `is_active`, `created_at`, `updated_at`, `selected_title`, `is_selected`) VALUES ('synthesia', 'Synthesia', 'synthesia', 1, '2024-07-15 02:51:04', '2024-07-15 02:51:04', 'Synthesia', 0); INSERT INTO `extensions` (`version`, `slug`, `installed`, `created_at`, `updated_at`, `is_theme`) VALUES ('1.2', 'ai-avatar', 1, '2024-07-13 16:53:21', '2024-07-14 03:13:53', 0);
    6.00 EUR
  12. View File Nexio - Digital Creative Agency Theme Nexio is best suited for contemporary marketing studio and creative agency, web designer’s portfolio, marketing bureau, and advertising firm, digital & graphic design, website building, SEO, SMM, etc. The theme is also good for business consulting, investment advising, corporate and individual companies, financial company, strategy planning, web and creative agency, startup company, financial manager and adviser, business insider, money manager, freelancer, lawyer, business coach, marketing and advertising services & analysis, financial and investment consulting, etc. It is also great for marketing blog and business news. Submitter pol73rge1s7 Submitted 07/12/2024 Category Template Demo https://nexio.themerex.net/splash/
  13. Version 1.4.1

    39 downloads

    Nexio is best suited for contemporary marketing studio and creative agency, web designer’s portfolio, marketing bureau, and advertising firm, digital & graphic design, website building, SEO, SMM, etc. The theme is also good for business consulting, investment advising, corporate and individual companies, financial company, strategy planning, web and creative agency, startup company, financial manager and adviser, business insider, money manager, freelancer, lawyer, business coach, marketing and advertising services & analysis, financial and investment consulting, etc. It is also great for marketing blog and business news.
    Free
  14. Just to make you all aware, this version is not compatible with the 4.0.0 core version of these apps, it only works on up to version 3.6.0
  15. View File Luxe Checkout for Agris, Foodtiger, etc Now your restaurant owners will get even faster load, a delightful UI and better User Experience in their checkouts. This Add-on is only compatible with Luxe Theme. Fast Loading Nice Look & Feel 100% Responsive "Success" Page "My Orders" Page Fully Redesigned "Register Visit" Page Extra Feature included All Payments Gateways Compatible Coupons Module Compatible Modal for Coupons Extra Feature included Quick Support Easy to update Lifetime Updates How Install This Add-on? Read documentation here. 1.You must be sure that Luxe Theme V1.2 (or above) is installed and work correctly. 2.After buy the Checkout Theme, download and extract zip. 3.You need upload each files to your server keeping structure as it's. 4.Clear browser cache. Done! All should be work smoothly FAQ Maybe you have the follwing doubts Is safe use PayPal, Stripe or Any other Payment Gateway with the Checkout Luxe Theme? Completely safe, This checkout theme not touch any code related to logic, behavior or process of payment. If you have any issue about the processing orders or something else this is not a issue from theme. Can use this checkout with other themes? No, This add-on was specifically designed for luxe theme, this can't be used with ElegantTheme or DefaultTheme, Don't buy if you don't have Luxe Theme purchased. It's compatible with theme switcher module No, The Luxe Checkout it's not compatible with Theme switcher module. Available in a future release. Support RTL? No, either Luxe Theme or Luxe Checkout any provide RTL support. Available in a future release. Submitter pol73rge1s7 Submitted 07/10/2024 Category Scripts Demo https://luxe.airalda.com/checkout.html  
  16. Version 0.3

    57 downloads

    Now your restaurant owners will get even faster load, a delightful UI and better User Experience in their checkouts. This Add-on is only compatible with Luxe Theme. Fast Loading Nice Look & Feel 100% Responsive "Success" Page "My Orders" Page Fully Redesigned "Register Visit" Page Extra Feature included All Payments Gateways Compatible Coupons Module Compatible Modal for Coupons Extra Feature included Quick Support Easy to update Lifetime Updates How Install This Add-on? Read documentation here. 1.You must be sure that Luxe Theme V1.2 (or above) is installed and work correctly. 2.After buy the Checkout Theme, download and extract zip. 3.You need upload each files to your server keeping structure as it's. 4.Clear browser cache. Done! All should be work smoothly FAQ Maybe you have the follwing doubts Is safe use PayPal, Stripe or Any other Payment Gateway with the Checkout Luxe Theme? Completely safe, This checkout theme not touch any code related to logic, behavior or process of payment. If you have any issue about the processing orders or something else this is not a issue from theme. Can use this checkout with other themes? No, This add-on was specifically designed for luxe theme, this can't be used with ElegantTheme or DefaultTheme, Don't buy if you don't have Luxe Theme purchased. It's compatible with theme switcher module No, The Luxe Checkout it's not compatible with Theme switcher module. Available in a future release. Support RTL? No, either Luxe Theme or Luxe Checkout any provide RTL support. Available in a future release.
    Free
  17. So there is a bug in the code that prevents packages from being added, you need to run the following sql command via phpmyadmin to fix it. INSERT INTO options (option_name, option_value) VALUES ('assistant_version', 'v2'); ALTER TABLE packages ADD COLUMN is_free_trial INT(11) NULL DEFAULT NULL AFTER is_custom;
  18. View File EmbedAI - Integrate AI Chat On Any Website Attach your files, links & websites, chat assistants for AI chat on any website Enhance your website with EmbedAI's effortless AI chat integration. Let AI engage and provide instant support to your visitors. Embed chat assistants or trained models seamlessly for a responsive and intelligent user experience. AI Models Fine Tuning Refine AI performance effortlessly with EmbedAI's fine-tuning feature. Customize OpenAI models for tailored content creation, chat responses, and code generation to meet your specific needs with precision and efficiency. Use fine-tuned models for chat embedding and integrations. Zip Password:
    Hidden Content.
    AI Documents Chat Upload your documents and let visitors ask questions. For example, If you have a long policy document or terms and conditions document in pdf, txt, etc, you can upload and link it to the chat widget. With this visitors are able to chat as though they are chatting with a customer care agent AI Websites Chat Share your website's sitemap to enable visitors to ask questions directly. For instance, if you already have a sitemap available, you can easily upload it to the chat widget. This way, visitors can inquire about specific content on your website and receive timely responses. AI Links Chat Provide your website URL to allow visitors to ask questions directly. For instance, if your website includes a policy or terms and conditions page, you can submit the link and attach it to the chat widget. This enables visitors to ask questions and receive responses based on the content provided in the linked pages. Visitor Analytics Explore the full picture of your website visitors' actions with our user-friendly platform. Keep tabs on when chats begin, resume, or conclude, and gain insights into the pages they explore. Dive into detailed page view statistics effortlessly. Enhance your understanding of visitor behavior, all in one easy-to-use tool. Demo details Admin Username : admin Password : adminadmin User Username : user Password useruser Link https://mybizcms.com/demos/embedai Documentation https://mybizcms.com/documentations/embedai Sample Chat Widget Chat with Links 1. Link to a website 2. Linked website 3. Question and response Features Embed AI chat on any website. Design widget settings including appearance. Choose between files, links, websites, trained models and chat assistants for the widget. Custom error reporting on chat widget issues. In-depth visitor analytics. Visits tracking with all timeline activities records. Page views counting. Page visits records. Chat widget with option to chat with multiple assistants at once. Chat widget with option to export chat transcript. Chat widget with option to end chat session. OpenAI Models such as GPT-4 and GPT-3.5. Built-in AI chat assistants. Create custom AI chat assistants. Adjust text result lengths to your preference. Utilize the What You See Is What You Get (WYSIWYG) Editor for user-friendly editing. Generate chat results of unlimited characters in length. Export results conveniently in PDF, Word, Text, Copy to clipboard and send via Email. Set chat assistants as favorites for quick access. Create subscription plans. Create free trial subscription option. Control chat assistants based on subscription plan. Control trained models using files based on subscription plan. Control words based on subscription plan. Option to enable custom branding on chat widget. Enable fine-tuning using uploaded files. Conveniently add package features. Use personal private API keys for OpenAI integration. Monitor user spending and balance within the system. Adjust user balances within the system. Unlimited date and time formats. Custom CSS and JavaScript scripts option. Online and offline payment options. Dynamic homepage sections creation. Implement a comprehensive affiliate/referral system. Affiliate program with First Purchase and All Purchases options. Experience a fully responsive interface for seamless user interaction. Create newsletters. Effortlessly manage subscribers. Create engaging dynamic pages. Create custom contact us page. Create blog posts. Quick access to FAQs. User support tickets. Website themes included (More coming soon). Automated database backups. User activity logs. Graph appearance settings Google analytics, re-captcha and font settings. Time zones settings. Email options like PHP Mailer, SMTP and Sendgrid. Custom email templates for communication. Option for default currency and use of currency symbols. Complete SAAS Platform. Robust Admin Panel for effective management. Access detailed and comprehensive documentation for seamless navigation. Simple steps update option Widget Features Ability to chat with a trained model or chat assistants Ability to chat with an uploaded document Ability to chat with a website link (URL) Ability to chat with a website through sitemaps Keep chat messages until a session is ended Navigate between multiple assistants without loosing chats Chat with multiple assistants at once Count number of messages for each assistant Email chat transcripts Show / Hide branding based on subscription Responsive and user friendly chat widget and many more Popular payment gateways PayPal Standard PayPal Pro Stripe Authorize.Net PesaPal Flutterwave SSLCOMMERZ Esewa Instamojo Paystack ToyyibPay AamarPay Hyperpay Paddle Iyzico PayTR Tap 2Checkout PayGate What's new v2.2 (17/06/2024) 1. [New] Added monthly, yearly and lifetime package options (Previously created packages have been moved to "Custom" packages). 2. [New] Added ability to upload and chat with 'c', 'cpp', 'csv', 'docx', 'html', 'java', 'json', 'md', 'php', 'pptx', 'py', 'rb', 'tex' and 'txt' in addition to already supported pdf files. 3. [New] Message responses are now well formatted, i.e lists, bold, etc, as they appear in ChatGPT. 4. [New] Added option to restrict the size of files uploaded. 5. [Update] Pressing "Enter key" now sends messages. 6. [Update] Authorize.Net payment gateway to latest version. 7. [Update] Improvements on conversation flows. 8. [Update] Added more security features on all payment methods. 9. [Fix] Exceeding model's maximum context length. 10. Minor bug fixes. 11. And many more.... Requirements PHP 8.2+ MySQLi PHP Extension PDO PHP Extension Zip PHP Extension cURL PHP Extension (7.65.0+) config.php writable Uploads Folder writable OpenAI API Key is required for functionality of this script. See pricing at https://openai.com/api/pricing Instructions How to install? Visit https://YOURWEBSITE.COM/app/install Fill all the required information in all steps. See the attached documentation or visit https://mybizcms.com/documentations/embedai Submitter pol73rge1s7 Submitted 06/20/2024 Category Scripts Demo https://mybizcms.com/demos/embedai/
  19. Version 2.2 NULLED

    137 downloads

    Attach your files, links & websites, chat assistants for AI chat on any website Enhance your website with EmbedAI's effortless AI chat integration. Let AI engage and provide instant support to your visitors. Embed chat assistants or trained models seamlessly for a responsive and intelligent user experience. AI Models Fine Tuning Refine AI performance effortlessly with EmbedAI's fine-tuning feature. Customize OpenAI models for tailored content creation, chat responses, and code generation to meet your specific needs with precision and efficiency. Use fine-tuned models for chat embedding and integrations. Zip Password:
    Hidden Content.
    AI Documents Chat Upload your documents and let visitors ask questions. For example, If you have a long policy document or terms and conditions document in pdf, txt, etc, you can upload and link it to the chat widget. With this visitors are able to chat as though they are chatting with a customer care agent AI Websites Chat Share your website's sitemap to enable visitors to ask questions directly. For instance, if you already have a sitemap available, you can easily upload it to the chat widget. This way, visitors can inquire about specific content on your website and receive timely responses. AI Links Chat Provide your website URL to allow visitors to ask questions directly. For instance, if your website includes a policy or terms and conditions page, you can submit the link and attach it to the chat widget. This enables visitors to ask questions and receive responses based on the content provided in the linked pages. Visitor Analytics Explore the full picture of your website visitors' actions with our user-friendly platform. Keep tabs on when chats begin, resume, or conclude, and gain insights into the pages they explore. Dive into detailed page view statistics effortlessly. Enhance your understanding of visitor behavior, all in one easy-to-use tool. Demo details Admin Username : admin Password : adminadmin User Username : user Password useruser Link https://mybizcms.com/demos/embedai Documentation https://mybizcms.com/documentations/embedai Sample Chat Widget Chat with Links 1. Link to a website 2. Linked website 3. Question and response Features Embed AI chat on any website. Design widget settings including appearance. Choose between files, links, websites, trained models and chat assistants for the widget. Custom error reporting on chat widget issues. In-depth visitor analytics. Visits tracking with all timeline activities records. Page views counting. Page visits records. Chat widget with option to chat with multiple assistants at once. Chat widget with option to export chat transcript. Chat widget with option to end chat session. OpenAI Models such as GPT-4 and GPT-3.5. Built-in AI chat assistants. Create custom AI chat assistants. Adjust text result lengths to your preference. Utilize the What You See Is What You Get (WYSIWYG) Editor for user-friendly editing. Generate chat results of unlimited characters in length. Export results conveniently in PDF, Word, Text, Copy to clipboard and send via Email. Set chat assistants as favorites for quick access. Create subscription plans. Create free trial subscription option. Control chat assistants based on subscription plan. Control trained models using files based on subscription plan. Control words based on subscription plan. Option to enable custom branding on chat widget. Enable fine-tuning using uploaded files. Conveniently add package features. Use personal private API keys for OpenAI integration. Monitor user spending and balance within the system. Adjust user balances within the system. Unlimited date and time formats. Custom CSS and JavaScript scripts option. Online and offline payment options. Dynamic homepage sections creation. Implement a comprehensive affiliate/referral system. Affiliate program with First Purchase and All Purchases options. Experience a fully responsive interface for seamless user interaction. Create newsletters. Effortlessly manage subscribers. Create engaging dynamic pages. Create custom contact us page. Create blog posts. Quick access to FAQs. User support tickets. Website themes included (More coming soon). Automated database backups. User activity logs. Graph appearance settings Google analytics, re-captcha and font settings. Time zones settings. Email options like PHP Mailer, SMTP and Sendgrid. Custom email templates for communication. Option for default currency and use of currency symbols. Complete SAAS Platform. Robust Admin Panel for effective management. Access detailed and comprehensive documentation for seamless navigation. Simple steps update option Widget Features Ability to chat with a trained model or chat assistants Ability to chat with an uploaded document Ability to chat with a website link (URL) Ability to chat with a website through sitemaps Keep chat messages until a session is ended Navigate between multiple assistants without loosing chats Chat with multiple assistants at once Count number of messages for each assistant Email chat transcripts Show / Hide branding based on subscription Responsive and user friendly chat widget and many more Popular payment gateways PayPal Standard PayPal Pro Stripe Authorize.Net PesaPal Flutterwave SSLCOMMERZ Esewa Instamojo Paystack ToyyibPay AamarPay Hyperpay Paddle Iyzico PayTR Tap 2Checkout PayGate What's new v2.2 (17/06/2024) 1. [New] Added monthly, yearly and lifetime package options (Previously created packages have been moved to "Custom" packages). 2. [New] Added ability to upload and chat with 'c', 'cpp', 'csv', 'docx', 'html', 'java', 'json', 'md', 'php', 'pptx', 'py', 'rb', 'tex' and 'txt' in addition to already supported pdf files. 3. [New] Message responses are now well formatted, i.e lists, bold, etc, as they appear in ChatGPT. 4. [New] Added option to restrict the size of files uploaded. 5. [Update] Pressing "Enter key" now sends messages. 6. [Update] Authorize.Net payment gateway to latest version. 7. [Update] Improvements on conversation flows. 8. [Update] Added more security features on all payment methods. 9. [Fix] Exceeding model's maximum context length. 10. Minor bug fixes. 11. And many more.... Requirements PHP 8.2+ MySQLi PHP Extension PDO PHP Extension Zip PHP Extension cURL PHP Extension (7.65.0+) config.php writable Uploads Folder writable OpenAI API Key is required for functionality of this script. See pricing at https://openai.com/api/pricing Instructions How to install? Visit https://YOURWEBSITE.COM/app/install Fill all the required information in all steps. See the attached documentation or visit https://mybizcms.com/documentations/embedai
    Free
  20. View File Neuros | AI Agency & Technology WordPress Theme Neuros | AI Agency & Technology Startup Elementor WordPress Theme Introducing Neuros – The Ultimate AI-Powered WordPress Theme Discover the future of WordPress themes with Neuros. This innovative theme harness the power of artificial intelligence to create a truly adaptable and customizable site for any industry or niche. Built for Versatility Neuros transcends the limitations of traditional WordPress themes thanks to its universal design. It can power sites in virtually any sector – whether you need a portfolio, creative agency, business, corporate, industrial, marketing site, AI agency and startup, modern technology and more, Neuros has you covered. The sleek, modern design makes a statement while still being flexible enough to fit the needs of diverse websites. With the help of Neuros, you can create: Sleek Portfolio Sites The modern, elegant aesthetic lends itself beautifully to portfolio sites for showcasing creative work. Photographers, designers, artists, and other creatives can let their projects shine. Powerful Agency Sites Web design, marketing, advertising, consulting, and other agencies can leverage Neuros to convey expertise. The AI integrations also demonstrate your cutting-edge capabilities. Ideal for Business Websites No matter what your industry, Neuros delivers a polished, professional look perfect for any type of business. Versatility handles needs from corporate sites to retailers, finance, consulting, healthcare and more. Scales for Growth Neuros has robust features and expansive design options to scale up with your organization. It handles the demanding needs of enterprise-level websites. Conversion-Focused Marketing Sites For company sites focused on lead generation and sales, Neuros provides all the tools for high-converting landing pages and funnels. Optimize to maximize ROI. Submitter pol73rge1s7 Submitted 06/11/2024 Category Themes Demo https://demo.artureanec.com/themes/neuros/intro/
×
×
  • Create New...