Find Jobs
Hire Freelancers

webportal to adjust customer settings / lamp, authentication, mysql, data processing

€12-18 EUR / hour

Completed
Posted over 4 years ago

€12-18 EUR / hour

Freelancer have to: - code a new web-interface for a spamfilter-product with Laravel/CodeIgniter that runs on regular linux LAMP with following functions and release it on an empty employers linux-system. Freelancer gets: Root-Access to debian 10 virtual machine fully installed LAMP with example-data in mySQL-DB Web-Interface needs to have all following functions: - provide login-capabilties by USER+Password from MySQL/MariaDB (DB) with additional option for 2FA (just option, doesnt have to be implemented now) - store passwords only salted & hashed in database - Option to provide web-interface to customers in different languages by just modifying a single "translation-file" (just option, no additional languages need to be implemented now) - UTF8 as default charset/language - option for customer to change own password - allows multi-login (different customers or same customer from multiple devices) and take care of locking - provide option to customer to re-sent lost password to customer-address (from DB) - auto logout after X-minutes inactivity - Show customer own domain/s (from DB) - show contract/product details (package-size and productname) from DB MILESTONE 1 IS RELEASE ------------------------------------------------------------------------------------------------------------------------------------------------------- - show if customer has received mails for more mailboxes than he licensed (count uniq RCPT-TO-addresses and record status) - dashboard, that shows overall filter-stats (blocks/rejects/delivers) per day / week / month / year (customer can select timerange) (data from DB) - filter to search through stats (search for all rejected mails in last 5 days or 3 weeks, or yesterday from sender bad-sender@[login to view URL] or to recipient mike@[login to view URL]) MILESTONE 2 IS RELEASE ------------------------------------------------------------------------------------------------------------------------------------------------------- - let customer maintain own black- and whitelists on a per domain or address-basis (add,delete,modify,disable,enable) like blacklist all mails from bad-sender@[login to view URL] for own domain [login to view URL] whitelist all mails from good-sender@[login to view URL] to all domains whitelist all mails to admin@[login to view URL] - sanity check for entries, no blacklist, if there is already a matching whitelist-entry - auto-export of all black-and whitelists settings (for all customers!) everytime, any customer changes a white-blacklist-setting to a local directory on webserver in a single text-file in the following form: Example: [login to view URL]: admin@[login to view URL] john@[login to view URL] postmaster@[login to view URL] [login to view URL] #blacklist uniq-rule-id { from = "bad-sender@[login to view URL]"; rcpt = "@[login to view URL]"; apply { actions { reject = yes; } } } #whitelist uniq-rule-id { from = "good-sender@[login to view URL]"; rcpt = "john@[login to view URL]"; whitelist = yes; } MILESTONE 3 IS RELEASE ------------------------------------------------------------------------------------------------------------------------------------------------------- DATABASE EXAMPLE: table-users: customernumber, username, admin-email-addy, hashed-and-salted-password, package-size, productname 1,mikecorp,admin@[login to view URL],$asdfasdf$, 50, binford 4000 table-domains: customernumber, domains, sender-blacklist, sender-whiltelist,recipient-whitelist 1,[login to view URL];[login to view URL],bad-sender@[login to view URL],good-sender@[login to view URL],postmaster@[login to view URL] table-stats: customernumber, domains, blacklist-entries, whitelist-entries table design is not final and can/should be discussed.
Project ID: 21040060

About the project

