Filtriraj

Moja nedavna iskanja
Filtriraj po:
Proračun
do
do
do
Vrsta
Znanja
Jeziki
    Delovno mesto
    2,000 php click najdenih del, po cenah EUR

    I'm urgently in need of a proficient PHP developer to create a travel booking web application akin to makemytrip. The application you'll develop should brim with features like: - User registration and login - Flight search and booking - Hotel search and booking - Train search and booking - Similar to Make My Trip The application should provide differentiated access levels for regular users, admin users and hotel owners. Your expertise in PHP development, database management, user interface design, API integrations for flight, hotel, and train booking are instrumental for this project. I'm looking forward to having a fully functional web application within a month. Be ready to display your past projects in this domain, as they'll help me make a choice. ...

    €747 (Avg Bid)
    €747 Povprečna ponudba
    41 ponudb

    when user lose the iphone, they can login their icloud and reset data in icloud. Please write a program to trigger reset data. 1. Setup login username and password 2. one click to reset.

    €1104 (Avg Bid)
    €1104 Povprečna ponudba
    27 ponudb

    ...data it collects. - **Adaptive scraping** techniques allow the bot to adjust to website redesigns and structural changes. - Use machine learning (e.g., convolutional neural networks) to recognize visual elements like buttons, fields, and images³. 3. **Recognizing Buttons, Fields, and Images**: - Train the AGI to recognize and interact with UI elements: - **Buttons**: Identify and click buttons based on visual cues. - **Fields**: Extract data from input fields (e.g., forms, search bars). - **Images and Videos**: Analyze and process visual content. - Use computer vision techniques for image recognition. 4. **Decision-Making and Autonomy**: - Develop decision-making algorithms: - **Reinforcement learning**: Train the bot to make decisions b...

    €814 (Avg Bid)
    €814 Povprečna ponudba
    4 ponudb

    Php laravel bug fixes and fix all issues

    €1 / hr (Avg Bid)
    €1 / hr Povprečna ponudba
    1 ponudb

    As a web developer, I need assistance in building a PHP script to connect an HTML form to a database. I require a seamless integration where values from the form are stored in the database. Key tasks will include: - Creating a datatable which includes a list of entries, as well as functions like Edit, Delete, Duplicate, and Download PDF for data manipulation. - These functions provide a robust database management system ensuring efficient editing, deletion, duplication and downloading of entries. - Integrating text fields, radio buttons, dropdown menus and file upload fields in the HTML form with the database for seamless user input. Skills Needed: - Proven experience in PHP, HTML, JavaScript, and SQL. - Understanding of Database schema and associated concepts. - Attenti...

    €151 (Avg Bid)
    €151 Povprečna ponudba
    77 ponudb

    ...you are not just familiar with LinkedIn marketing practices, but have a significant amount of relevant experience as an analyst within that field. Your task will include: - Thorough review of a PDF report and a video presentation pertaining to the LinkedIn campaign. - Identifying and advising on the most pertinent key performance indicators (KPIs), which may include aspects such as click-through rate (CTR), conversion rate or engagement rate, in order to evaluate the campaign's success. - Providing recommendations on the primary objective of the LinkedIn campaign; whether its focus should lean towards increasing brand awareness, generating leads, or driving website traffic. - Identifying the optimal leads for the campaign to pursue, which may involve websit...

    €30 - €252
    Zapečateno Pogodba o nerazkritju informacij
    €30 - €252
    13 ponudb
    autonomously AGI Končano left

    ...data it collects. - **Adaptive scraping** techniques allow the bot to adjust to website redesigns and structural changes. - Use machine learning (e.g., convolutional neural networks) to recognize visual elements like buttons, fields, and images³. 3. **Recognizing Buttons, Fields, and Images**: - Train the AGI to recognize and interact with UI elements: - **Buttons**: Identify and click buttons based on visual cues. - **Fields**: Extract data from input fields (e.g., forms, search bars). - **Images and Videos**: Analyze and process visual content. - Use computer vision techniques for image recognition. 4. **Decision-Making and Autonomy**: - Develop decision-making algorithms: - **Reinforcement learning**: Train the bot to make decisions b...

    €21 (Avg Bid)
    €21 Povprečna ponudba
    3 ponudb

    im looking for someone who has experience to build bot in telegram and connect with tracker like when clients click join button in telegram it will fire event there here you can see example how it will work: {{}}&adset_id={{}}&ad_id={{}}&campaign_name={{}}&adset_name={{}}&ad_name={{}}&placement={{placement}}&site

    €270 (Avg Bid)
    €270 Povprečna ponudba
    12 ponudb

    We are seeking an individual to assist us with a single online shoe purchase transaction. Responsibilities: Customer Interaction: Communicate with our customer to understand their shoe preferences and size requirements. Online Shopping: Navigate an online platform to identify and select the desired pair of shoes. Purchase Facilitation: Click the "buy" button to complete the online transaction. Shipping Coordination: Arrange for the delivery of the purchased shoes to your location. Requirements: Located in Austria, Belgium, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Ireland, Italy, Luxembourg, the Netherlands, Slovenia, Spain, Sweden, Poland, Portugal and the United Kingdom Access to a reliable internet connection and a computer or smartphone. Bas...

    €140 (Avg Bid)
    €140 Povprečna ponudba
    19 ponudb

    Technical Description MVP Price Comparison Extreme Sports Equipment Goal: Create an MVP for a price comparison platform for extreme sports equipment. MVP Features: Web Platform/ mobile App Ios/Android Search for products by sport, brand, model, price, and other features. Compare prices from different ...Search filters by brand, model, price, price range, free shipping, and other criteria. Sort by price, relevance, reviews, and other criteria. Technical Architecture: Frontend: ReactJS -> mockups and brand guideline documents Backend: Python/Django Database: PostgreSQL -> The structure is already done, needs to be developed Cloud: Amazon Cloud AWS Tracking product with Matomo integration Pay Per Click business model API integrations Feeds upload and feed and product propert...

    €7476 (Avg Bid)
    €7476 Povprečna ponudba
    108 ponudb

    I am in need of a proficient PHP developer who can assist in adding a new feature to my current project - a data management system that focuses on managing product data. The ideal candidate should: - Have significant experience in PHP development. - Have previous experience in implementing data management features. - possess a deep understanding of product data handling. Specifically, the new feature will involve: 1. Upload Excel file in Database using PHP 2. Code should able to generate the QR code(e.g. ) based of the ID 3. We should able to download the QR code in JPG format. With your bid, please provide evidence of your capacity and expertise in managing similar PHP projects, particularly those involving data management and product data.

    €22 (Avg Bid)
    €22 Povprečna ponudba
    14 ponudb

    hi, i found a php script that is not working anymore, it was used to send notifications to single devices using but this system seems to be down.. I have the certificate updated and ready in .pem and .p8 format and the old function looks like this: function sendNotificationToPushService($certificate, $passphrase, $body, $deviceToken){ $ctx = stream_context_create(); stream_context_set_option($ctx, 'ssl', 'local_cert', $certificate); stream_context_set_option($ctx, 'ssl', 'passphrase', $passphrase); $fp = stream_socket_client('tls://', $err, $errstr, 60, STREAM_CLIENT_CONNECT, $ctx); if ($fp){ $payload = json_encode($body); $msg = chr(0) . pack('n', 32) . pa...

    €20 (Avg Bid)
    €20 Povprečna ponudba
    10 ponudb

    A senior web designer who can work bootstrap 5 and HTML TO do design changes DIRECTLY on the project,, No photoshop theme, No Figma

    €3 / hr (Avg Bid)
    €3 / hr Povprečna ponudba
    23 ponudb

    Create php api to give data from one table in db

    €32 (Avg Bid)
    €32 Povprečna ponudba
    29 ponudb

    I am seeking a proficient PHP developer with a keen understanding of e-commerce and security to integrate multiple payment gateways into my website. Key Responsibilities: - Successful integration of Payment Gateway onto my website - Ensuring seamless transactions: payment processing, subscription management, and payment report generation - Demonstrate previous work of similar nature; possibly even providing a detailed proposal on how task will be executed. Even though these specific payment gateways weren't specified, I am presuming this due to their popularity. If you suggest a different one though, I'm game – provided you can prove its effectiveness. Your application should include details about your past work, experience, and a comprehensive project proposal.

    €20 (Avg Bid)
    €20 Povprečna ponudba
    10 ponudb

    ...am seeking a skilled PHP developer to design a streamlined website based on MOHPlayer.com. The main features needed are: - choose voice actor - .choose music - add voice script - add customer detail and submit - 5-10 Pages: The site is estimated to contain between 5-10 pages, offering a well-organized layout. The ideal freelancer for this project would have experience in PHP development, working with search functions and designing user-centric websites. Experience with video and music player integration is also beneficial but not compulsory. The key goal is simplicity and user-friendliness, tailor-made for non-specialist customers. We want a new domain creating but to use most of the php from the mohplayer web site See - click get started - click ...

    €15 / hr (Avg Bid)
    €15 / hr Povprečna ponudba
    144 ponudb

    More details: What is the purpose of your PHP Wordpress website? Business website What type of functionality do you want to have on your business website? Contact form What type of content would you like to display on your website? Product descriptions, Company history, Testimonials

    €52 (Avg Bid)
    €52 Povprečna ponudba
    29 ponudb

    i am looking for a flutter developer who can work for me and the backend is build in Laravel and who is having knowledge of github Reference app link: Here are the requirements 1) this is the url of login mob...com/app/id1207210399 Here are the requirements 1) this is the url of login mobile app design Fields Logo in center Email address Password Continue -> Button forget password link register link 2) Home screen or Dashboard Screen I need 4 option for Writing Test Reading Test Speaking Test Listening Test you will research the screen layout 3) When user click on Writing Test the list of Test will open with pagination and search bar Note: i will provide you laravel api for mobile application

    €49 (Avg Bid)
    €49 Povprečna ponudba
    23 ponudb

    I require a proficient PHP and CSS developer to customize the frame of my current built-in chat system. Tasks: 1. Chat Frame Customization - You will need to refine the chat system frame for both mobile and desktop browsers, ensuring a seamless user experience across platforms. We are not looking to overlay or replace the existing frame, but to enhance and tailor it to better suit our needs. 2. CSS Scrolling Fixes - We've encountered an issue where the layout gets distorted due to incorrect sizing while scrolling up and down. It's essential to address this issue, ensuring that function and aesthetic remain uncompromised, regardless of the screen dimensions or platform. Ideal Skills: - Proficiency in PHP and CSS - Experience in UI/UX design - Problem-solving ...

    €289 (Avg Bid)
    €289 Povprečna ponudba
    32 ponudb

    Php Laravel Image issue Solution

    €14 (Avg Bid)
    €14 Povprečna ponudba
    1 ponudb

    I require a proficient PHP and CSS developer to customize the frame of my current built-in chat system. Tasks: 1. Chat Frame Customization - You will need to refine the chat system frame for both mobile and desktop browsers, ensuring a seamless user experience across platforms. We are not looking to overlay or replace the existing frame, but to enhance and tailor it to better suit our needs. 2. CSS Scrolling Fixes - We've encountered an issue where the layout gets distorted due to incorrect sizing while scrolling up and down. It's essential to address this issue, ensuring that function and aesthetic remain uncompromised, regardless of the screen dimensions or platform. Ideal Skills: - Proficiency in PHP and CSS - Experience in UI/UX design - Problem-solving ...

    €17 / hr (Avg Bid)
    €17 / hr Povprečna ponudba
    94 ponudb

    I urgently need an expert with strong PHP and Firestore experience to efficiently create a PHP method for me. This simple method should be designed to be able to retrieve data from any collection in Firestore and return it in JSON format. Key requirements include: - A PHP method that can fetch data from any collection in Firestore - The method should return the data in JSON format - The task needs to be completed ASAP, hence I would prefer someone who is ready to start immediately The right freelancer for this job should be competent in PHP, Firestore, and JSON with a strong understanding of web backend development and should be able to execute this task quickly and effectively. Note: I am only consider to pay the amount that you bid.

    €17 (Avg Bid)
    €17 Povprečna ponudba
    24 ponudb

    I'm in need of an experienced social media marketer who can enhance the online presence of my credit repair business. You'll spearhead strategies across Facebook and Instagram to engage three key demographics: ...engage three key demographics: Millennials, Gen X, and Baby Boomers. Essential for this project are skills in: - Creative content creation - Market segmentation - Social media ad campaigning Your primary objectives will be: - Generate Quality Leads: Craft compelling content that resonates with our target audience and motivates them to utilise our services. - Boost Website Traffic: Use engaging, click-worthy posts to drive potential customers to our website. Experience in financial services marketing will be beneficial. Please include previous campaign outcom...

    €128 (Avg Bid)
    €128 Povprečna ponudba
    58 ponudb

    I have a wordpress Store. I using eCommerce. and for filter I use filter everything. everything is okay. Just need to edit a feature. When click a variation attribute and if It's out of stock then it should say out of stock in product section. Suppose, Size variation - M, L, XL M and L is available but XL is not in stock so if i click XL from filter. It should say out of stock. Where M and L isn't say out of stock. Note: write "Bangladesh" in starting of bid to avoid autobid. That's it. If you can do it then bid. Thanks

    €7 (Avg Bid)
    €7 Povprečna ponudba
    3 ponudb

    I'm in need of a professional who is adept at setting up events and conversion tags in Google Tag Manager and Google Analytics. Specifically, I'm requiring the following: - Establish tracking for Click events - Establish tracking for Form submissions Your role would mainly involve translating user actions into trackable events, setting ourselves up to make data-driven decisions. Understanding the general public audience is crucial for the accurate setup and interpretation of data. Previous experience working with similar projects would certainly be a draw.

    €73 (Avg Bid)
    €73 Povprečna ponudba
    62 ponudb

    Hi there. I need a working example of Square's latest Web Payments form based on their PHP SDK. It came out over a year ago and they gave all these how to convert tutorials, but it's a super confusing migration. I just need a working example where I can paste my API Application ID and Application Secret in and process a real credit card. Simple. I just want an example that I can get working for processing credit cards. And tell me exactly which things to paste over with my own info. Thanks!

    €26 (Avg Bid)
    €26 Povprečna ponudba
    14 ponudb

    I'm in need of a skilled de...skilled developer to convert my existing WebAPI and control panel, which is currently in ASP.NET, need to convert all code into PHP. Your proficiency in both languages is important, as the converted code should retain all functionalities and performance as the original. Key tasks for this project include: - Converting the ASP.NET WebAPI and control panel to PHP - Ensuring all content management functionalities are implemented, specifically the ability to create, edit, and delete pages - Guaranteeing no loss of data or interruptions of services during the transition Successful candidates should provide code examples illustrating a realized conversion from ASP.NET to PHP. Prior experience with similar tasks and strong user reviews ...

    €5 / hr (Avg Bid)
    €5 / hr Povprečna ponudba
    40 ponudb
    PHP Website Update Končano left

    Hi Agilifytech, I am looking to make some adjustments to my PHP website

    €121 (Avg Bid)
    €121 Povprečna ponudba
    1 ponudb

    I need to fix the whatsapp widget ,in my android webview app that loads “(""); “ . The web page contains a WhatsApp widget that works fine in the web page.I need the widget ,when clicked in the app to open whatsapp app in new screen directly without prompting , and not load web see example, download app called Maliks and click the whatsapp widget :I need to fix the widget in my app to do same functionality as maliks app See video it is opening whatsapp ap but it shows a prompt for few seconds and it opens the whatsapp app but it leaves the whatsapp prompt page loaded in place of the app itself

    €136 (Avg Bid)
    €136 Povprečna ponudba
    47 ponudb

    ...WordPress. Esto incluirá modificaciones en el código PHP existente para lograr las expectativas de nuestro cliente. El trabajo requiere lo siguiente: - Desarrollar nuevos plugins. - Modificar el código PHP existente. - Mejorar y configurar plugins existentes. El objetivo principal del proyecto es modificar el código PHP existente. Queremos incorporar nuevas características a este código, especialmente funcionalidades de usuario. Por lo tanto, necesitamos un programador que pueda entender y cumplir con nuestras expectativas. Las habilidades ideales para este trabajo incluyen un profundo conocimiento y experiencia en WordPress, PHP, desarrollo de plugins y experiencia en la incorporación de funcionalidades ...

    €127 (Avg Bid)
    €127 Povprečna ponudba
    75 ponudb

    I'm seeking a proficient web developer experienced in PHP, CSS, and HTML. The scope of work includes: - Writing PHP code: You'll need to write clean and efficient PHP code to ensure seamless web functionality. - CSS Styling: Knowledge of CSS is essential as there are complex elements in the design that require detailed styling. - HTML Structuring: The project requires setting up a comprehensive HTML structure that aligns with the design. Understanding of semantic HTML is crucial. Key Features: - Database Integration: You will have to implement seamless database integration. Please demonstrate your ability to integrate databases into a web-based application. - User Login/Authentication: Implementing user login and authentication is another essential compone...

    €6 / hr (Avg Bid)
    €6 / hr Povprečna ponudba
    140 ponudb

    As an experienced Android Native developer, you will be tasked with updati...updating my existing Android application. Here's what I anticipate: • Modifications: Your primary role will be to update the app with latest version as per playstore norms • Quick Turnaround: It's crucial to deliver these updates within a month's timeframe and deploy the updated version on Google Playstore to reach our users promptly. Few features of my backend are in admin panel made in old Php , which i want to shift to new panel Your analytical thinking and problem-solving abilities, coupled with a keen eye for user experience design, will be crucial in driving successful completion of this project. Your experience in managing deadlines in the Android application development ...

    €50 (Avg Bid)
    €50 Povprečna ponudba
    16 ponudb

    I urgently need a PHP developer that could help me move my website from my current hosting provider, GoDaddy, to a new server. The chosen professional will be tasked to ensure that all data and elements of the website are properly transferred and functioning as they should post-migration. Key Responsibilities: - Full website migration without loss of data - Troubleshooting post-migration issues if any - Ensuring up-time and functionality after server shift Ideal Skills: - Significant PHP development experience - Experience in server migration, especially with GoDaddy - Detail-oriented and meticulous - Excellent problem-solving skills Please note, there will be no significant functionality changes during this server shift, so the focus will be on seamless migration. Th...

    €26 (Avg Bid)
    €26 Povprečna ponudba
    27 ponudb

    I'm currently looking for a freelancer with strong skills in Google Ads and Google Tag Manager to set up click-to-conversion tracking for WhatsApp buttons on my website. Key responsibilities & requirements: - Proficiency in Google Tag Manager is essential - Must understand Google Ads functions, particularly conversion tracking - Experience in tracking conversions from third-party platforms will be advantageous The main objective is to determine the effectiveness of my Google Ads campaigns. This way, I can track the exact number of conversions made through WhatsApp clicks, optimizing my advertising budget effectively. Despite having intermediate knowledge in Google Tag Manager, I need a professional to complete this project efficiently.

    €28 (Avg Bid)
    €28 Povprečna ponudba
    32 ponudb

    I need assistance involving incorrect output being produced by my PHP/SQL code. I require an expert who's proficient in: - Debugging PHP/SQL, primarily focusing on calculation issues. - Understanding how aggregated functions operate. My problem involves miscalculations within the aggregated functions. An expert in SQL that can accurately rectify this issue is necessary. The successful freelancer should having strong experience in PHP/SQL and great debugging skills.

    €13 (Avg Bid)
    €13 Povprečna ponudba
    18 ponudb

    I'm looking for a highly skilled PHP and SQL professional to assist me in managing my database. Specifically, I need help with: - Database Management: I require someone well-versed with handling databases, ensuring that their structure and performance are optimal. - Data Structuring: My project predominantly deals with tables and requires someone with an in-depth understanding of them to ensure efficient data structuring. Ideal skills and experience for this job would include a strong command of PHP and SQL, a deep understanding of database structures, and substantial experience in database management and structuring, especially tables.

    €16 (Avg Bid)
    €16 Povprečna ponudba
    18 ponudb

    I'm looking for an experienced PHP developer to configure and run my application, integrating it with a SQL Server for data storage. Key requirements for the project: - Expertise in PHP development - Proficient in SQL Server database management - Ensure data security and integrity during migration Considering the urgency of the project, ideally looking for candidates who can start working immediately. Respond with your available start date and a detailed outline of how you intend to approach this project.

    €143 (Avg Bid)
    €143 Povprečna ponudba
    53 ponudb

    I am looking for a contact to hire the services of a click farm for websitee-shop.

    €106 (Avg Bid)
    €106 Povprečna ponudba
    35 ponudb

    I'm seeking a skilled Codeigniter developer to enhance and modify my existing PHP template. The ideal candidate should have extensive experience in PHP and Codeigniter, and have a good understanding of how to successfully implement the following modifications: - **Customize the Template Layout**: Adjust the current template layout, adding a particular design sensibility to its aesthetic and functionality. - **Replicate the Wallet System**: Understanding the current system, and creating a secondary similar system is critical. You should be familiar with managing and testing this process. - **Add Requests System**: Implement a requests system in our current structure efficiently and seamlessly. - **Improve Wallet System Functionality**: Simply put, I need you to incr...

    €158 (Avg Bid)
    €158 Povprečna ponudba
    38 ponudb

    ...services technicians. Optimally, this application should cater to both users and technicians. Here are the functional expectations for the system. - For Technicians: - Management of meetings. - Handle user requests. - Track user history. - Provide responses to Video Conference requests with specific date proposals. - Appointment scheduling in calendars. - Set reminder alarms. - Enable One-Click Google Meet Access for ease of use. It's vital that the system facilitates technicians to prioritize and process user requests based on established priorities. In essence, an ideal freelancer for this project would have extensive experience in web application development, specific proficiency in developing scheduling systems, and a solid understanding of Google Meet integr...

    €560 (Avg Bid)
    €560 Povprečna ponudba
    61 ponudb

    I'm looking for a Laravel and React.js developer who is proficient in both front-end and back-end development. Your primary tasks will involve: - Developing interfaces with React.js for user-friendly interaction. - Utilizing Laravel for efficient back-end services. - Integrating APIs that will handle real-time updates. These updates will primarily involve emails and API responses. Your role also includes ensuring seamless data flow between back-end system and front-end users. Expertise in Laravel, React.js, and real-time APIs is a must, along with a proven track record in delivering similar projects.

    €7 / hr (Avg Bid)
    €7 / hr Povprečna ponudba
    41 ponudb

    I have a Wordpress website which is running the Goya Theme. For some reason the "checkout" and "view cart" pages are displaying an error when you click them. I have been told there is some woocommerce settings that need configuring in the wp admin panel. I need someone to help resolves these two issues and also help me add my Paypal account to my website so users can process orders and we can receive payments. This is a fairly easy fix and i am not willing to pay more then $10 for this so if you cannot do it within this budget please don't bid on my project.

    €17 (Avg Bid)
    €17 Povprečna ponudba
    17 ponudb

    I am in need of a proficient PHP developer well-acquainted with MySQL. My current project is facing an unidentified issue with database connectivity, affecting the functionality. I am looking for a freelancer with: - Packet-level understanding of MySQL. - Proven experience with problem-solving in PHP. - Capability to troubleshoot connectivity issues. The task involves working on an existing codebase and addressing the issue to ensure smooth database connectivity. It's an opportunity to apply your diagnostic skills to a real-world issue. Ideally, I am looking for someone who can start immediately. I hope to build a long-term relationship with a talented developer. And I appreciate your interest in my project.

    €5 / hr (Avg Bid)
    €5 / hr Povprečna ponudba
    14 ponudb

    For this project, I'm se...Strong copywriting abilities, particularly for product descriptions - Knowledge of online payment processing systems. Please do note, I require assistance with the product descriptions. This could either be guidance, or ideally, the production of the final copy. I look forward to seeing your bids and potentially working with you. We are also looking to create our own website for customers to click on via social media marketing with the payment link The person who takes the project will be uploading products onto the website approx 100. Just to clarify, you will be creating one website for us under our domain name and also we will be linking this to our Shopify are account on Shopify as well as our website. Please payment links. Only bid if you c...

    €203 (Avg Bid)
    €203 Povprečna ponudba
    74 ponudb

    Note: budget for this project not more 30$ Development/design/deployment Chorme extension linked with web app Requirements 1: creator Signup sign-in 2: add links that want the web app click on then press start button 3: after 3 sec web app automatically pressed on that links 4: now the chorme extension automatically takes screenshot of that links that web app pressed 5: chorme extension send the screenshot to the web app with date and time 6: creator explain each screen and mark on places on the screenshot that want to hide 7: user get email notification each time screenshot.

    €17 (Avg Bid)
    €17 Povprečna ponudba
    7 ponudb

    Actually we have an issue with our joomla internet platform . The platform it is not more accessible on our siteground server. The reason might be the upgrade of the php version by the hosting provider. When we click on it nothing is displayed any more. It has to be fixe in other for the site to be accessible again through the weblink. We are receiving the following message when clicking on the link "This site is currently unavailable. If you're the owner of this website, please contact your hosting provider to get this resolved." One of the solution can be to use lastest joomla version( which i assume is using php7 &php8) and reuse the database. In this case this will be basically a migration. It is higly important that all the data remains available

    €9 - €28
    Zapečateno
    €9 - €28
    20 ponudb

    ...behavior to deliver personalized content and maximize relevance. 5. Design and Layout: Collaborate with our design team or use email marketing platforms to create visually appealing email templates that align with our brand identity. 6. A/B Testing: Conduct A/B tests on different email elements (subject lines, content, CTAs, etc.) to optimize performance and improve key metrics such as open rates, click-through rates, and conversions. 7. Automation Setup: Configure automated email sequences and triggers to deliver timely and relevant messages based on user actions and preferences. 8. Tracking and Analytics: Monitor email campaign performance using analytics tools and metrics, such as delivery rates, bounce rates, and conversion rates, and provide regular reports and insights to o...

    €107 (Avg Bid)
    €107 Povprečna ponudba
    10 ponudb

    Not budget not more 30$ Development/design/deployment Chorme extension linked with web app Requirements 1: creator Signup sign-in 2: add links that want the web app click on then press start button 3: after 3 sec web app automatically pressed on that links 4: now the chorme extension automatically takes screenshot of that links that web app pressed 5: chorme extension send the screenshot to the web app with date and time 6: creator explain it and mark on places on the screenshot that want hide 7: user get email notification each time screenshot

    €24 (Avg Bid)
    €24 Povprečna ponudba
    5 ponudb

    ...List to manually add any special Features for any car. These empty boxes will be like the orange Box in the Car Overview Section below this Features section. >Add Your Item page – needs to auto save every 1 minute while uploading a car. >Need direct link to "Edit/Add Features" and "RE-ORDER the Features" from this page/section. These features are in the backend and 3-4 clicks away. Need it to be 1 click away. >Make a Copy of the complete ADD YOUR ITEM page in the Back-end so that if there is a problem uploading the car in the front end, we can add the cars from the backend. >Bulk Actions (Delete) option for “My Items” in front, like in the back-end. Right now every car has individual DELETE button and it takes a long time to delet...

    €108 (Avg Bid)
    €108 Povprečna ponudba
    68 ponudb

    I'm in need of a professional with considerable PHP skills, particularly in the Laravel framework. The perfect candidate should be well-versed in database management. The project focus will be primarily on optimizing my database management system. Skilled implementation of Test-Driven Development and REST API is highly sought after, as is robust command of MySQL. Key Web Application Functionalities Required: • User authentication and management • Data analysis capabilities • Inventory management Staff and clients management Booking and roster management In-depth experience with these functionalities is a must. I anticipate a smooth workflow with an individual who possesses a strong understanding of these features. Your talent will be crucial to the suc...

    €12 / hr (Avg Bid)
    €12 / hr Povprečna ponudba
    167 ponudb