College Managment System

College Managment System
Hi,
I want a complete web based college management system.I want it to setup in my web server.So i need your complete written instruction how to setup and how to use.

I want something like.But must be web based

http://software-files-l.cnet.com/s/software/11/03/14/14/ClgMngSys3.msi?e=1271025292&h=f85c889e3cb788b9033a7856b4d0f892&lop=link&ptype=1901&ontid=2064&siteId=4&edId=3&spi=b8a24f303f9b7335e457cdcc8750a371&pid=11031414&psid=10501223&fileName=ClgMngSys3.msi

You must give me 100% source code and must transfer copyright to me.
And you must not able to sale this later.It must easy to use and I need a nice graphical interface also.

100% will be escrowed for winner programmer.

Thnx
MSH

A Clone Of Fiverr.com

Fiverr Clone

Only 49 USD

Download Fiverr Clone

fiverr clone script

A Clone Of Fiverr.com
i would like an exact clone of fiverr.com which includes
all features incl. the paypal payment options.

The only difference between the clone and fiverr.com is that
the user should be able to offer their work at any price they
want through a text-input box.

For the site configuration i need also an admin backend area.

Php Or Asp Parsing & Cron-job

Php Or Asp Parsing & Cron-job
We would like for someone to create us a PHP data harvester (basically a parser) that runs based on a server cronjob. If you think you can get the whole project done in ASP.net instead, feel free to (just make sure you mention which in your bid)

There is a real-estate site which contains record information we need to store and make searchable but because the complete data for these records are stored on a few different URLs we will need you to basically get the data out of those URLs and store them in a way where a search will return all corresponding data to a particular entry.

This project needs to be finished FAST.
I’ve been a developer myself and I know how long things usually take
to get done right, but we’re hoping for a quick turnaround. Please be sure to mention your understanding of the project in the PMB if you’re going to bid as this is very important.

Note:

I need to mention that the entire harvestor was previously written for us in C#(Desktop app) but that due to changes in the site’s structure that app no longer works. Many of the URLs for the parser are the same
and we would urge anyone looking into doing this project for us to give a quick review of the C# code so you can see how the process used to work.

url A has the form

http://www.oscn.net/applications/oscn/casesearch.asp
(example, already filled parameters)
http://www.oscn.net/applications/oscn/casesearch.asp?query=true&srch=0&web=true&db=Oklahoma&number=&iLAST=&iFIRST=&iMIDDLE=&iID=&iDOBL=&iDOBH=&SearchType=0&iDCPT=&iapcasetype=All&idccasetype=2&iDATEL=01/01/10&iDATEH=01/04/10&iCLOSEDL=&iCLOSEDH=&iDCType=0&iYear=&iNumber=&icitation=”

url B is:
http://www.oscn.net/applications/oscn/GetCaseInformation.asp?submitted=true&viewtype=caseGeneral&casemasterID=2557003&db=Oklahoma

The data is currently accessed as follows (basic example):

1. A search query containing parameters is made to a URL (url A), the page returns a table with a list of results
2. The data from these results needs to be parsed and then stored in a database
3. Further information about each record is then pulled from a second URL (url B) and this information is also
stored in the database, linked or in the corresponding records to those pulled from step 1.
4. If the information for this record is not available from url B or additional data is required, a search/parse
of additional URLs (c,d,e,f) is done (see below or attachment).

(Note that the dates between which the first query is made must always be a date before the current day)

What we want you to create:

>> PHP Harvestor that works with Cron to automate this process and store
the data each day (or the frequency we set it at) in a database

>> Single Admin Page (Password Protected)
Admin is able to set one of three paramters
1. How frequently the server-cron will run to collect this data
2. How many records are displayed per page in the front-end

>> Front-end (Search)
You will be provided with a pre-built open source membership script, all you need to do
is ensure that the people who are logged in are able to search the below records

They will be able to select which County they want to search in
They will be able to select the date range they want to see
They will be able to query any of the fields available
They will also be able to see the stored images in the results

Each search result entry will summarize some details but
clicking on it will display all of them.

This is the process we used to do that was manual (basically you will be automating this)

1. Harvestor collects data from provided URLS and Strips out duplicate records or records which are not needed

2.
Next we go to the Oklahoma county assessor’s page:
http://www.oklahomacounty.org/assessor/Searches/DefaultSearch.asp
Enter the persons Name from the county site. Remember Last name first!

*********************************************
If the names are common and do not agree – including middle initials you can check out the names of the mortgage banks listed both in the court documents (http://www.oscn.net/) and we can search using the name as Grantor on the property at: Http://www.oklahomacounty.org/coclerk/deeds/RofD_Search_03.asp . Remember Last name 1st!
Check out the bank names on the Document Type: Lis Pending are the foreclosures.

If that does not work you can check out the mortgage Grantee using the same Http://www.oklahomacounty.org/coclerk/deeds/RofD_Search_03.asp but switching the name to the Grantee field.
*********************************************

Click on the account number. This will open the main screen that we pull information from.

(Basically you will be having PHP do all these steps for us. Its more or less basic get/parsing)

The next section describes manual data-entry that used to have to be done. All of this can be done
on the server side if you can just make sure that the data stored is as per the instructions below:

A) save the picture from this page to a local server directory and update the database field on this record to
match that of the location of the image so that a search can return the image to.

