Special Offer: Free Shipping! Applicable only for today!

Special Offer: Free Shipping! Applicable only for today!

Showroom Stories

Welcome to NEW HYDERBAD PEARLS Where Elegance Meets Affordability

Step into a world of timeless beauty and exquisite craftsmanship. At New Hyderabad Pearls, we believe that every piece of jewelry tells a story, and we are here to help you find yours. Our showroom is a treasure trove of stunning imitation jewelry, designed to bring luxury and elegance to your everyday life.

From intricate designs inspired by heritage to contemporary styles that make a statement, our collection is crafted with precision and passion. Whether you're looking for the perfect accessory for a special occasion or a gift that will be cherished forever, we have something for everyone.

At New Hyderabad Pearls, we take pride in offering high-quality imitation jewelry that combines affordability with unmatched style. Our pieces are not just accessories; they are expressions of individuality and moments of joy.

Visit us today and let us help you shine brighter than ever before!

Whoops! There was an error.
Whoops \ Exception \ ErrorException (E_WARNING)
Undefined array key 5 Whoops\Exception\ErrorException thrown with message "Undefined array key 5" Stacktrace: #7 Whoops\Exception\ErrorException in /home/newhyderabadpearls/htdocs/newhyderabadpearls.com/themes/nhp/views/view/gallery.php:6 #6 Sentry\ErrorHandler:handleError in /home/newhyderabadpearls/htdocs/newhyderabadpearls.com/themes/nhp/views/view/gallery.php:6 #5 get_youtube_id_from_url in /home/newhyderabadpearls/htdocs/newhyderabadpearls.com/themes/nhp/views/view/gallery.php:37 #4 require_once in /home/newhyderabadpearls/htdocs/newhyderabadpearls.com/src/main/controller.php:43 #3 src\main\Controller:render in /home/newhyderabadpearls/htdocs/newhyderabadpearls.com/src/app/controllers/View.php:280 #2 src\app\controllers\View:gallery in /home/newhyderabadpearls/htdocs/newhyderabadpearls.com/src/main/Router.php:58 #1 call_user_func_array in /home/newhyderabadpearls/htdocs/newhyderabadpearls.com/src/main/Router.php:58 #0 src\main\Router:dispatch in /home/newhyderabadpearls/htdocs/newhyderabadpearls.com/index.php:147
Stack frames (8)
7
Whoops\Exception\ErrorException
/themes/nhp/views/view/gallery.php6
6
Sentry\ErrorHandler handleError
/themes/nhp/views/view/gallery.php6
5
get_youtube_id_from_url
/themes/nhp/views/view/gallery.php37
4
require_once
/src/main/controller.php43
3
src\main\Controller render
/src/app/controllers/View.php280
2
src\app\controllers\View gallery
/src/main/Router.php58
1
call_user_func_array
/src/main/Router.php58
0
src\main\Router dispatch
/index.php147
/home/newhyderabadpearls/htdocs/newhyderabadpearls.com/themes/nhp/views/view/gallery.php
<?php
  function get_youtube_id_from_url($url) {
    if (stristr($url,'youtu.be/'))
        {preg_match('/(https:|http:|)(\/\/www\.|\/\/|)(.*?)\/(.{11})/i', $url, $final_ID); return $final_ID[4]; }
    else 
        {@preg_match('/(https:|http:|):(\/\/www\.|\/\/|)(.*?)\/(embed\/|watch.*?v=|)([a-z_A-Z0-9\-]{11})/i', $url, $IDD); return $IDD[5]; }
  }
  $players = [];
