Cpanel install ssl whm jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 cpanel install ssl whm jobs found, pricing in AUD

    ...Ensuring all elements of the site, particularly text and images, are optimally positioned and load efficiently - Implementing necessary security measures and ensuring the site is stable and secure. I have a simple 1 page website (HTML, CSS, JS) hosted on a AWS S3 bucket in ap-southeast-2. I need it configured and setup so my domain on Route 53 routes to it. I also need the website secured through SSL. Don’t need WAF for now. The website has a "Contact Us" form and I need it configured so all messages upon clicking "Submit" goes directly to my email address. It is assumed you know how to set up a Lambda function and configure it with SES to do this. Form needs to be secured through Captcha. I would like the website to be able to communicate with my b...

    $142 (Avg Bid)
    $142 Avg Bid
    8 bids

    Our client seeks a skilled contractor to manage a network of 40 WordPress blogs. This is a highly sensitive project due to the volume and value of the websites. Candidates have to send in identification and sign NDA. Key Responsibilities: Systems Administration: CPanel management, database administration (PHP), FTP, firewalls. WordPress Maintenance: Plugin updates, theme management, basic frontend/backend operations. Security Focus: WordPress hardening, malware/infection remediation, firewall configuration, virus scanning, intrusion prevention. SEO: Basic on-site/off-site optimization, Google Search Console, Google Analytics, Google Webmaster Tools, Google ReCaptcha, cookie consent implementation. The Ideal Candidate: Demonstrated WordPress administration ex...

    $62 / hr (Avg Bid)
    $62 / hr Avg Bid
    68 bids

    I'm currently experiencing a peculiar issue on my CentOS server. The process /usr/sbin/mariadbd is showing 109% CPU usage in the WHM task manager, although the server load is stable and I haven't made any recent changes. Your primary task would be to diagnose and resolve this problem. No error messages or warning signs have appeared, making the source of the issue somewhat inscrutable. Access will be provided via AnyDesk or a remote desktop connection for swift and efficient troubleshooting. Your expertise in the following areas would be invaluable: - Proficiency in CentOS server administration - Expertise in WHM and server task management - Experience in identifying and resolving high CPU usage issues - Strong communication skills to work collaboratively and ...

    $65 (Avg Bid)
    $65 Avg Bid
    17 bids

    ...the server configuration and security settings post the failed upgrade, it's crucial to assess these modifications and ensure they're functioning optimally and not contributing to the site's issues. - Optimization: Your focus here should be to enhance user experience. This could involve improving page loading speed, streamlining the user journey, or other UX-related optimizations. - Create and install a new visual template: A fresh, engaging visual template can breathe life into the site. This is vital for user retention and engagement. Ideal candidates for this job should have: - Profound expertise in CS-Cart Multi-Vendor platform. - Strong debugging skills in PHP and MySQL. - Experience in server configuration and security settings. - Solid understanding of use...

    $698 (Avg Bid)
    Urgent
    $698 Avg Bid
    65 bids

    I'm in need of a WordPress expert to install and configure Yoast SEO plugin on my site. The task primarily involves: - Expert installation of Yoast SEO plugin - Proper plugin configuration to ensure optimal site performance - Allowing for efficient future content management Ideal candidates should have a solid background in WordPress plugin installation and configuration, preferably with Yoast SEO plugin. Proven expertise in SEO strategies and practices is highly valued for this role. The goal is to effectively improve site SEO through this plugin installation. Substantial experience in similar projects is a huge plus.

    $645 (Avg Bid)
    $645 Avg Bid
    135 bids

    I need an experienced Magento developer to install the latest version of Magento 2 on my VPS. I also require the installation of a specific theme (Theme A) and potentially some modules to enhance the functionality of the website. Key Requirements: - Install the latest version of Magento 2 on my VPS. - Implement the chosen theme (Theme A) to give my website the desired look and feel. - Potentially install some modules based on your expertise. While I have not specified any particular module, I am open to recommendations that align with the goals of my e-commerce site. Timeline: I need this project to be completed as soon as possible. Ideal Skills and Experience: - Proven experience in installing Magento 2 on VPS. - Proficiency in Magento theme implementation, specif...

    $131 (Avg Bid)
    $131 Avg Bid
    30 bids

    JAva project deployement on digital occean with domain pointing and ssl certificvate

    $92 (Avg Bid)
    $92 Avg Bid
    1 bids

    Hello , I need someone who can solve my website Login issue , its might be because of version issue or something else , if require you can upgrade CI Version can migrate to another version . You will have to solve that issue asap. If you are CI expert then its easy job to resolve issue . I will share cPanel detail to selected candidate. Max Budget - 800 -1000 INR Regard

    $20 (Avg Bid)
    $20 Avg Bid
    16 bids

    I am in need of a professional who can promptly install and customize a PHP script for me. The PHP script I need to be installed is purchased through codecanyon. You will install, test all functions and activate license on our server. Being somewhat urgent, my requested completion for this project is ASAP. I value efficiency and swift, quality work. Thank you

    $111 (Avg Bid)
    $111 Avg Bid
    73 bids
    Implement HTTPS Redirect 6 days left
    VERIFIED

    We have docker system running on http protocol. would like to redirect to https ssl traffic

    $31 / hr (Avg Bid)
    $31 / hr Avg Bid
    72 bids

    Install Wordpress and PHPlist on my server and provide instructions on how to access from my PC.

    $45 (Avg Bid)
    $45 Avg Bid
    5 bids

    Project description: I'm seeking a proficient local network cabling contractor to handle projects and technical support. The task involves installation of network equipment (switches, access points, and security cameras for both indoor and outdoor areas). Your role will involve: - Mount/Install network equipment as directed - Field technical support - Remote support Contractor should carry liability insurance and C7 license is preferred Ideal candidates should have extensive experience with network cabling and a track record of executing similar projects successfully. It's crucial for the freelancer to be proficient in handling varieties of network cables especially Cat 5e, Cat 6 and Fiber optic cables, and familiar with network switches, access points, speak...

    $15584 (Avg Bid)
    Local
    $15584 Avg Bid
    2 bids

    Java based app backend for tourism activities need 2 things. 1 - add a copy activity in activity page to copie a existing activity content to a new one 2 - migrate backend from vps centosOS to cpanel based hosting.

    $237 (Avg Bid)
    $237 Avg Bid
    59 bids

    I am looking for a Google expert able to install the cookie consent mode v2 imposed by UE Law. I don't want any banner to be installed on my website and I want the code installed on my website to always autorised cookies using for all visitors on my website.

    $204 (Avg Bid)
    $204 Avg Bid
    54 bids

    ...so far. 1. I first installed the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the environment) - python3 -m pip install depthai 6. Then I cloned the "depthai-python" git hub repository 7. Then I ran the install requirements (still in the environment) - python3 Finally, I tried to

    $84 / hr (Avg Bid)
    $84 / hr Avg Bid
    23 bids

    1. Looking for an assistance fixing UPS Shipping module on Zen Cart based shopping website. 2. Need to fix or install different Captcha to prevent bots registering fake customers on the same Zen cart website. 3. Need to resize Company logo on Zen Cart website/template.

    $262 (Avg Bid)
    $262 Avg Bid
    72 bids

    When button clicked, the field of another table will changed to required. Only FTP no cpanel

    $23 (Avg Bid)
    $23 Avg Bid
    38 bids

    I'm experiencing an issue restarting port 80 with my Grafana docker container on a Ubuntu server. I disabled port 80 to run certbot to get an SSL issued, and now I am unable to get port 80 restarted on my Grafana docker container. Tasks to be performed: - Identify and resolve issues concerning port 80 on Grafana.

    $31 (Avg Bid)
    Featured Urgent
    $31 Avg Bid
    7 bids

    Design and implement one page website. The website shall have a design similar to the included "reference ". Please also notice the "reference " which contains a mockup of the top part of the website and the color scheme. The top menu contains links within the same page (anchors), so only one page, no sub pages. Notice th...Visitor's browser agent string, 2) Visitor's IP address, 3) 0 or 1 depending whether user is using a mobile device, 4) User's name, email, phone number and message if they fill up the contact form and click the "Send" button. Note: In case user send the form multiple times, then this data is overwritten in the same table row. After I accept your bid, you will get server access to the server that has cPanel, and you ...

    $263 (Avg Bid)
    $263 Avg Bid
    94 bids

    I am in search of a skilled developer to set up PHP 5.6 and PHP 7.2 on our dedicated server. The server currently runs Plesk and Ubuntu 22.04.4 LTS. I need both PHP versions running on the server, as we have one Magento 1.9 website and one Magento 2.3 website. Key Requirements: - Install PHP 5.6 and PHP 7.2 on our dedicated server running Plesk and Ubuntu 22.04.4 LTS - Set up both PHP versions to be used on different websites - I may require support in configuring the websites to use the specific PHP versions after installation The ideal candidate for this project should have: - Extensive experience working with PHP installations on dedicated servers - Proficient knowledge of Plesk and Ubuntu - The ability to provide guidance on PHP version selection based on the websites' ...

    $250 (Avg Bid)
    $250 Avg Bid
    58 bids

    I have code for login trading accound and fetch token data. I need to update more data ...stick, Mins Intervals are in Dropdown box, I can choose any minutes interval, I need you to collect Last 5 candle data from the Excel in the web and other details for each token, I will give token name in the excel, It will automatically display the rows of data. If i chanage time interval it will display those data only. Need ot automate the buy/sell order Note: I dont know about coding, If you install the code and run successfully at my system thereafter I will hire you and release the payment. If you agree this term you will apply this task Budet is 600 INR and Good review, Dont expect more I am not big fish. it is difficult job dont come for Money you should waste you time for unrealish E...

    $48 (Avg Bid)
    $48 Avg Bid
    9 bids

    I'm looking for a skilled Prestashop developer to help me convert my existing website from HTTP to HTTPS. - You should be familiar with the Prestashop version 1.5.4.0 - You need to have solid experience in SSL certificate installation - It's essential that you can configure the website to redirect all HTTP traffic to HTTPS The project is relatively straightforward, but attention to detail and understanding of security implications are crucial. Please note that only some pages need to be secured using HTTPS; these include the login and registration pages, the checkout and payment pages, and the user profile and account settings pages. Your role will be to ensure a seamless transition from HTTP to HTTPS across these specified pages, without causing any disruptions to the ...

    $44 (Avg Bid)
    $44 Avg Bid
    42 bids

    ...main functionality is to display an HTML page that contains an iframe and gif elements above it. Once the project is fully operational, I'll need it installed on a vanilla cPanel account, ill supply which runs on Linux Centos7 all changes made for the project will be committed back to github. Key responsibilities include: - Deploying the GitHub project on a vanilla cPanel account - Ensuring the project functions as intended - Implementing the minimalistic design requirements Ideal skills for this project include: - Proficient in PHP, HTML, and JavaScript - Experience working with GitHub projects - Familiar with cPanel deployment on Linux This project would be well-suited for a web developer with a strong background in full-stack development and deployment. I...

    $224 (Avg Bid)
    $224 Avg Bid
    60 bids

    ...of a skillful developer experienced in OpenCart 3.0.x who can work on a TNT extension for me, with an emphasis on two key features: 1. Real-Time Shipping Rates: The extension should offer real-time shipping rates from TNT; it must consistently and accurately display current costs to customers. 2. Easy Installation and Setup: Ease of use is paramount. The extension should be straightforward to install and set up on my online store. The project deadline is within one month, so time management will be a crucial skill for interested freelancers. Proficiency with JavaScript, PHP, eCommerce, HTML and CSS is required, along with OpenCart experience. If you have worked on similar projects before, please include them in your proposal. This shopping cart has been operating for several ...

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    11 bids

    I'm looking for a skilled professional to help me install the eBay API on my existing Ubuntu 22.04 server for the primary purpose of showing orders on webpage. here is the sdk - Key Responsibilities: - Installation of the eBay API on the Ubuntu 22.04 server. - Ensuring the API is correctly set up to show orders on webpage. Ideal Skills and Experience: - Proficiency in working with Ubuntu servers, particularly version 22.04. - Prior experience installing and configuring the eBay API. - Ability to implement API functionalities for showing orders on webpage. If you have a good understanding of eBay's API and are experienced in working with Ubuntu servers, I'd be interested in hearing from you. Please share your relevant experience and explain how

    $45 (Avg Bid)
    $45 Avg Bid
    15 bids

    ...o Network Communication: Manage network connections between clients and servers, usually using TCP/IP protocol, sometimes combined with technologies such as HTTP/WebSocket. o Push Notifications: Notify users of new messages when the application is not running in the foreground. o Encryption & Security: Ensure the security of message transmission, common encryption technologies include TLS/SSL, end-to-end encryption, etc. o Synchronization: Synchronize messages and user data between multiple devices. o File Transfer: Allow users to send and receive files. o Client Development: Develop client applications for cloud interaction with servers. • One-on-One Chat Functionality o Message Sending and Receiving: Users can send text messages, emoticons, images, au...

    $2243 (Avg Bid)
    $2243 Avg Bid
    75 bids

    Presently, I'm facing an issue with my WHM/CPanel, where mails are frozen in the mail queue. I'm receiving error messages stating Status: 5.0.0. This technical glitch isn't just confined to a single user account, it's affecting numerous ones. I am seeking a skilled server administrator who has comprehensive understanding of WHM/CPanel, specifically around email configurations and troubleshooting. Key skills needed: - Extensive experience in WHM/CPanel - Proficiency in diagnosing and resolving server connectivity issues - Sound knowledge of email server delivery processes - A methodical approach to problem solving with attention to detail Your role will involve identifying the root of this error and implementing a reliab...

    $214 (Avg Bid)
    $214 Avg Bid
    8 bids

    I need an expert WordPress developer who can correctly install a Business Child Theme I've chosen on an undetermined (the freelancer must figure out which one) main WordPress theme. The ideal freelancer has to have experience dealing with WordPress themes and should be capable of figuring out the main theme on their own. Key Tasks: - Install Business Child Theme on main WordPress theme - Ensure compatibility of the child theme with the main theme The entire child theme design (pictures, logos, texts, etc.) must be loaded correctly so that I can immediately begin editing the site blocks myself. The freelancer will need to be proficient in WordPress, theme installation, and troubleshooting. The ability to determine the parent WordPress theme through analysis of t...

    $53 (Avg Bid)
    $53 Avg Bid
    54 bids

    Hello I need help to improve and understand a mailing plateform which i created using Laravel 8, My current setup is AWS RDS - Medium Dedicated server with WHM Supervisor - Already created Redis - as a queue setup and already running

    $772 (Avg Bid)
    $772 Avg Bid
    79 bids

    Looking for an experienced DevOps Engineer to set up & document a 3-node HA Vault cluster (Linux Ubuntu) using Docker Compose (not Swarm, not k8s) with Consul as the storage backend (plus ensuring SSL/TLS self-renewing certs & snapshotted backups to an S3 bucket (on ) every time a new policy or secret added). You'll get sudo-level account access on all nodes which are already up and running on Contabo. You'll need to use the latest versions of Docker & Docker Compose. Your Experience + Multiple Docker-based Vault cluster deployments + Proficiency in Linux shell scripting and Docker Compose + Ability to document setup process clearly disaster recovery Summary acceptance criteria + I follow docs & rebuild cluster & recover existing backup + I retrieve...

    $299 (Avg Bid)
    $299 Avg Bid
    20 bids
    Search Frontend Development 4 days left
    VERIFIED

    I'm in need of a talented frontend developer to create a robust and user-friendly search frontend for document base. The documents are already indexed in an Opensearch database with various custom fields (Speaker, Place, Theme, Keywords,... ) apart from the standard ones (document format, creation date, update date, size, link to ...and integrating them seamlessly into the search frontend. - Ability to implement interactive user interfaces, such as autocomplete suggestions and dynamic filtering and sorting options. - Experience in creating responsive and intuitive search result displays. - Prefered technology : React, Reactivesearch () Expected delivery: - Source code, build and install instructions - Developper guide for maintenance and evolution

    $438 (Avg Bid)
    $438 Avg Bid
    40 bids

    ... Here's a roadmap to create your WordPress eLearning website for employability and finding work, focusing on cost-effective solutions and functionalities: Stage 1: Planning and Setup (1-2 weeks) Domain Name & Web Hosting: Choose a catchy domain name that reflects your brand and secure affordable web hosting that supports WordPress installation. WordPress Installation: Install WordPress on your web hosting platform. Most web hosting providers offer 1-click WordPress installation. Learning Management System (LMS) Plugin: Explore free or freemium LMS plugins like LearnDash or Tutor LMS. These offer basic course creation, enrollment, and content delivery functionalities. Theme Selection: Choose a free WordPress theme optimized for eLearning platfo...

    $1022 (Avg Bid)
    $1022 Avg Bid
    249 bids

    The main goal of this project is to find relevant influencers using our Shopify Collabs. Influencers which you will contact, they need to call their followers to install our new android Dance APP. In our APP influencer need to create one new video, and call their followers to dance with them inside our app until the song is finished. App is a new type of "collab dance app" where each user record dance on one small segment of any song (2-4sec) creating a new cool unpredictable music video. You need to try and test our app as well to understand it a bit. Key Responsibilities: 1. Check our Shopify Collabs Account and optimize it using our website, pictures, videos, reels, etc. You can create some pictures, reels as well. 2. Find Influencers using our Shopify Account or ma...

    $218 (Avg Bid)
    $218 Avg Bid
    17 bids

    installation of theme and make the theme ready to be used

    $28 (Avg Bid)
    $28 Avg Bid
    30 bids

    I need a proficient Linux systems administrator to help install and configure LibreNMS on my Linux system primarily for Network Monitoring. Key Requirements: - Install LibreNMS on a Linux platform - Configure LibreNMS for optimal Network Monitoring - Set up monitoring of Virtual Machines Important Skills: - Expertise in Linux system administration - Familiarity with LibreNMS and its Network Monitoring functionality - Experience with monitoring Virtual Machines.

    $70 (Avg Bid)
    Featured Urgent
    $70 Avg Bid
    6 bids

    I'm seeking a skilled server administrator to help with the general maintenance and smooth operation of my Linux server (CPanel). Key Tasks: - Server Security: This is a top priority. I need the freelancer to ensure that the server is secure, and all necessary security measures are in place. - Monitoring and Backups: Regular monitoring of the server's performance and creating a backup plan. - Software Installations and Updates: Installing necessary software and ensuring that everything is up-to-date. - Migrations - Accounts setup and transfer - Reports: Providing regular reports on the server's health and performance. The ideal candidate should have: - Proficient experience with Linux server administration. - Strong background in server security. - Expertise in ...

    $759 (Avg Bid)
    $759 Avg Bid
    110 bids

    I used my cpanel webmail at my hosting company easily on my Gmail account for years, and it stopped working on Sunday. The email still works on roundcube mail on my control panel. It's supposed to be easy to set up either Outlook or Gmail, but I can't do it. Is this expensive?

    $42 (Avg Bid)
    $42 Avg Bid
    10 bids

    ...skilled professional with expertise in D365 FnO, specifically the on-prem version, to assist in rotating expired SSL certificates for our UAT environment. This is crucial as the primary objective is to fix broken functionalities that have arisen due to the expired certificates. Key responsibilities include: - Identifying the outdated SSL certificates and their corresponding dependencies within D365 FnO. - Setting up and installing the new SSL certificates. - Configuring the certificates properly to ensure smooth operation of the UAT environment. The ideal candidate will possess: - Extensive experience with D365 FnO on-prem installations and configurations. - Solid understanding of SSL certificates and their role in system functionality. - Proven track reco...

    $362 (Avg Bid)
    $362 Avg Bid
    4 bids

    ...of a skillful developer experienced in OpenCart 3.0.x who can work on a TNT extension for me, with an emphasis on two key features: 1. Real-Time Shipping Rates: The extension should offer real-time shipping rates from TNT; it must consistently and accurately display current costs to customers. 2. Easy Installation and Setup: Ease of use is paramount. The extension should be straightforward to install and set up on my online store. The project deadline is within one month, so time management will be a crucial skill for interested freelancers. Proficiency with JavaScript, PHP, eCommerce, HTML and CSS is required, along with OpenCart experience. If you have worked on similar projects before, please include them in your proposal. This shopping cart has been operating for several ...

    $818 (Avg Bid)
    $818 Avg Bid
    93 bids

    Hi there, I'm in need o...a working webpage. - Implement responsive design principles to ensure optimal viewing across various devices. - Optimize website performance for speed and SEO. - Conduct thorough testing to identify and fix any bugs or issues. - Provide up to 3 revisions and 3 days post each submission for reviewing. - Integrate plugins and third-party tools to enhance website functionality such as Calendly - Install the theme and test its working on our WordPress account. Terms and Conditions: - Be available in IST time zone 9 to 6 PM. - All shared resources and deliverables are confidential and may not be shared, reused or published anywhere else without prior consent. Looking forward to seeing your work and hopefully collaborating with you on this proje...

    $120 (Avg Bid)
    $120 Avg Bid
    52 bids

    I'm in need of an experienced Wordpress developer to create a custom website for my business. The project requires implementing a set of specific features, wordpress site requirements- landing page, blog page, conatct us,about us , policy and terms page. user account registration ( email,social and phone) / verification using sms otp. user account to manage appointments and edit acount i...reminders whatsaap intigration for chat social media handels intigration. zoho mail email intigrations for notification notification = paymnet, order confirmation, account creation, password reset, appointment time alerts, meeting alerts. firewal intigragtion deployment on hosting ( digital ocean droplet ) CLOUDFARE SITE BACKUP ON SEPERATE SERVER LIKE DIGITAL OCEAN SPACES (WPVIVID BACKUP ) de...

    $179 (Avg Bid)
    $179 Avg Bid
    79 bids

    WHM clearing malware, sent ddos attaks reported ip abuse

    $78 (Avg Bid)
    $78 Avg Bid
    1 bids

    ...connection issues with SSH. The hired professional should be able to identify the root cause and resolve it promptly. - **cPanel Account Missing**: Currently, some cPanel accounts are not showing. The task involves investigating and rectifying the issue. - **Service Stoppage**: Some important services have stopped working. The ideal candidate should have experience with Linux administration and be able to troubleshoot and restart these services effectively. Ideal skills and experience include: - Proficient in Linux server administration, particularly with MySQL and SSH - Strong troubleshooting skills to identify and resolve service stoppages - Experience with cPanel account management - Excellent communication to understand the issues and provide timely updates ...

    $217 (Avg Bid)
    $217 Avg Bid
    35 bids

    I'm in need of a skilled Nginx expert to help me configure a server for my application. Some key details about the project are as follows: - I'm looking to implement Load Balancing and SSL termination for my TCP traffic. - On the UDP side, I would like to have the server configured for Streaming Media and DNS Resolving. In addition, the Nginx should be set up on a Linux-based operating system. Ideal skills for this project include: - Proficiency in Nginx configuration and management - Strong understanding of TCP and UDP protocols - Experience with Load Balancing, SSL, Streaming Media and DNS - Linux server administration I'm open to suggestions for the best approach in setting up these features, so good communication and problem-solving skills are a...

    $42 / hr (Avg Bid)
    $42 / hr Avg Bid
    5 bids

    I'm on the lookout for a well-versed WordPress developer, profici...all aspects related to WooCommerce, including payment methods. The ideal freelancer for this job should have formidable experience with WordPress and WooCommerce, a proven track record of improving website performance using PageSpeed Insights, and a comprehensive understanding of e-commerce web development. Good afternoon everyone, I have aweb page in my c panel; I have 2 themes that I want to install. to each one independently by wordpress. In addition to this, I want WooComerce to be able to be used and linked to all payment methods, in different currencies. Please take into consideration we have our added products must also be. Installed plugins. high load level by PageSpeed ​​​​Insights

    $140 (Avg Bid)
    $140 Avg Bid
    74 bids

    I need a professional to install an SSL certificate from Punch Salad website. The primary purpose is to improve the security of the site and to encrypt user data. Key requirements include: - Assisting in obtaining a suitable SSL certificate, as I do not possess one at the moment - Expertise in SSL installation for blog/personal websites Ideal candidates would have prior experience in SSL installation, especially in the context of personal or blog websites. Excellent communication skills and the ability to explain the installation process in plain terms would be greatly appreciated.

    $43 (Avg Bid)
    $43 Avg Bid
    37 bids

    ...number of posts they want per month. In this case they will need a simple dashboard for creating/editing listings and managing their subscription. I will also need your help customizing some of the theme design, such as page layout & UI, header, footer, and branding. I'll need some better functionality such as an improved search bar and updated filters. Will also need you to deploy to my domain with SSL. Ideal freelancers should have experience in developing ecommerce platforms, SEO optimization and membership systems. Knowledge of the latest business plugins would be an added advantage. You should have a portfolio showcasing your creativity and ability to develop professional Wordpress websites. Preference will be given to those that have good UI/UX design skills. Wi...

    $263 (Avg Bid)
    $263 Avg Bid
    160 bids

    I'm encountering an issue when forwarding emails to a PHP script on my cPanel email server. I need a professional to debug and resolve this problem. Key Responsibilities: - Identify and troubleshoot the error in the email forwarding process - Implement a working solution to ensure emails are successfully forwarded to the PHP script that starts with #!/usr/local/bin/php Requirements: - Experience in working with cPanel email servers - Proficiency in PHP and scripting languages - Strong debugging and troubleshooting skills Communication: - Please message me through Freelancer.com's platform Looking forward to working with an experienced professional who can swiftly resolve this issue.

    $41 (Avg Bid)
    $41 Avg Bid
    36 bids

    I have a magento webstore running on magento 2.3.4. I want to update it to the latest version with all patches, while maintaining current customers/database/products. I also want usps first class mail parcel/usps ground advantage to show up again as a shipping method.

    $305 (Avg Bid)
    $305 Avg Bid
    27 bids

    I'm searching for a skilled Python Django developer with proficiency in deploying websites on a shared hosting environment with cPanel. The main purpose of this website is to provide a platform for user interactions. Skills and Experience: - Proficient in Python Django for website development - Experience in deploying websites on shared hosting with cPanel - Familiarity with Linux terminal is not necessary - Prior experience in projects involving user interaction platforms Key Task: - Deployment of a Django website on a shared hosting environment with cPanel, without the use of a Linux terminal.

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    55 bids