svētdiena, 2023. gada 29. janvāris
trešdiena, 2023. gada 25. janvāris
safety against robots on streets of Jurmala
CRYPTO. here is the code that would ping messages to certain car manufacturers with identity such as numbers of there cars, and create artificial number for every crime committed from people using machinery to attack civillians
this is pre alpha
<!--
<form action="">
<input type="submit" name="action" value="WOLKWAGEN" />
<input type="submit" name="action2" value="BMW" />
<input type="submit" name="action3" value="AUDI" />
<input type="submit" name="action4" value="MITSUBISHI" />
<input type="submit" name="action5" value="MERCEDES" />
<input type="submit" name="action6" value="PORSCHE" />
<input type="submit" name="action7" value="LEXUS" />
<input type="submit" name="action8" value="CITS" />
</form>
-->
<!--
<?php
-->
//python
//enctext = r''.join( hex(ord(c)).split("x")[1] for c in "hello")
//enctext
//if ($_POST['action'] == 'action') {
////action for update here https://www.volkswagenag.com/
//ping -p 486920686572652e www.right.com
//$output = shell_exec('ls -lart');
//} else if ($_POST['action'] == 'action2') {
////action for delete https://www.bmw.com/en/index.html
//ping -p 486920686572652e www.right.com
//$output = shell_exec('ls -lart');
//} else if ($_POST['action'] == 'action3') {
////action for delete https://www.audi.lv/
//$output = shell_exec('ls -lart');
//} else if ($_POST['action'] == 'action4') {
////action for delete https://www.mitsubishi-motors.com/en/index.html
//$output = shell_exec('ls -lart');
//} else if ($_POST['action'] == 'action5') {
////action for delete https://www.mercedes-benz.com/en/
//$output = shell_exec('ls -lart');
//} else if ($_POST['action'] == 'action6') {
////action for delete https://porsche.lv/
//$output = shell_exec('ls -lart');
//} else if ($_POST['action'] == 'action7') {
////action for delete https://www.lexus.lv/
//$output = shell_exec('ls -lart');
//} else if ($_POST['action'] == 'action8') {
////action for delete https://www.ford.com/ https://www.honda.com/
//$output = shell_exec('ls -lart');
//}
//?>