Projects / Free Realty / Comments

RSS Comments for Free Realty

20 Nov 2003 12:10 gvy

Re: is the site alive? mirrors?
SF (sourceforge.net/projec...)

23 Aug 2003 08:52 pfleming

Re: free realty

>

> If
> you are running in a chrooted
> environment though, you may be required
> to just use:
> include("includes/func.php");
> include("includes/thumbnail.php");
> include("includes/feature.php");
> in common.php.

>

I forgot to mention that the above includes in common.php don't work when you change directories such as changing to the /admin directory. That's why I stuck the $install_path variable in common.php. If you are going to use includes at the beginning of each file it should work fine. eg. in /admin/admin.php
include ("../common.php");
include ("../includes/func.php");
etc.

23 Aug 2003 08:40 pfleming

Re: register globals

> I don;t see anywhere that global
> registers has to be set to ON. is this
> true?

Right now globals are required for logins. Very minimal work has been done to remove the globals requirement as more current versions of php come with globals off by default. I haven't spent enough time on this particular issue to make it work both ways. There are a couple of ways to bypass the setting on the server, most specifically using the .htaccess file with the entry php_flag register_globals = on Otherwise, the code to allow globals to be set off for the script isn't finished yet and does have some work to be done before it's ready to go live.

Patrick

22 Aug 2003 13:00 wcardinal

register globals
I don;t see anywhere that global registers has to be set to ON. is this true?

12 Aug 2003 14:37 pfleming

Re: free realty

> for a 2.8 release are there supposed to
> be so many calls to undefined
> functions?
>
> getdb() to start, then when I inserted
> my own db access functions
>
> show_features()
> nav_jump()
>
> all appeared to be undefined?
>
> am I using a beta version? is there
> somethign I am missing?
>
> came here from slashdot but am
> interested in the project as I do web
> work for realtors and wanted to see what
> the project offered

If those are not working it is possible that the $install_path is not correctly set in common.php. $install_path is used to point the scripts to the includes folder correctly as you will see if you look near the bottom of common.php. If you are running in a chrooted environment though, you may be required to just use: include("includes/func.php");
include("includes/thumbnail.php");
include("includes/feature.php");
in common.php.
Please contact me to let me know of your progress, I hate not knowing whether you a)never checked back here or b)never got it working.

Thanks,
Patrick

07 Aug 2003 13:14 hornal

free realty
for a 2.8 release are there supposed to be so many calls to undefined functions?

getdb() to start, then when I inserted my own db access functions

show_features()
nav_jump()

all appeared to be undefined?

am I using a beta version? is there somethign I am missing?

came here from slashdot but am interested in the project as I do web work for realtors and wanted to see what the project offered

15 Mar 2003 10:08 pfleming

Image storage development and survey.
This is a brief and informal survey:
I want to begin coding for image manipulation,
eg. thumbnailing, resizing, storing to folders,
etc. Which tool(or tools) is most widely
installed on Linux based webservers for image
manipulation, or which one is easiest to get
installed by a hosting co.?
Please email to fm at rwcinc dot net.

04 Feb 2003 08:19 pfleming

Current development
Development is ongoing on the next release, which
will be numbered 2.7. Integration of the feature
code is a heavy priority, especially to make the
code upgradable on an existing db. The existing
feature code- available but not integrated-
requires a new installation and an empty db.

Screenshot

Project Spotlight

Fido File Monitor

A multi-threaded file watcher and response daemon.

Screenshot

Project Spotlight

magicErmine

A tool for creating portable applications for Linux.