<?php
// Define constants
define('BROKER_NAME', 'Coldwell Banker Realty');
define('WASSERVERURL', 'https://s3.wasabisys.com/nstphotos/');
define('BONSTPHOTOURL', 'https://msllcphotos.xyz/nstphotos/') ;
define('NSTPROPERTIESURL', 'https://bonstdata1.xyz/bonstListingsNew2/');
define('DETAIL_PAGE_URL', 'https://msllcbase.com/propertyDetails.php?mlsnumbers=');
define('NEWPHOTOSERVERURL', 'https://msllcphotos.xyz/nstphotos/') ;

// Database to fetch photos
define("DB_HOST_Photos", "localhost");
define("DB_USER_Photos", "aabonstdataxyz");
define("DB_PASSWORD_Photos", "bSM202al;skdjdi0t9ew");
define("DB_NAME_Photos", "aabonstdataxyz");
define("DB_PORT_Photos", "3306");
$photoConn = new mysqli(DB_HOST_Photos, DB_USER_Photos, DB_PASSWORD_Photos, DB_NAME_Photos, DB_PORT_Photos);

define("ListOfficeMlsId", "NST5116");
define("AgentOne", "NST502001753");

	define("STATIC_LISTING_QUERY", "Select * from bonstlistingsnew2plus where (StandardStatus = 'Coming Soon' OR StandardStatus = 'Active' OR StandardStatus = 'Pending'  OR StandardStatus = 'Closed') AND (ListAgentMlsId = '".AgentOne."' OR CoListAgentMlsId = '".AgentOne."' OR BuyerAgentMlsId ='". AgentOne."' OR CoBuyerAgentMlsId = '".AgentOne."') ORDER BY alphastatus asc, OriginalEntryTimestamp desc");

	define("STATIC_LISTING_COUNT_QUERY", "Select count(*) as total from bonstlistingsnew2plus where (StandardStatus = 'Coming Soon' OR StandardStatus = 'Active' OR StandardStatus = 'Pending' OR StandardStatus = 'Closed') AND (ListAgentMlsId = '".AgentOne."' OR CoListAgentMlsId = '".AgentOne."' OR BuyerAgentMlsId ='".AgentOne."' OR CoBuyerAgentMlsId = '".AgentOne."') ORDER BY alphastatus asc, OriginalEntryTimestamp desc");

$domainname = "selwithdel";

?>