?>
<div class="custom-container" style="padding-top: 80px; padding-bottom: 80px">
  <div class="heading center">
      <h1><?php echo $data['name']; ?></h1>
    </div>
    <div class="page-content">
      <?php foreach ($modules as $module) {
        if($module['module'] == 1) {
          if(sizeof($module['data']) != 0) {
            echo '<div class="row pt-4 pb-4">';
            foreach ($module['data'] as $image) {
              if($image['value_1'] == 1) {
                $link = HOME.'view/category/'.$image['slug'].'/';
              } elseif($image['value_1'] == 2) {
                $link = HOME.'view/product/'.$image['slug'].'/'; 
              } elseif($image['value_1'] == 3) {
                $link = $image['value_2']; 
              }
              if(isset($link)) {
                echo '<div class="col-md-'.$module['ref'].'"><a href="'.$link.'"><img src="'.HOME.'uploads/gallery/'.$image['value'].'" class="img-fluid rounded"></a></div>';
              } else {
                echo '<div class="col-md-'.$module['ref'].'"><a data-fancybox="gallery" href="'.HOME.'uploads/gallery/'.$image['value'].'"><img src="'.HOME.'uploads/gallery/'.$image['value'].'" class="img-fluid rounded"></a></div>';
              }
            }
            echo '</div>';
          }
        } elseif($module['module'] == 2) {
          echo '<div class="module p-0">
              <div id="player_'.$module['id'].'" class="plyr__video-embed" data-plyr-provider="youtube" data-plyr-embed-id="'.get_youtube_id_from_url($module['ref']).'"></div>
            </div>';
      array_push($players, $module['id']);
        } elseif($module['module'] == 3) {
/home/newhyderabadpearls/htdocs/newhyderabadpearls.com/themes/nhp/views/view/gallery.php
<?php
  function get_youtube_id_from_url($url) {
    if (stristr($url,'youtu.be/'))
        {preg_match('/(https:|http:|)(\/\/www\.|\/\/|)(.*?)\/(.{11})/i', $url, $final_ID); return $final_ID[4]; }
    else 
        {@preg_match('/(https:|http:|):(\/\/www\.|\/\/|)(.*?)\/(embed\/|watch.*?v=|)([a-z_A-Z0-9\-]{11})/i', $url, $IDD); return $IDD[5]; }
  }
  $players = [];
?>
<div class="custom-container" style="padding-top: 80px; padding-bottom: 80px">
  <div class="heading center">
      <h1><?php echo $data['name']; ?></h1>
    </div>
    <div class="page-content">
      <?php foreach ($modules as $module) {
        if($module['module'] == 1) {
          if(sizeof($module['data']) != 0) {
            echo '<div class="row pt-4 pb-4">';
            foreach ($module['data'] as $image) {
              if($image['value_1'] == 1) {
                $link = HOME.'view/category/'.$image['slug'].'/';
              } elseif($image['value_1'] == 2) {
                $link = HOME.'view/product/'.$image['slug'].'/'; 
              } elseif($image['value_1'] == 3) {
                $link = $image['value_2']; 
              }
              if(isset($link)) {
                echo '<div class="col-md-'.$module['ref'].'"><a href="'.$link.'"><img src="'.HOME.'uploads/gallery/'.$image['value'].'" class="img-fluid rounded"></a></div>';
              } else {
                echo '<div class="col-md-'.$module['ref'].'"><a data-fancybox="gallery" href="'.HOME.'uploads/gallery/'.$image['value'].'"><img src="'.HOME.'uploads/gallery/'.$image['value'].'" class="img-fluid rounded"></a></div>';
              }
            }
            echo '</div>';
          }
        } elseif($module['module'] == 2) {
          echo '<div class="module p-0">
              <div id="player_'.$module['id'].'" class="plyr__video-embed" data-plyr-provider="youtube" data-plyr-embed-id="'.get_youtube_id_from_url($module['ref']).'"></div>
            </div>';
      array_push($players, $module['id']);
        } elseif($module['module'] == 3) {
/home/newhyderabadpearls/htdocs/newhyderabadpearls.com/themes/nhp/views/view/gallery.php
            echo '<div class="row pt-4 pb-4">';
            foreach ($module['data'] as $image) {
              if($image['value_1'] == 1) {
                $link = HOME.'view/category/'.$image['slug'].'/';
              } elseif($image['value_1'] == 2) {
                $link = HOME.'view/product/'.$image['slug'].'/'; 
              } elseif($image['value_1'] == 3) {
                $link = $image['value_2']; 
              }
              if(isset($link)) {
                echo '<div class="col-md-'.$module['ref'].'"><a href="'.$link.'"><img src="'.HOME.'uploads/gallery/'.$image['value'].'" class="img-fluid rounded"></a></div>';
              } else {
                echo '<div class="col-md-'.$module['ref'].'"><a data-fancybox="gallery" href="'.HOME.'uploads/gallery/'.$image['value'].'"><img src="'.HOME.'uploads/gallery/'.$image['value'].'" class="img-fluid rounded"></a></div>';
              }
            }
            echo '</div>';
          }
        } elseif($module['module'] == 2) {
          echo '<div class="module p-0">
              <div id="player_'.$module['id'].'" class="plyr__video-embed" data-plyr-provider="youtube" data-plyr-embed-id="'.get_youtube_id_from_url($module['ref']).'"></div>
            </div>';
      array_push($players, $module['id']);
        } elseif($module['module'] == 3) {
          echo '<div class="pt-4 pb-4">'.$module['ref'].'</div>';
        }
      } ?>
    </div>
</div>
 
<?php $script = '
$(function() {
   ';
  
  foreach ($players as $p) {
    $script .= 'const player_'.$p.' = new Plyr("#player_'.$p.'", {
                  youtube: { autoplay: 1, controls: 0, loop: 1, noCookie: false, rel: 0, showinfo: 0, iv_load_policy: 3, modestbranding: 1 },
                  loop: { active: true },
                  controls: [ ],
                  autoplay: true,
                  resetOnEnd: true,
/home/newhyderabadpearls/htdocs/newhyderabadpearls.com/src/main/controller.php
  }
 
  function render($name, $data, $_mode = null) {
        extract($data);
    if(isset($_container)) { $_container = $_container; } else { $_container = ''; }
 
    if($_mode != 1 ) {
      $_cmn = $this->loadData();
    }
 
        #HEADER
        if($_mode != 1 ) {
      if (file_exists(ROOT . DS . 'themes' . DS . CONFIG_THEME . DS . 'views' . DS . 'common/header.php') ) {
              require_once (ROOT . DS . 'themes' . DS . CONFIG_THEME . DS . 'views' . DS . 'common/header.php');
          }
        }
 
        #VIEW
        if (file_exists(ROOT . DS . 'themes' . DS . CONFIG_THEME . DS . 'views' . DS . $name . '.php') ) {
            require_once (ROOT . DS . 'themes' . DS . CONFIG_THEME . DS . 'views' . DS . $name . '.php');
        }
 
        #FOOTER
        if($_mode != 1 ) {
      if (file_exists(ROOT . DS . 'themes' . DS . CONFIG_THEME . DS . 'views' . DS . 'common/footer.php') ) {
              require_once (ROOT . DS . 'themes' . DS . CONFIG_THEME . DS . 'views' . DS . 'common/footer.php');
          }
        }
    }
 
  function __destruct() {
 
    }
}
 
/home/newhyderabadpearls/htdocs/newhyderabadpearls.com/src/app/controllers/View.php
      $data['menu'] = $mdl->menu();
      $data['data'] = $data['data'][0];
      $data['categories'] = $mdl->blogCategories();
      $this->render('view/blog/post', $data);
    } else {
      header("Location: " . HOME . "404/");
      exit();
    }
  }
 
  function gallery($slug)
  {
    $mdl = $this->model('View');
    $data['data'] = $mdl->gallery($slug);
    if (isset($data['data'][0])) {
      $data['title'] = $data['data'][0]['name'];
      $data['menu'] = $mdl->menu();
      $data['data'] = $data['data'][0];
      $data['modules'] = $mdl->galleryModules($data['data']['id']);
      $this->render('view/gallery', $data);
    } else {
      header("Location: " . HOME . "404/");
      exit();
    }
  }
  
}
 
