Re: GeoClass.php Instructions?
- From: "AlmostBob" <anonymous1@xxxxxxxxxxxxx>
- Date: Thu, 24 Apr 2008 12:58:54 GMT
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
.
- Follow-Ups:
- Re: GeoClass.php Instructions?
- From: AlmostBob
- Re: GeoClass.php Instructions?
- References:
- GeoClass.php Instructions?
- From: MS
- GeoClass.php Instructions?
- Prev by Date: phpcounter fails after 2 years.
- Next by Date: Re: GeoClass.php Instructions?
- Previous by thread: Re: GeoClass.php Instructions?
- Next by thread: Re: GeoClass.php Instructions?
- Index(es):
Relevant Pages
|