— Populate the main database with the following information

B)Category: This should be set to Normal

C)Display Date – This is the filing date from the excel table.

D)Expiration Date – This is 90 days forward from the display date.

E)Case Number – This is the case number.

F)Filing Date – The Same as the Display date

G)Plaintiff – Use the name from the County Assessors office (Including middle names). Make sure that the capitalization is correct and not all capitals. Do not put the banks or other interested parties.

H)Defendant

I)Property Owner Name – This is the same as the Plaintiff

J)Mailing Address – Copy this from the County Assessors office site (on the top left side). Make sure that the capitalization is correct and not all capitals ie St and not ST for Street. Parse out the Zip code so that the 1st 5 digits and the last 4 are separated ie. xxxxx xxxx

K)Property Address – Copy this from the County Assessors office site (on the top right side) . Make sure that the capitalization is correct and not all capitals ie St and not ST for Street. Parse out the Zip code so that the 1st 5 digits and the last 4 are separated ie. xxxxx xxxx Make sure to select the proper county.If you don’t know the county you can check it in www.Mapquest.com

L)Property Owner’s Phone Number – Find this on www.whitepages.com. Use the ‘reverse lookup’ Use the street name & number from the mailing address. Make sure that you format the number correctly (xxx) xxx-xxxx when you copy and paste it into the profile. It is Ok to use the number if the names do not match exactly – as long as the last names are the same.

M)County Assessed Value – Copy this from the County Assessors office site. It is under ‘Property Value Information’ on the top line of the most recent year.

N)Purchase Price – Copy this from the County Assessors office site. It is under’Sales Documents/Deed History’ & will be the dollar amount of the most recent transaction.

O)Purchase Date – Copy this from the County Assessors office site. It is under’Sales Documents/Deed History’ & will be the date most recent transaction.

P)Year Built – Copy this from the County Assessors office site. It is under ‘Year Built’ on the bottom of the page.

Q)Bedrooms- Copy this from the County Assessors office site. Click on the button marked bldg #1 on the bottom left hand side of the screen. This will open a new page where the details of the house will be found.

R)Bathrooms – Copy this from the same page as the # of bedrooms

S)Square Footage – Copy this from the same page as the # of bedrooms

The information here must be completely accurate (as in your parser needs to be functioning correctly).

All information available can be found in the attached zip file.

Thank you and be free to ask any questions you may have.

Websitebaker Template 2

Websitebaker Template 2
• A Website Baker template with a corporate professional look
is required with the following specifications:

Time: 1 week (maximum 2 weeks)

Intro Page:
• With a simple Java or Flash animation

Index Page:
• Blue area is template, repetitive to all pages
• Horizontal Menu with option for submenus (vertical) e.g.
Home  Home1
 Home2
Products  Product1
 Product2
 Product3
Services  Services1
 Services2
 Services3
.
Etc

• “Image-temps” in blue area should be editable (able to replace them), similar than “Text-temp” – See picture attached
• Form (Quick Enquire), repetitive to all pages
• Image effects as described on attached figures

The Html source code version and the Html Website Baker source code are required.

The source code will be used in commercial applications, therefore it is important to use a genuine code or open source that allow commercial applications.

For the image effects Java script or php are preferred over flash.

Fremark

Php Script For A Lance Website

Php Script For A Lance Website
I need a script that should be attractive, professional and must include a database its just a pre-made script so this project will not take much time ! But if there are any changes to done we will ask you however you show us the script and if you don’t have one then plz don’t bid!
Can be more than the budget but not too high
Thanks!

Simple Php Script Help

Simple Php Script Help
I’m not too good with php but have a site which i’ve got a few problems with.

It’s a ravennuke theme, and myself and another have been tweaking it, but think one of us somewhere has done something to upset the tabled layout!!!

Need someone to have a look over this file and sort it out.

Someone with a good understanding of php will prob take about 20minutes to sort this out for me.

Fixes For A Php Mysql Site

Fixes For A Php Mysql Site
hello

Please do these mentioned

1) Social network login correction rpxnow.com – when user logins with that widget, write datas to the database
or else
Integrate the login of site with Facebook, Twitter, Open Id login, Google login

2) Validate html & css of site

3)Do some css modification in existing site, ie. You may have to increase some areas i tell you & adjust theme ( add some advertisement spots etc… I will give everything you need)

4) Make a favicon

You must be a expert in php mysql css html mainyly
Need to get this done immediately on a minimum price as possible

address will be shared to the right coder

Fixes

Fixes
my website is a version of oscommerce www.ridelikeitsstolen.com

Heres what i need

UPS Shipping calculater needs fixed and setup does not work at the moment

Checkout button in my cart box

Need to add state tax to PA 6% all other states 0% currently it adds the tax to shipping price and not totel price.

add to wishlist button in product description

make/model/year search results need to display five colums across with just subcatagorie image as the button just the name if there is no image avalible at the time.

SSL certifacate installed i have this

Install RSS feed for industry news content on front page

