Xoops php custom block jobs
I have a clear vision for a logo but lack the skills to create it. I need a professional designer to bring my idea to life. The logo will be used across multiple platforms including my website, print materials and merchandise. Key Requirements: - Proficiency in logo design with a strong portfolio - Experience designing for diverse platforms - Ability to work with specific color schemes - Familiarity with minimalist, vintage, and modern design styles - Excellent communication skills to understand and interpret my ideas Please provide examples of your previous work that align with this request.
I'm in need of a professional PCB designer to create a circuit board that will facilitate the connection between two different custom proprietary automotive ECUs. The factory wiring harness needs to mate to a factory connector on a PCB that then also accepts the approximately 120 connections from the aftermarket ECU. The desired end state is that the PCB allows those wiring connections to occur with 100% functionality of the onboard digital and analog sensors, as well as all other factory components in the wiring harness. Key Requirements: - The PCB should be capable of voltage regulation, as the systems operate at different voltage levels (12V and 5V). There will be hard line connection from the factory wiring harness. There will be a connection point with the aftermarket ECU...
I am looking for a skilled freelancer to create a YouTube channel in the Tech category and set it up for monetization within three days. I already have pre-recorded videos that need to be uploaded. The tasks are as follows: Create a Professional YouTube Channel Set up a new YouTube channel with a custom name related to the tech niche. Design and upload a professional profile picture and channel banner. Set up channel description and optimize for tech-related keywords. Upload Pre-Recorded Videos Upload 2-3 videos (or more if needed) that I provide. Ensure the videos are optimized for search with relevant tags, titles, and descriptions. Monetization Setup Enable monetization once the channel meets the eligibility requirements for the YouTube Partner Program. Link my own AdSense ac...
Website and App 1. Core Features for the App User Accounts & Profiles: Customers and contractors should have individual profiles, storing order history, preferences, and custom pricing. Product Catalog & Ordering: Full integration with the website’s product listings, allowing easy browsing, adding to cart, and one-click reordering. Click & Collect & Delivery Options: Users should be able to select between pickup at their nearest warehouse or delivery to their job site. 24/7 Availability & Instant Access: Orders can be placed anytime, with live stock availability updates. Custom Pricing Per User: Contractors should see different price sheets based on their agreements and bulk purchases. MLM Integration: Customers should be able to track their referra...
...Electric is looking for an experienced web developer/designer to create a modern, high-tech, and professional website that reflects our expertise in low, medium, and high voltage electrical contracting for commercial and federal government projects. We are inspired by the design aesthetics of , , and and want a sleek, interactive, and responsive website. Requirements: • Custom WordPress, Webflow, or other modern CMS-based design. • AI-generated and high-quality stock imagery (since we have limited pictures). • Mobile-friendly, fast-loading, and SEO-optimized. • Includes: o Homepage (Modern, High-Tech feel) o About Us o Services (Low, Medium, High Voltage, Federal) o Portfolio/Our Work o FAQ o Contact Us (Email form w...
...redesign will be implemented within Flatsome within WooCommerce/WordPress. Style guide outlining colors, fonts, and other design elements, specifically referencing how these will be applied within Flatsome's customization options within WooCommerce/WordPress for the redesign. Documentation of all customizations made to the Flatsome theme, including any custom code or modifications to theme files for the redesign. Source files for any custom assets created. Key Design Considerations (Based on Competitive Analysis): Niche Focus (Optional): If you have expertise in designing for specific product categories, please highlight this in your proposal. We are open to exploring niche-focused design elements within the scope of Flatsome customization for the redesign. Content M...
I'm dealing with a static HTML page where I'm unable to change the font color on a custom class. Despite using !important, the color refuses to change. Ideal skills and experience for the job: - Proficient in HTML and CSS - Experience troubleshooting font issues - Able to provide quick and effective solutions
I'm looking to develop a print shop e-commerce website using the Cost Calculator WordPress Plugin. This site will feature: - A comprehensive Product Catalog focusing on Banners, Stands, and Stickers - A Custom Product Designer Tool to enable customer creativity and engagement The ideal candidate must have strong experience with the Cost Calculator WordPress Plugin ( ) and be able to build the site using pre-determined calculations. Proficiency in PHP, database systems, and debugging is essential. Additionally, a good understanding of WP WooCommerce is required. You will be provided with the necessary WordPress theme and plugin. Upon successful completion of the project, there will be opportunities for monthly site maintenance, leading to
...that is currently running on PHP 5.6: Qipco Racing Website. This website is used for uploading and managing photo albums. However, since PHP 5.6 is no longer supported by our hosting provider, we need an experienced PHP developer to upgrade the codebase to PHP 8.1+ while ensuring all functionalities remain intact. Project Scope: Upgrade the website from PHP 5.6 to PHP 8.1+ Update deprecated functions and ensure compatibility with modern PHP standards Update database connections to work with PHP 8.1+ Ensure photo upload and album management features work correctly post-upgrade Perform necessary testing to confirm full functionality Requirements: Proven experience in upgrading legacy PHP applications...
I'm looking for a seasoned developer who can create a unique, premium GTA V - RAGE:MP roleplay server for me. All necessary and premium scripts should be included, and the server must be fully developed in Romanian language because our target is Romanian market. Key Requirements: - Comprehensive Roleplay Scripts: The server should include all essential roleplay scripts, and these scripts should be premium quality. This includes a fully functional job system, housing system, and economy system, etc. We pay for everything needed - Game-themed User Interface: The server's user interface should be styled in a game-themed format. This means it should be immersive and consistent with the aesthetics of GTA V. Important Notes: - No Free Stuff: I am not interested in using free scripts ...
I am looking for a developer to automate the process of collecting da...Sales & Inventory Management Hypersoft (Daily sales, transaction volume, inventory levels) Financial & Accounting Data Datev Unternehmen Online (Processed invoices, expense reports, outstanding payments) Reservations & Guest Management OpenTable (Number of reservations, occupancy rates, no-show statistics) 2. Report Generation: Weekly PDF & DOCX reports summarizing the collected data. Custom formatting based on business opening days. Clear visualization of trends and performance metrics. 3. Automation & Email Delivery: Automatically generate reports every week. Send reports to a specified email. Ensure error handling & logging. Attached files: the report template to ...
...libraries (unless open-source and MIT license). Key Features: Precision: Match PDF dimensions exactly (1:1). Centering: Content centered if hardware margins allow. Error Handling: Clear exceptions for unsupported sizes. Skills Required Expertise in C# .NET Core and Windows printing APIs. Experience with PDF metadata extraction (e.g., page size in mm). Knowledge of printer configuration (custom paper sizes). Example Code Structure using ; using ; // Example with PDFSharp (open-source) public class PdfPrintService { public bool PrintPdf(string pdfPath, string printerName) { // 1. Get PDF dimensions var (widthMm, heightMm) = GetPdfSize(pdfPath); // 2. Configure printer var settings = new PrinterSettings
I'm seeking a skilled developer to create a personalized AI assistant app tailored for realtors. The AI should be capable of generating property listings, drafting social media posts and email scripts, synchronizing with Google Calendar, providing neighborhood statistics, and creating checklists. Key Features: - Generate property listings and social media posts - Draft email scripts and sync with Google Calendar - Provide neighborhood statistics and create checklists Integration Needs: - Seamless compatibility with Google Calendar - Interaction with Facebook - Connection to MLS (Multiple Listing Service) Personalization: The AI's interactions should be more than just basic templates. It should be able to provide personalized responses based on user data. An understanding of th...
...content distortion or misalignment. Provide a debugging log for errors (e.g., CUPS job failures). Sample Script Structure bash Copy #!/bin/bash # Extract PDF dimensions (in mm) width=$(pdfinfo "$2" | grep "Page size" | awk '{printf "%.0f", $3*25.4/72}') # Convert points to mm height=$(pdfinfo "$2" | grep "Page size" | awk '{printf "%.0f", $5*25.4/72}') # Print with CUPS lp -d "$1" -o media=Custom.${width}x${height}mm -o position=center -o fit-to-page "$2" || echo "Error: Check printer size support." Budget & Timeline Budget: Fixed price (state in proposal). Deadline: 5 days after acceptance. Submission Guidelines Proposal Must Include: Expla...
I'm looking for a skilled Excel developer to create a custom Excel form for me. This form should automate the generation of professionally designed, formal and professional PDF donation receipts. The Excel form will need to collect: - Donor information - Donation amount and date - Custom messages or notes The ideal freelancer for this job should have extensive experience in Excel, PDF generation, and ideally has a background or understanding of creating formal and professional documents. The final output should be a single receipt per PDF.
I'm looking for a PHP expert to assist with my MariaDB MySQL project. The task involves copying and updating GDPR-related data from one table to another upon triggering a "Validation" button. Key Requirements: - Proficient in PHP, HTML, and SQL (specifically MariaDB MySQL) - Ability to troubleshoot and fix issues in existing PHP code This project is crucial for ensuring the validation process. Your expertise will help maintain the integrity and security of our user, product, and order data.
I'm in search of a talented designer who can create a unique beer label for our wedding. This isn't just any beer; it's a celebration of our 10-year journey together. The name of the beer will be "3650", representing the number of days we've spent together. Key aspects of the project: - The label should reflect a modern and classy aesthetic, in line with the occasion. - The color scheme is gold and blue, which are my wife's and my favorite colors respectively. - I would appreciate a design that doesn't lean towards any specific style like minimalist, ornate, or vintage, as I haven't made up my mind on that yet. Ideal skills for this job include: - Proficiency in graphic design, particularly label design. - Strong understanding of color coordin...
I'm in search of a talented designer who can create a unique beer label for our wedding. This isn't just any beer; it's a celebration of our 10-year journey together. The name of the beer will be "3650", representing the number of days we've spent together. Key aspects of the project: - The label should reflect a modern and classy aesthetic, in line with the occasion. - The color scheme is gold and blue, which are my wife's and my favorite colors respectively. - I would appreciate a design that doesn't lean towards any specific style like minimalist, ornate, or vintage, as I haven't made up my mind on that yet. Ideal skills for this job include: - Proficiency in graphic design, particularly label design. - Strong understanding of color coordin...
...peer review feedback, and facilitating effective meetings. • Ability to customize e-learning design and user interfaces beyond the default templates including creating custom player skins, navigation controls, and interactive elements tailored to specific project requirements. • Adhere to accessibility standards (such as WCAG guidelines) and demonstrate responsive design principles to ensure optimal viewing across different devices and screen sizes. • Intermediate photo and video editing skills preferred. • Proficiency in scripting and leveraging advanced interactions using JavaScript triggers and variables including custom functionality, calculations, and conditional logic to enhance user engagement and interactivity. • Strong understanding of UX...
...developer will need to understand how to present this information in an engaging and accessible way. - Graphic work is a key part of this project. The website will need custom icons and illustrations, so experience in graphic design is essential. Understanding of how to create graphics that support the website's storytelling aspect will be a plus. - The developer should have experience with Kajabi and be able to create a site that is user-friendly and visually appealing. Ideal Skills and Experience: - Proficient in web development, particularly on the Kajabi platform. - Strong graphic design skills, with experience creating custom icons and illustrations. - Understanding and experience with incorporating storytelling into web design. - Ability to present product ben...
Project Overview: We are seeking a highly skilled AI Developer with a strong background in computer vision and deep learning to enhance our existing YOLO data model. The primary goal is to optimize the model's accuracy, speed, and reliability for real-time object detection tasks using our custom dataset. Project Description & Responsibilities: - Model Evaluation & Analysis: + Assess the current YOLO model performance. + Identify bottlenecks, accuracy issues, and areas for improvement. - Optimization & Enhancement: + Refine network architecture and adjust hyperparameters. + Improve data augmentation strategies to better train the model. + Implement techniques to boost detection accuracy and reduce false positives/negatives. - Testing & Validation: + Validate ...
I'm looking for a skilled software developer to create a bespoke jewellers software & app for my business. The software should primarily focus on inventory management and sales & billing. Key Features: - Inventory Management: This should encompass stock tracking, supplier management, and automated reordering. I want to ensure that I can monitor my stock levels, manage my suppliers efficiently, and have the software automatically reorder supplies when necessary. - Sales & Billing: The software should have a comprehensive sales and billing system, which includes invoice generation, a Point of Sale (POS) system, and payment processing. This will help streamline my sales process and ensure accurate billing. Ideal Skills & Experience: - Proven experience in software de...
I'm looking for an experienced Joomla developer to assist with upgrading my website from Joomla 3 to Joomla 5. The key focus of this project will be to migrate my extensions, which encompass components, modules, and plugins. Key Project Requirements: - Upgrade Joomla from version 3 to version 5...(components, modules, plugins) to the new version. - Ensure the upgraded site maintains its original functionality and performance. Ideal Skills & Experience: - Extensive experience with Joomla upgrades and migrations. - Proficient in working with Joomla extensions. - Strong understanding of Joomla's architecture and functionality. Please note, all my extensions are standard and do not have any custom modifications. I need this task completed smoothly and without any loss o...
...like easyship, goshippo. - Dashboard for Order Tracking & Management: The user dashboard should prominently feature order tracking capabilities. - Web Scraping: Implement efficient web scraping techniques for an optimal Proxy Shopping experience. - Warehouse Management: Enable simple and effective management for Package Forwarding. Ideal Skills and Experience: - Proficiency in both WordPress and Custom Full-Stack Development with eCommerce. - Proven track record of creating modern, user-friendly websites. - Extensive experience with integrating various APIs. - Strong knowledge and experience with web scraping and warehouse management systems. - Excellent understanding of secure authentication processes and payment integrations. - Familiarity with designing dashboards that a...
I need a skilled freelancer to create custom thumbnails for my YouTube videos. The thumbnails should be visually appealing and aligned with my video content. I'm looking for someone with experience in graphic design and great creativity. **Requirements:** - Proven experience in creating thumbnails - Ability to deliver high-quality work - Strong communication skills **Deliverables:** - At least 5 unique thumbnail designs - Source files in Photoshop or similar format **Timeline:** - I need the initial designs within a week.
I'm looking for a beginner Figma UI/UX designer to join my team. You'll be working on both website and mobile app designs, following custom guidelines. Sallary: 10000 INR Key Responsibilities: - Full-time 8 hours daily (9AM - 6PM) - 6 Days a week (Friday is off) - Learning and applying design principles under my guidance - Completing tasks assigned in English Essential Skills: - Proficiency in Figma - Strong background in UI/UX design - Able to converse in English Please share your portfolio demonstrating relevant experience.
...of all pages and designs into WordPress. Key Project Aspects: - Full conversion from HTML to WordPress - Pages include text, images, forms and interactive elements - Integration with a database Custom Features: The WordPress site should not only be a replica of the HTML site, but should also include custom features such as: - Custom plugins - Custom widgets - Enhanced SEO features - A job posting system - A CV posting system - A user login system Ideal Skills: The ideal freelancer for this project should have proven experience in: - HTML to WordPress conversion - Developing and integrating Custom plugins and Widgets - Implementing Enhanced SEO features - Creating Job and CV posting systems - Setting up secure and user-friendly Login systems I am ...
I'm looking for a beginner Figma UI/UX designer to join my team. You'll be working on both website and mobile app designs, following custom guidelines. Sallary: 10000 INR Key Responsibilities: - Full-time 8 hours daily (9AM - 6PM) - 6 Days a week (Friday is off) - Learning and applying design principles under my guidance - Completing tasks assigned in English Essential Skills: - Proficiency in Figma - Strong background in UI/UX design - Able to converse in English Please share your portfolio demonstrating relevant experience.
...should not be able to tell we are a reseller or that services are not provided directly by us. The website should function this like 1) Allow users to register domains on our website and access domain name management services. 2) Allowing users to sign up for hosting, which automatically sets up hosting on the reseller account and gives users access to hosting management services. 3) Create a custom page for website plans, where users can select and purchase/subscribe to website setup and maintenance plans. Users should also have access to a dashboard to review invoices, renew, and cancel services. 4) Implementing a user dashboard that allows for the creation and viewing of support tickets. YOUR SKILLS & EXPERIENCE: - Proven experience in web services integration - ...
I'm looking for an experienced Laravel developer to migrate my old PHP gay adult site to a Laravel format. The site includes a User Membership System, Content Management System, and Video Streaming Capability, among other features. Key Requirements: - Complete migration of all existing features from the old PHP site to the new Laravel version - Enhanced site performance post-migration - Excellent understanding of Laravel framework - Experience with user membership systems, content management systems, and video streaming capabilities The primary goal for this project is to improve the site's performance and makie it Google-search friendly. Please only bid if you have significant experience with Laravel and can ensure a high-quality, efficient migration. Details: 1...
I'm looking for a tech pack for a cotton beanie hat with a custom graphic or logo. The design will be a combination of text and image. Ideal Skills and Experience: - Proficient in tech pack creation - Experience with designing for fabric - Ability to design custom graphics - Understanding of beanie hat specifications - Strong attention to detail - Knowledge of cotton material properties
I'm in need of a custom built real estate website. The primary purpose is to create a secure marketplace where investors and landlords can list, browse, and connect privately. The project has 2 phases non transactional and transactional. Phase 1 only required - see technology roadmap attached. Ideal Skills: - Custom website development - UX/UI design - SEO knowledge - Responsive design expertise Experience with developing similar websites is a plus. Please provide examples of your previous work.
We need a modern, minimalist logo that embodies our industrial expertise while integrating a custom abstract symbol derived from the letters “N” and “K” (see attached concept). The symbol should be a unique shape, not a literal letter combination, reflecting precision and technical craftsmanship. Key Requirements: 1. Symbol Design: Create an abstract/geometric shape inspired by “N” and “K” (e.g., angular lines, intersecting curves). Avoid generic initials; focus on a customize shape. (You may refer TotalEnergies logo for the customized shape only- not for color 2. Color Palette: Primary: Navy Blue or similar which looks attractive and professional 3. Typography: Clean, bold font which looks attractive and professional. Tagline &ldqu...
...(Good for anonymity, while also having a recognizable handle) First Name (First names are generally enough for privacy, unless you require full names) Last Name (Consider if this is necessary for initial use—may be optional) Age/Date of Birth (Important for age verification and matching) Gender (This is essential for identity and matching; consider adding “Prefer not to say” or a “Custom gender” option for inclusivity) Gender Seeking (Ideal for matching preferences, and to give clarity on who they’re looking for) Occupation (Helps to understand lifestyle and values, but could be made optional to maintain privacy) What you’re searching for (Relationship, friends, lovers—important for aligning user goals) ...
I'm looking for a developer who can create a custom launcher for the game Assetto Corsa, specifically for Windows. Key Features: - The launcher should allow for fast start-up times and efficient points logging. - It must handle advanced race statistics, facilitate custom race setups, and manage user registration and quick race starts. Specific user workflow - This is for using AC at a game arcade - when they sit at the PC that runs the game, they should see an individualised login screen using a qr code tied to the specific computer which they can scan with their phone and then register by filling a form to provide their details such as screen name, email and mobile number. If already registered, they can just sign in on their phone - they should be able to select ...
Develop a sleek, professional, and SEO-optimized pet accessories website on OpenCart 4, tailored to showcase 30 products effectively. Deve...product links with accurate details (titles, descriptions, images, etc.). o Optimize each product with relevant keywords, Meta titles, and descriptions for SEO. 3. SEO & Settings: o Configure website-wide SEO settings (keywords, Meta tags, etc.). o Ensure proper categorization and organization of products for user-friendly navigation. 4. No Additional Features: o No payment gateway integration or custom plugin development required. Deliverables: • A fully functional, professional, and SEO-optimized OpenCart 4 website ready for launch. Note: Focus on creating a visually engaging and user-friendly platform that highlights the pet accesso...
...Requirements: - Convert the provided architectural project in DWG format into a Revit model. The architectural model should only include the building structure at a Level of Development (LOD) 100. - The MEP model, which will include the piping elements, should be developed at a LOD 300. The piping elements will cover all aspects of MEP. - Use standard Revit MEP families for the conversion. I do not require custom families, nor will I be providing any specific families. Ideal candidates will have: - Proficiency in Revit MEP - Prior experience with plumbing design and converting projects into Revit - Ability to interpret and translate PDF and DWG files into 3D models - Strong attention to detail to ensure the accuracy of the models at the required LODs. Please share your previous ...
...source appropriate hardware components -Build AI-driven software for real-time data processing -Ensure smooth integration of hardware and software -Optimize for low latency, high accuracy, and real-time performance Preferred Skills: -Experience with computer vision (OpenCV, TensorFlow, YOLO, etc.) -Proficiency in Python, C++, or embedded programming -Knowledge of Raspberry Pi, Jetson Nano, or custom PCB design -Prior experience working on automotive or real-time AI projects Confidentiality: Before discussing project details, you must sign an NDA. Serious applicants only....
I'm in need of a Corel file that includes simple wording and custom shapes, suitable for cutting on a Trotec laser or Kongsberg router. The design will incorporate both text and bespoke shapes, so the ability to understand and implement custom designs is key. Key Requirements: - Proficiency in CorelDraw - Experience with designing for laser cutting and routers - Ability to incorporate and implement custom shapes - Good understanding of working with text within designs Please note that I will provide specific design guidelines and specifications, so you won't need to rely solely on your creativity for this project. However, a flexible and innovative approach will be beneficial.
Proposal Platform: Squarespace Scope: Basic landing page Included Services: ✅ Custom Squarespace Landing Page Setup ✅ Clean & Professional Design ✅ Essential Sections (About, Mission, Contact) ✅ Mobile-Friendly Layout ✅ Basic SEO Optimization ✅ Social Media & Contact Links Let me know if you'd like to proceed!
I'm looking for a designer to help me create a modern and c...with a sharp and visually appealing presentation. Key Responsibilities: - Transform my content into a well-designed pitch deck - Apply a modern and clean visual style - Incorporate infographics and custom illustrations where necessary I have a general idea of brand colors, but I'm open to your professional input and suggestions to ensure the color coding enhances the overall design. Ideal Skills and Experience: - Proven experience in designing pitch decks or similar presentations - Strong graphic design skills with a knack for modern aesthetics - Experience with creating infographics and custom illustrations - Excellent understanding of color theory and design principles - Ability to interpret and app...
...with expertise in Node.js and TypeScript, who is also familiar with CMS platforms like Ghost CMS and Beehiiv. The task involves integrating JavaScript paywall snippets from my Node backend into Beehiiv sites, which are already functioning well for Ghost CMS. Key requirements: - Restrict access to premium content via the paywall on Beehiiv sites. - Customization of the paywall snippets to include custom payment gateways, a personalized user experience, and analytics and reporting tools. - Implementing email and password as the user authentication method for the paywall. I will share detaild requirements during chat, but you have to understand main goal what I am going to do. I will ignore unqualified answers and DO NOT BID if you are not confident with this. If you have a soli...
I need a PHP script from Code Canyon installed on my VPS server, which has cPanel. I have the database details ready, so no need for database setup assistance.
I'm looking for a skilled freelancer to configure our 3CX SMB (Free version) on our WordPress website. Key Tasks: - Create and integrate a chat-only channel on our website. - Create and integrate a call-only channel on our website. - Configure the system to play a musi...Ideally, the chat and call windows should be embedded within the website rather than using an icon or pop-up system. Additional Requirements: - The chat and call functionalities need to be accessible from separate windows on the webpage. Ideal Skills: - Proficiency in WordPress. - Experience with 3CX SMB configuration. - Knowledge in creating and integrating web channels. - Ability to configure custom notifications and system settings. I'm looking for a professional who can deliver this task efficien...
...MVP with unique geometric UI design (not template-based). Core MVP needed by early March 2025. Core MVP Features (Must-Have) Authentication & Profiles User registration/login Profile creation/management GDPR-compliant data handling (UK-based) Real-time Communication One-on-one chat Group chat functionality Community forum/board Location Services Interactive geofencing GPS tracking Custom map filtering Technical Stack (Non-Negotiable) Frontend: Flutter with Bloc/Riverpod Backend: Supabase Additional: NodeJS (if required) Required Deliverables (5-Week Timeline) Week 1 Technical architecture documentation Database schema implementation Basic auth and profile features Week 1-3 Chat system implementation Location services integration Community forum...
I'm experiencing an issue with my YouTube Creator account. Despite my phone being verified, I cannot enable Intermediate features. The specific feature I'm trying to enable is Custom Thumbnails. I haven't received any error messages or notifications from YouTube regarding the issue. Ideal skills for this project include: - Expertise in troubleshooting YouTube Creator account issues - Knowledge of YouTube's Intermediate features - Ability to provide guidance on enabling Custom Thumbnails Experience in dealing with YouTube's support or having prior experience as a YouTube Creator would be a plus. I need someone who can help resolve this issue so I can fully utilize my account.
...main transcoding server, total channels, list of channels show, total user connections,reverse proxy installations for loadbalancers - nginx settings / possible restart nginx/ change streaming ports /rtmp ports/ etc / admin pass change - whitelist / add ips for reverse ip between loadbalancers and servers - firewall block, maxmind api, geo block, country block, lock user to X country connect, user log activity (invalid creds, blocked logs, bruteforce attacks, block single ip, block subnet) - Overview blocked ips, Overview Whitelisted ip adresses/add/delete Stream Checkker, Connection Checker in C++ communicate realtime with frontend dashboard - means check, if user restreamer, check user max allowed logins (open connections at same time) - means ...
I'm in need of an experienced Grafana...utilizing the latest version of Grafana. These dashboards will visualize specific customer behavior data sourced from a Prometheus metrics database. Given my limited availability, I am seeking a professional who can efficiently handle this project. Key Requirements: - Develop 3 Grafana Dashboards focusing on custom business metrics, specifically customer behavior data. - Visualize key customer behavior metrics such as conversion rates and customer retention rates. - Integrate custom metrics sourced from an Oracle database via dedicated SQL queries. Ideal Skills: - Extensive experience with Grafana and Prometheus. - Proficiency in SQL and working with Oracle databases. - Strong understanding of customer behavior metrics and their ...
I'm in search of a CAD designer with a knack for precision and an eye for detail to create intricately designed, high-quality custom grillz. The ideal candidate will have: - Expertise in designing highly intricate grillz - A strong understanding of dental anatomy and jewelry design - Experience working with materials such as Gold, Silver, and Platinum I will provide detailed specifications for each piece. Your ability to deliver outstanding, perfectly fitting designs with quick turnaround times and competitive pricing will be key to our successful collaboration. Please share your portfolio showcasing your experience in this niche, along with your pricing structure and typical turnaround times. I look forward to potentially working together. Best, Kabilsgrillz.
Freelance Job Posting: 3D Jewelry Animation for Necklace with Custom Logo We are looking for a skilled 3D jewelry designer and animator to create a high-quality 3D product video showcasing our necklace with a custom logo. The video should be visually stunning, with realistic materials, lighting, and smooth animation to highlight the details of the piece. Requirements: • Experience in 3D modeling, rendering, and animation (Blender, Maya, 3ds Max, Rhino, or similar) • Expertise in jewelry design (understanding of materials like gold, silver, gemstones) • Ability to incorporate a custom logo into the necklace design • High-quality realistic textures and lighting • Smooth and engaging animation for a short product showcase video • Abil...