Re: GeoClass.php Instructions?
- From: "AlmostBob" <anonymous1@xxxxxxxxxxxxx>
- Date: Thu, 24 Apr 2008 13:04:38 GMT
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" <anonymous1@xxxxxxxxxxxxx> wrote in message
news:iu%Pj.1915$XI1.1837@xxxxxxxxxxx
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'
_______________________________
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head><Title>map backup</Title>
<?php
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 '<p> successfully created backup SQL as
<a href=\''.dayfile.'\'>'.dayfile.'</a> '.filesize(dayfile).' bytes<br>
click the name link to download this file for backup</p>';
?>
__________________________________________________
--
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" <nospam@nospam> wrote in message
news:KqWdnVWMMetlzJLVnZ2dnUVZ8uidnZ2d@xxxxxxxxx
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
.
- References:
- GeoClass.php Instructions?
- From: MS
- Re: GeoClass.php Instructions?
- From: AlmostBob
- GeoClass.php Instructions?
- Prev by Date: Re: GeoClass.php Instructions?
- Next by Date: Re: phpcounter fails after 2 years.
- Previous by thread: Re: GeoClass.php Instructions?
- Next by thread: phpcounter fails after 2 years.
- Index(es):
Relevant Pages
|