// ─── Birth Date Gate (2026-03-28) ────────────────────────────
// Users with missing DOB get redirected to update it.
// Redis-cached: zero DB cost for 99.99% of requests.
// Only 9 active users affected.
if (!empty($_COOKIE['memberID']) && strpos($_SERVER['REQUEST_URI'], 'update-birthdate') === false
&& strpos($_SERVER['REQUEST_URI'], '/api/') === false
&& strpos($_SERVER['REQUEST_URI'], '/admin/') === false
&& strpos($_SERVER['REQUEST_URI'], '.js') === false
&& strpos($_SERVER['REQUEST_URI'], '.css') === false
&& strpos($_SERVER['REQUEST_URI'], '.jpg') === false
&& strpos($_SERVER['REQUEST_URI'], '.png') === false) {
$__mid = (int)$_COOKIE['memberID'];
if ($__mid > 0) {
$__needsDob = false;
try {
$__r = new Redis();
if ($__r->connect('127.0.0.1', 10300, 0.3)) {
$__r->auth('aaketBc6GC0Oqt8sqOKk9CvKiNAocRGD');
$__cached = $__r->get('dob_missing:' . $__mid);
if ($__cached === '1') {
$__needsDob = true;
} elseif ($__cached === false) {
// Not cached — check DB once
$__mx = new mysqli($db['host'], $db['user'], $db['passwd'], $db['db'], (int)$db['port']);
if (!$__mx->connect_error) {
$__st = $__mx->prepare('SELECT DateOfBirth FROM Profiles WHERE ID = ? LIMIT 1');
$__st->bind_param('i', $__mid);
$__st->execute();
$__rs = $__st->get_result();
$__row = $__rs->fetch_assoc();
$__st->close();
$__mx->close();
if ($__row && ($__row['DateOfBirth'] === '0000-00-00' || empty($__row['DateOfBirth']))) {
$__r->setex('dob_missing:' . $__mid, 86400, '1');
$__needsDob = true;
} else {
$__r->setex('dob_missing:' . $__mid, 86400, '0');
}
}
}
$__r->close();
}
} catch (Exception $__e) {}
if ($__needsDob) {
header('Location: /mobile/update-birthdate.php');
exit;
}
}
}
// ─── End Birth Date Gate ─────────────────────────────────────
KoolAidsKid: Party boy
| City: | Manhattan |
| State: | New York |
| Country: | United States |
| NickName: | KoolAidsKid |
|
| Status: | Offline |
Age: | 43 |
| Headline: | Party boy |
| Description: | looking to and get wild with other guys. into all different types of guys and scenes.
i'm sexy and hung and loads of fun!
i'm waiting.... |
| Ethnicity: | White |
| Height: | 5'4" - 5'7" (161-170cm) |
| Weight: | 120-129 Lbs (55-58 Kgs) |
| Build: | Athletic |
| Body Hair: | Some Hair |
| Cock: | Large - Uncut |
| HIV Status: | Positive |
| Drink: | Rarely |
| Drugs: | Yes |
| Smoker: | Rarely |
| Position: | Anything Goes |
© 2008- All Rights Reserved