Real Estate Forums

MLS listings and IDX Solutions Discuss implementation of MLS / IDX solutions, MLS providers and how to improve conversion using the multiple listings service available in your area.

Reply
 
Thread Tools Display Modes
Old 05-05-2006, 10:33 AM
loki_racer loki_racer is offline
Advancing Webmaster
 
Join Date: May 2006
Posts: 34
loki_racer is on a distinguished road
Default This has got to stop...

////////Warning/////////////////////////
I am extremely tired of dealing with companies that don't want competition. Guess what, you're in for a ride. This being my first post, I would like to welcome myself and let everyone know that I am a full time PHP and database developer and can't wait to start helping others blow holes in everything their MLS companies try to offer. If you have questions, feel free to email me.



The board of realtors that handles the MLS for the company I work for recently switched companies that actually handle the MLS.

Prior to the switch, we were forced to download the listings and photos in two zip files, then we used an online form to upload those files, unpack them, sort them, and place them in the correct locations. I also wrote a script to parse the tab seperated valued in the listings file.

This was the stupidiest system I have ever had to deal with. Of course the company that managed the MLS told us that they could develop our site for us, but it would cost.

Now, when the board of realtors started discussing moving to a new system, I told one of our agents, who happens to be the president of the board, that if they had any technical questions about what type of setup they should look for, that I would be more than willing to offer help.

So what did we end up with. We ended up with the old data download option, or this <sarcasim>great</sarcasim> "standard" called RETS. I can only laugh because it's the farthest thing from a web standard as you can get. All it actually does is use the HTTP headers area to send and receive information back and forth. But the RETS people would have you believe it is a new standard comparible to FTP,HTTP,XML,etc.

So, what is my solution to all these craziness. Well, for one, since the realtors own the information, they should have unrestricted access to it, meaning......they should be able to access the listings directly.

The listings should be stored in a MySQL(open source) database with read only accounts setup to access this information from from IP's other than localhost. This would allow web developers(most of them are independant) to access MLS information freely and securely for use on websites. Then each realtor would have a read/write account that could access the database from localhost to update/change information for records that they created.

Of course when I mentioned this to the new and old companies that I have to beg to get access to the MLS, they told me I didn't know what I was talking about and that it was too "unsecure" to do that. No, it is to unprofitable for them to do that.

Soon, I will have a completed PHP/MySQL solution that I will distribute for free that will allow realtors, and their web developers, to connect to these stupid RETS servers, download all the listings and pictures, and insert that information into a MySQL database.
Reply With Quote
Old 05-05-2006, 11:17 AM
Homesurfer's Avatar
Homesurfer Homesurfer is offline
Professional Contrarian
 
Join Date: May 2004
Location: Orange County, California
Posts: 786
Homesurfer is on a distinguished road
Send a message via Yahoo to Homesurfer
Default Re: This has got to stop...

Cool. Let me know when you get it done. I guess it would have to merge different databases, too.
__________________
Terry Light - Professional Contrarian
Office Phone - (949) 305-7995
RealEstateBytes.com
Real Estate Encyclopedia
Author for RealEstate ABC (Creator, too)
Reply With Quote
Old 05-05-2006, 03:50 PM
kensmith's Avatar
kensmith kensmith is offline
Uber Real Estate Webmaster
 
Join Date: Dec 2004
Posts: 1,744
kensmith is on a distinguished road
Default Re: This has got to stop...

Quote:
Originally Posted by loki_racer
Well, for one, since the realtors own the information, they should have unrestricted access to it, meaning......they should be able to access the listings directly.
Not true, the Brokers own the info not the agents. The agent is not even the person who's listing it is as the contract is with the broker.
__________________
The Suburban House Hunters Team would like to thank REW members for past referrals! We are never to busy to handle your Chicago area referrals.

Always looking for quality unique content for our real estate agent blog, PM me if interested in writing a post.

