Find Jobs
Hire Freelancers

Back & front end. Mysql expertise. Secure forms

£750-1500 GBP

Cancelado
Publicado há mais de 10 anos

£750-1500 GBP

Pago na entrega
Front and backend design + development. Whole build. Improve initial designs Create booking forms and secure credit card details. No payment gateway. Website only collects booking information and then passes it to hotels - bookings will be faxed to each hotel. [login to view URL] and [login to view URL] do this. PSD illustrations to be used as a guideline to create website: [login to view URL] [login to view URL] Process 1. Client selects event from list (mysql) 2. Event page is displayed to show available hotels (mysql) 3. Client books hotel through secure form 4. Secure data is encrypted 5. Booking information manually faxed to hotels Booking forms to be a similiar standard to global companies i.e. lastminute, hotels.com. Requirements Update event lists Update available hotels Option to show client hotel details Twitter integrated Please tell me... How you would secure forms? How the forms information will be accessed? Backend - how will I be able update website e.g. add & remove events, add hotels and hotel details? Look forward to hearing from you
ID do Projeto: 5018720

Sobre o projeto

43 propostas
Projeto remoto
Ativo há 10 anos

Quer ganhar algum dinheiro?

Benefícios de ofertar no Freelancer

Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
43 freelancers estão ofertando em média £1.245 GBP for esse trabalho
Avatar do Usuário
Dear Sir, I have read your Project Description and understand the requirements. I also understand that you don't want payment gateway feature but based on the overall requirements, our estimate is little higher than your set budget, so would you be flexible in your set budget? Please see below answer to your questions: ---- How you would secure forms? LEADconcept: We will produce a form key for every form, the key would relate to a database record, and something else unique about the page view (the userID, a cookie, etc.). A form cannot be posted if the form key does not match for that user/cookie. The key is used only once, preventing an automated tool from posting again using a stolen key (for that user). The form key can also be a shared-secret hash: the PHP generating the form can hash the cookie and userID, for example, something you can verify when the form is posted. Our programmer will use the best technique to make the forms secure. How the forms information will be accessed? LEADconcept: There are different methods/way to access the forms information, do you want us to explain you the implementation or code? Backend - how will I be able update website e.g. add & remove events, add hotels and hotel details? LEADconcept: We will provide you a very user friendly Admin Side, so that you can easily add/edit/update all the information and if you will need any kind of help, then we can create a nice document with guidelines about using Admin Side. ----- Regards, YK
£1.578 GBP em 30 dias
5,0 (142 avaliações)
9,3
9,3
Avatar do Usuário
Hi, I like to help you on this and develop such a site. How you would secure forms? :: At very 1st we need to make sure all forms are in SSL enabled section. So, you may need to buy SSL certificate for your domain. Also I don;t suggest storing credit card details in database. But if needed, those data will be encrypted and stored. How the forms information will be accessed? ::: Basic form info can be sent in preferred email. Or in backend can be shown, Backend - how will I be able update website e.g. add & remove events, add hotels and hotel details? ::: There will be admin area to do those. Thanks
£1.237 GBP em 24 dias
4,7 (1364 avaliações)
9,5
9,5
Avatar do Usuário
Hi, Experienced team for web application development. I have seen the project description and I understand the requirement. I am looking forward to discuss this requirement in detail. thank you Vibhor
£1.278 GBP em 28 dias
5,0 (239 avaliações)
8,7
8,7
Avatar do Usuário
**********************.. YOUR SEARCH ENDS HERE .. ********************** GET IT DONE RIGHT THE FIRST TIME! Hello Sir/Ma'am, I look forward to talking to you further and getting started. I've been working in simple and extensive Website Coding (PHP, MYSQL, .NET, C#, ASP, DRUPAL, JOOMLA, DOTNETNUKE, PERL JAVASCRIPT, CSS, HTML & A LOT MORE!), Website Designing and Graphic Design for ***over 10 years now. After working as a ***top sales and marketing representative for Sears, I began to independently pursue my career. I have experience in do-it-yourself CMS, Logos with flare and flash design to name a few. I went to college for business and marketing so ***I know what it takes to sell. Get it done professionally and get it done right! Thank you, Timothy
£1.649 GBP em 10 dias
4,8 (130 avaliações)
8,2
8,2
Avatar do Usuário
Hello Sri Technocrat will provide fully interactive application/website for your project. As per the detail, Sri Technocrat will provide three template functional schemes and sample pages to make your choice for layout. It will be developed as per your requirement document. Answers to your question is as below 1. We can protect form using encryption and captcha. 2. It can be accused via a secured panel. 3. We will provide a admin panel from where you can update any section of the website. The timeline for development is stated along with the bid. During development period, the site would be visible on one of our test servers. At the time of transfer of complete application to your control, we will send you complete code and documentation. We will provide a copy of complete site management manual. The total cost of the development is stated along with the bid. Sri Technocrat takes services of professionals in the fields of graphic designer, site management and programming. In order to provide best performance and in time, we accept milestone payment along with contract. We transfer all source codes, security protocols and password management to the client. We carryout site development in a modular form, so that and additional feature / facility can be added without disturbing the existing site. Thanking you for considering Sri Technocrat as a partner in development. With regards, Sri Technocrat
£842 GBP em 30 dias
4,8 (96 avaliações)
7,8
7,8
Avatar do Usuário
hello there ! i have read your project requirements but want to ask questions but firstly here are the answers of your questions ! well form's data will be encrypted and stored in database in encrypted form and when data will be fetched from database it will be decrypted , where algorithm can be developed specially for this purpose .... forms information will be showed on admin panel , as well as where you can manually check all information , on other hand at time of form submission a alert email will be sent at your email address. please let me know how many forms will be developed ? i have quite best experience with php and mysql , so assure you for best and accurate piece of work . thanks Muhammad imran
£1.333 GBP em 15 dias
5,0 (243 avaliações)
7,2
7,2
Avatar do Usuário
Hi sir, My name is Leonardo Medina, and I´m from Brazil. There are a few things to note when dealing with PHP sessions and security: How you would secure forms? * Ensure the correct permissions are given to the session files on disc. * Use SSL * Regenerate the session ID every time the user logs in/out or gains privileges. * Store auth data in the session, not a cookie. * Usage of hashcash (google for it) * For storage of encrypted data, we could use a BLOB field, and use MySQL's built in encryption functions. Example: update mytable set myfield = AES_ENCRYPT('some value', 'your secure secret key'); .. or we can make use of PHP's Mcrypt functions. How the forms information will be accessed? For clients, we can make a client control panel. Admin will have a backend for this. Backend - how will I be able update website e.g. add & remove events, add hotels and hotel details? A CMS will be done in order to admin be able to edit all details and configurations of the site. Please allow yourself to take a look at some samples of our previous developer works here at https://www.freelancer.com/users/profile.php?id=2699627 as well as in our portfolio at https://www.freelancer.com/users/profile.php?id=2699627&page=portfolio Best Regards.
£1.250 GBP em 30 dias
4,9 (153 avaliações)
6,9
6,9
Avatar do Usuário
Hi, I am experienced PHP developer and I am interested in working on your project. About the secure forms, we can use https in combination for encryption. That way the data will be secured 100%. The forms information can be accessed using AJAX, which will provide more friendly user interface. About the back end, I will provide several simple forms which will help you easy to manage all data for your website. Please contact me for any further details. Regards, Katerina
£1.000 GBP em 30 dias
5,0 (30 avaliações)
6,6
6,6
Avatar do Usuário
Hi, I looked your posting and I am very much interested to work with you ...I am an India based software professional providing a range of IT services and solutions that address the technology needs of your company in a variety of vertical business segments. You can take a test by asking for a small application or module with no cost. I am a person who first prove myself and then ask for work ;) so if you are interested ... lets discuss the project. Apart from that, I have more than 8 years of expertise in Designing, Development on PHP, MySQL, Apache Solr, CouchDB, HTML, CSS, SEO, Smarty, AJAX, jQuery, Google APIs, Oscommerce and customised ecommerce based projects as well as most of the payment gateways and many other Open Source Technologies and frameworks. Key features why you should consider me for your work - 1. First of all, I am working independently as freelancer, so no restrictions on working hours 2. Always discuss the project deeply before start so that the development would be fast and on-time. 3. Timing: I am online 8-10 hours daily from 9:30 AM to 8.00 PM (indian time). 4. Prompt reply through Email or Messenger. 5. Having a staging server to show the development/updates to client(if required). 6. Development option : per hour, per week, per month, per project. Looking forward for an positive response and a long business relationship. Regards, Nand
£1.250 GBP em 30 dias
4,8 (130 avaliações)
6,6
6,6
Avatar do Usuário
hello, Let me start by answering your questions: - security is my specialty. Many people here will tell you that they encrypt data and stuff, but actually they can't do a proper job. 1. form data will be transmitted over https, which is an encrypted channel, and client data will be encrypted with aes256 before storing in the DB. passwords will be hashed using industry standards. The most important think to look for is PHP code quality, as people using mysqli, or even worse mysql PHP extension will leave gaping security holes throughout your site. My solution ? the PDO extension, used CORRECTLY. I don't understand the second question. final question: I will make and easy to use admin panel where you can add/edit/delete every kind of data, including hotel info.
£1.250 GBP em 30 dias
4,9 (93 avaliações)
6,2
6,2
Avatar do Usuário
Hi, I would like to take this opportunity to introduce Maplesoftwares, a software development company. We have been developing & maintaining software for many companies including multinational corporations, for over five years now. We have a highly experienced team who works in several technologies including Java & PHP . We plan to do a highly interactive website based on Twitter Bootstrap, Ajax, HTML5 & CSS3. This would be a light-weight website compatible with all web browsers. Please refer to our profile in Freelancer and Elance. We are already doing projects for clients, who have been more than satisfied with our work. We have extensive experience with MS SQL and complex database queries. Please refer to our portfolio, we have delivered several application with reporting requirements. All these applications have complex queries and calculations being executed in the back-end. Apart for it, the reporting apps developed by us had extensive filtering mechanism which are being managed by dynamic query creation based on filter need. Regards Danish Malik Sales Director - Maplesoftwares
£1.115 GBP em 20 dias
5,0 (9 avaliações)
5,8
5,8
Avatar do Usuário
we are Web Site Designing & Development Team, we have 4+ year experience in web Industry as a employe & Now we decided to work for own self, we deliverd our best quality work as a employe that experince & quality we want share with you, we have core PHP team(2+ years), Wordpress team(2+ years), cakePHP team(2+ Years) , PSD to XHTML(5+ years) / Word press, Spacial HTML5 Responsive (5+ years) [ edit]
£1.111 GBP em 20 dias
4,8 (32 avaliações)
5,2
5,2
Avatar do Usuário
I have great experience in the area of JAVA and PHP, why not hire me for your PHP and JAVA project. I have worked as an Graphic Designing Programmer and Graphic Designing Developer and have great experience in these areas. I also have experience in the areas of Core JAVA, JSP, Servlet, J2EE ,PHP, HTML, CSS, HTML5, AJAX, JS, and MYSQL.
£1.250 GBP em 22 dias
4,7 (67 avaliações)
5,3
5,3
Avatar do Usuário
Hello, so, in answer of your questions: The forms will be secured with SSL protocol on the page + encrypting information into the mysql database, from there you will access it. Also, backend control: I will create you and admin page (again with SSL) to securely manage all the features :) If you want more information, let me know. In conclusion I will give you FREE lifetime support on this, thank you!
£750 GBP em 15 dias
4,3 (13 avaliações)
4,6
4,6
Avatar do Usuário
php/mysql team,php/mysql team,php/mysql team,php/mysql team,php/mysql team,php/mysql team,php/mysql team,php/mysql team,php/mysql team,php/mysql team,php/mysql team,php/mysql team,php/mysql team,php/mysql team,php/mysql team
£773 GBP em 5 dias
5,0 (6 avaliações)
2,6
2,6
Avatar do Usuário
We are interested to design and develop your Web site in custom PHP. I can assure you 100% satisfied result of the job. Please have chat in private message for details and past work experience. Thanks.
£1.500 GBP em 10 dias
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
i'm a web developer, with more than 1 year experience. I have the knowledge about HTML, AJAX, CSS, PHP, JavaScript, J query, Zend Framework, WordPress, E-Commerce. i'm competent, quick and honest. i've build website compatible to all browsers and all mobiles
£833 GBP em 20 dias
0,0 (1 avaliação)
0,0
0,0
Avatar do Usuário
I am new to the freelance page and I am looking for opportunities to demonstrate my skills. The access to database information must be made through Stored Procedures, this is a add security for the total control of the sent and received information, these will be accessed via web services (SOAP, Restfull, etc) for the validation of information and locking the future query-injection, all this they can implement security through SSL. The administration of the site can be controlled through to access panel restricted with configurable permissions. This panel will can management the web content safely and easily through to search filter to allow see to results and tracking of the booking, you can send an email alert to notify new customer inquiries. I think I'm a good candidate for this project and can deliver within the agreed timeframe.
£1.250 GBP em 3 dias
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
hi , i am ready to work with you on least amount while giving you better quality then any other one !! the reason is just to create a long term realtions with you and your organization !! i am having more then 5years experience of development and designing on various platforrms like : PHP,JAVA,ANDROID,iPhone, .NET,JOOMLA,WORDPRESS,HTML,UI/UX,PHOTOSHOP,C,C++,C#,DRUPAL etc.
£835 GBP em 14 dias
0,0 (4 avaliações)
3,9
3,9

Sobre o cliente

Bandeira do(a) UNITED KINGDOM
United Kingdom
0,0
0
Membro desde ago. 12, 2013

Verificação do Cliente

Obrigado! Te enviamos um link por e-mail para que você possa reivindicar seu crédito gratuito.
Algo deu errado ao enviar seu e-mail. Por favor, tente novamente.
Usuários Registrados Total de Trabalhos Publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Carregando pré-visualização
Permissão concedida para Geolocalização.
Sua sessão expirou e você foi desconectado. Por favor, faça login novamente.