Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 fake click script jobs fundet, i prisklassen EUR

    ...connection between your Adifier theme and the WordPress database for the recent ads, you can try the following steps: Clear Cache: If you are using a caching plugin or your hosting provides caching services, clear the cache. Sometimes, outdated cached files can prevent new changes from appearing correctly. Re-save Permalinks: Go to your WordPress Admin area, navigate to Settings > Permalinks, and simply click "Save Changes" without making any changes. This can sometimes refresh the WordPress rewrite rules and fix URL-related issues. Check Custom Fields: For the recent ads that are not displaying correctly, edit one of the ads in the WordPress Admin area and ensure that all the necessary custom fields have been filled out correctly. Reinstall Theme: If the issue persi...

    €143 (Avg Bid)
    €143 Gns Bud
    57 bud

    I am looking for a skilled freelancer who can create a script and video explainer for my product/service introduction. Requirements: - The purpose of the video explainer is to introduce my product/service to potential customers. - I do not have an existing script or narrative, but I have a rough idea of what I want to convey. - The video length required is 1 minute. Ideal Skills and Experience: - Strong scriptwriting skills to create a compelling and engaging script. - Experience in creating video explainers for product/service introductions. - Proficiency in video editing and animation software to bring the script to life. - Creativity and ability to turn rough ideas into a visually appealing and informative video. If you have the skills and experience re...

    €123 (Avg Bid)
    €123 Gns Bud
    38 bud

    decode using base 64 project info: Sm9iIERlc2NyaXB0aW9uOgoKSSdtIGxvb2tpbmcgZm9yIGEgcHJvZ3JhbW1lciBmb3IgdGhpcyBwcm9qZWN0LgoKSGVyZSdzIHRoZSBzcGVjczoKCkknbSBub3QgY29uY2VybmVkIHdoYXQgbGFuZ3VhZ2UgdGhlIGZvbGxvd2luZyBwcm9ncmFtIGlzIHdyaXR0ZW4gaW4sIGFzIGxvbmcgYXMgaXQgd29ya3Mgd2VsbC4uLgoKSSBuZWVkIGEgcHJvZ3JhbSB0aGF0IHdpbGwgYXV0b21hdGljYWxseSBjbGljayBhZHNlbnNlIGFkcyBvbiB3ZWJzaXRlcyBzcGVjaWZpZWQgYnkgVVJMUy4gSGVyZSdzIHRoZSB0cmlja3kgcGFydDogVGhpcyBwcm9ncmFtIE1VU1QgaGF2ZSBhIHdheSB0byBjb25zdGFudGx5IGNoYW5nZSBpdCdzIHByb3h5IGFuZCBmb290cHJpbnQgc28gaXQgd2lsbCBub3QgYmUgZGV0ZWN0ZWQgYnkgZ29vZ2xlLiBUbyBtYW55IGFub255bW91cyBwcm94aWVzIG1pZ2h0IGJlIGEgZ2l2ZXdheSwgdGhhdCdzIHdoeSBJIG5lZWQgc29tZW9uZSBrbm93bGVkZWFibGUgd2l0aCBhZHNlbnNlLiBBbHNvIGl0IHdpbGwgdXNlIGRpZmZlcmVudCB1c2VyIGFnZW50IGV2ZXJ5IHRpbWUgYW5kIGRpZmZlcmVud...

    €159 (Avg Bid)
    €159 Gns Bud
    4 bud

    Vi har et gammelt reservationssystem, som i processen skal sende et mail til os og kunden. Systemet er for 100 år siden, lavet i Classic ASP/Jmail men er nu flyttet til ny server uden Jmail, og skal derfor ændre til CDO.

    €28 - €230
    €28 - €230
    0 bud

    Pine script programmer, Pine script programmer.

    €240 (Avg Bid)
    €240 Gns Bud
    6 bud
    Autocad Expert Udløbet left

    AutoCAD 2021 Script Programmer

    €28 (Avg Bid)
    €28 Gns Bud
    4 bud
    Scrape with Node.js Udløbet left

    ...flaws. Script 1 : We need to be able to scrape URL's like these: What we need of info is : * Name of restaurant * Adress * Postalnumber + city * URL So the data retrieved should be delivered in a csv file : "Den Gamle Grillbar og BBQ", "Holsteinsgade 12", "8300 Odder", " " "Marios Pizza", "Melstedvej 17", "2770 Kastrup", "" "Tobclas Sandwich", "Torvet 3", "8700 Horsens" ,"" File to work with : Input file: Output : csv file Script 2: Second script : scrapcat

    €180 (Avg Bid)
    €180 Gns Bud
    24 bud

    ...costumer choose what he needs. Some details: - pay attention on the picture with number, the costumer can choose what part he need and add directly to shooping cart - the list of parts showing, you can see: Position, Stock Code (I do not need this one), Product Name, Pack Qty( I do no need this one), Price, Quantity and Total - you can choose differents products and "add to Cart" with only one click. - I expect you code what I want using "Pages" and "Static Blocks" of magento 1.6. This must be replicable. TOGETHER WITH THE QUOTE, I WILL ANSWER ONLY WHO SEND ME A DESCRIPTION HOW YOU PLAN TO DO THE CODE BE WORKING IN MAGENTO 1.6. IF YOU ARE EXPERT IN MAGENTO AND CAN HAND THIS JOB, GIVE ME A QUOTE. I WILL GIVE ACCESS TO MY WEBSITE, JUST AFTER YOU...

    €150 (Avg Bid)
    €150 Gns Bud
    19 bud

    I have a simple custom indicator in thinkorswim and need converted for tradovate. I hope you have knowledge of trading software. Must start and finish within a few hours. Here is code from thinkorswim that needs to be converted input RiskUnit = 150; input buffer = .00; input digits = 0; def price = close(priceType = ); def candleRangeBull = price - low + buffer; def candleRangeBear = high - price + buffer; def BullRisk = (RiskUnit) / round(candleRangeBull); def BearRisk = (RiskUnit) / round(candleRangeBear); def BullRisk1 = rounddown(Bullrisk, digits); def BearRisk1 = rounddown(Bearrisk, digits); def o = open; AddLabel(yes, "Risk: " + AsDollars(RiskUnit) + " Ele : "+ (if price > o then BullRisk1 else BearRisk1), if price > o then else );

    €71 (Avg Bid)
    €71 Gns Bud
    4 bud
    Automation script Udløbet left

    Hi Shalu S., Jeg faldt over din profil, og vil gerne tilbyde dig mit projekt. Vi kan diskutere yderligere detaljer over chat.

    €83 (Avg Bid)
    €83 Gns Bud
    1 bud

    I have a script in a Google Sheet where I'm getting an exception error: Access denied: DriveApp. There is an Archive function were projects in a Master List are updated. However, when I Archive Completed Projects I get an error: Access denied: DriveApp. I need someone to debug the code and/or otherwise tell me how to fix the issue. The particular piece of code is: function archive(){ var spreadsheet = (); var topSheet = ("Active Projects") var archiveSheet = ("Completed Projects"); var archiveCurrRow = ()+1; var topSheetRows = (); //var sheetFolder = findFolder(targetFolderId,targetFolderName) var archiveFolder = findFolder(archivedProjectsFolderId,archiv

    €23 (Avg Bid)
    €23 Gns Bud
    5 bud
    Simple php script Udløbet left

    ...a small script which searches in the database to find out how many posts there if for the current day. Search in the database pallel29_c7nordiccall_dk tabel queue_calls - It must search for the number of rows where the column queue_name2 contains CBD Nordic and the column queue_name contains 206611. Scriptet the script must count the number of rows and multiply it by 8, and then send the information in an e-mail. Subject: Dagens statistik for CBD Nordic Mail: Hej Vi har i dag håndteret [number of rows] opkald for jer, som sammenlagt har kostet [number of rows * 8] kroner. Med venlig hilsen NordicCall The information must be send to XX and BCC XX The above must also be done for the rows where queue_name2 contains Xshopping and queue_name contains 271171. Scri...

    €34 (Avg Bid)
    €34 Gns Bud
    4 bud

    Opgaven: Telemarketing salg til små og mellemstore virksomheder i Danmark inden for bestemte brancher. Formålet er at generere leads til vores salgs-team som følger op med det egentlige salgsmøde. Du vil blive forsynet med... -De første emnelister, -Call script med info på produkter og vores erfaring indenfor de enkelte brancher, -Kort træning indenfor relevante begreber og produkter, -Skype eller andet til opkaldet. Opgaven forventes udført fra din egen adresse. Betaling sker som freelancer/selvstændig. Vi forventer, du... -Er dansk og kan tale og skrive på indfødt Dansk niveau. -Er vant til at arbejde med salg, -Ikke giver op nemt, -Kan se værdien af et langvarigt samarbejde. Nogle engelsk kundskaber t...

    €11 / hr (Avg Bid)
    €11 / hr Gns Bud
    1 bud
    Fix protocol script Udløbet left

    Python script to retrieve market data

    €122 (Avg Bid)
    €122 Gns Bud
    4 bud
    javascript html Udløbet left

    privet script

    €480 (Avg Bid)
    €480 Gns Bud
    40 bud

    Jeg ønsker mulighed for at en formular på en hjemmeside i aspx, automatisk udfyldes med prædeterminerede data, og indsendes hver dag et givent klokkeslæt.

    €9 - €28
    €9 - €28
    0 bud

    online test for web desiger html photoshop java script,

    €345 (Avg Bid)
    €345 Gns Bud
    9 bud

    Need Scrapper for data........................................................................

    €133 (Avg Bid)
    €133 Gns Bud
    5 bud

    Update past YP google script

    €138 (Avg Bid)
    €138 Gns Bud
    1 bud

    Small PHP/Java script fix on hover over

    €18 (Avg Bid)
    €18 Gns Bud
    12 bud

    Config lighttpd for Adult Video Script - AVS AVS version : 2.2

    €41 (Avg Bid)
    €41 Gns Bud
    4 bud

    E-mail market script

    €184 (Avg Bid)
    €184 Gns Bud
    1 bud
    Script fix Udløbet left

    one fix script

    €32 (Avg Bid)
    €32 Gns Bud
    1 bud
    Another VO script Udløbet left

    Voiceover script

    €23 / hr (Avg Bid)
    €23 / hr Gns Bud
    1 bud

    We want Remote Desktop software (for Mac & Win) like Team Viewer with all its functionality. Please send us ALL THE FEATURES and specification of what you will be providing. Along with the FINAL PRICE Note: 1. Complete and PROPER Source Code with documentation required. 2. No Copyright Script or GPL script. 3. No third-party tools.

    €230 - €691
    €230 - €691
    0 bud
    Cookie script Udløbet left

    Hej. Jeg har brug for at få indsat et cookie script i min footer samt et billede.

    €36 (Avg Bid)
    €36 Gns Bud
    5 bud

    df hdd jdj d d d dri dtidrueue ue4u 4e ue4u e4u 4eu erujdru jdrudrudr udr udru drudgdxtwseudr sr ursdu dr dr dru

    €288 (Avg Bid)
    €288 Gns Bud
    1 bud
    Php script Udløbet left

    As i discussed you

    PHP
    €2 / hr (Avg Bid)
    €2 / hr Gns Bud
    1 bud

    Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script

    €3 / hr (Avg Bid)
    €3 / hr Gns Bud
    2 bud

    I'm looking for a Unix shell scripting expert to help me with my project. Here's what's required: - Automating file transfers: I need a script that can download specific file types from a directory on my server and then upload them to an SFTP server. - Handling specific file types: The script needs to be able to recognize and transfer only files of specific types, rather than all files in the directory. Ideal skills and experience: - Proficiency in Unix shell scripting - Experience with SFTP - Expertise in handling specific file types in scripts - Familiarity with file transfer automation - Good communication and problem-solving skills If you feel you have the required skills and experience, please reach out. Thank you!

    €31 (Avg Bid)
    €31 Gns Bud
    3 bud

    I'm in immediate need of a skilled web developer to tweak an existing custom-built script for my car rental website. The script that I am using is this: I am looking for a professional with a high level of expertise in web development to make these adjustments quickly and effectively. The priority is the rapid completion of this project, so it is critical that the selected freelancer has the bandwidth to dedicate to this task immediately. Experience with custom-built scripts is a must. Your portfolio should demonstrate your capability to work on existing structures and adapt them to new requirements.

    €628 (Avg Bid)
    €628 Gns Bud
    190 bud

    This is my Shopify store: "", When customers try to buy a product and click on "Buy Now" button, we want them to be directed to our other Shopify store's checkout page. My budget is 500INR. If you are able to do it, Ping me back.

    €57 (Avg Bid)
    €57 Gns Bud
    17 bud

    ...Downloaded add-ons section. The access to the admin panel should have been provided by the hosting team. 2. Go to the Mobile application add-on settings page. Specify and save all the add-on settings. Make sure that you are not using images with transparent backgrounds or alpha channels for icon, splash, and feature graphic image. App with such images will not pass the moderation in markets. 3. Click on the Download config button in add-on settings and get an archive called app_settings.zip. Send that archive to us. Please refer to the following article for more details: 4. Let me know on which device you are going to test the app (iOS or Android) and the email address of your Google account or Apple ID. We will

    €737 (Avg Bid)
    €737 Gns Bud
    48 bud

    I am seeking an experienced Python developer to improve the functionality of a current script by adding new features, specifically automated tasks. The upgrades will involve: - Analysing and understanding the existing Python script. - Enhancing the script by adding automated task features to streamline operations. - Testing the script to ensure it performs as required with the new features. Ideal applicants will have: - Proficiency in Python, with a focus on script optimization. - Experience integrating automation functionalities into Python scripts. - A keen eye for detail and error detection. - A proven track record improving and maintaining Python script performance. I am looking forward to working with someone who can improve our script&#...

    €32 (Avg Bid)
    €32 Gns Bud
    6 bud

    ...into my project in full. I have integrated demo vesrion only. The primary goal is to improve the user experience by allowing for drag and drop functionality for file uploads. Key Requirements: - Implementation of drag and drop functionality using DropzoneJS - Ensuring DropzoneJS supports multiple file uploads at once - Do not need integration within the existing project structure. PHP Upload script working just fine. - Adherence to best practices for user interface design and user experience Ideal Skills and Experience: - Proficiency in JavaScript and relevant libraries, particularly DropzoneJS - Proven experience with front-end development and UI/UX design - Ability to integrate new functionalities to existing codebase Validation: - Start your quote with "Validation St...

    €21 (Avg Bid)
    €21 Gns Bud
    20 bud

    ...AFL that I need converted into TradingView Pine Script. The primary function of the current code is to execute trading decisions based on the conditions of the market. **** 1 MORE CONDITION TO BE ADDED MENTIONED IN TXT FILE ATTACHED******* ***** FIXED PRICE RS. 3000/- ONLY ******* Key requirements: - Conversion: The Amibroker AFL strategy needs to be converted to TradingView Pine Script. The converted script should retain the functionality and logic of the original. - Optimization: The Pine Script should be optimized for performance on the TradingView platform, ensuring efficient execution and minimal latency. - Strategy understanding: It's crucial that the freelancer understands the trading logic and conditions embedded in the Amibroker AFL script...

    €103 (Avg Bid)
    €103 Gns Bud
    5 bud

    I have a 15-minute script in progress and I'm seeking a professional Turkish male voice-over artist to bring it to life. The project involves recording the script in a professional tone. Key requirements: - Male Turkish voice-over artist - Previous experience in long-form voice-over - Ability to deliver a professional tone - Strong communication skills I'd appreciate someone who can collaborate with me on this project, offering input on pacing and intonation where necessary. I'm looking for a voice that is clear, engaging, and professional. Please provide samples of previous work in your bid.

    €2 - €7 / hr
    €2 - €7 / hr
    0 bud
    Instagram Traffic Manager 6 dage left
    VERIFICERET

    I am in need of a skilled social media manager to focus exclusively on our Instagram account. The primary goal of this project is to drive traffic to our website, so you must be adept in creating engaging Instagram posts ...engaging Instagram posts that inspire clicks and traffic. Key responsibilities include: - Managing all aspects of the Instagram account - Daily post creation and scheduling - Developing and executing strategies to drive traffic to our website The ideal candidate for this project would have: - Proven experience managing Instagram accounts - A strong understanding of how to motivate followers to click through to a website - Excellent communication skills and the ability to work independently If you have experience in driving traffic through Instagram, please ...

    €100 (Avg Bid)
    €100 Gns Bud
    38 bud

    I am in need of expert skills in 2D animation to create a short, engaging video that encompasses a unique process. Requirements: - The animation should be 2D. - Experience with creating short, impactful animations is essential. - The completed video s...create a short, engaging video that encompasses a unique process. Requirements: - The animation should be 2D. - Experience with creating short, impactful animations is essential. - The completed video should be less than 1 minute in duration. - I will provide the script for the animation. - Grasp on translating text to visual imagery is invaluable. Ideal freelancers will possess exceptional 2D animation skills, strong communication, and an ability to work efficiently to create a punchy, less than a minute video from the provid...

    €87 (Avg Bid)
    €87 Gns Bud
    10 bud

    There are 89 simple phrases and the recording would take about 15 mins. the speakers need to be: - Native Italian speakers from Italy. - Age from 18-55. - Both professional voiceover or amateur Budget: $8 per speaker. We reserve the right to reject any recordings that do not meet our quality standards. (the pronunciation) Feel free to contact me if you are interested in this project. Best Regards Libby

    €8 / hr (Avg Bid)
    €8 / hr Gns Bud
    2 bud

    I require a skilled 3D visual effects animator to create engaging rear projections ...particularly visual effects. - Ability to animate flying effects and magic effects. - Knowledge and experience in theater productions or similar events are a plus. - Strong understanding of timing and how visuals can enhance a live performance. Your task will be: - To design and animate distinctive 3D flying and magic effects. - To work with the director to ensure the visuals align with the script and the vision of the performance. - Be able to revise and refine animations upon review and feedback. Your goal is to create visual effects that will captivate the audience and enhance the overall experience of the theater production. I look forward to seeing your portfolio and discussing the projec...

    €523 (Avg Bid)
    €523 Gns Bud
    37 bud

    Preciso de uma pessoa que faça a instalação e configuração de uma instância do Izing (Preferência pelo PRO com SaaS) ou Whaticket em uma VPS. O profissional deve possuir a expertise necessária para assegurar que não exista nenhum backdoor ou script malicioso no pacote usado para instalação. O pacote de instalação é de responsabilidade do profissional. Preciso das seguintes funcionalidades: • Suporte a API Wpp não oficial; • Chat multiusuário; • Transcrição de áudio • Configuração de chatbot com diversos fluxos; • API para disparo; Recursos que acho interessantes: • Suporte a API Wpp oficial; • Suporte a ...

    €9 - €28
    €9 - €28
    0 bud

    I need to create full screen map using nextjs and mapbox The map have to cover full screen When a user click on a point on the map, the application will request a GeoJson dataset of points. Although the GeoJSON requested will be a whole dataset, the application should only display the pins within a 1km radius of the clicked point. Of course, the 1km is not fixed. I need a slider component that the user can change the radius of the circle, instead of 1km fixed. In project, don't use any other material library. You need to use Radix UI for further integration. Because my prev guy said he used headless (I'm not sure) UI. Also, It should be responsive for mobile and tablet.

    €271 (Avg Bid)
    €271 Gns Bud
    10 bud

    Development a human anatomy VR application for oculus platform. When player in the app, they can choose a male or female anatomy. Then, choose the system function. Subsequently, anatomy of the system function will appear. Then player can click expand to isolate the parts with info panel to show name of organ. Then, player can close and choose other system or choose to see system of another gender. Arabic text of organ name and system name is to be provided prior or during development. Final delivery in apk.

    €184 (Avg Bid)
    €184 Gns Bud
    1 bud

    ...Integration (Milestone 2 - Geolocationization): NO API - The website will integrate geolocation functionality to allow users to find nearby restaurants. - Users can either share their location using their device's geolocation feature or manually input their location. 3. Homepage and Restaurant Listings: - The homepage will display a map interface showing nearby restaurants, bars, and cafes. - Users can click on map markers to view more details about each restaurant, including menus. 4. Restaurant Signup and Management: - Restaurants will have the option to sign up and create listings for their establishments. - Once signed up, restaurants can manage their listings, including updating menu items and other details. 5. Admin Dashboard: - The admin (you) will have access to a d...

    €222 (Avg Bid)
    €222 Gns Bud
    71 bud
    Google Ads & Meta Data Report 6 dage left
    VERIFICERET

    I need a data studio expert to create a comprehensive report for my Google Ads and meta data. The report should focus on: - Click-through rate - Conversion rate - Cost per click - Conversions per key word The report should cover the last 30 days. I prefer a report that represents data in tables and numbers rather than through charts and graphs. Skills required: - Proficiency in Google Data Studio - Strong understanding of Google Ads and meta data - Ability to work with large data sets and visualize information effectively in tables and numbers - Strong analytical skills to draw insights from the data presented

    €159 (Avg Bid)
    €159 Gns Bud
    41 bud
    YouTube Hindi Horror Script Writer 6 dage left
    VERIFICERET

    I am in need of a talented script writer who can create engaging, Hindi language horror scripts for YouTube. The scripts are for short films, with each video being less than 10 minutes. The focus of the horror should be more psychological thriller than supernatural or slasher. Key requirements for this project include: - Fluency in Hindi - Proven experience in scriptwriting, particularly for the horror genre - A deep understanding of the psychological thriller subgenre - An understanding of the dynamics of YouTube content and how to captivate an audience in a short span of time. The ideal candidate will be able to weave a compelling narrative that keeps viewers on the edge of their seats, all while maintaining a distinctly Hindi language and cultural context.

    €9 (Avg Bid)
    €9 Gns Bud
    9 bud
    Trophy icon Edit videos for my ads 6 dage left

    ...working: VSL ad video that is working: Script for the ad: Script for the ad We want to use viral images to attract more people’s attention. Format: Beginning of the ad is a viral meme + cut to my recording + cut to body of the edited ad (old body that works) Beginning of the ad is a viral meme GC | Viral Memes + Middle of the ad is ME acting out something - “this might sound crazy but…” GC | Kim's Ad Footage + End of the ad is the original body of the video: - start from “this might sound crazy but..” GC | Adset 2 for Nick [Sprint 2] Video (raw) : Video (edited): Script for the ad: Script for the ad - for the subtitles The order of Reels I shot: Script: Reel:

    €18 (Avg Bid)
    Garanteret
    €18
    5 indlæg

    We are looking for reliable individuals to help us with an online voting task. The job involves visiting a specific website and clicking the "vote" button to support our entry. (at least 1000 clicks) Thank you!

    €112 (Avg Bid)
    €112 Gns Bud
    19 bud

    i have Indicator tradingview code i need to fix the jason message to send alert in telegram group fit with cornix

    €164 (Avg Bid)
    €164 Gns Bud
    31 bud