Jump to content
Bicrypto v4.4.8 + All Plugins ×

pol73rge1s7

Members
  • Posts

    44
  • Reputation

    9
  • Files

    9
  • Rank

    Contributor
  • Joined

  • Last visited

5 Followers

About pol73rge1s7

  • Birthday September 23

Recent Profile Visitors

839 profile views

pol73rge1s7's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

9

Reputation

  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
×
×
  • Create New...