GeoClass.php Instructions?

GeoClass.php Instructions?

am 23.04.2008 17:10:06 von Helene Day

I downloaded the Geoclass.php (http://sourceforge.net/projects/geoclassphp)
which seems to suggest it will do what I require.

Does anyone have links to instructions on how it is used.

Specifically linking to databases, eg. nima-db, opengeodb etc
and how the mapping works!

Thanks
MS

Re: GeoClass.php Instructions?

am 23.04.2008 18:46:22 von Jerry Stuckle

MS wrote:
> I downloaded the Geoclass.php (http://sourceforge.net/projects/geoclassphp)
> which seems to suggest it will do what I require.
>
> Does anyone have links to instructions on how it is used.
>
> Specifically linking to databases, eg. nima-db, opengeodb etc
> and how the mapping works!
>
> Thanks
> MS
>
>
>

I might suggest writing to the developers. But the latest release is
over 3 years old and in alpha status. It looks like the project has
been abandoned.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: GeoClass.php Instructions?

am 24.04.2008 14:58:54 von AlmostBob

Get all the info you need http://frikk.tk/index.php?gmap and a basic script

This goes with it -a database dump so you dont lose everything when your ISP
'pauses'
_______________________________
"http://www.w3.org/TR/html4/loose.dtd">
map backup
Define (dd, DATE(Ymd));
define (dayfile,"geobackup".dd.".sql");
define ('MYSQL_SERVER', ' ');// insert correct details
define ('MYSQL_PASSWORD', ' ');// insert correct details
define ('MYSQL_USERNAME' ' ');// insert correct details
define ('MYSQL_DB', ' ');// insert correct details
$command = "/usr/local/nf/bin/mysqldump -hMYSQL_SERVER -uMYSQL_USERNAME
-pMYSQL_PASSWORD -dMYSQL_DB > ".dayfile;

exec($command,$error);
if ($error) {
echo "Error: ". $error;
}
else echo '

successfully created backup SQL as
'.filesize(dayfile).' bytes

click the name link to download this file for backup

';

?>

__________________________________________________

--
Adaware http://www.lavasoft.de
spybot http://security.kolla.de
AVG free antivirus http://www.grisoft.com
Etrust/Vet/CA.online Antivirus scan
http://www3.ca.com/securityadvisor/virusinfo/scan.aspx
Panda online AntiVirus scan http://www.pandasoftware.com/ActiveScan/
Catalog of removal tools (1)
http://www.pandasoftware.com/download/utilities/
Catalog of removal tools (2)
http://www3.ca.com/securityadvisor/newsinfo/collateral.aspx? CID=40387
Blocking Unwanted Parasites with a Hosts file
http://mvps.org/winhelp2002/hosts.htm
links provided as a courtesy, read all instructions on the pages before use

Grateful thanks to the authors and webmasters
_

"MS" wrote in message
news:KqWdnVWMMetlzJLVnZ2dnUVZ8uidnZ2d@bt.com...
>I downloaded the Geoclass.php (http://sourceforge.net/projects/geoclassphp)
> which seems to suggest it will do what I require.
>
> Does anyone have links to instructions on how it is used.
>
> Specifically linking to databases, eg. nima-db, opengeodb etc
> and how the mapping works!
>
> Thanks
> MS
>
>

Re: GeoClass.php Instructions?

am 24.04.2008 15:04:38 von AlmostBob

I forgot ... It does work pretty well

http://www.dockreyapartments.com/gmap/

--
Adaware http://www.lavasoft.de
spybot http://www.safer-networking.org
AVG free antivirus http://www.grisoft.com
Etrust/Vet/CA.online Antivirus scan
http://www3.ca.com/securityadvisor/virusinfo/scan.aspx
Panda online AntiVirus scan http://www.pandasoftware.com/ActiveScan/
Catalog of removal tools (1)
http://www.pandasoftware.com/download/utilities/
Catalog of removal tools (2)
http://www3.ca.com/securityadvisor/newsinfo/collateral.aspx? CID=40387
Blocking Unwanted Parasites with a Hosts file
http://mvps.org/winhelp2002/hosts.htm
links provided as a courtesy, read all instructions on the pages before use

Grateful thanks to the authors and webmasters
_

"AlmostBob" wrote in message
news:iu%Pj.1915$XI1.1837@edtnps91...
> Get all the info you need http://frikk.tk/index.php?gmap and a basic
> script
>
> This goes with it -a database dump so you dont lose everything when your
> ISP 'pauses'
> _______________________________
> > "http://www.w3.org/TR/html4/loose.dtd">
> map backup
> > Define (dd, DATE(Ymd));
> define (dayfile,"geobackup".dd.".sql");
> define ('MYSQL_SERVER', ' ');// insert correct details
> define ('MYSQL_PASSWORD', ' ');// insert correct details
> define ('MYSQL_USERNAME' ' ');// insert correct details
> define ('MYSQL_DB', ' ');// insert correct details
> $command = "/usr/local/nf/bin/mysqldump -hMYSQL_SERVER -uMYSQL_USERNAME
> -pMYSQL_PASSWORD -dMYSQL_DB > ".dayfile;
>
> exec($command,$error);
> if ($error) {
> echo "Error: ". $error;
> }
> else echo '

successfully created backup SQL as
> '.filesize(dayfile).' bytes

> click the name link to download this file for backup

';
>
> ?>
>
> __________________________________________________
>
> --
> Adaware http://www.lavasoft.de
> spybot http://security.kolla.de
> AVG free antivirus http://www.grisoft.com
> Etrust/Vet/CA.online Antivirus scan
> http://www3.ca.com/securityadvisor/virusinfo/scan.aspx
> Panda online AntiVirus scan http://www.pandasoftware.com/ActiveScan/
> Catalog of removal tools (1)
> http://www.pandasoftware.com/download/utilities/
> Catalog of removal tools (2)
> http://www3.ca.com/securityadvisor/newsinfo/collateral.aspx? CID=40387
> Blocking Unwanted Parasites with a Hosts file
> http://mvps.org/winhelp2002/hosts.htm
> links provided as a courtesy, read all instructions on the pages before
> use
>
> Grateful thanks to the authors and webmasters
> _
>
> "MS" wrote in message
> news:KqWdnVWMMetlzJLVnZ2dnUVZ8uidnZ2d@bt.com...
>>I downloaded the Geoclass.php
>>(http://sourceforge.net/projects/geoclassphp)
>> which seems to suggest it will do what I require.
>>
>> Does anyone have links to instructions on how it is used.
>>
>> Specifically linking to databases, eg. nima-db, opengeodb etc
>> and how the mapping works!
>>
>> Thanks
>> MS
>>
>>
>
>