Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

IPC 11.6 - Neue Version erschienen

Ich bekomme auch einen Fehler
root@Debian12:~# wget
--2025-09-20 08:17:39--
Resolving ipc.pebkac.at (ipc.pebkac.at)... 178.254.30.139
Connecting to ipc.pebkac.at (ipc.pebkac.at)|178.254.30.139|:443... failed: Connection refused.
 
Ampingen lässt sich die Seite.
Code:
root@ich:/home/ich# ping ipc.pebkac.at
PING ipc.pebkac.at (178.254.30.139) 56(84) bytes of data.
64 bytes from v11837.1blu.de (178.254.30.139): icmp_seq=1 ttl=57 time=37.4 ms
64 bytes from v11837.1blu.de (178.254.30.139): icmp_seq=2 ttl=57 time=35.0 ms
64 bytes from v11837.1blu.de (178.254.30.139): icmp_seq=3 ttl=57 time=39.3 ms
64 bytes from v11837.1blu.de (178.254.30.139): icmp_seq=4 ttl=57 time=25.2 ms
64 bytes from v11837.1blu.de (178.254.30.139): icmp_seq=5 ttl=57 time=37.9 ms
64 bytes from v11837.1blu.de (178.254.30.139): icmp_seq=6 ttl=57 time=36.9 ms
64 bytes from v11837.1blu.de (178.254.30.139): icmp_seq=7 ttl=57 time=37.4 ms
64 bytes from v11837.1blu.de (178.254.30.139): icmp_seq=8 ttl=57 time=35.7 ms
 
Test.......
root@Debian12:~# wget
--2025-09-21 10:24:58--
Resolving ipc.pebkac.at (ipc.pebkac.at)... 178.254.30.139
Connecting to ipc.pebkac.at (ipc.pebkac.at)|178.254.30.139|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 46929 (46K) [text/x-sh]
Saving to: 'ipcsetup.sh'

ipcsetup.sh 100%[===============================================================================>] 45.83K --.-KB/s in 0.02s

2025-09-21 10:24:58 (2.53 MB/s) - 'ipcsetup.sh' saved [46929/46929]
 
Hallo, ich möchte gerne fragen ob jemand von Debian 12 ein Upgrade gemacht hat auf Debian 13 und ob alle funktioniert hat/hätte?
Aktuell mein System:

Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm

cat /etc/debian_version
12.12

IPC v. 11.6
Informationen:
Lokale Paketversion : 11.6 (2022-05-07)
Online Paketversion : ()

Danke
 
Das upgrade wurde sauber ausgeführt.

Aber leider bei der IPC Websites ( ) sind Fehler bzw. Fragmente.
Kann man das irgendwie wieder Rep.?

Danke
Code:
 \n"; echo "\n"; echo "\n"; if (isset($shostname) AND $shostname != $sip) {echo "\n";} echo "\n"; //oeffentliche IP des Servers echo "\n"; if (isset($chostname) AND $chostname != $cip) {echo "\n";} echo "\n"; $db = db_con(); $query = $db->query("SELECT lastlogin,ip FROM auth WHERE id='".$_SESSION['userID']."'"); $lastlogin=""; $lastip=""; while ($result = $query->fetch(PDO::FETCH_ASSOC)) { if (!empty($result['lastlogin'])) { $lastlogin = date('d.m.Y, H:i:s',$result['lastlogin']); } if (!empty($result['ip'])) { $lastip = $result['ip']; } } echo "\n"; echo "\n"; if (file_exists("$CCBIN")) { ReadCFG_CCcam(); echo "\n"; echo "\n"; } if (file_exists("$OSBIN")) { ReadCFG_OScam(); if (isset($OSPORTS) AND !empty($OSPORTS)) { foreach ($OSPORTS AS $PROT => $num) { $PORTS = implode(",",$OSPORTS["$PROT"]); echo "\n"; } } if (isset($OSWEB)) { echo "\n"; } } if (file_exists("$OEBIN")) { echo "\n"; } if (file_exists("$CDBIN")) { ReadCFG_Camd3(); echo "\n"; if ($CDPORTtcp !== "0") { echo "\n"; } echo "\n"; } if (file_exists("$SBBIN")) { ReadCFG_Sbox(); echo "\n"; } if (file_exists("$NCSBIN")) { ReadCFG_NewCS(); if (isset($NCSPORTS) AND !empty($NCSPORTS)) { $PORTS = implode(",",$NCSPORTS); echo "\n"; } if (isset($NCSWEB)) { echo "\n"; } } if (file_exists("$GBBIN")) { $GBPORT = "8010 (IPC Default)"; echo "\n"; } echo "
