diff --git a/DBDiff/condex.sql b/DBDiff/condex.sql
new file mode 100644
index 0000000..4f4b2c3
--- /dev/null
+++ b/DBDiff/condex.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `proxy_pool` ADD `nome` VARCHAR(64) NULL AFTER `id`;
+
+
diff --git "a/proxy/\\" "b/proxy/\\"
new file mode 100644
index 0000000..de2d67c
--- /dev/null
+++ "b/proxy/\\"
@@ -0,0 +1,156 @@
+
+
+
+
diff --git a/proxy/index.php b/proxy/index.php
index 9872256..dc58935 100755
--- a/proxy/index.php
+++ b/proxy/index.php
@@ -19,12 +19,35 @@ function PopupG(apri)
@@ -37,9 +60,9 @@ while ($dato = mysql_fetch_array ( $res )) {
 |
-  |
+  |
 |
- |
+ class="colip"> |
 |
Inviati |
 |
@@ -49,6 +72,10 @@ while ($dato = mysql_fetch_array ( $res )) {
+
+ |
+
Ricevuti |
 |
|
diff --git a/proxy/pool_ip.php b/proxy/pool_ip.php
index db2d7c0..9607ae4 100755
--- a/proxy/pool_ip.php
+++ b/proxy/pool_ip.php
@@ -6,10 +6,21 @@ view_top();
?>
| Ordinamento: |
@@ -44,7 +45,7 @@ if (isset($_POST['ordina'])) {
-  |
+  |
= DATE_SUB(NOW(), INTERVAL 1 $tempo) GROUP BY ip";
$res = mysql_query( $query, $DB_ID );
@@ -57,6 +58,7 @@ while ($valori = mysql_fetch_array ( $res )) {
$query = " SELECT
proxy_pool.id,
+ proxy_pool.nome,
proxy_pool.attivo,
proxy_dati.ip,
MIN(proxy_dati.data_destroy) AS first,
@@ -75,6 +77,7 @@ $query = " SELECT
ip
UNION DISTINCT SELECT
proxy_pool.id,
+ proxy_pool.nome,
proxy_pool.attivo,
proxy_pool.ip,
DATE_SUB(NOW(), INTERVAL 1 $tempo) AS first,
@@ -100,11 +103,11 @@ while ($dato = mysql_fetch_array ( $res )) {
 |
-  |
+  |
 |
 |
 |
- |
+ class="colip"> |
 |
|
 |
@@ -116,6 +119,9 @@ while ($dato = mysql_fetch_array ( $res )) {
+
+ |
+
|
Ricevuti |
 |
@@ -123,7 +129,7 @@ while ($dato = mysql_fetch_array ( $res )) {
 |
 |
-  |
+  |