Capturing mysql error messages php työt

Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    2,000 capturing mysql error messages php työtä löytyi, hinnoittelu EUR

    I need to convert the following Perl code to PHP: The expected output is a PHP class that can convert a docx file into text. The attached zip contains a mockup of such class (with demo code) and a test docx file. The task is straight forward. If you place a bid, expect it to be accepted. If you fail to deliver, you'll be subjected to a bad review. This is to avoid wasting my time with autoposters and people who lowball the bid and then try to ask for more money. You have been warned. Read the brief, check the code and place a bid accordingly.

    €201 (Avg Bid)
    €201 Keskimäär. tarjous
    24 tarjoukset

    Hello, We encountered an issue with my client's PrestaShop website. When a customer attempts to log in, they receive the following message: "This page isn’t working is currently unable to handle this request. HTTP ERROR 500." We need to address this problem promptly. Additionally, we're looking to change the pre-loader of the theme, but we couldn't locate the option. It's possible that the option is within the theme files. Sincerely,

    €26 (Avg Bid)
    €26 Keskimäär. tarjous
    12 tarjoukset

    I need an expert in data entry to assist in a task that entails the transfer of mixed numeric and textual data from online databases. The ideal freelancer should have the following skills and experience: - Familiarity with online databases and navigation - Accuracy in transferring both numeric and textual data - Attention to detail to ensure that no error occurs during data entry - Ability to work efficiently without direct supervision.

    €10 / hr (Avg Bid)
    €10 / hr Keskimäär. tarjous
    55 tarjoukset

    I have an existing php script (front end and admin panel) that was designed on PHP 7.2-4 and I am looking to upgrade it to PHP 8.2. This requires updating the functionalities of the script as well as ensuring mysql compatibility to make it fully workable.

    €37 (Avg Bid)
    €37 Keskimäär. tarjous
    45 tarjoukset

    ...without a few errors. One consistent issue was an exception in the driver with the message: SQLSTATE [HY000] [2002]. I require someone who can: - Understand and rectify the SQLSTATE [HY000] [2002] error. - Ensure the Nextcloud installation is correctly done and operational. An ideal applicant would have experience troubleshooting and resolving installation errors on a QNAP NAS system, particularly with Nextcloud software. Deep understanding of software dependencies and database connectivity is also essential. This is an urgent requirement so prompt response is much appreciated. THE WHOLE ERROR MESSAGE IS: Exception Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused /var/www/html/3rdparty/doctrine/dbal/src/ l...

    €166 (Avg Bid)
    €166 Keskimäär. tarjous
    15 tarjoukset

    I'm looking for an experienced PHP developer with a solid understanding of DX API for an integration project. Your responsibilities will include: - Integrating DX API You should have a comprehensive understanding of PHP and DX API, with a proven track record of successful API integrations. Familiarity with Google Maps API, Twitter API and Shopify API is a plus, although not necessary. This project requires excellent problem-solving skills, a keen attention to detail, and the ability to work independently as well as collaboratively.

    €109 (Avg Bid)
    €109 Keskimäär. tarjous
    61 tarjoukset
    Apache webserver Loppunut left

    Apache error: "Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an SSL-enabled server port. Instead use the HTTPS scheme to access this URL, please." More details: Apache server needs to be configured so that the error message is resolved. It seems to be a SSL being served on port 80. User will work via Anydesk, there is no SSH connection!

    €29 (Avg Bid)
    €29 Keskimäär. tarjous
    9 tarjoukset

    I am having trouble with my role-playing video game written in C++. It's been consistently facing segmentation faults which I need help in diagnosing and fixing. Key Detai...exhaustive logs that can assist in tracking down these segmentation faults. Requirements: - Proven experience with C++ programming is mandatory. - Expertise in game development (preferably familiar with role-playing games). - Linux operating system familiarity is essential. - Experience debugging segmentation faults and other common errors. - Able to interpret and diagnose issues based on provided error logs. - Excellent problem-solving skills. Your prime task is to troubleshoot, identify and fix the causes of the segmentation faults. Please provide evidence of your skills and past projects relating to...

    €83 (Avg Bid)
    €83 Keskimäär. tarjous
    11 tarjoukset
    GOAT upgrades Loppunut left

    Hi Ahmad, as discussed over private messages please complete the brief sent over +3 kits.

    €330 (Avg Bid)
    €330 Keskimäär. tarjous
    1 tarjoukset

    I'm currently having some issues with my application's registration process which is hosted on a shared hosting server at via CPanel. Specifically, both the mobile and email OTP are not working. The application is built on Flask and uses MySQL for database management. It has a username and password login authentication system. I require an expert in: - Flask Applications - SSL and non SSL environments - Web socket connections Your task will be to assess and correct the issues preventing correct operation of the OTP system, and also add a web socket connection for both sides. Thank you.

    €11 (Avg Bid)
    €11 Keskimäär. tarjous
    6 tarjoukset

    I tried to install monit on my ubuntu to automatically restart my server when my installed Odoo 17 crashes. After this, I started getting this error when trying to access my site (): "Service Unavailable. The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later." I have to reboot the system for this error to disappear; but after a few minutes, it comes back. I also noticed that I can no longer access FTP using the domain name (), I have to access using the IP address. It appears that there is a lot of memory usage, I don't know. Can you fix this? OS: Ubuntu 18.04 Panel: Webmin Odoo 17 domain: ... How would you describe the server issue you are experiencing

    €44 (Avg Bid)
    €44 Keskimäär. tarjous
    20 tarjoukset

    I'm seeking a proficient programmer who has a mass dm bot that can execute mass direct messages on Telegram, within a span of just 3 days. The bot's principal objective is product advertising, targeting a grand total of 100,000 active users who are geared into the field of cryptocurrency. A couple of key requirements: The bot will need to specifically articulate product specifications within the messages. Therefore, the perfect candidate should have excellent attention to detail, ensuring the correct information is integrated into the direct messages. Looking forward to potentially working together on this project.

    €1162 (Avg Bid)
    €1162 Keskimäär. tarjous
    26 tarjoukset

    I have a php server that is a backend of an andoid/iphone app. The app registers itself to Firebase, and I would like to send push messages he devices via FCM REST API. It is working well if I get the oAuth Token myself and add hard-coded to the POST message. The goal of this project is to provide me with a PHP code that gets the oAuth Token programmatically, as in: I expect a working code something like this: // START $client = new Google_Client(); // WHATEVER ..... // Authenticate and get the access token if ($client->isAccessTokenExpired()) { $client->refreshTokenWithAssertion(); } $accessToken = $client->getAccessToken(); // Access token to use with FCM REST API $token = $accessToken['access_token']; echo "Access Token for

    €9 - €28
    Sinetöity
    €9 - €28
    6 tarjoukset

    I have two issues. - datatable load error in staff and agent pages. - sales page resposive issue in mobile devices.

    €144 (Avg Bid)
    €144 Keskimäär. tarjous
    30 tarjoukset

    I am looking for a specialist to integrate WhatsApp with SIP on Linux, ...specialist to integrate WhatsApp with SIP on Linux, focusing primarily on enabling audio communication and text messaging functionalities. The end goal is to create a seamless communication platform for efficient interaction. Key tasks include: - Designing and implementing a solution that allows WhatsApp to work in sync with SIP protocol - Ensuring the integration supports both audio calls and text messages. A deep understanding of both WhatsApp API and SIP protocol is essential, as well as experience in Linux system administration. Knowledge of VoIP would be a plus. Your delivery should be a working, robust integration that ensures smooth and seamless operative communication. Please bid with your proposed...

    €276 (Avg Bid)
    €276 Keskimäär. tarjous
    16 tarjoukset

    I am seeking an experienced photographer to capture white background images for my ecommerce website. Key Responsibilities: - sample images will be provided . i need it in the same design as the sample images -Capturing the images in a high-resolution JPEG format. Your expertise in product photography should be top-notch, with attention to detail. You should also have experience or resources to efficiently source items for photography.

    €68 (Avg Bid)
    €68 Keskimäär. tarjous
    28 tarjoukset

    I'm in the market for a word-savvy professional to revise an existing technology-centred article. The aim is not ...simply to rehash the piece, but to expand upon it with additional meaningful information, ensuring it remains cohesive and high-quality. Key job prerequisites: - Proven background in writing about technology. - Comfortable conducting research to gather necessary extra data. - Mastery in maintaining a professional tone throughout the piece. - Superior skills in editing and proofreading to ensure error-free work. The completed rewrite will demonstrate depth of understanding of the topic, blend in effortlessly additional information and present it all in a professional tone that can captivate the tech-savvy and pique the curiosity of novices. Look forward to you...

    €11 (Avg Bid)
    €11 Keskimäär. tarjous
    38 tarjoukset

    I require assistance with my MySQL database which contains birthday data. Currently, the birthdays are sorted by year, though I need them to be sorted by day. The given birthday data is formatted as a date. I need a professional who is an expert in MySQL to help sort these records and retain accurate data. * Key Job Requirements - Proficient in MySQL - Able to sort date-type data in MySQL - Detail oriented for data accuracy The ideal candidate should have a solid understanding of database management, more specifically in MySQL. Your role will be to sort the birthdays in the required order: day, then month. Confirmation of understanding of this order is essential for job success.

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    18 tarjoukset

    I need an able developer to integrate the WhatsApp Business API into my Facebook-based lead generation system. This task requires someone who is conversant with creating and managing a WhatsApp Business API account as I currently do not have one. The integration should enable the following: - Sending of automated messages to new leads. - Allowing users to directly communicate with me via WhatsApp on my platform. - Keeping a tab on user interactions conducted through WhatsApp. A successful candidate will have a proven track record in API integration specifically with Facebook and WhatsApp Business API. Familiarity with lead generation systems is appreciated.

    €1098 (Avg Bid)
    €1098 Keskimäär. tarjous
    56 tarjoukset

    Hello, We're looking for a freelancer with expertise in Pimcore and PrestaShop API to quickly address performance iss...PrestaShop API to quickly address performance issues. Our Pimcore CMS is currently slow, impacting our operations. What We Need: Diagnose and fix performance issues in Pimcore and its API connection to PrestaShop. Ensure smooth data flow and integration between systems. Provide maintenance to prevent future slowdowns. Ideal Skills: Experience with Pimcore and PrestaShop. Strong in API development, PHP, MySQL. Efficient problem solver with attention to detail. This job is initially for maintenance and optimization. Successful work could lead to further development opportunities. Interested? Please send your portfolio and a brief plan for performance...

    €507 (Avg Bid)
    €507 Keskimäär. tarjous
    71 tarjoukset

    ...a tough bug within my web application. The user interface interaction isn't working as expected and the issue is causing a hiccup for the overall web application's performance. I am seeking an experienced developer with strong skills specifically in Sequelize, NodeJS, ReactJS, and MySQL. Key tasks include: - Investigate the existing UI issue and trace the problem - Solve the identified bug related to user interface interaction Ideal Skills and Experience: - Proficiency in Sequelize, NodeJS, ReactJS, and MySQL - Strong debugging skills specifically in UI issues - Prior experience in fixing similar issues - Outstanding attention to detail and critical thinking skills - Excellent communication, in order to explain the problem and the applied solution clearly. ...

    €32 (Avg Bid)
    €32 Keskimäär. tarjous
    29 tarjoukset

    ...longer if you have an illness like a cold that may affect your voice. Target market is America, however you do not necessarily need to be an American speaker. Person must be easy to understand since the videos are training videos. At some stage you will need to submit an example of their work. In some cases we may need to perform minor corrections on the audio. For example, if there is a minor error in the script for example saying Megabytes per second rather than Megabits per second. Most of the time we will edit the audio to make the correction, however sometimes this is not possible and may need to have additional audio created. Voice talent will need to be available for these minor corrections if required although this is rare. At a later time we may use AI to make thes...

    €196 / hr (Avg Bid)
    €196 / hr Keskimäär. tarjous
    15 tarjoukset

    As an owner of a Laravel website, I'm looking for an excellent PHP expert proficient in Laravel to resolve various issues. The specifics were missed earlier; however, some of the potential problems could include broken links, slow loading speed, and displayed error messages. Although no specific envisaged improvements were specified, the freelancer taking up this job needs to be well-versed with feature enhancements related to user registration, login, shopping cart functionality, and search system. This list isn't exhaustive; more enhancements may surface during our discussions and the freelancer's analysis. Candidates that fail to provide this info will not be considered. I am looking forward to collaborating with an expert to improve my website's...

    €82 (Avg Bid)
    €82 Keskimäär. tarjous
    16 tarjoukset

    This project requires someone with a strong command of PHP and Android app development. The task at hand is twofold: 1. **Connect PHP Admin to Android Apps**: - I need my PHP admin linked to both the user and the driver app. 2. **Improve App Functionality**: - Once the PHP admin is connected, I expect real-time updates on both apps. - There should also be enhanced user account management features: this includes improved data tracking and analytics. The ideal freelancer for this job should have experience with PHP and Android app development, including interfacing web and mobile applications. Understanding user account management and kickstarting real-time updates are key. This is an Easy Android studio edit and ill do a fixed $30 budget.

    €30 (Avg Bid)
    €30 Keskimäär. tarjous
    13 tarjoukset

    I'm looking for an experienced marketer with a specialty in email marketing to help me promote a product or service. Key Requirements: • Bulk Email Distribution: The expert has to send bulk emails on my behalf. • Standardized Messages: I require standard email content for all recipients. I already have a html code template, but I will consider redoing it to look more professional. • Frequency: The emails need to be sent out daily. WE HAVE a total of 230,000 emails. We don't want them sent out all at once a campaign of x-thousands per day or a weekly will do. Ideal Skills and Experience: • Experience with email marketing • Familiarity with CAN-SPAM regulations • Proficiency with email marketing platforms and software. This project re...

    €187 (Avg Bid)
    €187 Keskimäär. tarjous
    20 tarjoukset

    I'm on the lookout for a talented logo designer capable of capturing the essence of trust and reliability. My aim is to have a logo that will serve as the cornerstone of my brand's visual identity aimed at working professionals. Key Project Deliverables: - A logo that promotes trust and reliability - Complementary to the preferences of working professionals - Aligns with the overall branding strategy Ideal Skills and Experience: - Proven experience in logo and brand identity design - Understanding of design principles and aesthetics suited for working professionals - Demonstrated ability to capture brand's core values in design. Your portfolio demonstrating previous work in similar domain would be greatly valued in the selection process. Looking forward to seei...

    €14 (Avg Bid)
    €14 Keskimäär. tarjous
    48 tarjoukset

    I am in need of a Virtual Assistant who specializes in lead generation, with a specific emphasis on the technology sector. Your role will primarily focus on identifying and capturing Business-to-Business (B2B) leads. Ideal Skills and Experience: - Exceptional understanding of the technology industry - Strong background in performing B2B lead generation - Proficiency in the use of various tools and strategies for lead generation Your Tasks: - Identify and secure potential B2B leads within the technology sector - Develop strategies for improved lead capture and conversion. Experience and demonstrated success in the Technology industry would be highly beneficial for this role.

    €170 (Avg Bid)
    €170 Keskimäär. tarjous
    38 tarjoukset

    I'm seeking a freelancer with strong communication skills to develop a promotional YouTube video for my PHP script. The video is geared towards non-technical individuals, so it must be easy-to-understand and engaging. In particular it should: - Promote the PHP script - Highlight the script's usability, customizability, and integration capabilities Ideally, I'd like to work with someone who has proficiency in PHP so they can adequately understand and present the script. A background in video production, particularly instructional or promotional content, is a must. A basic understanding of YouTube SEO would be a bonus.

    €47 / hr (Avg Bid)
    €47 / hr Keskimäär. tarjous
    2 tarjoukset

    PHP Website Migration: GoDaddy to HostGator I require an experienced web developer to expedite the transition of my PHP-based website from GoDaddy to HostGator. The website is extremely simple test taking website. Take a test and store results in a database then show results to an administrator. There are 4 customer facing screens. With an immediate start and swift completion required, it's essential that the chosen freelancer can handle this task with utmost efficiency and precision to ensure uninterrupted service. Key Tasks & Expectations: - Move PHP website from current host (GoDaddy) to new host (HostGator) - Ensure full functionality throughout and after the transition - Maintain website performance and prevent data loss Ideal Skills: - Advanced k...

    €25 (Avg Bid)
    €25 Keskimäär. tarjous
    51 tarjoukset

    I'm seeking an Intermediate Russian language speaker capable of providing dependable translation services. The project's core involves transla...terms and tone is beneficial. Skills and Experience: - Proficiency in Russian Language (Intermediate Level) - Experience in Translation Services - Familiarity or background in business communications - Attention to detail, ensuring the accuracy of translations Your role will involve: - Translating various business communications from English to Russian and vice versa. - Ensuring business terms, messages, and tone are appropriately conveyed and maintained in translations. You will gain exposure to diverse business communications and engage in a culturally-rich translation experience. Apply if you believe this role suits your s...

    €12 (Avg Bid)
    Paikallinen
    €12 Keskimäär. tarjous
    8 tarjoukset

    I'm seeking a skilled creative designer to create a professional and clinical-style logo for my Physiotherapy Clinic. The logo must embody the essence of our clinic, capturing the essence of our professionalism and medical expertise. Ideal Skills: - Experience in logo design and branding - Proficient in graphic design software - Ability to understand and translate brand personality into visual design - Ability to collaborate and make adjustments as required Please present your portfolio showcasing previous work, particularly if it includes medical or professional business logos. Note that the style of the logo isn't predetermined, leaving room for your creative contribution.

    €55 (Avg Bid)
    €55 Keskimäär. tarjous
    139 tarjoukset

    I am in need of a skilled PHP developer who can create a script facilitating file manipulation, specifically file uploading. The primary task for the script is to enable the uploading of document type files efficiently. .php 5.6.40 file to migrate to version 8.2.17 convert the file so it works on version 8.2.17 It's a very simple job for a php expert

    €27 (Avg Bid)
    €27 Keskimäär. tarjous
    15 tarjoukset

    I'm looking for a professional with experience using ListingPro - Directory & Listing WordPress Theme to integrate and host a PHP directory software. We are building something similar to: I want freelancers to submit their applications with examples of their past relevant work. The ideal candidate should have a strong background in PHP, WordPress theme customization, and a knack for creating user-friendly interfaces. Strong experience with ListingPro, as well as knowledge of payment integration, will be a significant advantage.

    €275 (Avg Bid)
    €275 Keskimäär. tarjous
    34 tarjoukset

    I'm looking for someone skilled in creating digital...looking for someone skilled in creating digital sketches on an iPad, having specific expertise in tracing structures. The main purpose of this project is to transform photos of buildings into detailed, traced sketches. You need to have a keen eye for detail, a profound understanding of architectural structures, and proficiency in using digital sketch tools. Your style should lean towards realism, capturing the unique characteristics of each building in your sketches. Experience in architectural drawing or sketching is ideal. The project will involve: - Creating detailed sketches of various buildings - Utilizing iPad sketching tools - Adhering to a realistic style for traces - Possessing a familiarity with various architectu...

    €17 / hr (Avg Bid)
    €17 / hr Keskimäär. tarjous
    14 tarjoukset

    ...cannot access the on-premise OWA anymore to check their email, experiencing an error message stating "We couldn't find a mailbox for this recipient". I'm unable to access the migrated user's mailbox using any other email client or application apart from the on-premise OWA. I'm seeking someone with expertise in MS365 migration and troubleshooting OWA access issues who can offer their support. Key skills needed: - Experience with MS365 migration - Understanding of OWA access issues - Ability to perform problem diagnosis and solution implementation Your primary task would be to rectify the error in accessing emails from the on-premise OWA post-migration. This process might involve troubleshooting error messages, configuration ...

    €26 / hr (Avg Bid)
    €26 / hr Keskimäär. tarjous
    29 tarjoukset

    Looking for a skilled web developer who can build a PHP website from scratch with some specific functionalities. Key tasks will include: - Building custom functionalities - The prime requirement is an individual cashback wallet for each user. This will need to be fully integrated and functional, keeping user experience in mind. - Payment integration - The cashback wallet should not be integrated with any Swift banking system, Google Pay, PayPal, or Stripe. Instead, it will be tied to our own proprietary payment system. The ideal candidate for this project should have: - Proven experience in PHP website development. - Strong skills in integrating custom functionalities within a website. - Knowledge and experience in secure payment gateway integration. - Good understanding...

    €94 (Avg Bid)
    €94 Keskimäär. tarjous
    21 tarjoukset

    ...perfect working counter but returns {"messages":"1"} As you can see is using JSON_ENCODE But we need more of a normal php echo that returns something like: <?php echo $userNotesRequest, count; ?> 1 below is what we using now ---------------------------------------------------------- <?php include("../../"); if (!isset($_SESSION["id"]) || $_SESSION['usertype'] != "chatusers") { exit(); } else { $userNotesRequest = mysqli_query($linkID, "SELECT COUNT(*) as count FROM chatusersnotes WHERE userToId='" . $_SESSION["id"] . "' AND seen=0 ORDER BY createdAt DESC;"); if (mysqli_num_rows($us...

    €42 (Avg Bid)
    €42 Keskimäär. tarjous
    24 tarjoukset
    App Creation Loppunut left

    Project Proposal: Unveil - A Unique Dating Experience Introduction: In the dynamic landscape of online dating, innovation is key to capturing users' attention and providing a memorable experience. With this in mind, we propose the development of "Unveil," a revolutionary dating app that combines the familiar swiping mechanism of Tinder with a captivating twist: users cannot see each other's photos until they've progressed through stages of blurriness based on their interactions. Leveraging the Facebook API for seamless integration, Unveil promises to redefine the online dating experience and foster genuine connections based on personality and interaction rather than solely on appearance. Objectives: Create a user-friendly dating platform that encourages ...

    €21 / hr (Avg Bid)
    €21 / hr Keskimäär. tarjous
    181 tarjoukset

    I'm seeking an experienced 3D artist to create photorealistic animations of products and characters for marketing and advertising purposes. - Requirement #1: Robust knowledge in 3D modeling techniques to create product images and character animations. - Requireme...captivate the audience. The output needs to be of high-quality and photo-realistic. - Desired Experience: Proven track record in 3D animation and product visualization. Previous projects related to advertising would be a plus. Please note that the images will heavily be used in our marketing campaigns, so your creativity can have a direct impact on our business' success. Showcase your skills in capturing the essence of a product or a character in a photorealistic and engaging way. Be ready to present previo...

    €37 (Avg Bid)
    €37 Keskimäär. tarjous
    21 tarjoukset

    I am looking for an talented writer who can skillfully communicate motivation and inspiration through articles. The main goal of my project is to inspire people of all ages. The ideal candidate for this role should have: - Excellent writing and storytelling skills. - A ...ages. The ideal candidate for this role should have: - Excellent writing and storytelling skills. - A strong understanding of how to inspire and motivate readers. - Experience writing for a diverse audience. Your task will be to: - Write compelling, inspirational articles. - Create content that can universally inspire, regardless of the reader's age. - Deliver consistent and well-thought out messages of motivation. In your bid, please share previous examples of motivational or inspirational content yo...

    €10 / hr (Avg Bid)
    €10 / hr Keskimäär. tarjous
    42 tarjoukset

    ...I Need: * A super realistic 3D model of a lion. * Accompanying animations of the lion jumping, eating, and playing. * Photorealistic level of detailing in the lion's fur. Your Skillset Should Include: * Exceptional ability in 3D animation. * Proven experience with realistic animal modeling, particularly large cats. * Mastery in designing photorealistic fur textures. * Attention to detail in capturing and portraying realistic animal behaviors. The final result should serve as an impressive display of a lion in its natural environment. I'm looking for someone who can make this project come alive with their technical skills and creativity. Please include relevant work samples in your bid with fur. I need to create also 3D environment for videos: floor, furniture etc. P...

    €1226 (Avg Bid)
    €1226 Keskimäär. tarjous
    49 tarjoukset

    I'm looking for a proficient PHP developer to troubleshoot and fix an ongoing issue on my website. For more than 2 weeks, the site has been displaying 'Undefined variable error' and ‘Syntax errormessages across all the pages, including the homepage, about page, and contact page. Key requirements for the project include: - In-depth knowledge and understanding of PHP and its related functionalities. - Proven track record of troubleshooting and fixing PHP-based issues. - Ability to work promptly and efficiently, as the issues have been affecting the website for quite a while. I value clear communication, so kindly provide an explanation of how you plan to tackle the issues before you begin. Looking forward to working wi...

    €20 (Avg Bid)
    €20 Keskimäär. tarjous
    21 tarjoukset

    I am urgently requiring an Android mobile webview app focused on WebView features, with a specific emphasis on Razorpay integration. A previous experience in handling payment gateway integration, particularly with Razorpay, is a significant bonus. The following key skills will be ideal ...proposals that highlight your expertise in the areas stated above. please check this link before bidding, also note that we have integrated razorpay payment gateway on our website, I am just looking for webview app with all functions. especially in webview on android app it causes error like if we click on gpay or phonepe it doesn't open directly on gpay or phonepay to complete transactions.

    €91 (Avg Bid)
    €91 Keskimäär. tarjous
    36 tarjoukset

    We are looking for an experienced integration expert to connect Yelp messages with Go High Level (GHL) conversations as we get messages from Google My Business to GHL. Additional Information: - We have a SAAS plan of GHL with API v2 & might i9t can help you. - Include relevant experience in the proposal. If you have the skills to integrate Yelp messages into GHL efficiently, submit your proposal with the approach, timeline, and portfolio. Excited to enhance communication with your expertise! Thank You

    €20 / hr (Avg Bid)
    €20 / hr Keskimäär. tarjous
    16 tarjoukset

    I'm in need of an experienced data scraper to collate the Creator/Brand names, Contact information, Social media handles, LinkedIn Contact...names, Contact information, Social media handles, LinkedIn Contact, Product images/pricing, and details from several websites. I don't have specific websites in mind, so I'm open to suggestions on the best sources that could provide the relevant data. The resulting data must be thoroughly cleansed. It requires the following: - Removal of duplicates - Standardizing formats across data fields - Error correction to present a consistent dataset Proficiency in web scraping techniques and previous experience handling similar projects are beneficial for this job. A keen eye for details and a thorough approach to cleaning data are vi...

    €89 (Avg Bid)
    €89 Keskimäär. tarjous
    63 tarjoukset

    I am in need of a professional who can efficiently execute a mass DM marketing campaign on Telegram. Here are the specifics: - Sending Quantity: A total of 500k DMs need to be sent within a 48 hour period. - Message Content: The messages should be in text-only format. The exact message to be sent to all recipients would be provided by me. - Progress Updates: I would appreciate receiving regular status updates after every 100k messages sent. Ideal skills and experience would include proficient knowledge of Telegram's functionalities, excellent time management, and prior experience in running similar campaigns. Your commitment to timely, consistent communications regarding the campaign's progress is key to this project's success.

    €138 (Avg Bid)
    €138 Keskimäär. tarjous
    12 tarjoukset

    I'm dealing with an issue on my 1325 CNC router using NC studio version 5.6. My carve co-file designs aren't translating as expected to the NC studio program, potentially indicating a communication breakdown. Though I don't encounter any error messages during transfer, the router doesn't operate as expected after the carve co-file is transferred. Skills required: - Proficiency in troubleshooting CNC routers, specifically model 1325 - Familiarity with NC studio version 5.6 - Ability to diagnose and resolve communication issues between carve co-files and NC studio program - Deep understanding of CNC programming and functionality. I am uncertain about the root of the problem, so I need someone with broad troubleshooting abilities who can analyze the situa...

    €128 (Avg Bid)
    €128 Keskimäär. tarjous
    13 tarjoukset

    I require a skilled professional with proficiency in deep etching and image editing. The project encompasses 12 product images, which are simple in detail and need to be precisely etched with a white background. Please note: - The product images are simple with less detailing. - Artistic accuracy in capturing every minor detail is highly appreciated while maintaining the originality of the product. - No retouching services are required for these images. Ideal skills and experience: - Expertise in Photoshop or similar software. - Proven experience with product image editing. - Excellent attention to detail. Your portfolio showcasing similar work will be a definitive plus. Thank you for your interest in this project.

    €15 (Avg Bid)
    €15 Keskimäär. tarjous
    35 tarjoukset

    I have wordpress site with custom theme. I don't like the global font CSS broadly. H2 are too large, there are no gaps after bullet points to a paragraph, some modules have crappy spacing etc... Your task is to review Post (and page modules - ACF) and not every single error you can find. Then you detail the changes to make for a developer to implement. There is no stressful deadline. You don't have to be an artist. I want someone who pays a lot of attention to detail and wants to make content more pretty. You will have a dev to implement for you (yes you can iterate). Site is custom so you can't edit yourself (unless dev teaches you where to make changes). This is a relatively basic skill need, so I'm not going to pay much. However, I'm happy to pay for...

    €24 (Avg Bid)
    €24 Keskimäär. tarjous
    1 tarjoukset

    I'm in need of a proficient PowerShell script developer who can create a script for reading a plain text format log file. This script will have to: * Extract and isolate error messages from the log files in a specific location. * Extract associated timestamps of these error messages. I am going to run the script as a task scheduler job. It must detect a specific error. Example error that you could use is ‘Failed to distribute package’. If this error is found, I would like to have the script detect it and send me the whole error as an email. Whole error in the sense any suffix after the error ‘failed to distribute package’ as well.

    €15 (Avg Bid)
    €15 Keskimäär. tarjous
    3 tarjoukset