我有进行中的、与之前的项目相关的工作Website Design and optimize ( php )'
opencart connect to Stock Manager Advance (v3.0.1.20 ) sync opencart with Stock Manager Advance including order, member, order status. find the attachment is detail document
1、对项目经理负责,负责软件项目的详细设计、编码和内部测试的组织实施,对程序员小型软件项目兼任系统分析工作,完成分配项目的实施和技术支持工作。 2、协助项目经理和相关人员同客户进行沟通,保持良好的客户关系。 3、参与需求调研、项目可行性分析、技术可行性分析和需求分析。 4、熟悉并熟练掌握交付软件部开发的软件项目的相关软件技术。 5、负责向项目经理及时反馈软件开发中的情况,并根据实际情况提出改进建议。 6、参与软件开发和维护过程中重大技术问题的解决,参与软件首次安装调试、数据割接、用户培训和项目推广。 7、负责相关技术文档的拟订。 8、负责对业务领域内的技术发展动态进行分析研究。
我有进行中的、与之前的项目相关的工作I need to develop a server based on websocket.'
我们服务器启用了 windows server 2012 (storage pools) 存储池功能,然后两个硬盘损坏了,我们替换了两个新的上去,不过就是无法删除残留着的硬盘信息。 ============== Disk1 PhysicalDisk-1 Disk2 PhysicalDisk-1 =============== 备注: 我们已经试过这3种指令,还是无法删除已经拆除掉的硬盘残留信息。 ================================================================ $PDToRemove = Get-PhysicalDisk -Friendlyname "PhysicalDisk-1" Remove-PhysicalDisk -FriendlyName "PhysicalDisk-1" Remove-PhysicalDisk -StoragePoolFriendlyName "play" -PhysicalDisks-1 $rem_phy_dis ================================================================ 现在问题是就是无法删除残留的硬盘信息,导致虚拟磁盘无法启动, 所以现在需找这方面(windows server 2012 storage pools) 的专业人士来解决此问题。 你只能在线教我们如何解决,我们无法提供你权限进入服务器。 不过我们可以边做边截图给你,然后你必须步骤告诉我们如何做。 看你们有更好的解决方法不。 qq 1241672155
需要一个小工具可以使用C/C++开发,运行平台windows server 2003/2008/2012 1.首先把和本地通信的ip抓取出来然后区分出ip归属地,可以直接去查ip归属地 国内需要国家和运营商比如 2.2.2.2 中国电信 3.3.3.3 中国联通 国外只需要国家,例如:1.1.1.1 美国 2.主界面显示当前连接的所有ip,已屏蔽ip,未屏蔽ip,黑名单,白名单 可以在未屏蔽ip中右健将ip加入黑名单,或者将国家加入黑名单 3.添加允许出站的程序,允许入站的程序,就等于是防火墙的软件版,功能和防火墙一样就可以 4.界面上带上全局入站(禁止/开启) 全局出站(禁止/开启) 仅限中文竞标和c/c++语言竞标 有能力开发的可以竞标。发开周期15天(看难度时间可增加)
我购买了类似 网站的源码 9(php+mysql)),想做二次开发. 主要是增加几个搜索分类,更改一些网页的风格设计, 去掉原来网站的标记和其它信息, 恢复网站本身所具有的功能,能够运行。
我们有二台VPS服务器, Liunx server: ,和windows server: 209.40.110.120. 请注意我们没有其它的任何信息。 如果你或你的朋友能够找到漏洞通过RDP登陆到Windows server:, 或通过ssh连接到Linux server: 122.147.47.202. 他们中的一个, 如果你能够登陆, 请报价。 Thanks!
我需要收的webim即时通讯软件功能描述: 1.聊天功能。用Ajax编写的网上即时通讯软件im,能集成到web(php开发)并部署到自己服务器中的,具备会员之间的c2c之间的交流。支持视频、声音、文字、表情、图片、传文件功能,消息窗口闪动,声音提醒。 2.同步分组。分组显示好友列表,好友再多条理依然清晰,能够搜索查询好友。 3.聊天记录。数据库保存最近聊天内容(可设置保留时间长短),以备用户查看。 4.多语言页面,语言可以自由选择和修改。 5.可以设置屏蔽敏感字符。 6. 速度快,占资源少,使用流畅,兼容多浏览器。能支持百万用户同时使用。
我有一个持续工作,之前与之相关的项目为'Build a server side website'
开发一款LSP拦截类型的游戏加速器 LSP加速器 架构:游戏客户端 --> LSP --(自定义协议)--> 中转中心 --(任意协议)--> 代理服务器 ----> 游戏服务器 自定义协议: TCP: LSP 拦截Connect,修改目的地址为 中转中心 地址 发送一个数据给 中转中心,数据格式为 remoteip remoteport pid 之后所有 游戏客户端 的数据直接发给中转中心 UDP:对每一个 游戏客户端 的数据进行封装,在数据头部添加 remoteip remoteport pid 为什么使用自定义协议:减少 LSP 与 中转中心 的握手次数提高性能,而且 LSP 所处的环境很特殊,数据交换比较困难。 中转中心: 对内接口使用 自定义协议 进行通信 对外接口可以使用任意协议 为什么使用中转中心:(或者在LSP代码里面建立连接管理) LSP 与 中转中心 建立连接时,先不与 代理服务器 建立连接,而是直接向 LSP 返回连接成功,这与的做法相同。根据前期测试发现,这种做法才能保证游戏客户端不会造成没有响应的现象。 因为 中转中心 处于本地,所以 LSP 与 中转中心 的通信非常快,本质上只是内存的拷贝。 对于后期的扩展,不需要修改 LSP 的代码,只需要将 中转中心 对外接口所使用的协议进行修改,就能够支持任意协议的代理服务器。 参考
SQL注入/代码审计/数据库权限/渗透测试技术 接渗透单子高手,联系电子邮箱:aqcp#(#改成@)语言要求:中文 熟练掌握各种内网渗透测试工具与相关知识,精通常见安全攻防技术:sql注入、xss、文件上传、文件包含、命令执行等漏洞 熟悉linux、unix、Windows、oracle、J2EE等各种环境下WEB的安全配置与安全检查及WEB漏洞防范; 熟悉各种脚本语言(asp,php,jsp,java,net、perl、python等)具备独立挖掘web安全漏洞与入侵手段 具备一定的网络安全知识,对网络安全结构、系统漏洞、入侵检测、病毒防护等有深入理论基础和实践经验; 熟悉渗透测试黑客攻防的步骤、方法、流程、熟练掌握各种渗透测试攻防工具有实际渗透经验者优先; 求大虾接单,脱裤,要求,电话,手机,姓名,邮箱,其他的一概不要。每笔单1000美金起步,根据站的难度而定价格,具体可以详谈,寻找长期合作. 态度认真、中介勿扰,请技术实力说话。
我有一个持续工作,之前与之相关的项目为'Translate From English to Chinese using PO EDIT..'
安全测试、漏洞发掘、漏洞渗透测试、安全审核、安全风险、服务器安全漏洞渗透测试评估与分析及加固; 联系QQ:840555737 2、对产品代码进行审视,找出安全漏洞并提出修改建议; 3、研究各种安全技术,编写和维护用于安全测试的攻击工具、防御工具和分析工具; 4、负责公司Web产品涉及到的安全性研究; 5、负责响应公司的安全事件; 6、为公司员工提供信息安全教育及培训。 岗位要求: 1、熟悉渗透测试的各类技术及方法,熟练掌握各种渗透测试工具;熟练操作各类操作系统、应用平台; 2、精通或熟练掌握php/perl/python/javascript/shell等多种脚本语言; 3、熟悉asp,php、jsp等主流的Web安全技术,包括SQL注入、XSS、CSRF等常见的安全漏洞利用; 4、熟悉国内外主流安全产品、工具,如:AppScan扫描器、wvs等; 5、对Web安全测试有自己的理解; 6、熟悉常见攻击和防御办法,熟悉web安全和渗透技术,能自行进行web渗透测试,恶意代码监测和分析; 7、熟悉ddos攻击类型和原理有一定的ddos攻防经验,能有效防御黑客挂马和恶意流量攻击,会熟练搭建负载均衡系统。
网站用途:园区展示官网 开发语言:php 参考网站: 具体要求: 需要设计的页面数量和网站功能参考附件。 代码要求: 无SQL INJECTION, XSS等漏洞;前端通过HTML和CSS有效验证,class和id等命名符合语义化规范;代码逻辑清晰有注释,方便后期修改升级。 网站维护: 服务商需要提供后期维护支持 其他要求: 服务商最好是成都公司,要有对公账号,可开发票。 请报价格、工期、设计师的portfolio以及在什么开源程序的基础上开发。 熟悉prestashop的优先。
网站建设要求是 网站程序语言是PHP 数据库为SQL Server 不需要做到也下几点: 1、网站界面大气大方 2、网站语言必须为 中午--英文 两种语言 根据访问者的IP来主动换语言 3、一般的交友网站的功能都要做到 4、网站主要功能有一下几点 1、在线聊天 2、在线动态 3、介绍好友 4、相册密码功能 5、在线音乐 6、签到 7、等级功能 8、举报-敏感词 5、这里有几个网站可以拿来参考 这是我的QQ号 929471701
我有一个持续工作,之前与之相关的项目为'PHP pages project'
网站: PHP+Mysql 系统: Linux系统 服务器: nginx+ PHP+Mysql 1,现这套网站需要代码优化,CSS,JS,等页面优化加载速度...以及部分框架的模块更改调用... 2,网站源码安全性优化 3,网站框架的优化
More details: Is this project for business or personal use? This question was skipped by the user What information should successful freelancers include in their application? This question was skipped by the user How soon do you need your project completed? This question was skipped by the user
We are migrating data from our current ERP system (that is stored in an SQL database) to Microsoft Dynamics Business Central Cloud. The source database structures is different than Business Central. We have been able to reverse engineer both the databases and create ERD models and DDL scripts. Also we know how to create Dynamics APIs and use AL to interact with Dynamics. We are looking some consulting advice on how best migrate the data into dynamics. For example looking for ideas how to best table and field match, what software tools to use, best proccess etc for this ETL project. Please describe any experience you have with ETL/migrating data between different systems. Please add the word DYMANICS123 ...
...professional to enhance my Shopify website with a primary goal of increasing sales. The project involves: - Product Page Optimization: Refine product pages to improve conversion rates and drive sales. - Marketing Email Campaigns: Design and implement effective email campaigns targeting potential customers. - Third-Party Integrations: Connect my site with necessary third-party services for a seamless shopping experience. Specifically, the third-party integrations I require are with payment gateways for secure transactions and social media platforms for increased visibility and engagement. Ideal skills and experience for this job include: - Proven track record in eCommerce sales optimization - Expertise in Shopify platform - Proficiency in ...
...created a custom Modpack on CurseForge and have a large map ready for it. I need an expert to set up a server using a paid hosting service. Key Requirements: - Set up of the server with the custom Modpack. - Loading of the downloaded map onto the server. - Implementation of daily automated backups. - Configuration of access levels for players (Limited access). - Allow all cheats in Minecraft server for players such as /gamerule - Allow players to customise the configs of mods used in the Modpack Ideal Skills: - Extensive experience with Minecraft server setup. - Familiarity with CurseForge Modpacks. - Knowledge of paid hosting services. - Competence in implementing automated server backups. - Abili...
...Consultants to provide 20-minute financial consultations to attendees at our Financial Wellness & Homeownership Expos across Queens, Brooklyn, the Bronx, and Long Island. Position Details Role: Financial Consultant Responsibilities: Conduct personalized 20-minute financial consultations. Help attendees identify opportunities for financial growth, homeownership, and investment. Collaborate with vendors and provide tailored recommendations for services. Schedule: Flexible event dates between February and April 2025. Choose the expos that fit your availability. Locations: Events are held in Queens, Brooklyn, Bronx, and Long Island, with more dates to be added. Requirements Background in financial planning, consulting, or a related field. Strong inter...
I'm seeking a talented video editor to help create engaging, mixed media Instagram ads aimed at boosting brand awareness. Key Requirements: - Expertise in editing mixed media videos, incorporating both live-action footage and animated sequences. - Proficiency in motion graphics, with the ability to create compelling, high-quality animations that enhance the overall impact of the ads. - Prior experience in creating content for Instagram, with a clear understanding of the platform's unique requirements and audience. Ideal Skills: - Advanced video editing skills. - Creative mindset with a keen eye for detail. - Strong understanding of brand storytelling through video. Your role will be pivotal in helping us connect with our audie...
...logistics service, similar to Porter. The platform should seamlessly connect vehicle owners with customers based on their needs. Key Features: - User Roles: The platform should support three primary user roles: Vehicle Owners, Customers, and Admins. - Core Functionalities: It should include real-time tracking, a robust booking system, and secure payment integration. Platforms: The application needs to be accessible on the Web, as well as both iOS and Android devices. Ideal Skills and Experience: - Proficiency in web and mobile application development. - Experience with logistics or transport-related platforms is a plus. - Expertise in implementing real-time tracking systems, secure payment gateways, and user-friendly booking interfaces. - Strong sk...
...an experienced SQL professional to take an advanced Hackerrank SQL assessment on my behalf. The test evaluates various SQL skills and knowledge and is timed; with a duration of approximately 2 hours. Key Requirements: - Complete the assessment within the 2 hour time limit - Demonstrate expertise in the following topics: - Joins and Subqueries - Aggregations and Group by - Indexes and Optimization - Ability to write complex scripting queries Please note, specific SQL standards or databases are not focused on in the test as this question was skipped. However, a general understanding of various SQL databases would be beneficial. Ideal Skills: - Advanced SQL knowledge - Proficient in writing scripting queries - Abi...
...help me connect my Node.js server to a MySQL database in a Kubernetes environment. The connection should utilize a connection pool. - Connection Type: The connection between the Node.js server and MySQL should be established using a connection pool. This means that multiple connections can be reused, improving the efficiency of data handling. - MySQL Operations: The majority of operations will be writing data to the database. Therefore, experience in optimizing write operations in MySQL will be beneficial. - Kubernetes Service: The Node.js server will be exposed using the ClusterIP service. Familiarity with this service and its configuration is crucial. Ideal candidates for this project should have: - Proven experience ...
I am looking for a skilled developer to create a dynamic reverse proxy solution using and http-proxy-middleware. The proxy must function similarly to , offering seamless web proxy functionality with integration of a Service Worker on the frontend for advanced request handling. Requirements: Backend (Proxy Server): Build a reverse proxy using and http-proxy-middleware. Support dynamic target selection, routing requests to different backends based on specific rules (e.g., request paths, query parameters, or custom headers). Forward headers, cookies, and other request/response metadata correctly to emulate CroxyProxy's behavior. Implement custom middleware to modify or log requests and r...
I'm in need of a skilled web developer to assist with my site. The job will involve editing text, troubleshooting SQL database problems, and fixing various issues related to the website's functionality. Key responsibilities include: - Content updates: Primarily text alterations to refresh and improve website content. - Database troubleshooting: Identifying and resolving SQL problems that are affecting site performance. - Functionality improvements: Diagnosing and repairing various issues to enhance overall site usability. The ideal candidate will have experience in web development, database management, and content editing. A keen eye for detail and strong problem-solving skills are essential.
I'm looking for a professional who can build a simple, single-page WooCommerce store for me. The purpose of this store is solely to connect with my existing PayGate account. Key requirements: - Experience with WooCommerce is a must - Proficiency in building single-page websites - Expertise in linking payment gateways to e-commerce platforms The store should not contain any additional features apart from being a single page. It shouldn't have product listings, customer reviews or a contact form; just a simple interface connecting to PayGate. The ideal freelancer for this project should have a strong background in e-commerce development and a keen attention to detail.
I'm looking for a PHP developer to build a cleaning service website with a primary focus on a robust online booking system. The website should allow customers to book services via an online form. I will buy the script and you have to edit it according to our company's requirements. Need this: Need to implement this as well: Key requirements for the booking system: - An online form where customers can submit their service requests - The form should collect customer details and the type of service they wish to book and give them live price. Ideal skills for the job would include: - Proficiency in PHP - Experience in developing booking systems
Create a real estate website similar to Scrape data from livabl to be used for my new website. Same and all features/pages as livabl and few more. 1. Homepage: Search Functionality: Prominently positioned search bar allowing users to search by location, community, or company names. Navigation Menu: Includes links to primary sections: New Homes for Sale, Articles, Professionals, Log In, and Sign Up. Featured Listings: Showcases highlighted new home communities with images and brief details. Top Locations: Lists major cities and states in the U.S. and Canada for quick access to new home listings. Latest Articles: Displays recent articles on home buying guides, design trends, and real estate news. 2. Search Results Page: Map Integration: Interacti...
I'm seeking a professional with expertise in finding buyers for exporting Peruvian coffee to North America, specifically targeting retailers. Key Responsibilities: - Identify and connect with potential retailers in North America interested in purchasing Peruvian coffee. - Develop and implement strategies to promote our coffee to potential buyers. Ideal Skills: - Strong network and connections within the North American retail sector. - Experience in coffee exportation. - Excellent negotiation and communication skills. - Knowledge of the coffee industry and understanding of the unique qualities of Peruvian coffee.
I am in need of a professional who can assist in registering my already established business and setting up a comprehensive database for global news distribution. Key Responsibilities: - Register my business with relevant authorities. - Create a database that caters for news distribution, both in the USA and globally. Ideal Skills: - Experience with business registration processes. - Proficiency in various types of databases, including SQL-based, NoSQL-based, and Cloud-based. - Prior involvement in setting up a news distribution system.
I'm looking for a professional who can assist in connecting my Canva account to Instagram Facebook and shopware. The primary goal is to make automated posts on instagram with a link to my shopware site. Key Requirements: - Strong knowledge of Canva and its integration capabilities with social media platforms. - Proven experience in connecting Canva with Instagram and Facebook and shopware. Timeline: I would like this project completed within a month. If you can help me with this, please get in touch.
I want to make an app and website similar to but for a NIL athlete referral program. This would be a place where businesses could sign up to hire athlete to a NIL deal and the people who refer the athletes get a percentage of the deal. User Profiles: Athletes: Create profiles with bios, sports stats, achievements, and sample content (e.g., videos, photos, social media links). Businesses: Showcase their industry, campaigns, and budget ranges for NIL deals. Referrers: Track referral activities and earnings. Matching System: Allow businesses to search for athletes by sport, demographic, location, or engagement metrics. Enable referrers to suggest specific athletes to businesses. Referral Tracking: Assign unique codes or links t...