Budget: 700 UAH Deadline: 1 day
I will do it for a review, feel free to contact me.
Budget: 4300 UAH Deadline: 1 day
Valentin, good afternoon.
I have reviewed your problem. I will clean harmful scripts and set up security.
Feel free to reach out.
Budget: 7000 UAH Deadline: 3 days
Good day. I have experience, I will find the code and delete it. Please contact me.
Budget: 3000 UAH Deadline: 1 day
Hello Valentin,
I have such experience and often work with Google Ads
so I know all the nuances firsthand,
I am ready to identify everything and will show you the reasons.
I am ready to discuss everything
Portfolio Freelancehunt
Budget: 3000 UAH Deadline: 1 day
Hello! I am ready to quickly remove the infection from your WP+Woo site and return it to a "clean" status for Google Ads moderation.
What I will do:
I will find and remove the malicious code (including hidden backdoors);
I will show where exactly the script was injected and the likely cause of the infection;
I will close the vulnerability to prevent recurrence;
I will provide a brief report on the completed work.
I have practical experience with similar cases where standard checks did not help. I can start today.
Budget: 2000 UAH Deadline: 2 days
Hello. I can delete. Most likely there are additional script files that need to be found, as they can contain the code that inserts links into the body of the website. And then set up protection.
Budget: 1500 UAH Deadline: 2 days
Hello! We need to check your plugins; if the website developer installed plugins downloaded from the internet, there is a chance that they are infected. I will check and fix everything, feel free to contact me.
Budget: 3000 UAH Deadline: 1 day
Hello! I specialize in technical support for WordPress/WooCommerce and have experience dealing specifically with this type of injection (userstatics.com, userstatics.net, etc.).
My work plan:
Deep audit: Manual check of the database and comparison of the checksums of WordPress system files with the originals.
Complete cleaning: Removal of all backdoors, injections in the database, and cleaning of wp-cron.php.
Closing "holes": Updating plugins/themes (through which the infection occurred), configuring .htaccess to prohibit PHP execution in upload folders, and changing salts (Salt keys).
Report for Google: I will provide a clear log of where the code was and why it appeared there. This will help you successfully pass Google Ads moderation.
Result: A clean site that passes Google Ads verification, and a guarantee against reinfection by this script.
Ready to start the analysis any day. Message me privately to discuss the details.
Budget: 6000 UAH Deadline: 1 day
Hello!
I have experience in removing malicious code on WordPress, including scripts like userstatics.com — this is a known inject through compromised plugins or theme files.
What I will do:
— I will find where the script is located (database, theme files, plugins, wp-includes)
— I will remove it and show a screenshot of where it was
— I will close the vector of reinfection
— After cleaning, the site will pass the Google Ads check
I am ready to take this on. Message me privately — I will look at the site and give you exact timelines.
Budget: 1000 UAH Deadline: 1 day
Good day, there was a similar problem recently on the WP site, there was an automatic redirect to an adult site, the problem was in the plugin.
Please send the link to your site, I will review it and tell you what the problem might be.
Budget: 1000 UAH Deadline: 1 day
Hello. I have extensive experience in removing userstatics.com and similar malware on WordPress.
Previous attempts at removal have not been successful, as there is an obfuscated backdoor or injection left in the database (most often in `wp_options`), which reloads the script.
What I will do:
1. Completely clean the malicious code and backdoors (files + database).
2. Find and close the vulnerability (attack vector).
3. Provide a detailed report for successful Google Ads moderation.
Access to the files (FTP/SSH or hosting panel) and the database is required for the work. I am waiting for details in private messages, ready to start.
Budget: 1000 UAH Deadline: 1 day
Good day, Valentin.
Write, we will discuss.
....................................
Budget: 1000 UAH Deadline: 1 day
I will do it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
Proposals concealed
Proposals are currently absent
Current freelance projects in the category Content Management Systems
A business website needs to be developed with several pages (about 5 typical ones). The main page will have around 11 blocks. The niche is "Modular Houses." The work includes: selecting a template deploying and configuring adjusting the necessary blocks and pages (there is currently a rough structure) adding all necessary content considering recommendations from the SEO specialist and contextual marketer The result should be a website ready to launch in advertising. Essentially, this is the work of a web developer + content creator. The performer should be sufficiently proactive, technically skilled, and not just a doer but also a thinker on the project – proposing better solutions along the way, thinking in terms of business results rather than just tasks to be completed. The task is not complicated, and there are no special design requirements. Overall, it should result in a fairly simple yet stylish website. Separately, a rate per hour for content work is needed, as we will further populate the service pages and add articles to the blog. A performer is needed who can handle similar projects on a regular basis. Usually, such tasks come with a request like "I need a small, inexpensive website based on a template" – I think everyone has encountered such clients: the business owner does not have much knowledge about websites and needs to be offered an optimal solution.
We are looking for an experienced Embedded developer to create energy-efficient firmware for a wearable device (form factor: chest strap) for monitoring psychophysiological state. The circuit design is complete, and development will be based on a development kit with subsequent transfer to a custom board.Stack and hardware base:MCU: Nordic Semiconductor nRF52840 or nRF5340.Development environment: nRF Connect SDK / Zephyr RTOS (strictly C/C++).Peripherals:Optical pulse sensor (PPG) — operates via I2C.6-axis inertial sensor (IMU accelerometer + gyroscope) — operates via SPI.Haptic motor driver (LRA 1030) — controlled via PWM.External SPI Flash memory for cyclic logging.Work scope by stagesStage 1: Bring-up, peripheral drivers, and BLE telemetryGoal: Bring the hardware to life, set up stable data collection, and transmit it to a smartphone/PC.Configure I2C and SPI buses using DMA (Direct Memory Access) to offload the processor.Write/integrate drivers for PPG and IMU (configure polling frequency, sensor FIFO buffers).Deploy a custom BLE profile (GATT service) for real-time transmission of raw data from sensors.Basic initialization of PWM for controlling the haptic LRA motor (launch test vibration patterns).Stage 2: Algorithmic layer (DSP and multi-level feedback logic)Goal: Implement mathematical signal processing directly on the chip (Edge Computing) and device reaction logic.Implement algorithms for filtering motion artifacts: clean the PPG signal using accelerometer data (IMU).Extract R-R intervals (HRV) from the cleaned PPG signal.Implement 4-level system stability logic:Drift Level: Track gradual changes in HRV and breathing.Prediction Level: Calculate a mathematical trend for deterioration.Micro-correction Level: Generate barely noticeable haptic patterns on the LRA motor when a target data pattern is detected.Hardware Reset Level: Implement safety logic (high-intensity haptic pulse at critical metrics).Stage 3: Energy saving, logging, and fault toleranceGoal: Prepare the device for autonomous operation from a miniature battery and ensure "24/7" stability.Deep optimization of energy consumption. Put the MCU into sleep mode (System ON/OFF) between measurement cycles. The processor should wake up only on interrupts from sensor FIFO buffers or a timer.Write a fault-tolerant file system in external SPI Flash (e.g., LittleFS) for autonomous cyclic log saving.Configure a hardware watchdog timer to prevent firmware hangs.Requirements for the performer:Experience in commercial development for Nordic chips (nRF52/nRF53) of at least 3 years.Proficient in Zephyr RTOS and debugging tools (Segger Embedded Studio / VS Code, J-Link).Understanding of digital signal filtering principles (DSP) and low-power design.Having your own debugging kit (nRF52840-DK or similar) for starting work is welcome.Work format:Milestone payments with results documented on GitHub. Please indicate your hourly rate or approximate cost and timeline estimates for each of the three stages.
Project Description We are looking for an experienced developer or a small team to create a modern online store for an optical salon. The goal is not just to update the design, but to create an effective online sales tool that will become the main sales channel for the company in the future. The current website is already operational and has an SEO history, so it is important to maintain Google rankings as much as possible during the transition to the new site. We will base the UX and functionality on modern global optical online stores (for example, Warby Parker), but the solutions must be adapted to the Ukrainian market.Required Functionality WordPress + WooCommerce modern responsive design product catalog with filters Mega Menu selection of frames and lenses glasses order builder ability to upload a prescription online appointment for vision check online payment integration with Nova Poshta simple administrative panel product import SEO-friendly structure possibility of further integration of an AI consultantImportant A specialist is needed who has experience in creating online stores, understands UX, SEO, conversion, and can offer their own solutions for improving the project. A detailed technical task will be provided after the preliminary selection of candidates.Please include in your response Links to 3–5 similar implemented online stores. Your experience with WooCommerce. How you plan to maintain SEO during the site transfer. What improvements you recommend to increase conversion. Estimated cost of the project. Estimated completion time.Specialization ✅ Website creation ✅ Online stores and e-commerce ✅ WordPress ✅ WooCommerce ✅ PHP
It is necessary to develop a modern online store for electric, gasoline, and battery tools with a separate B2B platform for partners, dealers, and dropshippers. At this stage, I would like to receive a preliminary estimate of the cost, development timelines, and technology recommendations. (because I have a website on the Horoshop platform)Main Site The following should be provided: a product catalog with categories, brands, filters, and search; product pages with specifications, photos, descriptions, prices, and availability; cart and order checkout; customer personal account; adaptive version for phone, tablet, and computer; SEO settings; the ability to independently add and edit products, categories, pages, and banners; integrations with payment systems, delivery services, CRM, or accounting systems; import and automatic updating of products, prices, and stock.B2B Platform After authorization, the partner should have access to a separate account where they can: see individual or wholesale prices; view current product stock; create and track orders; view order history; see order statuses; view their balance, debts, payments, and settlements; upload invoices, waybills, and other documents; submit requests for returns, warranties, or service; receive notifications about new products, promotions, and price changes. It is preferable to provide different types of partners with varying prices, discounts, credit limits, and working conditions.Administrative Part The administrator should be able to: manage products, prices, and stock; create partners and assign them individual conditions; set personal discounts and limits; view all orders, payments, and debts; generate documents; view sales statistics; manage service, return, and warranty requests; send messages to individual partners or all users of the B2B platform; distribute access rights among employees.Important Requirements The system must be fast, secure, user-friendly, and suitable for further expansion. It is important that most information can be changed through the admin panel without the intervention of a programmer. In your response, please indicate: the estimated cost of development; approximate timelines; recommended technology or CMS; what is included in the cost; which integrations can be implemented; whether you provide further technical support; examples of similar online stores or B2B systems that you have developed. I am considering both a complete development from scratch and implementation on a ready-made CMS with further refinement for the necessary functionality.
Looking for an experienced developer OpenCart / ocStore who can transfer the existing online store to a modern version of the system and make several small improvements. First, an audit of the site is necessary! https://bigbears.com.ua/ Initial Data Active site on ocStore 2.3.0.2.3 The store is operational and accepting orders. It is necessary to maintain the store's functionality. The domain and hosting remain the same.Main Task The site needs to be transferred to the current stable version of OpenCart / ocStore. During the transfer, it is necessary to preserve: all products; categories; manufacturers; photos; attributes; options; SEO URLs; customers; order history; store settings (if possible).Additionally After the transfer, some small improvements need to be made. Currently, they are minor but may be added during the work process. For example: fixing minor bugs; small changes in the admin panel; small changes on the site; module configuration; fixing the display of individual elements.Requirements Experience specifically with OpenCart / ocStore. Preferably, completed projects. Work through a test copy of the site. Make a full backup before starting. Provide a working site without data loss after completion. It is preferable that after the project is completed, the contractor can make small improvements if necessary.What Will Be Provided The contractor will be provided with: FTP access; database access; admin panel access; hosting access if necessary.Please Indicate in Your Response Experience working with OpenCart / ocStore. Which versions you have transferred. Examples of completed projects. Completion time. Cost of work. What difficulties may arise during the transfer.