LIGHT MODE
HOME COMPILE PHP CODE! GENERATE DNA!
Current File Name: php/replicator.txt
New .txt file in php/:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
$dnaurl = "https://raw.githubusercontent.com/LafeLabs/CARDBOARD-HYPERTEXT/refs/heads/main/dna.txt";
if(isset($_GET["dna"])){
$dnaurl = $_GET["dna"];
}
$baseurl = explode("dna.txt",$dnaurl)[0];
$dnaraw = file_get_contents($dnaurl);
$dna = json_decode($dnaraw);
mkdir("php");
copy("https://raw.githubusercontent.com/LafeLabs/CARDBOARD-HYPERTEXT/refs/heads/main/php/replicator.txt"
    ,"replicator.php");
foreach($dna->html as $value){
copy($baseurl.$value,$value);
}
foreach($dna->php as $value){
copy($baseurl."php/".$value,"php/".$value);
copy($baseurl."php/".$value,explode(".",$value)[0].".php");
}
?>
<a href = "index.html">CLICK ME(3/3)</a>
<style>
body{
background-color:BLACK;
font-family:Comic Sans MS;
font-size:3em;
}
a{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
php/branch.txt
php/compile-php.txt
php/delete-branch.txt
php/delete-file.txt
php/generate-dna.txt
php/list-branches.txt
php/list-files.txt
php/load-file.txt
php/local-replicator.txt
php/replicator.txt
php/save-file.txt
php/save-png.txt
php/upload-image.txt