CS-Server IPC.

Informationen:
\n"; echo "
Lokale Paketversion       :       $IPCVERSION    ($build)
Online Paketversion       :       $updatebuild    ($_Update)
.
Servername       :       $shostname
Serveradresse       :       $sip
oeffenliche IP des Servers       :       $CURRENTIP
Clientname       :       $chostname
Clientadresse       :       $cip
Last Login       :       ".$lastlogin."
.
CCcam Port       :       $CCPORT
CCcam WebIf       :       $CCWEB
OScam $PROT Port       :       $PORTS
OScam WebIf       :       $OSWEB
OSEmu Port       :       $OEPORT
Camd3 UDP Port       :       $CDPORT
Camd3 TCP Port       :       $CDPORTtcp
Camd3 WebIf       :       $CDWEB
sBox WebIf       :       $SBWEB
NewCS Port       :       $PORTS
NewCS WebIf       :       $NCSWEB
gbox Port       :       $GBPORT
\n"; echo "\n"; // Processtabelle if (isset($_SESSION['userName']) AND $_SESSION['userName'] === $HTTPUSER) { include("include/installcams.php"); echo "Prozesse:\n"; } else { echo "Prozesse:\n"; } echo "
\n"; include_once("include/processes_ipcinfo.php"); echo "
\n"; //----------------------------- Control ------------------------------------ if (isset($_SESSION['userName']) AND $_SESSION['userName'] === $HTTPUSER OR isset($_ACCESS["Control"])) { if (file_exists("control.php")) { if (isset($WEBIF_CON) AND $WEBIF_CON == "stay") { include("control.php"); } elseif (isset($WEBIF_CON) AND $WEBIF_CON == "hide") { echo "

-> Control <-
\n"; echo "\n"; include("control.php"); } } } echo "\n"; //----------------------------- Addons ------------------------------------ if (isset($AddOnInfos) AND file_exists("$AddOnInfos")) { echo "Addons:\n"; echo "
\n"; $lines = file("$AddOnInfos"); foreach ($lines AS $line_num => $line) { echo "\n"; $Addon = explode(";",trim($line)); echo "\n"; echo "\n"; flush(); } unset($lines); echo "
".$Addon[0]."              installed at: ".$Addon[1]."
\n"; } ?> SystemUP:
".$staticUptime."\n"; echo "
\n"; echo "
\n\n"; //----------------------------- Change Installed Cams ---------------------- if (isset($InstallCams_OUTPUT) AND !empty($InstallCams_OUTPUT)) { echo $InstallCams_OUTPUT; } if ($WEBIF_CON !== "menue" AND isset($OUTPUT)) { echo "
".$OUTPUT."
\n"; } ?>
 

Anhänge

Du musst angemeldet sein, um die Anhangsliste zu sehen.
Zuletzt bearbeitet von einem Moderator:
Zuerst ermittelst du in der Konsole welche PHP-Version du hast:
Bash:
php -v
danach die php.ini editieren:
Code:
nano /etc/php/PHPVERSION/apache2/php.ini
PHVERSION ist natürlich durch PHP-Version von oben zu ersetzen. In der php.ini dann short_open_tag = off auf on setzen
Apache2 neustarten:
Bash:
systemctl restart apache2
 
Zurück
Oben