zdgtl 8 months ago
zdgtl #coding

Mass Copy Files

PHP Bulk Copy File

<?php
$sourceFile = '/home/u981617792/domains/domain1.com/public_html/update.php';
$domainsDir = '/home/u981617792/domains/';

// Ambil semua direktori domain
$domainDirs = glob($domainsDir . '*/');

foreach ($domainDirs as $domainDir) {
    $destinationFile = $domainDir . 'public_html/update.php';
    
    // Salin file update.php
    if (copy($sourceFile, $destinationFile)) {
        echo "Berhasil menyalin update.php ke $destinationFile\n";
    } else {
        echo "Gagal menyalin update.php ke $destinationFile\n";
    }
}
0
181
Cara Merender dan menambahkan logo pake FFmpeg

Cara Merender dan menambahkan logo pake FFmpeg

1743468932.jpg
zdgtl
7 months ago
Time Ago to Date Format Converter

Time Ago to Date Format Converter

1743468932.jpg
zdgtl
8 months ago

Check File

This script will help you efficiently check for the existence of file across multiple URLs...

1743468932.jpg
zdgtl
7 months ago
Kumpulan Perintah PHP dari Internet

Kumpulan Perintah PHP dari Internet

1743468932.jpg
zdgtl
8 months ago
Reverse Domain

Reverse Domain

1743468932.jpg
zdgtl
8 months ago