/home/newhyderabadpearls/htdocs/newhyderabadpearls.com/src/main/Router.php
    if(!empty($output)) {
 
      $segments = explode('@', $output['callback']);
      $controller = $segments[0];
 
      if(ENABLE_LOGIN) {
        if($output['mode']==1) {
          if(isset($_SESSION[APP."_login"])) {
            $controller = new $controller();
            if($controller) {
              call_user_func_array( array( $controller, $segments[1] ), $output['params'] );
            }
          } else {
            header("Location: ".HOME."account/login/");
            exit();
          }
        } elseif($output['mode'] == 0) {
          $controller = new $controller();
          if($controller) {
            call_user_func_array( array( $controller, $segments[1] ), $output['params'] );
          }
        }
      } else {
        $controller = new $controller();
        if($controller) {
          call_user_func_array( array( $controller, $segments[1] ), $output['params'] );
        }
      }
    } else {
      echo '404';
    }
  }
}
 
/home/newhyderabadpearls/htdocs/newhyderabadpearls.com/src/main/Router.php
    if(!empty($output)) {
 
      $segments = explode('@', $output['callback']);
      $controller = $segments[0];
 
      if(ENABLE_LOGIN) {
        if($output['mode']==1) {
          if(isset($_SESSION[APP."_login"])) {
            $controller = new $controller();
            if($controller) {
              call_user_func_array( array( $controller, $segments[1] ), $output['params'] );
            }
          } else {
            header("Location: ".HOME."account/login/");
            exit();
          }
        } elseif($output['mode'] == 0) {
          $controller = new $controller();
          if($controller) {
            call_user_func_array( array( $controller, $segments[1] ), $output['params'] );
          }
        }
      } else {
        $controller = new $controller();
        if($controller) {
          call_user_func_array( array( $controller, $segments[1] ), $output['params'] );
        }
      }
    } else {
      echo '404';
    }
  }
}
 
