Skip to content

Instantly share code, notes, and snippets.

@TenF1ngahz
TenF1ngahz / d3stryr-3stripes.php
Last active May 31, 2019 23:25
All Day I Dream About Sleeping
<html>
<head>
<meta charset="UTF-8">
<?php $debug=False; set_time_limit(0); ?>
<title>d3stryr 3stripes</title>
<script>
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays*24*60*60*1000));
var expires = "expires="+d.toUTCString();