Php script automatic daylight savings adjustment jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 php script automatic daylight savings adjustment jobs found, pricing in INR

    I am in need of an expert in any server-side language to review and fix my web scraping code, which recently stopped functioning since this morning, because the website implementing Cloudflare i think. I think the website implemented a bot-detector and may require a captcha solving. for NOW and must be fixed asap. Please don't use AI to respond to the bid, it's very noticable.

    ₹10252 (Avg Bid)
    ₹10252 Avg Bid
    81 bids

    Hi Awais A., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    ₹4167 (Avg Bid)
    ₹4167 Avg Bid
    1 bids

    Hi Awais A., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    ₹4167 (Avg Bid)
    ₹4167 Avg Bid
    1 bids
    Php expert 6 days left

    php work required for some backend work

    ₹6721 (Avg Bid)
    ₹6721 Avg Bid
    21 bids

    Hello, We require a 10 Seconds Sample video of the attached script. The successful candidate would be our choice for long term collaboration for many videos to come. We recommend doing 5 seconds from the intro, and another 5 seconds from the middle.

    ₹1834 (Avg Bid)
    Guaranteed
    ₹1834
    0 entries

    For this role, I need a professional who specializes in adding email verification scripts to API for an existing PHP saas system. The email address validation is the primary requirement. Rather than direct server connection, we will send our script to be examined and require a step-by-step guide on every action necessary to be executed. Required Skills: - Experience with API integration - Proficiency with PHP, Laravel - Excellent written communication skills for document preparation

    ₹1834 (Avg Bid)
    ₹1834 Avg Bid
    56 bids

    We are in need of a talented graphic designer to help us re-adjust our current logo to a more calligraphic style. Unfortunately, the design has become outdated and we have decided that this adjustment will better fit our brand aesthetic. Ideal Skills and Experience: - Proficiency in using graphic design softwares - Past experience in Logo Designs, particularly in calligraphic style - Attention to detail and creativity - Understanding of color and form We encourage freelancers to include previous works and experiences in their bids, specially if relevant to calligraphy. The more detailed the proposal, the better chance of winning the bid. We are expecting our new logo to have a calligraphic twist, appealing and professional.

    ₹2000 (Avg Bid)
    ₹2000 Avg Bid
    119 bids

    I'm seeking professional assistance in modifying my existing child support agreement. The primary change needed is an adjustment in the owed amount to reflect my lower income from the past three years. Key tasks: - Amend existing agreement to align with past and present financial circumstances - Demonstrate my substantial change in circumstances specifically, one year of school with no earnings and two years with a decreased income by 15-20,000 than the current income Ideal Candidate: - A paralegal who can help me fill out the proper forms and submit them ASAP as I have a court date very soon.

    ₹6334 (Avg Bid)
    ₹6334 Avg Bid
    19 bids

    I am in need of an expert to upload PHP to a Hostingger server, install a Domain Validation SSL, and ensure that my corporate website is functioning smoothly. Key Aspects: - Install PHP on Hostingger server - Implement Domain Validation SSL on the website - Optimize for a smooth run of a corporate website Aside from setting up the basics, I also require specialized security features for the PHP part of my website. You should have extensive experience in programming and security handling. Skills and Experience: - Proficiency in PHP coding and security customizations - Expertise in Operating Hostingger Server - Experience in Domain Validation SSL Installation - Knowledge on corporate websites dynamics

    ₹1334 (Avg Bid)
    ₹1334 Avg Bid
    20 bids

    I am searching for a professional with exceptional photoshop skills to make some specific alterations to my picture. - Your task will be to replace the exist...picture will be provided during our discussions. - Once the face has been effectively replaced, I will also require some retouching work to be done on the photo. This step helps in ensuring a polished and sleek final look. The ideal candidate should have considerable experience in photo editing, retouching, and in-depth knowledge of photoshop including color correction, blending, and light adjustment, to ensure realism and naturalness in the final output. Please submit your proposals including portfolio or relevant work examples. Communication and prompt responses will be valued in this project. Looking forward to your su...

    ₹1834 (Avg Bid)
    ₹1834 Avg Bid
    88 bids

    ...by including only the valid transactions, following the specific requirements outlined below. Objective Your primary objective is to write a script that processes a series of transactions, validates them, and then mines them into a block. The output of your script should be a file named that follows a specific format. Requirements Input You are provided with a folder named mempool containing several JSON files. Each file represents a transaction that includes all necessary information for validation. Among these transactions, some are invalid. Your script should be able to discern valid transactions from invalid ones. Output Your script must generate an output file named with the following structure: First line: The block header. Second line: The seriali...

    ₹833 / hr (Avg Bid)
    ₹833 / hr Avg Bid
    2 bids

    ...long position, and accordingly, our SL will be above "open range high.". I would like to print out the maximum number of points until the "end time" is reached, or stop-loss. Also despite which trade is frst I want to allow for next trade to be taken as soon as exceeds the "open range". The purpose is to measure the maximum move for each trade, if one was taken "in points." I would like the script to return all the data to an Excel file. Here are my requirements: Date: 01/01/2000 "SPY" "open range" "stop loss" "target" Variables that I want to be able to customize - symbol compatible with API - time frame (1min, 10min, 1h, etc.) - time range (for example, 08:00:00–10:00:00)...

    ₹13169 (Avg Bid)
    ₹13169 Avg Bid
    93 bids

    ...and sleek promotional video for our state-of-the-art LED lights designed specifically for tennis courts. Key Features to Highlight • Brightness: Convey how our LED lights outshine conventional lighting solutions, providing optimal illumination for evening games. • Energy Efficiency: Illustrate the superior power-efficiency of our LED technology, emphasising how it leads to significant energy savings. • Durability: Showcase the robust longevity of our lighting solution, enduring harsh weather conditions and providing reliable durability for years. Ideal Skills and Experience • Proficiency in 3D modeling and video editing software • Prior experience in product promoting videos • Understanding of lighting technology would be advantageous Objective T...

    ₹2917 (Avg Bid)
    ₹2917 Avg Bid
    34 bids

    I need the following code to run in Quasar 2.6.0 / Vue 3.0 async fetchAbstracts() { try { const url = 'https://eutils.ncbi.nlm.nih....isArray(abstractText)) { ((text, index) => { (`Abstract Section ${index + 1}: ${text}`); }); } else { (`Abstract: ${abstractText}`); } }); }); } catch (error) { ('Error fetching or parsing the XML:', error); } } I have import axios from "axios"; import xml2js from "xml2js"; In my script file but when I get to const parser = new ({ explicitArray: false, ignoreAttrs: true }); It throws an error of: Error fetching or parsing the XML: TypeError: is not a function I just need working code

    ₹1500 (Avg Bid)
    ₹1500 Avg Bid
    20 bids

    I'm in immediate need of a professional with a strong grasp on Wordpress, PHP, and JS. There's a functionality issue causing trouble in our system - specifically the passing of JSON data to WooCommerce cart. Your task will be to identify and rectify this problem. Unfortunately, I cannot provide further information regarding specifics, so this project requires a self-starter who understands these elements thoroughly and can investigate potential issues. The ideal candidate will have: - Advanced knowledge in Wordpress, PHP, and JS. - Experience in WooCommerce ; specifically debugging issues around cart functionality. - Proven success in previous debugging tasks. - Ability to start working, immediately.

    ₹13669 (Avg Bid)
    ₹13669 Avg Bid
    214 bids

    Attention. Those who are ready should apply. People who only send requests should not apply. I am looking for a Cora PHP specialist who can add VIEWS code to the control panel. When the news articles are viewed by the users, it should be displayed in the control panel. Views should not be repeated, it should remember the user's ip address or device

    ₹1750 (Avg Bid)
    ₹1750 Avg Bid
    52 bids

    i need someone who is good at writing mathematical scripts this job i need to develop a script to count distinct numbers in the outputted arrays we can specify conditions like min or max etc example -------------- suppose i want to count all distinct numbers in the following sets of numbers i will set a the MIN as 1 and MAX as 100 (but i can change this using boxes to enter min and max) to generate the sets or arrays the program asks us for a starting number, increment and max number note: max number is NOT mandatory when i am counting the distinct numbers i can either 1. count all the distinct numbers between a MIN and a MAX that i specify or if i dont specify then we count between the starting number and the max number. we can declare more than one set and in this case it will ...

    ₹1334 (Avg Bid)
    ₹1334 Avg Bid
    43 bids

    I need an artist skilled in photorealistic rendering, specifically for exteriors. The project involves the precise rendering of a house and garage. A strong sense of realism and attention to detail is important as I aim for a daylight representation that looks as real as possible. Ideally, the bid should come from someone with experience in architectural rendering and a portfolio showcasing similar work. Please be prepared to deliver the project in a timely manner. I want to take the attachment "example garage" and make it match "house pic 1 copy". I want the example garage to look like the garage in the blue house picture. I want the garage to sit next to the blue house on the left. I want the finished product to roughly match the "garage and house sketch...

    ₹8335 (Avg Bid)
    Featured Guaranteed
    ₹8335
    3 entries
    Trophy icon Script Installation 2 days left

    Fertig Script installieren. Installation

    ₹3334 (Avg Bid)
    Guaranteed
    ₹3334
    7 entries

    I'm seeking a skilled PHP developer experienced in working with CS CART. The project involves: - Seamless API Integration: The ideal candidate must be familiar with integrating APIs effectively. - Efficient Database Management: You should have proven skills in database management to ensure everything runs smoothly. - Custom PHP Programming: We'll need custom solutions not provided by standard CS CART functions, hence, proficiency in PHP is a must. The completed project must epitomize a modern design. Therefore, the right freelancer should also have a flair for modern aesthetics. An understanding of CS CART is crucial for this job. Previous experience working with this CMS will be highly regarded.

    ₹91849 (Avg Bid)
    ₹91849 Avg Bid
    141 bids

    I'm seeking a professional video editor for my YouTube videos, which are long-duration. Your responsibilities will include: - Advanced video editing, cutting and trimming my rough footage according to the indications and script I provide - Occasionally incorporating text animations into the videos - Delivering the final edited video in MP4 format Key qualifications: - Must be fluent in Spanish as the scripts and video content are in Spanish - Familiarity with editing for YouTube is a plus - Ability to interpret scripts and edit accordingly I'm looking for someone who is interested in an ongoing work relationship, outside of this platform for better collaboration. If this sounds like the opportunity for you, submit your bid. I look forward to potentially working with yo...

    ₹2417 (Avg Bid)
    ₹2417 Avg Bid
    32 bids

    Hi, I'm looking for a PHP developer with experience to help fix some errors on my webpages. They were functioning properly before. Could you please review the PDF file and let me know if you're capable of addressing the issues? I'll provide an FTP account for access to the source code, etc. My budget for this task is $70." Please only private developers apply, and only if you agree with my budget. Otherwise, please refrain from sending me any quotes that exceed my budget. Your main responsibility will be to ensure that the website functions smoothly without any disruptions, eradicating the error. Relevant expertise in PHP troubleshooting and website support are key to this task.

    ₹9252 (Avg Bid)
    ₹9252 Avg Bid
    140 bids

    I'm seeking a talented WordPress developer to build an automatic business financial news website. It should source its content from reputable APIs, producing high-quality articles on topics such as stock market news, economic updates, and industry analysis. Additionally, some focus on crypto news is required. Specific requirements include: - Integration with Google News API, Yahoo Finance API, and Reuters News API for article sourcing. - Automatic publishing of articles covering chosen topics, with no manual intervention needed. - Display of specific information within each article, such as company stock prices, financial indicators, and economic indicators. Key skills and experience required include: - Extensive WordPress development experience. - Proficiency with G...

    ₹37173 (Avg Bid)
    ₹37173 Avg Bid
    242 bids

    I'm looking for an enthusiastic backend developer, proficient in JAVA, PHP, Ajax, and CodeIgniter (CI). I need someone who can handle various tasks, including: - Code development - Issue fixes - Database (DB) management Ideal candidates are self-starters who have a deep understanding of server-side scripting and API integrations. Qualified candidates must also be able to handle any bugs or issues that come up and be proactive in delivering solutions. Must update required documentation. Should support mobile app developers as required. Provide support and proper documentation for moving code to testing environment. Hourly MAX rate is INR 525/. Developer will provide time estimate for each task and milestone for the task will be created. All proposals must be accompanied with...

    ₹2250 / hr (Avg Bid)
    ₹2250 / hr Avg Bid
    59 bids

    I am currently seeking a skilled PHP Laravel developer to assist me with a project. I have a budget of INR2000 and a timeframe of 3 days for this task. **Project Overview:** I have a PHP Laravel source code that includes a licensing program, and I am looking for a talented developer to remove the entire licensing mechanism. Once the licensing program is successfully removed, I expect the freelancer to hand over the complete source code. I can provide a hosting package for testing purposes, or the freelancer is welcome to use their own hosting account. **Deliverables:** 1. Removal of the licensing program from the source code. 2. Handover of the complete source code. 3. Testing on provided hosting or freelancer's own hosting account. **Additional Requirements:** I requ...

    ₹1750 (Avg Bid)
    ₹1750 Avg Bid
    16 bids

    I'm looking for a developer capable of creating an automated betting software for Live Casino games. The software needs to offer several features: - Reporting real-time game results - Providing multiple betting options - Automatic betting based on pre-set strategies The ideal candidate for this project should have experience in software development, more specifically, familiarity with casino and betting applications is strongly preferred. The software should be compatible with the Windows platform. Please, do not hesitate to get in touch if you have prior experience or if you're interested in this opportunity. Let's discuss the project further.

    ₹191615 (Avg Bid)
    ₹191615 Avg Bid
    93 bids

    I have a script with 2 function (see top picture), i need to replace with the 2 function on the bottom picture and have it install on my server It's a github script

    ₹9168 (Avg Bid)
    ₹9168 Avg Bid
    87 bids

    I'm on the lookout for an intermediate-level PHP developer who can create a powerful Leave Board web system. This system should have: - Individual staff accounts: Each user account should contain detailed leave records linked to the respective staff member. - Requesting leave feature: Staff should be able to easily request leaves through their personal accounts. - Supervisor’s approval: The system should include a functionality that allows supervisors to review and approve or reject leave requests. Skills and experience in PHP and web-based systems are prerequisites. Preference will be given to developers familiar with creating similar platforms. Please note that being an intermediate or advanced PHP developer is a requirement. I'm keen on a swift pro...

    ₹90432 (Avg Bid)
    ₹90432 Avg Bid
    191 bids

    I urgently need a skilled Full-Stack PHP Developer who can assist with frontend and backend development, as well as database management, of an AI SaaS built on the WordPress framework. - Experience with OpenAI API & Streaming is a MUST! - Frontend Development: You should be proficient in WordPress and Native PHP. Your tasks will include creating interactive, responsive designs that enhance user experience and drive engagement. - Backend Development: Expertise in Native PHP and WordPress is highly valued. You'll handle server-side application logic, design robust APIs and optimize the system for speed and scalability. - Database Management: You'll be responsible for data storage solutions, ensuring data consistency, data protection and making certain ...

    ₹2834 / hr (Avg Bid)
    ₹2834 / hr Avg Bid
    256 bids

    We are seeking a skilled CodeIgniter PHP developer to join our project team. The ideal candidate will work closely with our existing developer to enhance our web application. I'm in need of a competent CodeIgniter PHP developer who can build a project focused on: - Building a user authentication system operating on basic username and password security level - Integrating a payment system into the project - Incorporating API integration within the structure Skills and experience in the following areas would be ideal: - Extensive knowledge of CodeIgniter PHP development - Experience in basic user authentication system framework - Familiarity with payment integration - Proficiency in API integration - Knowledge on how to implement Facebook and Google user logins....

    ₹6168 (Avg Bid)
    ₹6168 Avg Bid
    95 bids

    I'm seeking an expert to craft an automated solution for loading values from TradeStation Data Window into an Excel ...expert to craft an automated solution for loading values from TradeStation Data Window into an Excel file on an hourly basis. Essential skillset includes: - Proficiency in TradeStation and Excel - Experience with data extraction - Understanding of financial data, specifically stock prices, financial indicators and volume data The successful freelancer will be tasked with ensuring a seamless automatic extraction from all areas of the Data Window. An understanding of financial market data and how it is structured within TradeStation will be crucial to job success. Please, note this work's focus is on the automation process, ensuring hourly updates without ...

    ₹31255 (Avg Bid)
    ₹31255 Avg Bid
    40 bids

    I am searching for an experienced developer, ideally someone who knows their way around WordPress, Crocoblock and Elementor, to create an automatic process whenever a new user creates a profile on our WordPress website: Key Requirements: - Develop an 'About Me' card for every new user. This card should include the user's name, description ("I just joined EEP!"), field of expertise, and a link to their profile on EEP.education. - Ensure the said 'About Me' card is automatically generated and the new USER has the CHOICE to post onto LinkedIn once generated. This will require proficient knowledge in API integrations for seamless posting process. Skills and Experience: - Proficient in the use of WordPress, Crocoblock, and Elementor. Familiarity w...

    ₹9168 (Avg Bid)
    ₹9168 Avg Bid
    77 bids

    I’m in need of a PHP developer to create a specialized system for an academic institution, with an expected user base of more than 100 participants. The system requires capabilities in: - Timetable planning - Scheduling - Report generation Regarding user roles, the system should allow differentiating access and permissions for: - Administrators - Students - Teachers - Courses coordinator - Course category administrator Specific features of the software include: • Academy Levels: Supports four levels, namely foundation, elementary, final, and graduate. • Interactive Timetable: Users can add and edit schedules interactively using convenient methods such as drag-and-drop. • Sections and Courses: The system enables the addition and management of unlimited secti...

    ₹201617 (Avg Bid)
    ₹201617 Avg Bid
    251 bids
    PHP Reconfig 9 days left

    Hi Bestsolz, I noticed your profile and would like to offer you my project. We can discuss any details over chat. Abilitypathway Project Delivery 11 April 2024

    ₹29172 (Avg Bid)
    ₹29172 Avg Bid
    1 bids

    I'm searching for a competent PHP developer who can assist me in modifying some Code Canyon scripts. I did not specify which scripts for this project, giving you the flexibility to apply based on your wide-ranging experience in PHP script modification. Main Task: • Modify various Code Canyon PHP scripts as per requirement. The ideal freelancer for this job should have: Relevant Experience: • A strong track record of modifying PHP Scripts, preferably but not limited to, CodeCanyon scripts. Your application will stand out if you share specific examples of your previous work in this area. • Experience in a related industry would be a bonus. In your application kindly focus on your: • Experience with PHP and script m...

    ₹1667 / hr (Avg Bid)
    ₹1667 / hr Avg Bid
    124 bids

    I am seeking a skilled iOS app developer to transform my Google Sheets Solar PV calculations into a mobile app. This project is focused on creating a simplified and user-friendly platform where users can input data and achieve automatic calculations. Key app functionality should include: - User interface for data input - Calculation output based on the user input, specifically for matching arrays to inverters Key skills and attributes required: - Proficiency in iOS app development - Understanding of Solar PV systems and calculations - Experience in creating apps with calculation functionality - Ability to adhere to project deadlines and deliver a fully functional application. Note: There are no requirements for data storage, third-party app integrations, or push notifications for...

    ₹31255 (Avg Bid)
    ₹31255 Avg Bid
    68 bids

    ...as few clicks as possible, optimizing user navigation. 3. Homepage Recreations: Recreate the homepage of our website with necessary adjustments to fit the Flatsome theme while maintaining the original aesthetic and functionality. 4. Blog Page Recreation: Recreate the blog page of our website and ensure that the menu only displays blogs and not product listings. 5. Blog Single Page Adjustment: Recreate the individual blog post pages while making necessary adjustments to align with the Flatsome theme. 6. Product Single Page Recreation: Recreate the product single pages, ensuring they mirror the original design while using the Flatsome theme. 7. Child Category Page Recreation: Recreate child category pages, for example, maintaining the structure and des...

    ₹41174 (Avg Bid)
    ₹41174 Avg Bid
    339 bids

    We're seeking a professional who can remove background, adjust audio, and face-tune for 2-min highlight video. We need you to be creative with sounds and graphics but I can give you poi...dialogue, which is crucial to clearly communicate our business's vision. Second, it should complement the visual elements to create a harmonized viewing experience. Finally, the audio should also provide an atmospheric setting that adds depth to our message. Skills and experience needed: - Expertise in video editing, especially in handling live-action footage - Background removal and audio adjustment skills - A knack for synchronizing audio with visual elements - Strong understanding of creating different atmospheres using sound - Previous experience with startup or enterprise-level cl...

    ₹8335 (Avg Bid)
    ₹8335 Avg Bid
    81 bids

    Bug fixing: 1. order id duplicacy should not be there, update if already exists 2. Card id should not be visible completely (TBD) 3. Error message in case of status change 4. Autoship not working 5. Custom report for bank login 6 MIS on dashboard (To be shared by colorplast) 7. Layout of custom report Plast white label solution

    ₹69022 (Avg Bid)
    ₹69022 Avg Bid
    70 bids

    Hi, I would like to create a script that: -uses the Soslcan API -identifies new SOL tokens -creates buy orders based on certain criteria (fdv, volume etc) and sends to wallet please tell me in general how you would go about this so i know you are suitable for the task? As the client for this project, I'm seeking a proficient coder, experienced with Python and Java, to create a system that integrates with Solscan API to provide real-time updates. The runtime for this operation is vital, with a strict two-week deadline in place. Key Requirements: - Proficiency in Python or Java programming - Prior experience with API integration, notably Solscan - Ability to deliver the project in two weeks The selected freelancer will demonstrate a solid understanding of creating real-ti...

    ₹1917 / hr (Avg Bid)
    ₹1917 / hr Avg Bid
    110 bids

    I need an experienced Pine script coder for developing my EMA (Exponential Moving Average) strategy on TradingView. The key task is to incorporate - Implementing and coding the EMA strategy I've detailed. - Ensuring the script can backtest trading data effectively. - Coding the script to generate trade signals. Furthermore, I want this script to automatically initiate and execute trades Synchronized with my broker account. This calls for a high-level experience in TradingView API and order management system. Additionally, this project requires backtesting the strategy on a mixed dataset of both specific historical and most recent market data for determining the effectiveness of the automated trading strategy. Proven expertise in backtesting trading strat...

    ₹8168 (Avg Bid)
    ₹8168 Avg Bid
    12 bids

    I need a skilled developer to generate a custom Python script aimed at Yolo v8 image segmentation. I have a pretrained model and I converted it into ONNX format. Now I have to get and draw inference of it on original image. I can't use ONNX runtime or Ultralystic. Only OpenCV-Python and Numpy are available. Ideal Experience: - Familiarity with Yolo v8. - Experience in image segmentation. - Mastery in Python scripts. This is not a project, only providing python sample script, if you have one, you can earn money in a min.

    ₹833 (Avg Bid)
    ₹833 Avg Bid
    12 bids

    ...looking for a skilled PHP Developer who will be responsible for developing and maintaining web-based applications and platforms for UrBot. You will work closely with our development team to bring our ideas to life and ensure seamless functionality across all our digital platforms. Responsibilities: 1. Develop, test, and deploy PHP-based web applications and platforms. 2. Collaborate with the design and development teams to implement new features and enhancements. 3. Optimize applications for maximum speed and scalability. 4. Troubleshoot and debug issues to ensure smooth functionality of web applications. 5. Stay updated on emerging technologies and best practices in web development. Requirements: 1. Proven experience as a PHP Developer or similar role. 2. Strong ...

    ₹10502 (Avg Bid)
    ₹10502 Avg Bid
    68 bids

    I am in need of an expert in any server-side language to review and fix my web scraping code, which recently stopped functioning since this morning. I think the website implemented a bot-detector and may require a captcha solving. for NOW and must be fixed asap. Please don't use AI to respond to the bid, it's very noticable.

    ₹10668 (Avg Bid)
    ₹10668 Avg Bid
    111 bids

    I need a skilled developer who can build a sophisticated Telegram bot that incorporates three specific functionalities: - Automated Replies: The bot should be able to generate automatic responses. - User Authentication: It must be capable of authenticating user's credentials efficiently. - Data Storage and Retrieval: The bot should have features for storing and retrieving data whenever required. Not only this, but the bot should also integrate with certain external services and APIs. Primarily, it needs to integrate with a Payment Gateway for any financial transactions. Additionally, it has to interact with OpenAI's API. Ideal Skills: - Profound knowledge of bot development, especially on Telegram platform. - Experience with APIs integration. - Exposure to Payment G...

    ₹24921 (Avg Bid)
    ₹24921 Avg Bid
    13 bids

    Project Overview: We've already implemented a functional cookie consent banner with a script that manages cookie setting (setCookie, readCookie), consent selection (setCookieConsent), and banner behavior (checkbox initialization etc.). We need your expertise to integrate Google Tag Manager (GTM) with this existing script. We need conditional firing of a Google Analytics 4 (GA4) tag based on user consent selections (e.g., "Statistical" consent). I want these consent states to be managed correctly: ad_storage analytics_storage ad_user_data ad_personalization _personalization_storage functionality_storage security_storage and make settings adjusted for google v2 compilance. In your bid please write in short, what is new in Google v2 management. Bid only if yo...

    ₹1667 (Avg Bid)
    ₹1667 Avg Bid
    26 bids

    I'm looking for a motivated and meticulous professional who can successfully convert 5-6 pages of an old paperwork, handwritten in English, into typed text. Key Requirements: - You should have excellent English proficiency to understand and interpret the handwriting, which is difficult to read in some places. - Proven experience in transcription tasks is greatly valued. - You should have strong attention to detail and the ability to accurately transcribe verbatim. In your proposal, please share a brief summary of your experience, along with any similar transcription projects you've completed.

    ₹2750 (Avg Bid)
    ₹2750 Avg Bid
    7 bids

    ...portfolio boasting over 35 SaaS applications, I’m in search of a robust SaaS affiliate management script to streamline my affiliate program operations. My goal is to create a centralized platform where I can showcase all my applications and invite affiliates to join and promote my offerings effortlessly. Ideally, I’m looking for a script on codecanyon or any other similar marketplace that requires minimal customization, allowing me to quickly integrate it into my existing infrastructure. It should offer comprehensive features for both vendors and affiliates, ensuring seamless collaboration and effective promotion of my SaaS products. If you have any recommendations or suggestions for a suitable script available on CodeCanyon, I would greatly apprec...

    ₹12252 (Avg Bid)
    ₹12252 Avg Bid
    19 bids

    I am in need of a proficient developer who can build a REST API for a Python script to facilitate integration with another internal application, primarily written in PHP. Key requirements include: 1. API Development Expertise - You should have strong working knowledge of Python and PHP and substantial experience in REST API development. 2. Integration Knowledge - A clear understanding of how internal system integration works. 3. Problem-solving Abilities - The capacity to troubleshoot, spot issues, and provide quick, effective solutions should any problems around integration arise. This role is suited to anyone who thrives in challenges and is excited to make existing systems more efficient via integration. If you're the kind of developer that loves a good puz...

    ₹2667 (Avg Bid)
    ₹2667 Avg Bid
    11 bids