/home/newhyderabadpearls/htdocs/newhyderabadpearls.com/index.php
        transform: translate(-50%, -50%);
      }
      </style>
    </head>
    <body>
    
      <div class="container">
        <div class="content">
          <p><strong>Under Maintenance.</strong><br>We'll be live soon. Stay tuned!</p>
        </div>
      </div>
    
    </body>
    </html>
 
  <?php }
} else {
  $router = new src\main\Router();
  include "src/config/routes.php";
  $router->dispatch();
}

Environment & details:

empty
empty
empty
Key Value
session 69950696-6D8D-332F-9015-DF33D3C0FC1F-20250513093355
empty
Key Value
USER newhyderabadpearls
HOME /home/newhyderabadpearls
HTTP_ACCEPT_ENCODING br,gzip
HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_USER_AGENT CCBot/2.0 (https://commoncrawl.org/faq/)
HTTP_CONNECTION close
HTTP_X_FORWARDED_FOR 18.97.9.172
HTTP_X_REAL_IP 18.97.9.172
HTTP_X_FORWARDED_HOST newhyderabadpearls.com
HTTP_HOST newhyderabadpearls.com
PHP_VALUE error_log=/home/newhyderabadpearls/logs/php/error.log; memory_limit=512M; max_execution_time=300; max_input_time=60; max_input_vars=10000; post_max_size=64M; upload_max_filesize=64M; date.timezone=Asia/Kolkata; display_errors=off;
HTTPS on
MGT 1
GEOIP_LONGITUDE -71.1028
GEOIP_LATITUDE 42.3646
GEOIP_CITY_CONTINENT_CODE NA
GEOIP_POSTAL_CODE 02139
GEOIP_CITY Cambridge
GEOIP_REGION MA
GEOIP_CITY_COUNTRY_NAME United States
GEOIP_CITY_COUNTRY_CODE3 USA
GEOIP_CITY_COUNTRY_CODE US
GEOIP_COUNTRY_NAME United States
GEOIP_COUNTRY_CODE3 USA
GEOIP_COUNTRY_CODE US
REDIRECT_STATUS 200
SERVER_NAME newhyderabadpearls.com
SERVER_PORT 443
SERVER_ADDR 127.0.0.1
REMOTE_PORT
REMOTE_ADDR 18.97.9.172
SERVER_SOFTWARE nginx/1.21.4
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
DOCUMENT_ROOT /home/newhyderabadpearls/htdocs/newhyderabadpearls.com
DOCUMENT_URI /index.php
REQUEST_URI /view/gallery/showroom-stories/
SCRIPT_NAME /index.php
SCRIPT_FILENAME /home/newhyderabadpearls/htdocs/newhyderabadpearls.com/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1747109035.3665
REQUEST_TIME 1747109035
empty
0. Whoops\Handler\PrettyPageHandler