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
<?php declare(strict_types=1); /** * phpMyAdmin ShapeFile library * <https://github.com/phpmyadmin/shapefile/>. * * Copyright 2006-2007 Ovidio <ovidio AT users.sourceforge.net> * Copyright 2016 - 2017 Michal Čihař <michal@cihar.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, you can download one from * https://www.gnu.org/copyleft/gpl.html. */ require_once 'PhpMyAdmin/ShapeFile/autoload.php'; require_once __DIR__ . '/read.php'; display_file(__DIR__ . '/../data/mexico.*');