How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
(See all)
VB App to do SNMP download from a router
By wbunker on Sep 12
Max Bid: $100


Reporting ASP.NET page with 3 ascx contols
By wbunker on Sep 12
Max Bid: $75


Simple Proxy Checker
By , on Sep 12
Max Bid: Open to fair suggestions


PHP script for "loading" MySQL database
By rm54 on Sep 12
Max Bid: $20


Fun Cartoon Style Logo
By Wampy1 on Sep 12
Max Bid: $35

(Screen Shot)

XML/PDF System for Creating Reports using PHP and ...
By g8z on Sep 12
Max Bid: $1,500


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(177 open)
   Access 
(52 open)
   MySQL 
(96 open)
   Oracle 
(10 open)
   SQL Server 
(68 open)
   Other DB 
(21 open)
Documentation / Tech Writing 
(30 open)
   Language (Human) Translations 
(12 open)
Data Entry 
(37 open)
Game Development 
(12 open)
Graphics / Art / Music 
(51 open)
   Graphics 
(62 open)
     Adobe AfterEffects 
(6 open)
     Adobe Photoshop 
(27 open)
     Adobe Premiere 
(5 open)
     3d Animation 
(18 open)
   Art (Misc.) 
(14 open)
   Music 
(8 open)
   Photography 
(6 open)
   3d Modeling 
(12 open)
Language Specific 
(133 open)
   Assembly / Machine language 
(7 open)
   ASP 
(65 open)
   ASP .NET 
(67 open)
   C# 
(65 open)
   C++ / C 
(120 open)
   Carbon (Mac OS) 
(3 open)
   Cocoa / Obj-C 
(3 open)
   Cold Fusion 
(14 open)
   Delphi 
(50 open)
   Java 
(85 open)
   JSP 
(12 open)
   Perl 
(44 open)
   Python 
(7 open)
   PHP 
(105 open)
   XML/XSL 
(34 open)
   Visual Basic 
(160 open)
   Visual Basic .Net 
(104 open)
   Other 
(65 open)
Misc 
(32 open)
   Middleware 
(1 open)
   CAD 
(6 open)
MultiMedia 
(32 open)
   Video Editing 
(11 open)
Network 
(35 open)
   Network Design 
(5 open)
   Network Implementation 
(5 open)
Platforms 
(64 open)
   Windows 
(171 open)
     MS Exchange 
(8 open)
     MS Office 
(18 open)
     Other 
(7 open)
   Darwin 
(3 open)
   Embedded Systems 
(3 open)
   Hand Held/PDA Programming 
(8 open)
   Internet Browser 
(50 open)
   Linux 
(63 open)
   UNIX 
(26 open)
Requirements 
(11 open)
Security 
(23 open)
Testing / Quality Assurance 
(15 open)
Web 
(192 open)
   Page Design 
(93 open)
   Flash 
(56 open)
   Marketing 
(12 open)
     Search Engine Optimization 
(9 open)
     Marketing (Other) 
(11 open)
   Web Services 
(81 open)
   Web (Other) 
(97 open)
Training 
(8 open)
   Computer Based 
