home
/
aioutajg
/
test.imgccr.com
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] Before Install
N/A
[DIR] composer_home
N/A
[DIR] vendor
N/A
0u.php
37.68 KB
Rename
Delete
1.install.php
1.69 KB
Rename
Delete
2.run_composer.php
643 bytes
Rename
Delete
Before Install.zip
3.10 KB
Rename
Delete
composer.json
67 bytes
Rename
Delete
composer.lock
46.59 KB
Rename
Delete
composer.phar
2.92 MB
Rename
Delete
index.php
773 bytes
Rename
Delete
robots.txt
26 bytes
Rename
Delete
upload.php
2.36 KB
Rename
Delete
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Bulk URL Indexing Tool</title> </head> <body> <h1>Bulk URL Indexing Tool</h1> <form action="upload.php" method="POST" enctype="multipart/form-data"> <label for="jsonFile">Upload Google Service Account JSON file:</label> <input type="file" name="jsonFile" id="jsonFile" accept=".json" required><br><br> <label for="urls">Enter URLs (one per line, max 100 URLs):</label><br> <textarea name="urls" id="urls" rows="10" cols="50" placeholder="Enter URLs here..." required></textarea><br> <button type="submit">Submit URLs</button> </form> </body> </html>
Save