
Plagiarism Checker Php Script Projects
Looking for freelance Plagiarism Checker Php Script jobs and project work? PeoplePerHour has you covered.
Post an offer to educate them
Past "Plagiarism-checker-php-script" Projects
Extract Horse Racing Sectional Data from At The Races into CSV
I am looking for an experienced PHP developer to build a local machine tool that reads a sample input CSV file, searches for horses on At The Races, extracts sectional data from the Sectional Times tab, and outputs the results into a second CSV file in an exact required format. This must run locally on my machine. I do not want a cloud-based solution. Project summary The application must: read an input file called sechorse.csv use the horse names/details in that file to find the horses on attheraces.com open the relevant horse/race pages access the Sectional Times tab for each applicable race extract the required sectional details output the data into a file called sectional.csv produce the output in the exact same layout and structure as my supplied sample sectional.csv Important requirement To qualify for this job, you must demonstrate that you understand how to transform the sample input file sechorse.csv into the required output layout contained in sectional.csv. I have attached the samples. I am not looking for a vague proposal. I need someone who can show they understand: how the input file will be read how horses will be matched on ATR how the sectional data will be extracted how the extracted data will be mapped into the exact output structure Core requirements The tool must: run in PHP on my local machine read sechorse.csv generate sectional.csv overwrite sectional.csv on every run not append use data from the Sectional Times tab only silently skip horses that cannot be matched silently skip races where no sectional data is available continue processing even if one horse or one race fails Input file Input filename: sechorse.csv This contains the horses to be processed. The script should either: read this file from the project folder, or allow me to point to the file locally Output file Output filename: sectional.csv This must: be created fresh on every run replace any previous file of the same name match my supplied sample output exactly in: column names column order formatting date layout number layout overall structure Data source Source website: At The Races The script must find each horse, inspect the relevant race history, and extract data from the Sectional Times tab only. Functional behaviour For each horse in sechorse.csv, the tool should: read the horse details search or locate the horse on ATR open the horse record and relevant races access the Sectional Times tab extract the relevant data map the result into the exact output format required by sectional.csv write the row(s) to the output file Error handling The script must handle the following gracefully: horse not found multiple possible horse matches missing race page missing sectional tab no sectional data for a race temporary ATR page/load failures invalid or incomplete input rows In these cases, the script should skip and continue wherever possible. Logging Minimal logging is fine, but the tool should not stop for routine failures. Optional logging can include: horse searched horse matched race checked sectionals found skipped reason This is optional and should not interfere with the main output. Deliverables I need: full PHP source code composer.json setup instructions run instructions list of prerequisites clear note on any browser driver or local dependency required a working solution that reads sechorse.csv and produces sectional.csv Qualification / proof required before selection When responding, please provide: a brief explanation of how you will approach the extraction confirmation that the script will run locally in PHP confirmation that sectional.csv will be overwritten, not appended confirmation that unmatched horses will be silently skipped confirmation that you can map the input sample file into the exact output structure ideally a short explanation of how you would handle JavaScript-rendered content on ATR Acceptance criteria The project will be considered complete when: the solution runs locally on my machine it reads sechorse.csv it extracts sectional information from ATR it uses the Sectional Times tab it generates sectional.csv the output matches the supplied sample layout exactly the output file is replaced on each run unmatched horses are skipped silently Ideal developer I am looking for someone who has experience with: PHP scraping or browser automation CSV input/output handling dynamic website interaction reliable local-script development clean, maintainable code
20-Page Network Anomaly Paper
I have already completed the full implementation of my anomaly-detection model for network traffic and gathered all experimental results; what I still need is a polished, publication-ready research paper that turns this technical work into a clear, compelling narrative. The target length is 15–20 pages, formatted according to the IEEE citation style. Because I have not locked down a specific outline, I’d like you to recommend the ideal academic structure—something along the lines of abstract, introduction, related work, methodology, results, discussion, and conclusion—and then flesh it out after we agree. I will supply you with the code, datasets, graphs, and raw result tables so you can focus on literature integration, critical analysis, and crisp technical writing rather than data generation. Deliverables • A 15–20-page manuscript (LaTeX) formatted to the standard IEEE template • A final PDF ready for submission • An editable references file with all in-text citations correctly mapped • Any figure or table source files so revisions remain straightforward Acceptance criteria • Smooth, logical flow that situates my contribution within recent anomaly-detection research • Accurate reporting of metrics such as precision, recall, F1, and ROC curves drawn from the results I provide • Minimum 25 scholarly sources, all cited in IEEE style • ≤10 % similarity on a plagiarism checker If this sounds like a fit, let me know what additional materials you need from me and your estimated timeline for a first draft.
opportunity
Starling Bank Payment Integration in Payroll App
Good — here is the revised **Starling integration fixed-price spec**, tightened and now explicitly referencing: * Your defined internal interfaces / APIs * GitHub workflow * Your stack and architecture constraints You can repost this exactly. --- # Fixed Price Project – Starling Bank Business API Integration (PHP) ## ⚠️ Fixed Price Only This is a clearly scoped integration project. Provide: * Total fixed price * Delivery timeline (weeks) * Milestone breakdown No hourly proposals. --- # Project Overview We operate a UK CIS payroll platform (PayCIS) built in: * PHP 8+ * MySQL (relational, indexed) * Object-Oriented architecture * MVC-style request framework * Strict naming conventions * TLS-only environment * Subdomain-based routing * Role-based permissions The system already: * Calculates subcontractor net payments (CIS + VAT handled) * Stores validated bank details * Generates structured bulk payment lists * Manages payment lifecycle: * For Approval * To Be Paid * Paid * Maintains full audit logging * Uses defined internal service classes for payments We now require **direct integration with Starling Bank Business API**. --- # Important Architecture Note We already have: * A cleanly defined internal payment interface * Clear service-layer APIs for retrieving payable batches * Structured payment models * Consistent database schema The integration must plug into our existing payment service layer — **not bypass it or rewrite core logic.** This is an API integration project, not a system redesign. --- # Scope of Work ## 1️⃣ Starling API Client Build a reusable, clean OOP Starling client: * OAuth authentication * Secure token storage * Automatic refresh handling * Sandbox + live configuration * No hardcoded credentials * Environment-driven config Deliverable: * `starling_api.class.php` (or equivalent clean service class) * Fully documented --- ## 2️⃣ Bulk Payment Submission Using our existing internal API: * Fetch payments marked “To Be Paid” * Submit via Starling Faster Payments API * Use idempotency keys * One batch or controlled sequential processing Each payment includes: * Recipient name * Account number * Sort code * Amount (2 decimal precision) * Unique internal reference Deliverable: * Method to send payment batch * Clean separation between: * Data retrieval * API payload generation * Submission logic --- ## 3️⃣ Payment Status Handling System must: Store per-payment: * Starling transaction ID * Status (pending / completed / failed) * Failure reason * Timestamp Update internal status accordingly. Database changes allowed if necessary, but must follow our schema conventions. --- ## 4️⃣ Webhook Handling (If Supported) * Implement secure webhook endpoint * Signature verification * Map webhook status → internal payment state * Log raw webhook payload Deliverable: * Controller endpoint * Webhook log table * Replay-safe handling --- ## 5️⃣ Minimal Admin UI Additions Add to existing admin interface: * “Send to Starling” action * Starling reference display * Live payment status display * Error feedback No UI redesign required. --- ## 6️⃣ Logging Requirements Create structured logs for: * API requests * API responses * Webhooks * Failures * Initiating user Logs must include: * Payload * Response * Timestamp * Account ID * User ID Must follow existing audit log conventions. --- # Development Standards You must adhere to: * OOP principles * DRY * No deprecated PHP * No inline SQL * Clean separation of concerns * Strict naming conventions * Existing schema standards All code must: * Be production ready * Include basic inline documentation * Pass linting * Follow consistent formatting --- # GitHub Requirement All development must be: * Submitted via GitHub * Branch-based workflow * Pull request for review * No direct server edits * No ZIP file delivery Commit history must be clean and logical. --- # Security Requirements * TLS only * Encrypted token storage * Idempotency protection * No double-pay risk * Strict input validation * No credentials in frontend * Webhook verification mandatory --- # Out of Scope * Multi-bank support * Open Banking aggregation * Refund flows * International payments * Credit card processing * Accounting integrations Starling Business API only. --- # Deliverables * Working Starling sandbox integration * Production-ready live configuration * Updated schema script (if required) * Clean Starling API service class * Webhook controller * Updated admin UI integration * Deployment instructions * GitHub PR submission Proposal Must Include 1. Fixed total price 2. Timeline (weeks) 3. Confirmation of: Starling API experience OAuth implementation Webhook handling Fintech or banking integrations Examples of similar API integrations UPDATE: Starling developer hub access is in place, and the sandbox set up. Our site is www.paycis.co.uk
PHP & MySQL Website Optimization and Bug Fixing Project
This project involves analyzing, troubleshooting, and improving an existing dynamic website built with PHP and MySQL. The primary objective is to identify and fix coding errors, optimize database queries, and enhance overall website functionality and performance. Tasks include debugging PHP scripts, resolving connection and query issues, improving user interface responsiveness, and ensuring secure and efficient interaction with the MySQL database. The project also focuses on implementing best practices in web development, such as proper error handling, input validation, and optimized backend logic, resulting in a stable, reliable, and user-friendly website.
International Projects (Cybersecurity & VPN Industry)
I am an independent contractor collaborating directly with a large Northern European company operating in the VPN, cybersecurity, and digital privacy sector (the company name cannot be disclosed). All hiring and collaboration will be handled directly by me. This is not a direct hire by the end company, and I do not represent them officially. I am looking for experienced technology and programming freelancers to support ongoing work and specific high-level technical projects. Required Skills (one or more): Backend / Frontend development Python, JavaScript, Node.js, PHP, Go, or Rust APIs, microservices, cloud platforms (AWS / GCP / Azure) Cybersecurity, networking, VPN, encryption (strong plus) Automation, scripting, DevOps Experience with scalable, production-level code budget +150 usd
502 error fix and website updates required.
1. Immediate Tasks — Fix the Website Outage Please investigate and resolve the root cause of the 502 error. This may involve: Checking the hosting server (PHP version, memory limits, resource usage, logs) Verifying that the WordPress installation loads without timeout or gateway errors Reviewing the .htaccess file for corruption Checking for plugin or theme conflicts that may be causing the failure Ensuring the database is accessible and not corrupted Restarting or adjusting server services (PHP-FPM, Nginx/Apache) if applicable Please restore the site to working order as soon as possible. 2. WordPress Updates & Modernization Once the site is operational, I’d like the following updates completed: Core & Security Maintenance Update WordPress core to the latest stable version Update all plugins and themes Remove unused plugins/themes Ensure security patches are applied Implement a backup solution (if not already in place) Performance Improvements Optimize loading speed (caching, image optimization, script minimization) Confirm compatibility with current PHP version Check for broken links or outdated content Design & Usability Refresh Review the current theme for outdated components Recommend a modern, supported theme if needed Improve mobile responsiveness Ensure accessibility and modern UI standards Optional Enhancements (let me know after initial review) SEO improvements Improved page builder workflow or editing tools Adding analytics or updated integrations 3. Deliverables Summary of the root cause of the 502 error Confirmation the site is fully restored and functioning List of updates completed Recommendations for further improvements (if applicable)
opportunity
Custom content scraper scripts and associated link checkers
I am looking for a freelancer who can make custom content scraper scripts that will fetch products from select sections of specific ecommerce sites and output the data I need in the form of CSV excel files. I'm in New Zealand and run a site that displays products from various local online stores. I need someone to create a unique content scraping script for each store I specify, that I can execute from my computer as many times as I need. I will also need a corresponding link checker for the store. The link checker script (also unique for that store) will check all the products of a store in my site against the original shop's site and notify me which products have expired (no longer listed in the original site) and which products have had their details changed (like price or title). So, if there's a clothing store and I ask you to design the content scraper for it, it should fetch the details of all the products from a section of that store (that I'll specify) and output the results in the form of CSV files in my computer. Then, every few days, I'll run the link checker script for the same shop that will check the listed products in my site (for that store) against the store's website, so I can see which products have expired and which have had their price changed, so I can keep my site updated for that store. I am willing to pay $30 for each content scraper script and $20 for the link checker, so USD $50 in total for each shop. I will be averaging 2-3 shops a month give or take and am looking for someone who can work long term with me. Each time I want a new script done for a new client, I will specify which sections & features I want included and which ones omitted. You must be able to tailor the script accordingly, including things like formatting and links. You will have good communication skills, be willing & able to follow instructions via email / messaging here in PPH (no Skyping or video/voice chatting), be competent and skilled, produce the scripts in a reasonable time (3-5 days max) and be reliable. You must also be very proficient in content scraping and have a good understanding of WordPress and probably Python. I need 2 scripts and 1 link checker to start with, but will have more to do down the line. I will give you all the specific details, links etc. if I shortlist you. No need to bid for less than what I've proposed, just do a good job for that price and I'll be happy.
Research paper
I want to replicate the study “The effect of underwriter reputation and market sentiment on IPO underpricing: Evidence from Indonesia” (Ariyani & Gumanti, Modern Finance Journal, Vol 3 No 3, 2025) for the Gulf Cooperation Council, with an initial focus on Kuwait and Saudi Arabia. The job is end-to-end: gather the IPO data, run the identical econometric models, and produce publishable write-ups. Scope • Data: Source IPO prospectuses, offer prices, first-day closing prices, market indices and underwriter reputational measures from academic databases (I prefer peer-reviewed or institutional repositories). If additional sources are needed, recommend them and briefly justify their reliability. • Methodology: Reproduce every test used in the original article—OLS regressions, robustness checks and diagnostic statistics—using the same variable definitions and transformations. Stata, R or EViews are all acceptable; include your annotated code. • Writing: Deliver a concise abstract, full conclusions section and any explanation of deviations (if the GCC markets require slight model tweaks, document them). Tables and figures must mirror the original formatting so that results are directly comparable. Deliverables 1. Clean, documented dataset for Kuwait and Saudi Arabia (Bahrain, Oman or Qatar can be added later). 2. Code scripts with comments. 3. Results tables and figures matching the Indonesian study’s structure. 4. 250-300 word abstract plus a conclusions section (≈1,000 words) highlighting similarities and differences between GCC findings. Acceptance • All variables match original definitions. • Regression outputs reproduce key statistics (coefficients, t-stats, R², diagnostics). • Writing is clear, cites data sources properly and is free of plagiarism.
Get a database online with form to enter data
My son ( 18) created a contact database and a form entry on a web page ( local ) so that I can get someone ( maybe in Indonesia / India ) enter endless data from my files. A massive tidy up. He's created: Locally hosted Apache / MySQL server that is running a PHP website. Programmed in PHP / HTML / CSS / Java script. No dependences other than basic styling library called Bulma. He's used CHAT GPT to assist and check. Chat GPT recomended 10 areas of security and I think he's nearly done this, although he's run into problems. What I need is someone to take it from here: - Check his programming and maybe come up with tweeks ( and good ideas ). - Check the security - Get hosted on a GoDaddy server possibly on my domain, or not... Need sorting straight away. Is this something you can work with ? Thanks, Andrew Barker
opportunity
I need a social media scripts the Sngine putting on to Hostinger
Hi I need one Sngine social media script putting on to my Hostinger server, and so I can log in to the admin panel as well, and my domain putting as well. This is www.socialmedia2050.com. I will give you access to my Hostinger account by means of an invite. I will need your email for this. Plus, I will need one plugin added into the script as well. This is a translation plugin. Plus, I will need the Xngine - The Ultimate Sngine Theme added into the script as well. I have all three already paid for. Ie, the Sngine script itself latest version. Plus, I have the Xngine theme and the translate plugin as well. Plus, I need for the gaming part. I will need to have all the games taken from the websites listed below and put into the game part of the Sngine script. This needs to be done, I would say automatically, and if possible, the script/software could check to make sure that if there is one of the same game, one more than one website is it not putting it into the game part of the Sngine script twice. As I do not like duplicates of the same game. So if we have, say, 50,000 added to the game part of the Sngine script, then we have 50,000 games, and each one is different. Plus, if the software can go back over each of the sites looking for new games added to their site, and then take them and keep adding to the game part on the Sngine script on say a daily or weekly basis. Plus, there will be some bits like adding logos, changing some of the colour to my color right across the script. Making the search bar smaller, this one all depends on how it shows up in the Xngine theme. Help setting up users to sign in with their Facebook and other social media accounts. Plus, I am looking at adding to start off with 100 more languages, as I know Sngine script only has around 12/13 preinstalled languages already. I will give you a list of the 100 new languages I wouldl ike to add. All work must be done by the PHPs platform and all ongoing work will have to be done by the PHP platform as well. Plus, the signup page would need making a bit betting. Plus, I am looking at the idea of going with Passkeys instead of passwords for all new users and for everyone to lohin in with as well. Plus, I know this price/my budget will not cover this one. But I am also looking at having something put together for me, like Grammarly, the paid version, so it's as good or even better than Grammarly. Then, to be added into my Sngine script for where everyone posts comments and so on. With the option to turn this feature on and off, as not everyone will need this sort of help with their writing of comments, and more. Thanks for now. I look forward to working with you. James
opportunity
Confidential
Description: We are seeking a full-size web development company with expertise in creating websites of various types, incorporating advanced technology for massive audience engagement and rapid page creation. The ideal company should possess the ability to provide a professional account manager for our project and ensure qualified team members are available during weekdays, weekends, and holidays. The website should be built using PHP, Java script, React, and Node js, with the option for extended service and professional web protection and security post-launch. Additionally, the company should be capable of implementing new technologies to enhance the platform. Qualified companies with interest are encouraged to apply. Amount $ I put in this project was just to put a number to be able to post this job offer. You can offer your price based on details of the project that I will be providing to you later. This is a long term project and can make you involved for a long time.
Fix PHP Puphpeteer Scraper
I have a PHP script using Puphpeteer to scrape pricing data from dynamic web pages and store the results in a MySQL database. It used to run fine on a cPanel environment, but since moving to a new hosting setup, it’s no longer working properly. The script connects to Browserless.io, opens a page, waits for JavaScript-rendered content (typically a grid of offers), extracts brand names and prices, and updates a table in MySQL. It handles both multiple prices and conditions to get from a page.
Add public and private SSE notifications to a laravel 11 app
Hi developers, I am developing a website using laravel 11 and would like to add to it the capability to send server-to-browser real time notifications or updates based on certain events. The server sent event (sse) should, as much as possible, follow these criteria: 1- be based on laravel's real-time mechanisms (event broadcasting, controllers, redis, etc). 2- Public message to be sent to all authenticated users. 3- Private messages to be sent to users based on their $id. 4- The connection should be persistent, re-connects itself if it gets lost for any reason. 5- Favor "ShouldBroadcast" over "ShouldQueue", a worker should dispatch notifications every 60 seconds. 6- The front-end script to display a flash message upon message reception showing the message text. 7- No addition of livewire, alpine, vuejs, react or anything not strictly needed for SSE to work. 8- MOST importantly, the SSE structure should be robust enough to handle 30000 connected users. This includes (only if absolutely necessary) fine tuning nginx and php config settings. To facilitate working on the project, and since I am using sqlite, I wrapped the whole thing in *.rar that can be downloaded from this link: https://srv866294.hstgr.cloud/storage/sse.rar The login page as well as the form to send notifications are already populated with existing users so that you can pick from when you login or after login, test public or private messages. The landing page form (which appears after login) to be used to simulate event triggering. I attach below some pics to give you an idea how it should look like. Final note: the form in the landing page simulates event triggering by posting the variables to a controller, which would then use "event(new", "broadcast(new" or any applicable method. Best regards Miron
PHP Developer Needed for API Integration
Please read carefully I am looking for a skilled PHP developer to integrate two APIs into my existing adult live streaming cam website: -Sightengine: For content moderation and monitoring. -Sumsub: For user KYC verification. The website is built using a pre-existing PHP script, so the candidate must be comfortable working with existing code and implementing new features securely and efficiently. Important Note: This is an adult-oriented project, so please apply only if you are comfortable working on an adult live streaming platform. Requirements: Advanced PHP skills Experience with RESTful API integration Proficiency in JSON and cURL Strong understanding of security best practices (handling sensitive data) Preferred: Experience with cam platforms or similar websites What I will provide: Access to the website's source code API documentation for Sightengine and Sumsub Timeline: The project should be completed within 1 week. Hourly Rate: I am offering $10-$30/hour, depending on the developer's experience and the quality of work. Please include your hourly rate and estimated hours required in your proposal. Deliverables: Fully functional integration of both APIs Testing and debugging to ensure smooth operation Documentation of the implemented code
opportunity
Web mail form
Hi i need someone to remove on my website the form handling script and use PHP form to send directly to me with out changing any design and with a recapture on it. Thanks philip
CSV Manipulation & Import Products (Woo, Python, CSV)
Project: WooCommerce CSV Restructure, SKU Cleanup, Stock Sync & Elementor Removal Description: We’re launching a WooCommerce drop shipping store with a supplier file of 5,000 rows and require expert help restructuring the supplier data and importing it into our product catalogue, cleaning up SKUs, automating stock syncing from an XML feed, and replacing Elementor with the WordPress block editor. A previous developer implemented workarounds that now need to be reversed, particularly the use of ‘P- 'prefixed SKUs on parent products, which breaks stock synchronisation and creates maintenance and stock control issues. The supplier provides a flat CSV file for product data, which does not link parent-child relationships or variations; however, sorting the data by brand, SKU and Product Title in Excel makes it easy to spot the groupings. Key Problems: • Incorrect Parent SKUs (P- prefix): • Parent products were given prefixed SKUs like P-12345, while the supplier uses 12345. This causes SKU mismatches during scripted stock sync and import automation. • Flat Product File Structure: • The supplier CSV contains no clear parent-child relationships. Some variants (e.g. colour, size) are embedded in product titles or attributes, requiring structured parsing with Pandas and mapping to WooCommerce variation attributes. • Stock & Availability Management: As a dropshipping business, we need: • Real-time or scheduled stock updates from the supplier’s XML feed • Proper use of WooCommerce stock status, stock quantity, and managing stock flags • Elementor Cleanup: The site currently uses Elementor and a lot of CSS, which we’d like to entirely remove and replace with native WordPress blocks (Gutenberg). This applies especially to product templates and page layouts. Tasks & Deliverables: 1. CSV Restructuring & SKU Cleanup • Standardise all SKUs by removing P- prefixes and revert to supplier SKU’s • Restructure flat supplier data into WooCommerce-compatible format to be imported by WP All Import: • Identify parent/child relationships in CSV file • Extract variant attributes (e.g. size/colour) from titles or attribute columns • Retain and correctly apply product categories, and attribute mappings 2. Product Import Into WooCommerce • Import using WP All Import Pro or WooCommerce REST API • Maintain parent-child structure, category/tag assignments, SEO fields, ACFs, etc. • Avoid duplication, and preserve image galleries where available 3. Stock Synchronisation & Automation • Use the supplier’s XML or csv feed to update stock levels • Match by supplier SKU Only • Set “Manage Stock”, stock quantity, and stock status properly • Set up cron job for regular (hourly/daily) sync with supplier • Optional: Automatically hide/discontinue products when unavailable from supplier. 4. Elementor Removal & Block Migration • Remove all Elementor dependencies from pages and templates • Rebuild key product layouts using Gutenberg blocks • Optimise for performance, speed, and mobile friendliness • Ensure a clean, block-based, future-proof setup 5. (Optional Bonus) Cleanup Tasks • Identify and remove any redundant ACF fields or orphaned metadata • Suggest structural improvements for long-term scaling Store Details: • Platform: WooCommerce on WordPress ( products are sex toys & accesories) • Hosting: Cloudways (PHP 8+) • Product count: 4,000+ (CSV + XML) • Theme: Shoptimizer (compatible with blocks) • Tools Installed: WP All Import Pro, ACF Pro Ideal Freelancer: • Proven experience with large WooCommerce product catalogues • Strong skills in data manipulation, CSV and XML processing, preferably with Python & rest API or WP All Import • Knowledge of WooCommerce variable product structure and stock syncing. • Comfortable with Gutenberg block editor and removing Elementor • Clean coder and confident working on an almost complete store with staging access ( site is not live yet) Access Provided: • Staging + live environments • Sample supplier CSV and XML feed • WooCommerce REST API credentials (if needed) • Elementor pages/templates for conversion Please include examples of similar WooCommerce import/migration projects, especially involving: • SKU restructuring • Stock sync automation • Elementor removal • Dropshipping or XML-based product updates
PHP Script
I would like to provide horse details in a csv file and details retrieved in a csv file. The data to be retrieved would be these sectional figures. https://www.attheraces.com/racecard-popup/Southwell/14-March-2025/1800/sectional-times?horsename=King%20Of%20York
PHP Email Script Modification
I have a PHP script which runs on a static HTML site that is used to send out emails (see attached). I'd like 2 changes made to it: 1. I'd like the email sent to me to be in HTML format not plain text. I have all the HTML code for the email I just need the behaviour changed and somewhere to paste the code. 2. I'd like a receipt/auto-response sent out to anyone filling in the form (again in HTML). I can add all the code for the email I just need things re-configured to allow this. Any questions please let me know.
opportunity
AngularJS - Existing Stripe integration to include 3D secure
AngularJS Stripe Project - Update existing Stripe integration to include 3D secure I currently use the Stripe system and want to install the 3D secure function. Stripe would need to return certain data depending on whether the 3D secure payment was successful. A simple iframe insert would not be suitable as the forms would need to be created on my AngularJS front end that already connects directly with the Stripe api. Payments received should have the ability to be configured to automatically collect a 1% fee (or any chosen amount) for my company as this is a ecommerce project that enables others to sell tickets through our website. Current functionality with Stripe includes: • Single payments • Full integration with our own MySQL database The webpage that requires an upgrade is: TBC... Specification • Should I have any issues with integrating the code/script, the programmer will facilitate integration over TeamViewer. • Payment for this job will be released once all relevant code/files has been sent to me, integrated by me, and tested to ensure it works. • Only files compatible with AngularJS 1.5.7 should be used for the front-end • Only files compatible with PHP Version 8.2.12 should be used for the back-end • Only files compatible with Slim Framework version 2.6.1 should be used. • Only MySQL queries compatible with 'ver 14.14 distrib 5.5.40 for debian-linux-gnu' should be used for database communication • Separate CSS file • Separate Bower install scripts into separate files • Separate AngularJS Controller file • Separate HTML file for the view • Separate PHP file for database interaction • Job will be completed by the specified deadline • On completion, a proven working copy must by demonstrated through a webpage owned by the programmer • All non-database related logic must take place within AngularJS Controller, Service, or Function • Payment will be released within four working days to allow time for integration • Project to completed with by the specified deadline • Use my file and code structure as demonstrated in zip file, pay special attention to the structure of my controllers, services, and php functions • File amendments to existing files in my file structure should be placed at the bottom of each file • List of relevant files/folders modified/added should be specified when submitting this project • Any specific integration instructions should be clearly specified in word document • Ensure any newly implemented CSS code does nt conflict with existing CSS code. • All table should have first letter capitals and the pre-fix Tbl. Eaxampe: Tbl_Property • All table columns should have first letter capitals. For example Property_Name • Your css should not adjust the format of main elements like a, ul, ui, etc. Specify unique referenceors only. • API calls from within the controller should be implemented using the following format: return $http({ method: 'GET', url: "api/test/" + id, params: $httpParamSerializer(dataObj), paramSerializer: '$httpParamSerializerJQLike'//, });
Decentralized WebRTC Developer (Contract / Freelance)
We're building a peer-to-peer broadcast system — think decentralized livestreaming, no central servers. We need a developer who can help design and implement: Conference mode: multi-peer communication (video/audio/screen/chat) Relay/broadcast mode: a single stream relayed efficiently through trusted peers Custom signaling logic (you won’t be using a plug-and-play library) You should be comfortable with: Raw WebRTC Peer routing logic STUN-only environments (no TURN unless unavoidable) Node.js and/or PHP (for signaling or utility scripts) Bonus points if you’ve worked with or are curious about: WebTorrent, IPFS, or other distributed web protocols Client-side crypto (wallet integration, signing, secure channels) This is an ongoing project with creative freedom, and you’ll be solving real-time, low-level problems. Project starts immediately.