We need to add new features and optimize some existing features for this AI platform, and we have already completed the Figma design. The developer needs to successfully help us connect to the front end so that all features can run smoothly. The back end of our website is written in PHP source code and the front end is written in , and development work needs to be done on our server. We need to add: - AI functions - Basic functions AI Chat function: Add canvas function (can be edited like the drawing function of ChatGPT) Add the same function as ChatGPT Operator (allow AI to call external web pages for operations) Add voice interaction function (turn AI text into speech mode, add interrupti...
..."version": "5.1.1", "comment": "Export to JSON plugin for PHPMyAdmin" }, { "type": "database", "name": "search" }, { "type": "table", "name": "qf_source", "database": "search", "data": [ 二、CSV文件内第一行为表头栏目说明,后面的每一行是一个独立的资料信息,各栏目字段对应JSON数据文件内的以下各字段,具体对应关系参照下面说明 以下是JSON数据文件内的资料信息字段 "source_id": "1", "title": "", "url": "", "description": "", "content": null, "page_views": "", "is_time": "0", "is_user": "0", "fid&...
Use PHP to copy this AI management panel and add new functions. Our situation: At present, our software has a web version front-end (the front-end has source code, written in Vue3+Gin); The back-end (the management panel obtained by purchasing a license, all functions are encrypted). We need to develop an management panel that is exactly the same as it. And add some new functions to make it more suitable for mobile phone display effects. Optimize AI functions: Add new functions and optimize AI functions: including: the original AI Chat function (add canvas function, search function, memory function, multimodal function, export document function, real-time voice interaction function, voice to text function, memory function), ...
...project aims to extend and optimize the functionality of the existing system, with a focus on improving user experience, security, subscription services, payment integration, and management capabilities. The goal is to develop a versatile and flexible AI API platform that ensures system stability, efficiency, and security. Website: 2. Development Features Overview 2.1 Bug Fixes Add a fix for the logo redirection bug: Correct the error where the logo does not redirect properly, ensuring normal navigation to the homepage or the specified page. Add a check for all code bugs: Conduct a thorough code review, identify and fix all potential issues, ensuring logical correctness and stable operation of the code. 2.2 Data Monitoring and Display...
1:Plesk和wordpress、网站数据都按照在系统盘;要求将Plesk和wordpress留在系统盘上,并将所有网站数据和存储迁移到1000G数据盘上,并将1000G数据盘设置成永久数据盘(服务器,有两个硬盘,一个500 GB的系统盘和一个1000 GB的数据盘。) 2:wordpress页面开发及功能修改和添加功能 3:小程序开发 多个前端1个后台(前端:微信小程序、支付宝小程序、百度小程序、头条小程序、飞书小程序、QQ小程序、快手小程序、钉钉小程序、淘宝小程序) 参考小程序开发框架: 付款方式:Plesk和wordpress分盘完成+pc端修改完成并达到雇主的认可,支付总订单金额至20%; 小程序开发完成并上线使用一个月后,无错误乱码情况支付总订单金额至80%; 剩余10%为质保金,一年内发现乱码或异常等情况雇佣需24小时内及时响应修复后,一年到期雇主结算至总订单金额至100%
您好,Vladimir B.。我留意到了你的简历,想让您参与我的项目。我们可以讨论一下项目的细节。
...英语/法语翻译(预计2-3天) 目前已有部分界面支持双语言,最好是能截图说明哪里需更改,语言文案由店家提供 包含首页,产品列表页,产品详情页,登录,注册,购物车等 之前采用的是第三方多语言切换插件“Translation Lab”,这里的适配可能得多花点时间 不包含币种翻译,币种翻译由官方还是开发者自定义未知,能否实现未知,目前发现由店铺设置默认币种,并未提供动态切换币种的方式 官方不支持“组件名称”多语言版本,如果需要支持,需要额外扩展组件参数【不建议支持,就英文的就行,如产品只会填写一个title,并不会区别多语言】 2. instagram账号展示页,参考竞品实现(预计2天) 1)需新开发一个组件实现,组件参数包含:(预计0.5天) - 标题 - 副标题 - 多组图片+链接 - 底部按钮文字+链接 2)需要支持响应式/移动端(预计1天) 3)支持手动横向滚动,但是不支持滚动轮播(预计0.5天) 3. About us部分以图文形式呈现,且文字部分可翻译(预计1天) - 新开发组件,组件难易程度由以下疑问组成: 图文形式中的图片是否固定,是否固定4个未知 是否只需要支持多语言即可 4. logo可以插到主页任意位置,以及修改页脚的all rights reserved部分(预计1天) 1)【 logo可以插到主页任意位置】新开发一个组件,组件参数包含: - 图片 - 链接可选 2)页脚的all rights reserved部分需要支持切换英语/法语,语言由店家提供 5. 在任意板块上面可以添加悬浮文字(预计1天) 1)新开发组件,组件参数包含: - 支持自定义两张图片地址以及链接 - 支持自定义标题 2)需要支持响应式/移动端...
...短链接服务。 并用shortcode方式写入function.php. 方便前端用shortcode调用。实例:下图是一个获取当前网址的shortcode,可以用来获取当前的长链接。 在前端,通过使用[geturl] 就可以显示输出当前网址。 (当然,输出当前网址方式有很多,这里只是实例说明 SHORTCODE的使用方法。) 短链接转换后,代码结构类似于: 这样, 我可以通过使用[shorturl]短代码在前端显示 转换后的短链接。 2.最后,使用google 二维码API(如果有国内类似的二维码api也可以。)短链接转换为二维码。 代码如下: <img src=";cht=qr&chl=[shorturl]&choe=UTF-8;chld=H;" title="Link to "> 上面标红的,就是用短代码将转换后的短链接传递给google api。 这段前端代码,可以直接在页面使用,也可以在我打印PDF模板使用。 如果国内有类似的前端调用的二维码生成api,能这样使用,也是可以的。
...there is a search box and search button in the page, a status bar, a conversion button, an import button, and a visualization button. 2. First, I can type a word in the search box of the program’s interface. 3. According to the word I typed in step2, the program searches for the corresponding words on 4. Create a list1 to document the explanations on of the word searched in step2. Please notice that only level-1 explanations are needed (as shown in the jpg "无标题", the level-1 explanations of “this” are the sentences rounded by the red circles). In list1, it should include the word, and the explanations attached to the word. In list1, pls keep the sequences of the explanations, ...
Create website for children amusement industry include 5 pages,email, and online chat tool
你好Shopify # WordPress # PHP,我注意到你的个人资料并想把我的项目给你。我们可以通过交流来讨论任何细节。
我们已经有网页了也有apk,就是需要找个人帮我们开发webviewapp,加一个top bar 还有bottom bar, 还有加个返回键。今天内完成。
我现在有一款worpress主题(),它发布一个帖子时,里面有地址字段,我想把地址字段改成以下图为例。 选择框内容可后台自行添加。 然后在添加一个检索框,这个检索框也是以下图为例,通过这个检索可以筛选出对应的帖子。
%RSS新闻内容% 贵宾特邀网址【】 接到此邮件 凭此 qq号码 注册会员 可申请《188》彩金 并提升至vip的身份 彰显您尊贵身份 首存100元最高送388无需申请自动到账。还可以参加每天12:00---15:30准时开始抢红包。电子游艺活动 7大平台15重优惠 最高返水2.5% 天天有惊喜。周周有回馈。月底大派送奖励送不停 详情咨询微信z4743500 QQ2853811896 %email%
我门需要一个会讲中文的programmer。我们是一个中介,我门给英语老师安排中国的工作机会。他们来中国提前必须面试,在我们的wordpress网站用视频plugin来面试。视频面试以后要把视频automatically放在baidupan 还是其它的filesharing网站 We need a wordpress plugin customisation, to link uploaded videos to a Chinese filesharing website. You need to be able to edit the API of any of the following sites: 酷盘, 金山快盘, 百度网盘,帮助文档首页/个人云存储_API 新浪微盘, 华为网盘, 妖妖舞, (似乎非官方) dropbox,
...straight to the 2nd page ) the 2nd page please see and its their 1st the top of this page ,there are buttons 【切换 城市,切换英文版(this is link to another site),免费发帖,我的账号,所在城市名称(press go to the main page ,which is 2nd page),招工,群聊讨论或信息,广告说明,购买广告】 the 3nd page just ad page which is posted by website gonna have lots advertising in the middle and two sides ,so will need change and update in future. no need register to post but if use an email to register an account can manage the ads. when posting need fill title ,location,descraption, all in chinese please cookie remembers the ads were read show in red colour. when user browse different ads, go back to ads list page cookie remember where were read. use id searc...
创建wordpress展示类网站。不超过10个页面。Enfold 或 U-design 主题二次开发。网站需要定制 gravity form。主题和插件已购买。页面的文字内容需原创(中文),相关图片可以提供或自行寻找。预算2.5~3.5千。如果做得足够精致,可以加预算。工期10天内。
我有进行中的、与之前的项目相关的工作Amazon Copywriter - Product Title, Bullet Points & Description for one product'
我有进行中的、与之前的项目相关的工作Remove control bar from a flash video'
Launching an online magazine in Hong Kong, want the footer message with title 'Welcome' and 2 events content ("we are launching... Collecting articles to post, we pay ... each article and award ... each month" & "we will do something for free, post your ideas ") All 3 contents MUST BE in Traditional Chinese and copyright should not be the problem. Sample attached will be a big advantage
Massage Business Design Requirement 1. Page need to be simple and pretty, can be configured and deploy for multiple business 2. Support Language: English 3. Mailing list functions to send out coupons and promotions. We are using POMMO, it is good for our site where number of emails are limited. 4. The user table need to integrate with the mailing list software, such as POMMO. 5. Some functionalities a. customer registration, email validation b. customer to invite other customers, and get referral discount. (Invite another customer, both get a coupon) c. online appointment, appointment will be send to manager's email for approval, manager can approve from the email link d. therapist management function, can easily add...
我需要一个资深安卓开发的工程师,从事安卓3年以上,有wordpress的客户端app开发经验,ios端已经开发完毕。现诚征一名安卓工程师,制作一版安卓app。价格待沟通
...Please follow these steps. 1. Go to and click 'table games then 'more table games' and click the european roulette graphic. 2. Play for Fun. 3. Click the '100-spin' button three times; each after the button clears and allows for the next click. 4. Click the 'statistics' button and view the page. 5. Look either at the top row of 5 numbers or the bar graph and look for a 'zero' above any red, black or the green zero. The top five numbers will read 'Never Hit' and show the number(s) if any that have not been hit in the last 300 spins. 6. If no numbers show, then move cursor up to 'Game Options' and a drop down line will show 'table g...
我们公司自产自销汽车改装车灯,希望找人帮我们在各类社交媒体上进行软文或者视频推广。 推荐产品如下:http://www.amazon.com/Fengdu-Light-Off-road-Combo-Ultra-bright/dp/B00NXC5ZTS/ref=sr_1_cc_2?s=aps&ie=UTF8&qid=1413777330&sr=1-2-catcorr&keywords=fengdu+light+bar
我们需要你的帮助来修改我们WordPress上的网站。 1. 在的网站上, 重新命名两个菜单选项的名称 - Smart Advice更改为Smart News(菜单选项上的"精明育儿") - Smart Buys更改为Smart Products (菜单选项上的"精明优选") 2. 更新这两个页面的模板(pages templates),包括URL路径,横幅图片和标题 3. 更新仪表板(dashboard)的标题 如果你对项目有兴趣,请联系我们,我们会给你详细的项目需求。 ***在我们的管理面板上,部分文字含有简体中文,能閱讀简体中文為佳。
众筹网站,运用虚拟货币支持支付,通过woocommerce或其他方式购买虚拟货币,拥有现场监视条码可观察(progress bar),中英文选项。 可以做的请联系。
...style wordpress theme designed and installed. I already have the existing site running at the moment (), but would like to upgrade the site design. Design must include modern looking paper for content area and navigation area and look cohesive with logo and background. The design should look similar, but absolutely not copied, to look like this site You must not copy any graphics in this site and put it in my design. Site should include the following - 2 Column design. 2 sizes thumbnails (featured image now called) with short excerpt.(just look 90% like [color changed] is totally my idea but the largest thumnails (what's Hot column) should be left hand side instead of right, and "The New Stuff" Column in th...
I'm seeking a talented designer who can create bold and colorful YouTube thumbnails for my channel. Key Requirements: - Thumbnails must be visually striking, with a bold and colorful aesthetic - Thumbnails ...designer who can create bold and colorful YouTube thumbnails for my channel. Key Requirements: - Thumbnails must be visually striking, with a bold and colorful aesthetic - Thumbnails should emphasize text, images and icons - Thumbnails must include the video title in a captivating way Ideal Skills: - Graphic design experience, particularly with digital and social media visuals - Proficiency in design software (e.g. Adobe Photoshop, Illustrator) - Understanding of YouTube's best practices and thumbnail specifications - Creativity and ability to...
I need someone to automate a Full Screen title in vMix. The title should turn on and off at specific intervals, specifically every 15 minutes. This project should not require any scripting. Ideal skills for this task include: - Proficiency with vMix software - Experience with audio-visual production - Familiarity with title automation in vMix - Ability to execute tasks without scripting
Project Title: Utility Bill Payments and Credit Card to Bank Transfer via Rent Payment - App & Web Development Description: We are seeking a skilled developer or development team to create a robust and user-friendly application and website for managing utility bill payments and credit card to bank transfers via rent payment. Key Features: Secure user authentication and profile management. Integration with various utility service providers for streamlined bill payments. Feature to enable users to transfer credit card balances to bank accounts through rent payments. Detailed transaction history and payment reminders. Multi-currency support and real-time currency conversion. Comprehensive admin panel for system management and suppor...
I need a WordPress website for my sofa, curtain, and carpet cleaning business based in Dubai. The site should be similar to Key Features: - The primary goal of the website is to generate leads. - It should contain text and images about our services, customer testimonials and reviews, as well as blog articles and tips. - An additional functionality required is a price list. Ideal Skills and Experience: - Proven experience in WordPress website development. - Prior experience with service-oriented websites will be a plus. - Ability to create engaging content layout. - SEO knowledge to help the site rank well and generate leads.
...will feature telecom job posting. I am looking to mimic Cabl.com. I do want to be slightly different. I want to have categories for the job postings: business to business, independent contractor, and Employment. The jobs posting would be free to view but would cost for the employer to post the job opportunity. Sub categories would be ones similiar to Cabl.com- cable installers, satellite installers, telco installers, etc. I will prove a list of sub categories once ready. In addition to a list view, I do want a map to display all of the jobs. For example, if an employer posted a job for “independent contractor- fiber splicer- Dallas, Texas”, there would be a color code sequence pin on Dallas Texas to...
Hello, I will revamp your website and make it beautiful. Kindly accept this quote and send me the color scheme and updated logo so that I can start the work.
? Project Overview: I am using **WordPress with the Tourfic plugin**, which currently: - Lists **all tours under `/tours/` (Custom Post Type Archive)**. - Displays **each tour under its respective Destination (`/tours/destination-name/`)**. - Allows for **Subcategories under Destinations**, but does not prioritize them. I need a **developer to modify the Tour Archive Page (`/tours/`) and improve the SEO structure** by ensuring: ✅ **The `/tours/` archive page lists only Destinations instead of all Tours.** ✅ **Each `/tours/destination-name/` page lists Subcategories before Tours (if applicable).** ✅ **URL structures follow a clean, hierarchical SEO-friendly format.** ✅ **A child theme is used for customization to avoid breaking changes in future updates.**...
Job Title: QA Automation Analyst (Playwright Expert) Key Responsibilities: - Playwright Expert: Extensive experience with Playwright (C#, TypeScript) and frameworks like Angular and React. - Perform Web, API, and Database Testing with precision and efficiency. Requirements: - Strong hands-on experience with Playwright (must-have). - Excellent problem-solving skills to maintain high software quality. - Available Monday-Friday (optional weekend overtime). - Comfortable with remote work and secure laptop access.
...called Title “Quit Your Whinin’ and Start Cashin’ In!” Sub headline “Gene Lasker’s No-BS Path to Launchin’ Your Invention and Rakin’ in Real Money” The auther is an inventor and celebrity race car driver INTRODUCTION: NO BS, NO EXCUSES—JUST RESULTS Alright, listen up. If you’re here because you’ve got some “million-dollar idea” but have no clue how to make it happen—congratulations, you’re in the right place. But if you think this book is gonna be some rah-rah, feel-good, “follow your dreams” motivational garbage—you’re in the WRONG place. Because here’s the truth: Ideas are worthless. Execution is everyt...
...assignment is to give you the opportunity to see how psychology applies to your different aspects of life. By this point in the class, you should have become aware of how you interact with psychology daily. Understanding this connection between your life and psychology is one of the core objectives of this class. Below is a link to the psychology research section in the Ivy Tech Online Library. Psychology Research Link - Ivy Tech Online Library Instructions Complete the following steps: Find and describe three scholarly articles that discuss the practical applications of psychology. For a reminder of what a scholarly article is, and how use the library to find scholarly articles, please watch the video linked below...
? Job Title: Web App Development for SlidePedia – Digital Presentation Library ? Project Description: We are looking for an experienced web developer or development team to build SlidePedia, a digital presentation library where users (teachers, students, and parents) can browse, filter, and access educational presentation templates. The project will include: ✅ User-friendly UI/UX with a modern, engaging design ✅ Library system to categorize presentations by grade level, subject, and type ✅ Search & filtering for quick access to presentations ✅ Integration with Canva (users should be able to open templates directly in Canva) ✅ Download options (PDF/PPT) for users who prefer offline access ✅ User authentication (optional for saving favori...
...install a WordPress theme template with demo data and integrate LearnDash into my site. The selected expert will also need to customize the LMS with demo data. Key Responsibilities: - Install WordPress theme template with demo data - Integrate LearnDash LMS into WordPress - Customize LearnDash with demo data The ideal candidate should have: - Extensive experience with WordPress and LearnDash - Proven track record of LMS integrations - Strong skills in WordPress theme customization Customizations Needed: - Create custom course layouts - Set up custom user roles and permissions - Develop custom grading and feedback forms The perfect freelancer for this project would have experience with creating engaging and interactive course layouts, ...
...designer skilled in InDesign or Illustrator to create a visually appealing minimalist design for my 6x9 non-fiction book. Key Requirements: - Design should be modern and minimalist, avoiding clutter and unnecessary elements. - The cover will feature a burgundy jacket, with a black jacket on the back cover. The colour scheme is predominantly white, with minimal use of navy blue and light blue. - The spine and back cover will include my logo and the book's spine, respectively. - The design should primarily emphasize visual aesthetics. Ideal Skills and Experience: - Proficiency in InDesign or Illustrator is a must; Canva and AI should not be used for this project. - Demonstrable experience in designing minimalist book covers. - A keen eye for visu...
I need my WordPress site () revamped with a mobile-friendly, responsive design. Specifically, for the forums page, I want the same navigation as the homepage, but with a search bar included. Key Requirements: - Integrate phpBB forum into the forums page without disrupting navigation. - Improve the overall design to be responsive and mobile-friendly. - Provide expertise in SEO optimization to increase site traffic and expedite Google listing. Ideal Skills: - Extensive experience with WordPress and phpBB. - Proven track record in SEO optimization. - Strong skills in responsive web design.
ESPAÑOL Estamos buscando un desarrollador/a con experiencia en WordPress para crear el sitio web de The Vincent, nuestra cagency (consultora tecnológica y agencia de publicidad) con un enfoque en inclusión, sostenibilidad y compromiso social. Queremos un sitio moderno, accesible y funcional, alineado con nuestros valores y optimizado para la mejor experiencia de usuario. Requisitos del proyecto: ✅ Diseño accesible: Compatible con lectores de pantalla, opciones de alto contraste y navegación intuitiva. ✅ Estructura del sitio: Inicio: Presentación de The Vincent. Quiénes Somos: Historia, valores y equipo. Servicios: Publicidad, UX/UI, Desarrollo Web/App, Consultoría TI, etc. Portafolio: Muestra de proyectos previos y casos de...
Project Title: Development of a Chat App & Website (React Native/ EXPO + Firebase Login) Project Overview : I am looking for a skilled freelance developer or development team to build a fully functional chat application available on both web and mobile platforms (iOS & Android). The application should be developed using React Native for mobile and React.js (or another suitable framework) for the web, with Firebase authentication for user login and data storage. Key Features & Requirements: 1. User Authentication: Users should log in via mobile number and OTP verification. Firebase Authentication should be used for OTP-based login. Secure user session management. 2. Dashboard & Chat Options: The main dashboard should have two primary chat options: PD...
Title: Build a Professional Marriage Network (Like LinkedIn but for Marriage) Description: I’m looking for a developer to create a professional marriage network similar to LinkedIn but focused on matchmaking in Saudi Arabia and the GCC. The platform should be trustworthy, simple, and free to use, with a pay-later model when a match results in marriage. Key Features: • Profiles with Verification: Users create structured profiles (education, profession, values, etc.). • Connection Requests: Users can send requests like LinkedIn but for serious marriage discussions. • Moderation & Privacy: Strict user verification and moderation to ensure Islamic compliance. • Tech Stack: Preferably Flutter (so it can be con...
I'm looking for a proactive social media expert to help sell tickets for an upcoming bar club night. You'll be using our existing profiles on Facebook, Instagram, and Twitter, as well as creating engaging content for some platforms. Key Requirements: - Experience in social media marketing - Ability to create engaging content - Proficiency in Facebook, Instagram, and Twitter - Sales-oriented mindset - Understanding of nightlife culture and audience Your main tasks will be to generate interest, promote ticket sales, and ultimately drive attendance for the night. The ideal candidate will have a knack for creating content that resonates with our target audience and encourages them to purchase tickets.