Php code redirect user paste url jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 php code redirect user paste url jobs found, pricing in USD

    HI 1: We require 2 basic elements to be updated in colour from the aqua colour to the colour of 1our logo. You can see on the screenshots the 2 elements and our URL is so you can view. 2: We require one line of text to be added im not sure where but its simply a counter of trees we plant and meals we serve. Something we can update weekly. Something like: So far we have planted 77 (tree icon) and 119 (meals (meal icon) We will not give access however you can take the css file and update it and we can upload. Budget is $10 and required asap.

    $14 (Avg Bid)
    $14 Avg Bid
    25 bids

    I am looking for a backend developer to add new features to our existing repository. Once we select a freelancer, they will be given permission to start working in GitLab. We need the following features implemented as quickly as possible: - As an admin, I want to be able to add, remove, and update the GPT key. - You need to add Open AI APIs to the project. As a mobile developer, I should be able to send requests and receive responses from the Open AI server. Our server should act as a bridge, allowing us to use the key from the admin panel to send requests and receive responses.

    $173 (Avg Bid)
    $173 Avg Bid
    91 bids

    As an online eCommerce business, I need a skillful PHP developer to implement a feature on my website's checkout page. I require the terms and conditions to be shown in a pop-up window without the customer leaving the checkout page. Key features: - The pop-up window should include a "close" button (X) at the top, allowing the customer to close the window. - Scroll functionality must be provided, aiding the customer in viewing the entirety of the terms and conditions easily. - Customer must be able to scroll through the terms and conditions and accept the policies. Design Requirements: - The desired aesthetic of the pop-up window should align with the business's branding. It should prominently display the company logo. - The window should be customized with s...

    $32 (Avg Bid)
    $32 Avg Bid
    49 bids

    I am looking for an experienced web developer to assist in the deployment of a PHP web app using Azure App Service. Key Requirements & Expectations: - Proficient understanding of PHP - Experience with Azure App Service Deployment - Able to anticipate any potential issues with no specific PHP version requirement Your expertise should enable you to complete this task efficiently and successfully. I place great value on communication, therefore regular updates on progress are essential.

    $12 (Avg Bid)
    $12 Avg Bid
    3 bids

    I'm in need of a skilled PHP developer who can promptly fix the broken links and PHP code errors plaguing my website. Particularly, the admin page isn't functional. The successful candidate will also implement enhancements to the admin tasks - specifically, the abilities to add or delete images and courses. Would welcome a freelancer with prior experience in website configuration and correction tasks, who can effectively diagnose and rectify PHP-related issues while delivering accurate work. on my website , some links are giving below error. Oops, looks like the page is lost. example links -> 1. courses on home page 2. read more buttons on home page etc. also, admin page is not working even if i enter correct password. login is successful but giv...

    $25 (Avg Bid)
    $25 Avg Bid
    28 bids

    I require assistance in calculating the following for properties in New Jersey and New York: The total amount of buildable square feet The number of units allowed I am seeking a freelancer with specific experienc...I am seeking a freelancer with specific experience in New York and New Jersey real estate for this task. Initially, I am looking to determine the initial buildable square footage and the allowable number of units. If the project proves to be viable, there could be an opportunity for further collaboration with the freelancer. The ideal candidate should possess: Expertise in residential building code calculations A thorough understanding of the regulations and restrictions for residential properties in New York and New Jersey The ability to deliver quick and accurate cal...

    $33 / hr (Avg Bid)
    $33 / hr Avg Bid
    13 bids

    ...each scenario. General Instructions for both scenarios • Familiarize yourself with the respective prompts and their objectives. • Input (copy and paste) the provided prompts into your selected chatbot (do not use ChatGPT-3.5 for scenario 2 – see below). • Feel free to repeat the exercise or switch chatbots for a varied experience, or try another chatbot, such as Google’s Gemini () – that’s very optional. Scenario 1 – Practice your sales skills 1) Objective: Engage in a simulated sales dialogue to refine your adaptive sales techniques. Use your imagination to impersonate the junior salesperson. 2) Prompt (copy and paste): “I want to do a role play exercise with you. I will play the junior salesperson for MedEquip, a B2B c...

    $18 (Avg Bid)
    $18 Avg Bid
    15 bids

    Looking for Experienced PHP and WordPress Developer who can work on multiple projects. Thanks & Regards.

    $50 (Avg Bid)
    $50 Avg Bid
    1 bids

    I'm seeking a proficient freelancer to convert my Excel spreadsheet into a user-friendly form. This form will require expertise in creating interactive components for data entry, incorporating error checking devices, and embedding calculation functionality. Key Aspects: - I require text boxes and drop-down menus for the data entry fields, ensuring a smooth and efficient user experience. - The form must seamlessly check for errors as data is entered, flagging any inconsistencies or inaccuracies. - The ability to tally calculations within the form is a must-have feature. Ideal Skills: - Experience with Excel to form transformations - Proficiency in text boxes and drop-down menu creation - Strong aptitude for error detection and rectification As this is urgent, I need...

    $30 / hr (Avg Bid)
    Featured NDA
    $30 / hr Avg Bid
    35 bids

    ...restructure existing code for improved overall quality. The primary aim is to optimize the landing page for showcasing our products and services, encouraging users to click-through to other areas of the site. Key requirements include: - Refactoring the current HTML code to embody coherence and neatness. - Ensuring the landing page performance is high-speed and seamless. - Incorporating elements to boost accessibility, making it user-friendly for all types of visitors. MUST use Bootstrap for responsive design. The ideal professional for this project will boast a solid background in HTML, a deep understanding of web page performance optimization, knowledge of web accessibility standards, and a keen eye for detail. The end goal is to foster a more intuitive and en...

    $36 (Avg Bid)
    $36 Avg Bid
    56 bids

    I am seeking a skilled web developer to construct a user-friendly e-commerce landing page with a robust backend. The project entails: - Designing and setting up a landing page grid that integrates two actions: button with link and form submission. - Designing and creating a backend for user logins. - Creating and hosting a MySQL database in Amazon AWS with approximately 5-10 tables. Site Details: - The site's grid should enable users to select a quantity from 0 to N of an unspecified product. - The form submission action on the landing page grid must collect this selection data, along with the quantity chosen. Ideal Skills and Experiences: - A strong background in web development, with an emphasis on creating dynamic, user-oriented sites. - Extensive working e...

    $433 (Avg Bid)
    $433 Avg Bid
    108 bids

    ...(is_null($customer)) { echo "ERROR : User not exists<br>"; return ; } $userid = $customer->getId(); if ($userid >= 1) { $Result = authenticate($customer, $password); // this is my function if ($Result) { $customerSession = $objectManager->create('MagentoCustomerModelSession'); $customerSession->loginById($userid); $cacheManager = $objectManager->get('MagentoFrameworkAppCacheManager'); $cacheManager->flush($cacheManager->getAvailableTypes()); if ($customerSession->isLoggedIn()) echo "MSG : User correctly logged in<br>"; else echo "ERROR : User not logged in<br...

    $56 (Avg Bid)
    $56 Avg Bid
    14 bids

    The bot must go through each post code in Leicester starting at LE1 and first check that the post code falls under Leicester City Council which can be checked below: If the post code does not fall under leicester city council then the post code must be ignored. We only want to concentrate on properties that fall under leicester city council only. If the postcode falls under Leicester City Council then the bot needs to visit this website after: Once the bot enters in the post code in to the wesbite above and does a search it must go through each house address in the list and copy and paste the full house address of the properties that

    $32 (Avg Bid)
    $32 Avg Bid
    34 bids

    I am looking for someone who can generate 1500 AI image for me. - I have 1500 prompt for the same, just need to copy paste and generate image. I will provide to suitable person after awarded this project. My Complete budget is very low less than $2.5. In your proposal, mention in top - I am ok with $2.5 for whole projects.

    $15 (Avg Bid)
    $15 Avg Bid
    34 bids

    ...wont hire any companies. I want to support SKILLED individuals with some basic common sense please. I'm in need of a book designer who can handle a volume of approximately 390 pages. Content ready - only page layout and numbering required. Laying pages out professionally is critical. You must have some common sense. I am hiring you for your expertise in graphic design. If it was simple copy/ paste - I wouldnt need you. Here's what the project entails: - Designing the layout and aesthetic of a 390 pages book - Ensuring the design aligns well - Having the book design - layout - READY TO PUBLISH and completed within a month I'm looking for someone who possesses: - An adaptable design style to fit multiple genres - Previous experience in book designing of this sca...

    $108 (Avg Bid)
    $108 Avg Bid
    56 bids

    ...professional signature for my Google Professional email account. While I have provided a sample screenshot for design reference, I am clear on wanting the outcome to be unique to my brand and image. I would like a signature of my name to be animated. Key Inclusions: - First and Last name - Position - Company logo - Attached - Contact information that includes my Phone number, Email address, and Website URL. Ideal Skills and Experience: - Proven experience in graphic design, specifically in email signature creation - An eye for aesthetics and detail - Excellent communication skills and understanding of design brief parameters - Ability to incorporate feedback and make necessary adjustments. I welcome all eligible and interested freelancers to place a bid. Let's add a prof...

    $19 (Avg Bid)
    $19 Avg Bid
    73 bids

    ...Page to Login Page to Form -> add details Name , age , address, image , file auto submit no redirect Page to display Fetch List the details -> auto update list as its added to db and display the data Logout Install Laravel in cpanel and put the code here will give anydesk ----------------------------------------------------------------------------- Key Functions: - Creation of a registration form - Development of a login page Registration Form: The registration form should collect basic user information such as: - Name - Email - Phone number - Address - Date of Birth Required Skills: - Laravel - PHP - Web Development - HTML / CSS - JavaScript Additionally, experience in creating secure, user-friendly forms will be a plus. Please include ...

    $15 (Avg Bid)
    $15 Avg Bid
    21 bids

    Requirements: 1. A basic web page that having same design as shown in Canva URL. () 2. a button at "bottom-right" part of the website and once User open it then "send message" popup will open with user's name , email and message kind of details and user can submit it.

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    1 bids

    I got a web stresser source code i need it to be edited to match the look of another stresser website which will be given in messages, it also has some small backend problems which will need to be fixed . Need a freelancer with good knowledge in HTML,CSS,JS,SQL And PHP

    $25 (Avg Bid)
    $25 Avg Bid
    21 bids

    ...am in need of a PHP developer with at least 5 years of experience for a part-time job. Your core responsibilities will include: - Database management: A successful candidate must demonstrate past experience in managing databases and ensuring seamless data flow. - Front-end development: I require someone proficient in creating user-friendly front-ends, with an emphasis on responsive design and accessibility. - Back-end development: Deep knowledge of back-end development is necessary. You'll be responsible for server-side web application logic and integration of work front-end developers do. The ideal candidate should be proficient in: - PHP - MySQL - JavaScript While proficiency in specific plugins or libraries is not a requirement, familiarity with common...

    $583 (Avg Bid)
    $583 Avg Bid
    43 bids

    In need of a skilled mobile app developer to create a courier jobs app for both iOS and Android platforms. The main purpose of the app is for courier task listings and applications. Essential App Features: - Given the app's main function, it must be easy for users to navigate through courier jobs posted be user-friendly with an engaging UI. app url

    $691 (Avg Bid)
    $691 Avg Bid
    41 bids

    ...estate and business industry to accurately represent the podcast theme The ideal candidate should be able to create a thumbnail that grabs attention, communicates the podcast's theme, and entices viewers to click and listen. The name of the podcast is "The Relief Podcast" Here is a URL to the host Demetri Stakias Facebook for a picture of them: Here is a URL to the guest, Frank Sell Facebook for a picture of them: Here is a URL to the google drive with some of the raw video/audio files for context or ideas OR to get portraits of the hosts or guests: Maybe add the text to the thumbnail: TraThe Get Shit Done Coffee Journey First

    $10 (Avg Bid)
    Guaranteed
    $10
    50 entries

    I am in need of a professional who can modify the level of access on my existing Google Sheet. Though a shared user, they should have only the edit access with some specific limitations. Please see the important details below: Access Requirements: - The user should be able to edit the data within two specific cells: 'from date' and 'to date.' - The user should not be able to access the regular menu of the Google Sheet. - The user should not be able to create a new sheet. - The user should not have the ability to unhide the hidden sheets. Ideal Skills: - Google Sheets expertise - Strong understanding of user permissions - Data protection and confidentiality This project needs to be completed as soon as possible. Therefore,...

    $16 (Avg Bid)
    $16 Avg Bid
    19 bids

    Corporate Product Promotion Brochure I require the design of a marketing/promotional one-pager, aimed at promoting a specific product or service to corporate clients. Main Responsibilities: - Create a visually appealing page that attracts the attention and highlights the main USPs. - Incorporate my product or service details in a concise yet comprehensive man...experience in creating corporate-focused marketing materials. - Strong graphical skills, with the ability to adapt to a classic and formal design language. - Superior understanding of product positioning and marketing techniques. A portfolio including similar previous projects will be highly regarded. Looking forward to impressive designs that will captivate our corporate clients. BetterRegulation URL:

    $109 (Avg Bid)
    $109 Avg Bid
    90 bids

    ...Bvz3EDeHtjBQAZsXX0bQJgWRlfsyTIdWJMe9fRNN_ahLUhHsBoCejMQAvD_BwE ———————————————————————— Test task: so you have to work for one page for test, to avoid misunderstanding and waste your time. i just want a copy and paste and component and layout , draft layout design only, no need modify css … ---------------------------------------- if the test task ok then lets award you this job for the following usd 150 job first mockup: Second copy this

    $10 (Avg Bid)
    Featured Guaranteed
    $10
    35 entries

    I am looking for an experienced, develop - Implementing backend development using PHP - Innovatively improving the UI/UX design of the site This project doesn't require specific functionalities to be implemented, instead I am interested in what the freelancer suggests based on their expertise and past experience. The right freelancer for this job should have extensive experience with PHP and a strong portfolio of UI/UX designs. part of it explained in doc we started (only avaliable - experienced send offers )

    $185 (Avg Bid)
    $185 Avg Bid
    104 bids

    I am currently on the hunt for seasoned website designers who can also incorporate conversion coding. While the website type hasn't been firmly decided, the ultimate goal is to sell products or service...services online. Ideal Candidate Competencies: - Proven track record in designing and coding websites, especially e-commerce sites - Ability to include conversion coding in the design - Prior experience in creating engaging, user-friendly websites for selling products or services. -go to this website you will get a clear To Apply: Please include samples of past work particularly related to e-commerce websites. Showcase your unique approach and let your work speak for itself. Let's set the cyber stage for persuasion, conversion, and a seamless user experience!

    $129 (Avg Bid)
    $129 Avg Bid
    42 bids

    I am in need of a Python script that can verify the existence of a given online profile via URL parsing. Needs to load (list of URLs one per line, 17k list) and specify and

    $33 (Avg Bid)
    $33 Avg Bid
    35 bids

    I'm seeking an adept PHP developer for my personal project. I require modifications to enhance the functionality of my current code. This task will incorporate aspect such as: - Bug fixes - Implementing feature enhancements - Optimizing the UI Although I initially skipped on specifying functionalities, I believe a developer with an in-depth understanding of a wide range of features could be of great help. Essential skills and experience: - Proven experience with PHP - Experience in UI design and development - Aptitude for troubleshooting and fixing bugs - Knowledge in diverse functionalities not limited to user authentication, file uploading, and database integration. Your role will be vital in augmenting and refining my project, so I look for...

    $28 (Avg Bid)
    $28 Avg Bid
    19 bids

    I am in need of an experienced freelancer to help me create new iamge URL links for myimage exisitingi 700 URL links. The reason behind this request is to enhance the experience when a user lands on my pages, hence, someone who has comprehensive knowledge and understanding of UI/UX principles would be ideal for this job.

    $277 (Avg Bid)
    $277 Avg Bid
    9 bids

    I'm looking for an adept PHP MySQL developer to create a simple page to display both text and images sourced from our MySQL database. The primary function required is the ability to update existing entries within the database from this page. No new entries or deletions are necessary at this point. The design should be a fixed layout, ensuring clear and easy reading of the displayed data. Ideal candidates should have strong experience in PHP development, familiarity with MySQL database interaction, and a keen eye for clean and simple design. Display a image Display a web URL in a IFRAME have two buttons - GOOD, BAD which when clicked update the database, then move onto next hit Ability to enter manual queries

    $150 (Avg Bid)
    $150 Avg Bid
    116 bids

    ...so its tone and approach should be academically inclined yet engaging. Ideal candidates for this project would have strong graphic design skills, experience in thematic content organization, and a keen understanding of academic audiences. A background in educational portfolio creation would be advantageous. It should be done in Canvas with a link provided and finally be the propietary of this URL link. I will add the course sessions slides and a group project that we did during some months with my colleagues. Business model proposal for the company PANTO that we worked with for some months and the prototype of one of the ideas. You should tackle these as well. PRECISE INSTRUCTIONS: The objective of the Digital Portfolio Assessment is to provide students with a platform to...

    $163 (Avg Bid)
    Urgent
    $163 Avg Bid
    11 bids

    ...options to redirect to the Ludo King application or web game. 2. User Authentication: o OTP-based authentication for user login using mobile numbers. 3. Wallet System: o A wallet feature where users must top up with a minimum amount before playing. o Restriction on gameplay and redirection to wallet top-up if the wallet balance is insufficient. 4. Active Rooms Menu: o Display of active Ludo King rooms for users to join. 5. Integration with Ludo King Application: o Seamless redirection to the Ludo King application for gameplay. 6. Result Submission: o Users must share a screenshot of the game result in the application for result declaration and claiming winnings. 7. Referral System: o Implementation of a referral program allowing users to refer others and earn bonuse...

    $1108 (Avg Bid)
    $1108 Avg Bid
    22 bids

    I am in search of an experienced developer to implement user interface changes in my project. The tasks involved in the job are: - Adjusting the color scheme of the user interface - Improving the overall layout of the application - Tweaking the redirect settings, specifically after login and to custom URLs. I expect the developer to have good command in and UI/UX design. Familiarity with authentication and API in this framework is a plus. This project requires a good understanding of user experience and the ability to carry out UI transformations in an effective way. You must also be able to implement seamless redirects within the app. A background in working with invoice custom fields will be beneficial. Please list your previous projects or showc...

    $17 (Avg Bid)
    $17 Avg Bid
    11 bids

    We have written about in the chat that you have to build a hole new homepage to children in boerne paraply.do. You have to build frontpage, inner pages and the blog made for kids. You will build a blog with wordpress responsive site in Elementor Pro. You will make a logo on the url in format favicon.ico. Creation, Customizing & Optimization also setup, make a speed score over 92 using WP rocket. Make the site in 3 days from to day.

    $50 (Avg Bid)
    $50 Avg Bid
    1 bids

    Need to develop membership registration form in PHP with following features. OTP verification of mobile number, After submission entries should get displayed in backend Application reference number should get displayed in End Screen and Email with Form submission date and time

    $37 (Avg Bid)
    $37 Avg Bid
    5 bids

    I will like to add Email Temporal Code and SMS code to a register form I have in php and after success register of the user, redirects to

    $129 (Avg Bid)
    $129 Avg Bid
    103 bids

    ...skilled PHP API developer to help me with managing comments and interactions on my platform. Key tasks include: - Creating a comments list by post ID, inclusive of count and date - Managing reply lists by each specific comment ID, again with count and date - Developing a function to track the number of likes and dislikes for each comment ID - Setting up comment deletion functionality Though I have not specified a preferred web framework, database, or programming language, familiarity with systems such as Laravel or Symfony, databases like MySQL or PostgreSQL and languages like Python or JavaScript will be beneficial. The display format for comments is yet to be determined, so flexibility in this regard will be appreciated. As a candidate, you should have prior experience wit...

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

    I'm in the search of a talented CodeIgnitor developer to elevate a single-user Codecanyon project into a scalable, multi-tenant SaaS platform. The vision is to enhance user experience, ensure scalability, and significantly boost revenue potential.

    $366 (Avg Bid)
    $366 Avg Bid
    30 bids

    This project aims to develop a comprehensive Customer Relationship Management (CRM) system designed to streamline and enhance the operational efficiency of sales, marketing, inventory management, data administration, security management, and integration with various platforms. The CRM will serve as a central platform to foster better customer relationships, improve sales outcomes, automate marketing processes, manage inventory effectively, and ensure robust data security and administration. This CRM is designed for an institute that specializes in aviation industry training. Kindly, read the attached PDF before bidding.

    $737 (Avg Bid)
    $737 Avg Bid
    51 bids

    A quick job for someone who knows PHP and CSS! I need a competent developer to remove all season-specific images from my PHP index and CSS file. The important requirements for this job are: 1. Image Removal: comment out all the Christmas-specific images (so they can be brought back at a later date) 2. Image Placeholder: The removed image placeholders should be left empty until later. 3. Layout: The cleaned-up index and CSS file should maintain the current layout and design format. Ideal for a candidate experienced with PHP, CSS, and has a keen eye for detail. Quick and efficient work expected.

    $16 (Avg Bid)
    $16 Avg Bid
    32 bids

    I am in need of a skilled WooCommerce developer with experience in third-party API integration. The specific task is to integrate WP Fusion that connects to Salesforce into my WooCommerce website. This project will require: - Deep understanding of the WooCommerce platform - Proficiency in custom coding for API integrations - Prior experience with Salesforce and WP Fusion is a must - Strong knowledge of e-commerce websites At the moment, WP Fusion doesn't support syncing person types from WooCommerce bookings (). However, if you have access to a developer, you can sync any additional data from a WooCommerce order by using the wpf_woocommerce_customer_data filter. We have examples here for your reference: With your help, I look forward to enhancing my e-commerce capabilities an...

    $32 (Avg Bid)
    $32 Avg Bid
    15 bids

    I am writing a PHP script to get status of an account. That is if an account (student) is settled or not. Zoho CRM stores students details. I have the Credentials ready. I need assistance in Authentication and calling the record to return a status. I require a about 2 hours of assistance.

    $27 (Avg Bid)
    $27 Avg Bid
    20 bids

    I'm seeking an experienced professional to create products on eBay using the API. The sector of products isn't defined yet, but candidates who can handle a range of categories are preferred. Your experience and capacity to generate items via a cloud-based integration is fundamental. Ideal Skills: - Strong knowledge in eBay API - Cloud-based system integration - Experience working with a variety of product categories Please include specifics of your past experience in your bid. Demonstrating your understanding of creating products using eBay API and implementing cloud-based integrations could be your edge to secure this work. Additional skills that span across multiple product sectors will be highly regarded.

    $46 (Avg Bid)
    $46 Avg Bid
    5 bids

    ...provides the user with information on changes in performance before and after an accident (e.g., changes in acceleration performance obtained from sensing information on the used car, etc.), if the used car the user is considering purchasing has a history of accidents. Please search for this technology in this contest. <<NOTICE>> The target car brands in this search are limited to US, European, Chinese, and South Korean brands. <Requirements for Payment> ・Submit documentary evidence that clearly states the details of the subject product, the name of the company selling the product, and the company that plans to sell the product. Documentary evidence includes websites, YouTube videos, repair manuals, photos of the actual product, vehicle owner's ma...

    $50 (Avg Bid)
    Guaranteed
    $50
    14 entries

    ...information based on an attribute of a user who browses vehicle information (e.g., a car dealer, a general consumer, etc.) and restricts browsing of some vehicle information (e.g., an actual fuel efficiency, etc.) for general consumers. Please search for this technology in this contest. <<NOTICE>> The target car brands in this search are limited to US, European, Chinese, and South Korean brands. <Requirements for Payment> ・Submit documentary evidence that clearly states the details of the subject product, the name of the company selling the product, and the company that plans to sell the product. Documentary evidence includes websites, YouTube videos, repair manuals, photos of the actual product, vehicle owner's manuals etc. ★Clearly indicate the URL...

    $50 (Avg Bid)
    Guaranteed
    $50
    11 entries

    We have a system built on the following stack PHP Laravel Blade Mongodb Livewire Mailgun Laravel Forge for deployment & maintenance GCP/Azure - SSO The developer left abruptly. We are looking for a consultant who can support our new hire to 1. Run the code 2. Develop the documentation 3. Assess the architecture 4. Provide debuggin support

    $523 (Avg Bid)
    $523 Avg Bid
    87 bids

    Linkedin Profile URL Scraping with python.

    $90 (Avg Bid)
    $90 Avg Bid
    1 bids