Migrate 2003 server 2008 exchangeproiecte

Filtrare

Căutările mele recente
Filtrează în funcție de:
Buget
la
la
la
Tip
Aptitudini
Limbi
    Starea proiectului
    2,000 migrate 2003 server 2008 exchange proiecte găsite, la prețul de USD

    I need a skilled web developer who is proficient in HTML/CSS, JavaScript, and PHP to help transfer my custom coded website from the test server to the live server using terminal. Having deep knowledge in server migration, DNS and terminal operations is crucial for this task. The key tasks will include: - Safely transfer all site files and databases. - Ensure site layout and functionalities are consistent with the version on the test server. Please only bid if you are confident in your skills to prevent any downtime or data loss during the migration. Experience in similar jobs will be a major advantage.

    $37 (Avg Bid)
    $37 Oferta medie
    21 oferte

    The Panel must be developed in PHP8, developed with best practices using PSR. If developed with F...practices using PSR. If developed with Framework, Laravel (latest version + AdminLTE) must be used. All libraries used in the project must be in the public domain and if they are not properly updated, a new fork must be created and updated. Multiple user management is your permissions Manage multiple GRE Tunnels servers - Register, Update, Delete - Each GRE Tunnel server will receive a /40 or up to /29 IPv6 allocation. - Each server can deliver different sizes of IPv6 allocations (/56 to /29), in a configurable way. The professional to carry out this project needs the following characteristics: - Linux Systems Administrator - Network administrator - Extensive knowledge w...

    $141 (Avg Bid)
    $141 Oferta medie
    24 oferte

    I need an expert freelancer for the migration of my Trend Micro Apex One server. The current Apex One server, running the 2012 version, is located on-premises and operates with Windows Server 2012. Key Task Elements: - On-premises server migration. - Handling Trend Micro Apex One 2012 version. - Compatibility with Windows Server 2012. Ideal Skills: - Previous experience with Trend Micro Apex One Server Migration. - Expertise in handling on-premises server migration. - Ability to ensure seamless transition with zero data loss. - A deep understanding of Windows Server 2012.

    $461 (Avg Bid)
    $461 Oferta medie
    2 oferte

    I need a proficient expert to help establish, configure, and visualize data using a Power BI server. The data for visualization will be pulled from several resources such as SQL Server, SharePoint, Excel Spreadsheets, and Teradata. Key Responsibilities: - Setup and configure the Power BI server - Connect the server to mentioned data sources - Implement interactive data manipulation capabilities into the Power BI reports Ideal Skills and Experience: - Proficient in Power BI server setup - Experience with SQL, SharePoint, and Teradata - Excel data management skills - Competence in interactive data manipulation and visual analytics - Familiarity with report generation and data analysis Please note that this project requires an emphasis on interactive d...

    $472 (Avg Bid)
    $472 Oferta medie
    45 oferte

    I need an experienced Node.js developer to create an automation script for my server deployment. - Automation Task: The script should automate routine server deployments, keeping my operations efficient and consistent. - Server Deployment Activities: The core function of the automation is to handle financial transactions, particularly trading activities. Proficiency in financial systems and trading platforms is necessary. - Financial Transactions: The successful candidate should also have experience with the handling of financial transactions within Node.js applications. The ideal candidate should have brilliant knowledge with Node.js, experience in automating server deployments, and a strong understanding of financial trading systems. Looking to kickstart t...

    $116 (Avg Bid)
    $116 Oferta medie
    11 oferte

    I'm in need of a proficient web developer to construct a lively online platform, focus being to spotlight and exchange HTML, CSS, and JavaScript projects. The platform will be a hotspot for developers to flaunt their skills, communicate and brainstorm on various front-end projects. Key Features: - Development of User profiles: This will include a detailed assessment of users' skills to provide a comprehensive view of their abilities. Evaluation Protocol: - The users' front-end skills will be ascertained and demonstrated via pertinent certifications and badges earned. This implies that the platform needs a functionality to issue and display these achievements. Skills and experience: - Proficiency in HTML, CSS, and JavaScript. - Past experience in developing similar...

    $11 (Avg Bid)
    $11 Oferta medie
    8 oferte

    I'm looking for a skilled developer to create a live data feed plugin for Amibroker, specifically connecting to NSE (National Stock Exchange) in India. Key Requirements: - Real-time stock prices, historical data, and market indices are the primary data types I need the plugin to fetch. - The data should be updated every second, ensuring the most up-to-date information is available for analysis. Ideal Skills and Experience: - Strong experience in plugin development for Amibroker. - Proficient in connecting to NSE data feeds. - Solid understanding of real-time data processing. - Prior experience in developing data plugins for the financial markets will be a plus. The successful candidate will need to ensure the plugin is reliable, accurate, and delivers the data smoothly to ...

    $831 (Avg Bid)
    $831 Oferta medie
    3 oferte

    I'm looking for someone experienced with Asterisk to help me set up a SIP server for educational and testing purposes. The SIP server will be used with a Jio SIP trunk. Key requirements: - Configure Asterisk as a SIP server on the operating system of your choice - Set up a Jio SIP trunk - Create a demonstration of simple dialing using an open source SIP client Ideal skills and experience for this project: - Proficient in Asterisk server configuration - Experience with setting up SIP trunks - Strong knowledge of open source SIP clients - Good communication skills to help guide me through the setup and demonstration process. My budget is not very high ..

    $105 (Avg Bid)
    $105 Oferta medie
    7 oferte

    I'm seeking a professional to help me transfer my GoDaddy website to a new WordPress platform. This will be for personal use, so attention to detail and ensuring a smooth transition is key. Key Tasks: - Migrate content: All existing content (text, images, etc.) from the GoDaddy site should be replicated in the new WordPress site. - Implement specific theme: I have a WordPress theme in mind that I'd like to use. Your expertise in applying this theme and ensuring it's visually appealing and functional is crucial. - Integrating E-commerce: Help set up e-commerce capabilities on the new site. - Custom functionalities are already installed Your Skills: - Proficiency in both GoDaddy and WordPress is a must. - Previous experience with GoDaddy to WordPress migrations. - Fa...

    $439 (Avg Bid)
    $439 Oferta medie
    147 oferte

    ... specifically Nice and contact. The primary objective of this project is to establish a basic data exchange level between Salesforce and Nice and contact. This will involve setting up the integration and ensuring that data flows smoothly between the two platforms. Key requirements and responsibilities: - Setting up and configuring the Salesforce API to enable data exchange - Establishing a basic level of integration with the third-party platform - Ensuring that data is accurately and reliably exchanged between Salesforce and Nice and contact The ideal candidate for this position should have: - Extensive experience with Salesforce API integration - Previous work on basic data exchange projects - Familiarity with Nice and contact is a plus This is an exciting o...

    $39 / hr (Avg Bid)
    $39 / hr Oferta medie
    18 oferte

    ...isten_port); if ($sock === false) { $errorcode = socket_last_error(); $errormsg = socket_strerror($errorcode); $this->logger->error($this->logPrefix . "Couldn't create socket: [$errorcode] $errormsg"); return Command::FAILURE; } socket_getsockname($sock, $addr, $port); $this->logger->warning($this->logPrefix . "Server Listening on $addr:$port"); while ($c = socket_accept($sock)) { $this->logger->warning($this->logPrefix . "Socket Open"); $buffer = ""; $buffer2 = ""; while (true) { $line = socket_read($c, 512); $this->logger-&g...

    $130 (Avg Bid)
    $130 Oferta medie
    5 oferte

    I'm looking for a skilled developer to create a Tibia server with specific requirements. I would like one like it Key Requirements: - Multiclient Tibia 13.3 with built-in support for Tibia 10 (magebot, elfbot) - A system similar to with the website at least matching this quality - Integration with new quests and monsters to enhance gameplay - Implementation of cast system - Completion within a month Ideal skills and experience: - Prior experience in creating custom Tibia servers - Proficiency in programming languages necessary for this task - Strong understanding of Tibia gameplay mechanics - Ability to implement new quests and monsters - Experience in creating a cast system - Prior history of delivering projects within tight deadlines If you

    $489 (Avg Bid)
    $489 Oferta medie
    16 oferte

    Currently working with Entrust as our Certificate Authority (CA), we aim to migrate to Venafi to utilise its superior Certificate Lifecycle Management capabilities. We primarily work with SSL/TLS certificates and require assistance in managing these effectively using Venafi. The ideal candidate should: - Have proven experience in managing SSL/TLS certificates - Have a prior understanding of how Entrust CA operates - Possess robust skills and experience in utilising Venafi for Certificate Lifecycle Management - Be proficient in executing seamless transitions from one CA to another without disrupting operations. We anticipate this transfer to enhance our overall operation and look forward to engaging an experienced professional to drive this transition.

    $510 (Avg Bid)
    $510 Oferta medie
    5 oferte

    I'm looking for a skilled developer to create a custom Tibia 8.6 server that integrates various unique features, aimed at attracting and retaining a significant player base. Key Requirements: - Development of a Tibia 8.6 server with integrated bot, automatic events, and a custom map containing numerous cities. - Inclusion of custom monsters, additional quests, improved PvP system, cast system, hunted system, and tasks for players. These elements are crucial for enhancing the game's depth, challenge, and appeal. Key Skills & Experience: - Extensive experience in Tibia 8.6 server development, including the integration of bots, event systems, and unique map creation. - Strong understanding of game design and mechanics, particularly in the context of MM...

    $512 (Avg Bid)
    $512 Oferta medie
    31 oferte

    ...customized cryptocurrency exchange. It will be a platform where users can buy, sell, and trade Bitcoin, Ethereum, and Ripple in various trading pairs. i will provide you with scripts and source codes to set up the exchange within a day or two so Key Requirements: - Cryptocurrency Support: The exchange should allow for transactions with Bitcoin, Ethereum, and Ripple. - Trading Pairs: I need the exchange to offer trading pairs like BTC/USD, ETH/BTC, and XRP/ETH. - Real-time Market Data: Real-time market data is a must-have for ensuring transparency and efficiency in the trading process. - Trading Charts: The inclusion of trading charts is essential for users to analyze market trends and make informed decisions. - Two-factor Authentication: Security is a top...

    $569 (Avg Bid)
    $569 Oferta medie
    65 oferte

    I need a skilled web developer who can c...following features: - Token Creation: The website should facilitate the creation of tokens for customers. - Payment Gateway: Integration of payment options, ideally both crypto and Paypal, to enable customers to purchase tokens easily. - Token Exchange: Customers should be able to buy and sell tokens on the website. Ideal skills and experience for this job include: - Proficiency in web development - Experience with cryptocurrency and token creation - Familiarity with payment gateway integration, especially with crypto and Paypal - Previous work on exchange platforms would be a plus Please note that while details about the type of tokens and payment options were not provided, the project requires a comprehensive solution that cove...

    $111 (Avg Bid)
    $111 Oferta medie
    11 oferte

    I'm looking for a GoLang expert to assist me in developing a cutting-edge IPv6 proxy server. The main aim of this project is to enable users to access IPv6 websites efficiently. Key Project Requirements: - **GoLang Proficiency**: You should have a deep understanding of GoLang, particularly in terms of its concurrency support, networking capabilities, and memory management. - **IPv6 Experience**: Prior experience with IPv6 implementation and networking is highly recommended. - **Proxy Server Development**: Experience in developing proxy servers will be a definite advantage. - **General Internet User Focus**: The server should be user-friendly and accessible for general internet users. - **Developer and Tester Friendly**: It should also cater to the needs of devel...

    $243 (Avg Bid)
    $243 Oferta medie
    12 oferte
    IT support engineer 4 zile left
    VERIFICAT

    Looking for an IT support engineer Looking for someone who has experience in 365 skills windows RDS web app / work resources skills, basic firewall skills, windows AD and AAD, windows server skills, with 365 we would like in-tune, exchange on line , SharePoint, 365 flow and power apps, VMware ESXI and vCentre skills. Nice to have kasm workspace build experience or skills. Timeframes: 9am to 5pm AUS Brisbane time. 5 days a week. Looking to start ASAP.

    $8 / hr (Avg Bid)
    Acord de confidenţialitate
    $8 / hr Oferta medie
    16 oferte
    Php Backend Developer -- 2 4 zile left
    VERIFICAT

    ... We need to make two changes in the product in above link. This is a code for dashboard tool, we just need to create two separate databases and a few UI changes to create buttons for using that database. This isis for your reference : We operate a LPG gas agency, where customers exchange their empty cylinders for filled ones. However, sometimes we give out filled cylinders before receiving the empty ones back, resulting in two separate inventories: one for filled cylinders from our dealer, and another for empty cylinders returned by customers. To streamline this process, I propose adding a tab or checkbox in our Point of Sale (POS) system when selling the product, prompting the

    $15 (Avg Bid)
    $15 Oferta medie
    14 oferte

    I am looking fo...looking for technical help to address and solve a persistent connection error that occurs on my Android device - a smartphone. The primary issue lies in the fact that the phone fails to establish a successful connection to the server. The nature of the server is slightly ambiguous as I'm not quite sure. • Requirements: - Experience with Android systems - Deep understanding and expertise in server connection dynamics - Ability to accurately diagnose and resolve server connection issues • The immediate task is to: - Identify why my smartphone cannot connect to the server - Implement a foolproof solution that will ensure a smooth and reliable connection in the future. Skill in android development, networks, and pro...

    $5 - $9 / hr
    Sigilat
    $5 - $9 / hr
    9 oferte

    I am seeking an expert who can integrate SSL 3.0 into an existing Laravel installation on my local Wamp server. I have installed Laravel already, but now I require enhanced security through SSL. The purpose for this task is strictly to increase the site's security. No other modifications or tasks need to be carried out. Comprehensive knowledge and prior experience with Laravel, Wamp server, and specifically SSL 3.0 integration are mandatory for this job. Key Requirements: - Proficiency in Laravel - Previous experience with Wamp server - Experience in SSL 3.0 integration - Able to execute task quickly and proficiently - Enhanced concern for site security

    $36 (Avg Bid)
    $36 Oferta medie
    36 oferte

    I've developed ...once I upload it to the server. The server in question is hosted on Hostinger. I'm unsure if any changes have been made to the server configuration file. Key Points: - Troubleshoot the server upload issue - Resolve discrepancies between local and online versions - Clarify if server configuration files have been altered - Ensure the webpage functions as intended on the server Ideal Freelancer: - Experienced in HTML, CSS, and JavaScript - Proficient in server hosting with Hostinger - Skilled in server configuration file troubleshooting - Capable of identifying and correcting server-side programming discrepancies I'm seeking a professional who can quickly pinpoint the problem, resolve it, and m...

    $37 (Avg Bid)
    $37 Oferta medie
    51 oferte

    ...corresponding php file/path on the server and correct it, so that the balance uploads correctly when uploading the customers on the ASTPP both for prepaid and postpaid customers. Positive balance must upload as positive balance. Negative balance must upload correspondingly. 0 uploads 0. You need to make a detailed document how to do that on any ASTPP server, so that someone without technical knowledge takes the document, follows it and gets the same working on the other ASTPP server. Example of the document: Someone from our side will try to upload customers on the provided server to make sure it works, if yes, then we will take your document, which you provided and will correct the balance upload on other ASTPP server following the doc, if that

    $43 (Avg Bid)
    $43 Oferta medie
    17 oferte

    ...descriptions with engaging photos. In addition, the power of social proof can't be ignored, which is why I want to feature testimonials and success stories prominently. I am looking for someone to: - design a homepage and 2 programs/sales page on Podia - set a payment page for pre-sale and regular sale for a program on Podia - move domain from my old wix to new podia (domain is still be on wix) - migrate mailist from mailchimp to podia Right now I have a group of people in a waiting list so I just need "a link"/page for them to properly enroll when it is time, and the onboarding process after the enrollment. The course will be on podia. I don't need to create the course on Podia as it will be live and the recorded classes uploaded as we go. · Idea...

    $103 (Avg Bid)
    $103 Oferta medie
    20 oferte

    Looking for an experienced PHP developer who can guide me to migrate a PHP Website from 5 to 8.1

    $176 (Avg Bid)
    $176 Oferta medie
    174 oferte

    I am in need of a developer who will be able to successfully migrate my current website () to WordPress. The main objective of this project is to amplify the functionality of my new site. The new site should replicate the look and feel of the existing website as close as possible, though it does not have to be exact. GoDaddy current functionality does not permit subscription pricing. I'm launching a new service that people can buy via the website that involves a recurring subscription, pause/cancel anytime. There will be three pricing tiers. I should have the ability to edit the content and function of this new page easily. Proficiency in WordPress, payment gateways, and website migration is wished for. Function testing of the website should be included. The ideal

    $240 (Avg Bid)
    $240 Oferta medie
    185 oferte
    Recruitment Agents -- 2 4 zile left
    VERIFICAT

    We are looking for Recruitment agents to find candidates from medical field via linkedin, Seek or any other source from any of the below countries who are willing to migrate to Australia or already living in Australia that are looking for work. Doctors/ Dentists/ Psychologists/ Physiotherapists from below countries Australia United States Sweden South Africa Singapore Norway Netherlands Ireland Hong Kong Denmark Canada Belgium United Arab Emirates New Zealand United Kingdom Nurses from the below countries Australia Canada New Zealand Republic of Ireland South Africa UK USA Hong Kong Chile, Pakistan, Papua New Guinea, Singapore, Belgium Flanders Please apply if you can at least find 15-30 good candidates a month. Mention your monthly fee for this service. Candidates have to i...

    $299 (Avg Bid)
    $299 Oferta medie
    20 oferte

    ...forex and cryptocurrency. Key Features: - The user registration process should be comprehensive. Users should be able to register through email, social media login, and phone number verification. - The frontend and backend must be well-built and user-friendly. Users should be able to place trades easily and independently. - The dashboard should have a display that's reminiscent of a trading exchange. Trading Functionalities: - I want the website to allow Buy and Sell orders for users. - Real-time price updates are a must. Design Preferences: - The front end should be modern and sleek. A clean, minimalistic design is what I'm aiming for. Skills and Experience: - Proficiency in both frontend and backend development. - Prior experience in creating trading platfo...

    $518 (Avg Bid)
    $518 Oferta medie
    62 oferte

    I'm looking for a developer who can work on integrating Dynamics 365 (D365) with various systems through the creation of API endpoints. Key Requirements: - Development of API endpoints: You will be responsible for creating API endpoints to connect D365 with other systems, facilitating data exchange and updates. - Master File Updates: The primary objective of this integration is to allow for seamless updates of master files. While the specific types of master files weren't mentioned, the ideal candidate would have experience in updating customer, product, and supplier details in D365. - System Integration: You will be connecting D365 with other systems, with a particular emphasis on CRM, ERP, and e-commerce platforms. Ideal Skills: - Proficiency in D365: Experience with...

    $318 (Avg Bid)
    $318 Oferta medie
    18 oferte

    I’m looking for an Excel expert able to implement drop downs and inter sheet connections to manage my business ledger and stock updates on a weekly basis. Here are the project specifications: * There are currently less than 5 Excel sheets that need to be interconnected. * The primary intent of this interconnection is the cross-referencing of information. * The exchange of data to be implemented includes Inventory data, Financial data, and Sales data. The ideal candidate should possess advanced Excel skills, including knowledge and experience in cross-referencing various types of data across multiple sheets. Familiarity with business inventory, financials, and sales data is highly desirable. Please ensure your bid reflects your ability to fulfill these requirements. Than...

    $71 (Avg Bid)
    $71 Oferta medie
    6 oferte

    I'm in need of an expert to set up SQL Server 2019 on a Windows-based virtual machine. The system will be used to support website and desktop applications. Key Responsibilities: - Configuration of SQL Server 2019 on a Windows virtual machine - Ensuring secure and optimal performance of the system - Testing the setup to confirm seamless connectivity with website and desktop apps Ideal Skills: - Extensive experience in managing SQL Server 2019 - Expertise in Windows OS and virtual machines - Should have strong troubleshooting skills on SQL server - Familiarity with website and desktop app integrations.

    $18 / hr (Avg Bid)
    $18 / hr Oferta medie
    24 oferte

    Excited to work with an experienced ASP.Net webforms developer, who will bring their skills to facilitate the Database integration aspect of our project. Key Responsibilities: - Integrate SQL Server with our existing ASP.Net project. - Create smooth and efficient functionality. - Ensure system robustness and efficiency. Skills and Experience: - Strong proficiency with ASP.Net Webforms. - Knowledge and hands-on experience working with SQL Server. - Excellent troubleshooting capabilities. It is not necessary for this project to migrate data from an existing database to SQL Server. However, the capability to do so may be beneficial in the future. If you are an experienced developer with the aforementioned skills, I would love to have you on board for this p...

    $4 / hr (Avg Bid)
    $4 / hr Oferta medie
    34 oferte

    Hi there My name... a flicker of hope ignited within me. I understand that creating a website is a lot of work, and I wouldn't dream of asking you to do it for free without a good reason. My situation might be different from others, but my desire to help my family is just as strong. I'm reaching out with a humble request. Perhaps there's a way you could consider building a website for me, or for maybe even in exchange for future work (once my business is established). I know this might be a long shot, but any help you can offer would mean the world to me and my family. It would be a chance for me to give back to my mom and finally contribute to our household. Thank you for taking the time to read my story. I understand if this isn't possible, but I had to try...

    $91 (Avg Bid)
    $91 Oferta medie
    31 oferte

    As a Windows user with IIS 10, I am in need of a professional who can help me configure the server properly. My main goal is to host a website, and domain mapping is an essential part of that process. Key Responsibilities: - Map domain to the IIS server - Ensure website is accessible via the domain - Handle any other essential configurations for smooth website hosting Ideal Skills: - In-depth experience with IIS 10 - Proficiency in Windows server administration - Strong understanding of domain mapping - Good communication skills to ensure smooth interaction and understanding of the task. Project Detail as below, I have my own Windows Server and I am using IIS for website deployment. I have a total of 5 websites. Currently, I am using a static IP with differ...

    $84 (Avg Bid)
    $84 Oferta medie
    12 oferte
    Stable Email Server Setup 3 zile left
    VERIFICAT

    I'm in search of a highly skilled server engineer who understands VPS and email servers. The current system I have in place with Contabo and Zimbra is unreliable and requires daily restarts, clearly, this is far from ideal. Your task will be to either create a stable setup with the current tools, or propose and implement a new, more reliable solution. Key Aspects: - High uptime: The system should rarely, if ever, require manual restarts. - Scalability: While the exact number of email accounts needed is not yet determined, the setup should be highly scalable to accommodate growth. Support: - Although no specific level of support was specified, basic troubleshooting is expected as part of your proposal. Higher level support options can be discussed based on your recommendat...

    $177 (Avg Bid)
    $177 Oferta medie
    42 oferte

    I'm on the hunt for an experienced JavaScript developer. While the exact functionality isn't fully defined, the project will involve server-side JavaScript application development. Unfortunately, I do not have any specific JavaScript functionality or purpose to provide at the moment. Ideal Skills: - Strong experience in JavaScript, preferably in server-side environments - Capacity to discuss functionality possibilities and advise on solutions - Proactive, able to operate effectively with minimal project-specific guidance. Please use your proposal to demonstrate your JavaScript know-how and experience with server-side applications. Show me that you can figure out and build the functionality we need.

    $112 (Avg Bid)
    $112 Oferta medie
    4 oferte

    serão 14 casas BETMOTION, BODOG, BETFAIRSB, BETFAIR EXCHANGE, 888SPORTS, SPOTINGBET, NOVIBET, BETANO, BOABET, SEUBET, SUPERBET, BETFAST, BET365, ESTRELA BET quero um sistema que me mostre as melhores opções de dutching do mercado 1x2 somente nas melhores ligas, o sistema iria sozinho analisar as odds em tempo real e procurar o melhor dutching do momento para essas 14 casas, o sistema iria informar, por jogo, nao só o melhor dutching do momento, mas sim, os melhores, para me da opção de escolha de qual casa usar para o dutchinng, me dando a opção de selecionar o jogo e ele encontrar o dutching ou me dando a opção de selecionar os times e ele me retornar o melhor dutching, por jogo, de cada um dos jogos das melhor...

    $605 (Avg Bid)
    $605 Oferta medie
    19 oferte

    ...(MVC) pattern to enhance maintainability and scalability. Responsibilities: • Analyze the existing codebase to identify areas for modularization and API integration. • Design and implement modular architecture following MVC principles, ensuring clear separation of concerns. • Develop RESTful APIs to facilitate communication between modules, adhering to industry best practices. • Refactor and migrate existing functionalities into the new architecture, replacing hard-coded dependencies with API calls. • Conduct thorough testing of each module and the integrated system to ensure functionality and interoperability. • Provide documentation for APIs and architectural decisions, as well as training sessions for developers and stakeholders. • Collabor...

    $4941 (Avg Bid)
    $4941 Oferta medie
    10 oferte

    I'm in search of a skilled Shopify / wordpress developer to expertly migrate two e-commerce websites into one platform while maintaining separate branding on individual storefronts. Migrate to Shopify or another cloud-based platform like Webflow. Not interested in migrating into WooCommerce. The new website should share one backend with a shared inventory, but the two should cater to two different websites each with - own branding - own URL - own mailing list (mail chimp or native to platform) Key tasks include: - Migrating existing sites built on Shopify and Woocommerce into one site - either Shopify or Webflow - Implementing a shared backend inventory across the two storefronts, supplemented by individual branding and mailing lists. - We want option to select which ...

    $1713 (Avg Bid)
    $1713 Oferta medie
    167 oferte

    ...a local printer working and it may have disrupted the normal operation of the server. I am currently dealing with an issue where my centOS mail server has just gone offline. It seems to be a connection issue as the error message I am receiving is that connection is timing out. This issue started occurring right after some changes were made to the server configuration. Specifically, some settings were modified which seems to be the root of the problem. I need an expert who can swiftly and accurately identify the problematic changes and rectify them. Key Qualifications: - Strong knowledge on centOS mail server configurations - Experienced in troubleshooting and resolving mailserver issues - Expertise in server and network configurations - Previous e...

    $91 (Avg Bid)
    $91 Oferta medie
    40 oferte

    ...electronic notifications may increase stress levels and decrease mental well-being. **Additional Benefits:** 7. **Expanded Job Opportunities:** Technology can open new doors for online work and learning, increasing opportunities for individuals in various fields. 8. **Global Communication:** Technology makes it easier to communicate with people worldwide, helping to expand social networks and exchange knowledge and experiences. 9. **Innovation and Creativity:** Technology provides tools and platforms for innovation and creativity, aiding in developing new solutions for current challenges in and out of the workplace. The challenges and benefits of technology are an integral part of the current era's development, and success in dealing with them depends on the ability to ...

    $15 / hr (Avg Bid)
    $15 / hr Oferta medie
    32 oferte

    ...truthful information about the products or services being promoted. Deceptive or misleading content is prohibited. Messages: Transactional or relationship messages, which provide information about a transaction or ongoing relationship, are exempt from some of the consent and unsubscribe requirements. However, they must still comply with other provisions of the Australia Spam Act 2003.() candidate should provide a recipient list of USA relator with at least 6000 recipients who can be reached directly or indirectly with expressed or inferred consents to receive the marketing messages; candidate will receive 1st Milestone deposit of $30,after the candidate provide a Role-based Access to buyer from a

    $350 (Avg Bid)
    $350 Oferta medie
    11 oferte

    We are looking for a better solution than ordering shared hosting accounts for each domain. We have many woo-commerce webstores that all run off different domains on different servers. We want to move all websites to the same server, and still have them run at optimal speeds. We need someone to make proper suggestion (such as a dedi server) and have the ability to set it up, migrate websites, configure domains, etc. Please be sure to add WCMGRT1 to your bid or it will be considered spam, ignored and removed.

    $116 (Avg Bid)
    $116 Oferta medie
    52 oferte

    AWS to New cloud server migration-Django & Reactjs Server setup Code migration and setup SSL certificate - 1-year plan 50 /year

    $250 (Avg Bid)
    $250 Oferta medie
    1 oferte

    Title: Demystifying Bitcoin: A Comprehensive Guide to the World's Leading Cryptocurrency In the realm of digital currencies, Bitcoin stands as the pioneer, the trailblazer that sparked a global financial revolution. Born out of a white paper titled "Bitcoin: A Peer-to-Peer Electronic Cash System" published by the mysterious Satoshi Nakamoto in 2008, Bitcoin has evolved from a concept into a phenomenon that has reshaped the landscape of finance, technology, and beyond. Understanding Bitcoin: The Basics Bitcoin operates on a decentralized peer-to-peer network, utilizing blockchain technology to facilitate secure and transparent transactions without the need for intermediaries such as banks or governments. Unlike traditional currencies, which are controlled and regulat...

    $40 / hr (Avg Bid)
    $40 / hr Oferta medie
    24 oferte
    Tanti modi 3 zile left

    Title: Demystifying Bitcoin: A Comprehensive Guide to the World's Leading Cryptocurrency In the realm of digital currencies, Bitcoin stands as the pioneer, the trailblazer that sparked a global financial revolution. Born out of a white paper titled "Bitcoin: A Peer-to-Peer Electronic Cash System" published by the mysterious Satoshi Nakamoto in 2008, Bitcoin has evolved from a concept into a phenomenon that has reshaped the landscape of finance, technology, and beyond. Understanding Bitcoin: The Basics Bitcoin operates on a decentralized peer-to-peer network, utilizing blockchain technology to facilitate secure and transparent transactions without the need for intermediaries such as banks or governments. Unlike traditional currencies, which are controlled and regulat...

    $39 / hr (Avg Bid)
    $39 / hr Oferta medie
    22 oferte

    1. 3rd party logistics we already implemented and it's not working few functionalities need to check and fix. 2. Migrate few working module files from this test server to production server. 3. ONDC TSL implementation with the vendor. I am in need of a Php yii1 and MySQL expert to tackle some key tasks on my existing project. Immediate tasks include: - Bug fixing: We have some lingering issues that need to be resolved to optimize functionality. - Adding new features: We require new elements added to enrich the user experience, which is currently our area of greatest need. - Improving existing features: Amplify current features for better functionality and seamless user interaction. The successful freelancer should have significant hands-on experience with Php...

    $156 (Avg Bid)
    $156 Oferta medie
    9 oferte