Change color in the background of my poll right now its hard to make out whats in the poll. Center poll aswell

Fix live chat module everything is there for it to work i just cant bring it up in admin panel.

When someone orders a product my sku along with my vendors sku need to show on the order on my end.

In product discription it has the make/model/year listed for every part. I want this removed.

I need to be able to assign a paypal account to catagories.
(example) 22 catagories and its sub catagories totel.20 catagories and its sub catagories when an item is purchesd the payment goes to one paypal address. 2 catagories and its sub catagories will go to another.

Need an option in easy populate to make products hidden when someone selects catagories without using the make/model/year search. When they do use the make/model/year search these products must show along with all the others that are not hidden.

When selecting make the model box dissapears and i have to click the home banner to get it to come back up. Works fine after that.Need this fixed

Everything must be SEO friendly.

I will not add anything to this list or remove anything. Nothing will be paid till the project is finished tested and up to my standerds. Will use 100% escrow.

Magento Template Modifications

Magento Template Modifications
FULL INSTRUCTIONS
http://server-office02.onev8.com/bbedits/

ACTUAL EDITS
Add the categories to the homepage.
Format top right navigation
Move the search box to underneath the top right navigation
Add “What’s New” and the top 4 new products to the bottom of content area
Duplicate the top right navigation to the footer

Locali Post Event Page W Ajax

Locali Post Event Page W Ajax
I need two pages designed with Ajax functionality to submit information to a database and to pull and display information.

The first page is just a basic form that will have about a dozen input fields. A few of the inputs I need to have an ajax autosuggest feature to show a list of possible matches as the user types. One of the inputs needs to prompt the user with a dialog box to add a new entry with maybe 4-5 fields if they don’t choose one of the auto suggested results (as an ajax sub-submit form). I’d also need a picture uploader with a feature to force the user to select a square selection from the image and crop, resize (basically, just a thumbnail) and save the image to the server with a reference to it in the database. I’d also need a simple button to allow the user to upload a pdf attachment. Finally, I’d like to have a rich-text editor as one of the inputs, with a basic set of controls and the option to upload and add pictures, which would automatically be resized to 640×480 if larger than that.

Then a simple display page that pulls information from a simple GET request. Needs to just show the image, the information they entered in the text inputs and the information they entered in the rich-text container.

The main focus here is functionality. Site will be styled by a designer so you’re not required to be concerned about aesthetics. The database has already been built, but can be modified as required. You are welcome to use free libraries but this will be for a commercial site, so make sure the license permits this. The queries should use prepared statements to prevent SQL injections otherwise be secure. Some basic field validation will also be required.

Locali Submit Event Page

Locali Submit Event Page
I need two pages designed with Ajax functionality to submit information to a database and to pull and display information.

The first page is just a basic form that will have about a dozen input fields. A few of the inputs I need to have an ajax autosuggest feature to show a list of possible matches as the user types. One of the inputs needs to prompt the user with a dialog box to add a new entry with maybe 4-5 fields if they don’t choose one of the auto suggested results (as an ajax sub-submit form). I’d also need a picture uploader with a feature to force the user to select a square selection from the image and crop, resize (basically, just a thumbnail) and save the image to the server with a reference to it in the database. I’d also need a simple button to allow the user to upload a pdf attachment. Finally, I’d like to have a rich-text editor as one of the inputs, with a basic set of controls and the option to upload and add pictures, which would automatically be resized to 640×480 if larger than that.

Then a simple display page that pulls information from a simple GET request. Needs to just show the image, the information they entered in the text inputs and the information they entered in the rich-text container.

The main focus here is functionality. Site will be styled by a designer so you’re not required to be concerned about aesthetics. The database has already been built, but can be modified as required. You are welcome to use free libraries but this will be for a commercial site, so make sure the license permits this. The queries should use prepared statements to prevent SQL injections otherwise be secure. Some basic field validation will also be required.

Locali Events Website

Locali Events Website
I need two pages designed with Ajax functionality to submit information to a database and to pull and display information.

The first page is just a basic form that will have about a dozen input fields. A few of the inputs I need to have an ajax autosuggest feature to show a list of possible matches as the user types. One of the inputs needs to prompt the user with a dialog box to add a new entry with maybe 4-5 fields if they don’t choose one of the auto suggested results (as an ajax sub-submit form). I’d also need a picture uploader with a feature to force the user to select a square selection from the image and crop, resize (basically, just a thumbnail) and save the image to the server with a reference to it in the database. I’d also need a simple button to allow the user to upload a pdf attachment. Finally, I’d like to have a rich-text editor as one of the inputs, with a basic set of controls and the option to upload and add pictures, which would automatically be resized to 640×480 if larger than that.

Then a simple display page that pulls information from a simple GET request. Needs to just show the image, the information they entered in the text inputs and the information they entered in the rich-text container.

The main focus here is functionality. Site will be styled by a designer so you’re not required to be concerned about aesthetics. The database has already been built, but can be modified as required. You are welcome to use free libraries but this will be for a commercial site, so make sure the license permits this. The queries should use prepared statements to prevent SQL injections otherwise be secure. Some basic field validation will also be required.