My thoughts on the Sarasota Association of REALTORS actions.
Reply With Quote
Old 05-05-2006, 05:26 PM
webmaster's Avatar
webmaster webmaster is online now
Administrator
 
Join Date: Apr 2004
Posts: 15,164
webmaster will become famous soon enough
Default Re: This has got to stop...

There are already several open source rets clients available, have you looked around?
__________________
Don't miss out on the 12 days of Christmas promo
Reply With Quote
Old 05-05-2006, 06:28 PM
pcdoc's Avatar
pcdoc pcdoc is offline
Uber Real Estate Webmaster
 
Join Date: Sep 2005
Location: western North Carolina
Posts: 2,359
pcdoc will become famous soon enough
Default Re: This has got to stop...

Ah feel yo pane.
__________________


1stPageSEO.com . Reverse Mortgage Lenders . Lake James Waterfront Home
Contact us for fast, efficient and cost-effective web design, content
creation, search engine optimization, blog design and maintenance.

Reply With Quote
Old 05-05-2006, 07:46 PM
wotech wotech is offline
Advancing Webmaster
 
Join Date: Nov 2005
Posts: 74
wotech is on a distinguished road
Default Re: This has got to stop...

check out VieleRETS from the CRT

www.crt.realtors.org/projects/rets

It downloads info via RETS and dumps it into a relational database (mysql, ms sql, access) or xml file or CSV. it's open source and PHP.

As far as MLS boards and MLS system providers.........they're like gestapos. they always have been. I hate working with them.
I've always been a proponent of the MLS providers just having read-only accounts on a mysql/mssql database for brokers/agents to use. It would eliminate so many headaches and eliminate the needs for stupid things like FTP'ing listings and RETS.
it all comes down to the money.
__________________
Ross
Reply With Quote
Old 05-05-2006, 08:18 PM
loki_racer loki_racer is offline
Advancing Webmaster
 
Join Date: May 2006
Posts: 34
loki_racer is on a distinguished road
Default Re: This has got to stop...

Ken,

Broker, agent, same difference, but thanks for playing. Whether a broker or an agent owns the listings, that doesn't change the message of my original post.

wotech,

I have looked at it, but seeing as how it requires you to install something on the server, it become useless to anyone that doesn't run their own hosting machine, which I would put at about 85% of realty companies.

Competiting MLS solution to follow.....
Reply With Quote
Old 05-06-2006, 12:11 PM
frobn frobn is offline
Real Estate Web Guru
 
Join Date: Mar 2005
Location: Key West, FL
Posts: 499
frobn is on a distinguished road
Default Re: This has got to stop...

Quote:
Originally Posted by loki_racer
Soon, I will have a completed PHP/MySQL solution that I will distribute for free that will allow realtors, and their web developers, to connect to these stupid RETS servers, download all the listings and pictures, and insert that information into a MySQL database.
Open Realty has an addon to for RETS. Php4ever (forum member) has done extensive work with the RETS addon and I believe he is porting it to other listing management applications.
Reply With Quote
Old 05-06-2006, 12:35 PM
langard langard is offline
Real Estate WebMaster
 
Join Date: Apr 2006
Posts: 214
langard is on a distinguished road
Default Re: This has got to stop...

I agree with the entire spirit of this thread since we've also been developing PHP/MySQL applications for several years that - for all intents and purposes - make MLSs completely obsolete. Our solutions, like yours, are far more secure than so-called "legacy" systems. Combine that with faster, more reliable and user-friendly.

The whole concept of information "ownership" is absurd in today's real estate market. You either have a bona fide contract with a buyer/seller or you don't. You either have a legal referral agreement or you don't. Restricting or hoarding property information is childish and counter-productive. Those who have feasted on the profits from doing so in the past are about to lose their coveted source of royalties.
__________________
LanGard MicroDevelopers Oregon Real Estate Agent and Company Directory
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Real Estate Webmasters on Facebook

For our members

Main Sections

IDX Coverage Areas

You can find us at

Spiders Welcome

All times are GMT -7. The time now is 05:04 PM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.