38 proposals
Remote project
Active 5 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Hi. Nice to meet you. I checked your project description and I am very confident to do this project. I mastered web development and have much experience. I am not any agent or broker but a senior developer who has 100+ reviews on freelancer platform. You might review my past experience here. https://www.freelancer.com/u/leemilun?w=f I can provide you best result than anyone else. We can discuss in detail via chat. Regards.
€15 EUR in 40 days
4.8 (75 reviews)
6.7
6.7
38 freelancers are bidding on average €16 EUR/hour for this job
User Avatar
Hi there, As per my understanding, you want to create a system; where customers will have their panel to register and login to private area and management of emails data. Questions: - Can you please provide some more details for the after logged in experience? From how many providers, you want to see the emails data? - Can you please explain the customers own domain form the DB point? The database will store the customers domains data from where emails data needs to be fetched? ++++++++++++ You may ignore the bid & once you answer above questions, I can then estimate it precisely. Look forward to hearing from you. Regards, YK LEADconcept PS: Please let me know, if you want to see some of our recently designed/developed Websites.
€18 EUR in 40 days
5.0 (77 reviews)
8.9
8.9
User Avatar
Dear Client, How are you? I'm a Mean Stack Web & Mobile Developer with full experience of more than +7 years in these fields. I have expertise in Web and Mobile, Back end fields. -Web Angular, React, Vue, Express, JavaScript, HTML 5, Bootstrap 3/4, etc... -Back End PHP, Python, Django, Node, Ruby on Rails, etc.. -Database MySQL, SQL, NoSQL, PostgreSQL, MongoDB, DynamoDB etc... -Cloud Hosting and Deploying Server and Back end on GCP, AWS, Heroku, etc... So I can bring you perfect result as you want within a short time. Especially, I have enough experience of Building Insurance Company Admin site using Angular ... Hope to discuss your project more details over chat. Looking forward to hearing from you. Best Regards.
€15 EUR in 40 days
4.9 (74 reviews)
7.7
7.7
User Avatar
Hi I offer a wide range of services, including , Linux , Software Architecture , Codeigniter , MySQL , Laravel I can create and deliver the project as per the information.I have skilled, expert programmers I'm very excited to assist you in making your Sites successful please feel free to contact me directly to discuss this position further. Thanks
€12 EUR in 40 days
4.8 (302 reviews)
8.0
8.0
User Avatar
Hi There! I'm the Certified Web developer. with 7 years of experience I assure you the highest quality of the work. Please discuss details in message. thank you!
€18 EUR in 40 days
5.0 (100 reviews)
7.6
7.6
User Avatar
Hello, thank you for your attention to me. I’ve read your description with care and I’m very interest in your project. I’ve rich experience in PHP. I want work with you. Regards.
€12 EUR in 40 days
5.0 (109 reviews)
7.3
7.3
User Avatar
Understanding- Create a registration page, Login page for the customer, Forgot password functionality for the customer,Create Multi language feature for toggle site language setting from the front end, Create multi-login option for the user which will allow user to login from multiple devices, Create a function to auto logout after X-minutes inactivity, Option for the customer to manage (add, delete, modify, disable, enable) and view domains List, Create a function to check if the customer has received mails for more mailboxes than he licensed, Create a user dashboard to show overall filter-stats (blocks/rejects/delivers) per day / week / month / year, Create a filter function to search through stats rejected mails based on the sender and receiver email mail address, Option for customer to manage (add, delete, modify, disable, enable) own blacklist on per domain or address basis. Option for customer to manage (add, delete, modify, disable, enable) whitelists on per domain or address basis., Auto export of whitelist (when user edit or update white list), Product view and manage (add, edit, delete)contract/product for the customer. Questions - Will you be providing mock-up for the design,do you recommend using open source templates. Is there a admin panel, if yes please let me know what all modules has to be implemented. Do we require email verification while registering? User table-should nt we create another table for the product as one user may add multiple pdts?
€12 EUR in 40 days
5.0 (179 reviews)
7.4
7.4
User Avatar
Hello There, We are a team of experienced PHP developers with more than five years of experience. I have gone through the detailed requirement and will be able to implement your required features. Feel free to write me back for further discussion. Ready to get started immediately. Thanks & Regards.
€15 EUR in 40 days
5.0 (52 reviews)
7.0
7.0
User Avatar
Hi There, I am very much interested in working you as skill sets mentioned are exactly matched with mine. I have read your job description and assure you that I am a perfect fit for the job.I am a senior Designer & Developer having vast and proven experience in web development and Web Designing using PHP, word press,Shopify,magento 1 & 2 , Bootstrap,Opencart, CS-Cart, Laravel, Codeigniter,zend,Yii, Python,React JS,Node JS,Angular JS,PSD to HTML conversion,PSD to Wordpress,UX/UI, CSS, HTML,MYsql, JavaScript, AJAX, APIs and many other. I am having an ability to handle the project in your desired architectural format. In addition, assure you to bring quality and smooth flow with the delivery of Bug-less Product. I appreciate if you initiate an interview to proceed further.I’ll do my best to finish all your projects perfectly within your requirements and deadlines. Thanks
€15 EUR in 40 days
4.9 (39 reviews)
6.4
6.4
User Avatar
Hi, I have done this before but I have a few questions, can we chat please? I have 10 years of experience in PHP.
€12 EUR in 80 days
4.7 (41 reviews)
6.2
6.2
User Avatar
Hi, I am very interested to work on your project - webportal to adjust customer settings / lamp, authentication, mysql, data processing. I have 17+ years experience in Web Development (including CodeIgniter and Laravel) using a large variety of programming languages, frameworks, database architecture, APIs, CRMs, ERPs, mobile development, web design, development tools. There are more then 1000 projects(small/medium/high complexity) successfully implemented and few of them related with yours can be seen on my freelancer.com portfolio. * * Note that my bid is relative and will be adjusted after detailed estimation of implementation effort/coast ** Let's start our collaboration by sending me all details in a written document which will be used as reference during project implementation Thank you! AdiC
€28 EUR in 40 days
5.0 (57 reviews)
5.9
5.9
User Avatar
Dear German employer. How are you? https://www.freelancer.com/u/YuKai7777?w=f I am a senior laravel developer for 5+ years, familiar with php full stack (codeigniter ...) I can deliver on what your looking for. I hope to keep our good long-term relationship and I will do my best for it. Hope to see you soon, Kindly regards...
€18 EUR in 40 days
5.0 (13 reviews)
6.0
6.0
User Avatar
Hi As you can see from my Freelancer profile, I enjoy working with clients that take good quality and design seriously. I'd love to chat with you over online chatting to discuss the job more detail. I look forward to our chat. Have a great day! Thanks Best regards
€18 EUR in 40 days
4.9 (8 reviews)
5.5
5.5
User Avatar
Hi, This is an energetic software developer. I have top skills in web development. While reading your job description, I understood your main goal. As I am strong at this kind of project, I am pretty sure that I can provide you high quality work within short amount of time. I'm ready to start work but I have a few questions. Let's discuss further details and make it happen together. Thanks for considering, ~panda
€15 EUR in 40 days
4.8 (27 reviews)
5.5
5.5
User Avatar
Hi, there! I read your requirements very carefully and understood your needs. This work really attracts me, and I have done similar works before, so I have good knowledge and rich experience. I can start working right after you hire. I hope to establish a long-term relationship with you to fulfill the tasks in the future. As you can see in my profile, I have received good reputations from clients for their completed work. So once you hire me, I won't let you down. Looking forward to your reply. Many thanks. ★Spasov★
€20 EUR in 40 days
5.0 (8 reviews)
5.2
5.2
User Avatar
Need to discuss the table structure and Email related information storage location. It looks like you have some Email System Services for the customers and you need to display the complete stats related to customer's own dashboards. Let me know your best feasible time to discuss the project in detail. Thanks, Ayaz
€25 EUR in 40 days
4.6 (13 reviews)
4.7
4.7
User Avatar
⭐⭐⭐⭐⭐Dear Client. How are you?⭐⭐⭐⭐⭐ I read through the job details extremely carefully and I am absolutely sure that I can do the project very well. I am an experienced professional who has been working with Web Project for over +8 years. I am able to work on 40+ hours in a week and available to communication 24hours every day. I have worked on similar projects to what you are looking for, and I am confident I can exceed your expectations. Please send me your requirement specification. Looking forward to working with you soon. Best Regards. From Zhang T.
€15 EUR in 40 days
4.6 (6 reviews)
5.0
5.0
User Avatar
I have the ability to create back-end code that will add utility to everything the front-end designer creates. I'm passionate about the impact my skills can have in the real world, and firmly believe that I can create innovative solutions to business processes and problems which will ultimately lead to a better user experience. With my previous experience in using an array of programming languages and my expertise at delivering high quality and user rich solutions on time, I see myself as a good fit for your role. I possess a proven and verifiable track record in building and managing mass-market ecommerce sites. In short, I can bring to your company my ability to take finished front-end code and gives it working functionality. I possess an in-depth understanding of both front end and back end technologies, and am very good at defining what success looks like. Furthermore I am proficient in Microsoft and Web Technologies such as javascript,PHP, C#, ASP.Net, SQL Server, Visual Studio, HTML and CSS. Kindly reply me soon so we can discuss more about this. Thank you
€15 EUR in 40 days
4.9 (16 reviews)
3.9
3.9
User Avatar
Hello, I hope you're doing great !! I would like to express my interest & enthusiasm for the assignment posted by you. I am pretty much clear about the scope of work. I have excellent experience in Website Designing/Development. I believe my abilities would be perfect for your venture. I can finish this job within the necessary time frame. I am professional website designer/developer. I have years of experience in this fielded and can provide you my past sample work. I will be serving you with all my hard work and skills. My Key Specialties are:- • PHP/MySQL • Wordpress , CakePHP Framework,YII,Codeigniter,Magento,Shopify • UI/UX Design, PSD To HTML with HTML5 and CSS3, Good Design Skills. • Javascript, jQuery, AJAX, Cross Browser Domain. • Javascript Animation, Object Development. I am looking forward to hearing from you soon. Thank you for considering my cover letter. Thanks Mohd
€15 EUR in 40 days
5.0 (1 review)
3.4
3.4
User Avatar
Hello Sir, I read through the job details extremely carefully and I am absolutely sure that I can do the project very well. I can achieve the results with my team of developers, designers, QA and Project Manager and SDM who will be responsible to take care of your project. We are here for long-term relation providing development service, maintenance, and support. We are the team of 80+ employees and over the past 9 years, we have completed 300+ projects in the web, mobile, and software application development projects Skills: PHP & .NET Frameworks, MySQL, REST API, Javascript, Jquery, Advanced Javascript (Angular, React JS), AWS cloud, MongoDB, Express JS, Mobile application development (Android/iOS), ERP Development, full-stack development, frontend, and backend development, IoT applications. Our aim is your success. We are a software development company who works with small to medium size companies and help them by providing software solutions taking end to end responsibility of a product/application. Queries: 1. What is your bread and butter from this project? 2. Do you have any documentation feature list? 3. When you are looking to start the development? 4. Are you willing to sign the NDA Contract? 5. What is the date of deployment in your mind? Awaiting for a positive response :) Regards, Akash
€15 EUR in 40 days
5.0 (1 review)
1.5
1.5
User Avatar
Hello, Thank you for reviewing my bid. I reviewed project description and I can design logo - 4-6 Initial Logo Design Concepts within 24 hours - Unlimited Revisions - Multiple Formats provided I am an experienced graphic designer having 7 years of experience. I have great reputation here on Freelancer in terms of portfolio and profile reviews. Please check portfolio and Profile here: https://www.freelancer.com/u/AshleyRosa786.html Please message and let me know if you have any questions so we can discuss more. Thank you .
€30 EUR in 2 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of GERMANY
Trostberg, Germany
5.0
11
Payment method verified
Member since Dec 23, 2018

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.