Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.22.241.171
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
php-phpmyadmin-shapefile /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
capitals.dbf
146.79
KB
-rw-r--r--
2017-05-15 08:31
capitals.shp
17.93
KB
-rw-r--r--
2017-05-15 08:31
capitals.shx
5.19
KB
-rw-r--r--
2017-05-15 08:31
create_shapefile.php
1.94
KB
-rw-r--r--
2021-02-07 15:19
index.php
683
B
-rw-r--r--
2017-05-15 08:31
mexico.dbf
3.94
KB
-rw-r--r--
2017-05-15 08:31
mexico.shp
50.71
KB
-rw-r--r--
2017-05-15 08:31
mexico.shx
356
B
-rw-r--r--
2017-05-15 08:31
read.php
1.55
KB
-rw-r--r--
2017-05-15 08:31
read_point.php
950
B
-rw-r--r--
2021-02-07 15:19
read_polygon.php
948
B
-rw-r--r--
2021-02-07 15:19
Save
Rename
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>ShapeFiles demo</title> </head> <body> This demo illustrates some of the possibile uses of ShapeFiles. There are several more, just check the source code to see the methods implemented in the classes ShapeFile and ShapeRecord. <p><a href="create_shapefile.php">Create new ShapeFile</a></p> <p><a href="read_point.php">Read Point ShapeFile</a></p> <p><a href="read_polygon.php">Read Polygon ShapeFile</a> </p> </body> </html>