(6 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Very Simple Support/Help Desk Script
Bid Request Id: 66702
Bookmark in my 'To Do' list
Posted by: 1stepahead (6 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 0.00%
Buyer Security Verifications: Good
Approved on: Jun 4, 2003
10:23:32 AM EDT
Bidding Closes: Jun 8, 2003
3:46:24 AM EDT
Viewed (by coders): 140 times
Deadline: 6/11/2003
TIME EXPIRED
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Very Small Business Project: under $100 (USD)
Bidding Type: Open Auction
Categories: PHP
Enter chat room for this bid request
(0 active users at Sep 13, 2003 2:37:51 AM EDT)

Description:
I need to generate a very simple support/help desk system for my company. I have put together the basic page layouts and I need someone to add php to the pages and a mysql database to make this work. You may also need to make a few other php pages that I have not listed. I will try to be as complete in my description as possible.

Here is basically what needs to happen:

1. A client goes to my support help page at: http://www.mywebsecret.com/help/help.htm
2. On that page, you can see where the client can fill out a form to ask for help.
3. The information from the form is stored in a MySQL database along with the clients IP address, the date that the client sent the message, a random 10 digit ticket number, and the message is tagged as new.
4. An email is sent to the client letting them know we have received their support request. You can view the email message sent at: http://www.mywebsecret.com/help/vemail.htm

Admin Back Office:
1. There is a login page for the admin to view the message. A sample page is at: http://www.mywebsecret.com/help/admin_login.htm
2. Once the admin logs-in, he is taken to the admin homepage at: http://www.mywebsecret.com/help/hadmin.htm
3. On the homepage, the admin has the choice to view the new messages or view the answered messages. He is also shown how many new massages there are.

***I will continue description in the deliverables sections.

Deliverables:
View New Messages:
1. The admin clicks on the View/Search New Messages link and is moved to the New Messages Page: http://www.mywebsecret.com/help/nadmin.htm On this page the admin has the ability to view all the messages that have not been answered. The messages are listed by date, ticket number, importance, and message subject. The oldest message is displayed first.
2. The admin has the ability to view a specific message by clicking on the subject of the message. Once Clicked, the admin moves to the View New Message Page: http://www.mywebsecret.com/help/vmessage.htm
3. On the View New Message Page, the admin views all the information submitted and also has the ability to respond to the message or delete the message.
4. Once the “Reply to Message” button is pressed an email is sent to the client with the answer to their question. A sample email can be found at: http://www.mywebsecret.com/help/vemail.htm
5. Also, the message is now tagged as answered and is removed from the new message view page.

View Answered Messages:
1. The admin can click on the View/Search Answered Messages link on the admin homepage to view all the answered messages: http://www.mywebsecret.com/help/aadmin.htm
2. The admin is now able to view and/or search answered messages.
3. The admin can view an answered message by clicking the subject of the message. The admin would then get sent to the View Answered Message Page: http://www.mywebsecret.com/help/vamessage.htm This page displays the original message from the client and the answer that was given to the client. It also has a delete message link.
4. Messages older then 45 days from the date they were answered are automatically deleted from the database.

I assume the MySQL database would have the following fields:
status = New or Answered
firstname
lastname
username
email
phone
importance
ip
date_message_left
date_message_reply
subject
message
reply
ticket

Please feel free to ask any questions. You would need to supply me with a working copy of the php pages. Please incorporate the php into the pages that I have already created.

This program should work with PHP 4.X.X and higher

1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.

3) Complete ownership and distribution copyrights to all work purchased.



Platform:
PHP
MySQL

Must be 100% finished and received by buyer on:
Jun 11, 2003 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.


Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
SilverRain
(8 ratings)
in Chicago, Illinois
United States
Bid id: 714,692
 
$75 (USD) Jun 4, 2003
1:28:17 PM EDT
 10
(Excellent)
   

Here is a sample of what I got based on your request. It isn't done, but showed you that I am fully qualify for the project and is a few hours away from finishing the projects.

Admin Login: http://x1.nextology.com/PHP/support/admin_login.php

Help Form:
http://x1.nextology.com/PHP/support/help.php

 

This bid was accepted by the buyer!
SilverRain
(8 ratings)
in Chicago, Illinois
United States
Bid id: 714,823
 
$60 (USD) Jun 4, 2003
2:35:22 PM EDT
 10
(Excellent)
   
I have completed your project! All there is left now is to test it and make minor changes to whatever new idea u and I have!


Admin Login: http://x1.nextology.com/PHP/support/admin_login.php

Help Form:
http://x1.nextology.com/PHP/support/help.php
 
 
 
 
  There are 6 private replies to/from SilverRain. Click here to view them.
 




Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Securenext
Rated a 9.97 on 120 jobs 
Buddies
Rated a 9.84 on 91 jobs 
Codman
Rated a 9.97 on 158 jobs 
Andrei Remenchuk
Rated a 10 on 14 jobs 
D-N-S
Rated a 9.93 on 39 jobs 
hernest
Rated a 10 on 121 jobs 
markesh
Rated a 10 on 23 jobs 
Maxnet Technologi es Private Limited
Rated a 9.93 on 85 jobs 
florentin
Rated a 10 on 56 jobs 
PSergei
Rated a 9.76 on 103 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.