Jump to content
xisto Community

ddwyer50

Members
  • Content Count

    4
  • Joined

  • Last visited

  1. Did you look at the link? These are not normal themes here.....do not think it will work like that.
  2. Hello all, I am going to set up phpBB on my site. Take a look at: http://forums.xisto.com/no_longer_exists/ They have all sorts of templates there that you can download for a fee. What I want to know is this: How would I go about integrating one of these templates into phpBB? Is this a monumental task? I want to set up a site and phpBB seems cool, but I'm not sure what will be entailed in trying to integrate one of these templates. Thanks!
  3. Hello All, My dad has recently received his real estate license and (low and behold) he wants me to make him a webpage. But I have a cool idea, and wanted some advice from the pros. There is a system called MLS (multiple listing service), which is basically a large database of ALL houses/properties for sale. You can go to their site, login, and perform a search based on whatever criteria you choose to find properties. My dad wants to display certain properties for sale on his "new website." What I would like to do is this: Is there some way to have a JavaScript / Python script / etc login to MLS automatically, perform the search based on the criteria we choose, and save the results? The HTML could them be parsed, and listings could be added to my dads web page...automatically. So you see my vision now, my dad's site could automatically, say twice a week or so, fetch houses for sale in the area and automatically list them on his site. Any help on how to do this would be greatly appreciated. The site we need to log into is this: https://www.fmls.com/MemberLogin/login.cfm So take a look, and tell me if there is a way to have a script auto log into this page to perform a search. Thank you for all your help, Dennis
  4. I'm coding a log-in page using PHP and mySQL. It works perfectly fine on any browser EXCEPT IE6... POS MS software. Anyway here's how the script is right now;<html><head><title>Checking Log-In...</title><link rel="P3Pv1" href="http://www.goldenribbontrading.com/p3p.xml; ** mandatory link needed for IE6 to enable cookies.</head><body></body></html><?phpchecks the variables passed from form onto database, if vairables match; setcookies () auto redirect to new page?>The current code produce a HTTP header conflicts. The mandatory IE6 header conflicts with setcookies() on HTTP header. Anybody that's smart enough willing to help out here?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.