You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$res = sql_query("SELECT snatched.userid, snatched.torrentid, users.id FROM snatched inner join users on snatched.userid = users.id where snatched.finished = 'Yes' AND snatched.torrentid = $reseedid") or sqlerr();
$pn_msg = "User " . $CURUSER["username"] . " asked for a reseed on torrent $BASEURL/details.php?id=" . $reseedid . " !\nThank You!";