| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/babescartel.com/public_html/EmblemAVS/ |
Upload File : |
<?php /* * The $emblem_config array should contain configuration settings for different site IDs. * Each site ID can have its own specific settings, while the 'default' key holds * settings that apply to all sites unless overridden. * * Main keys for each site ID: * - property_uuid: The unique identifier for the property (provided by ghost.army). * - property_group_id: The unique identifier for the property group (provided by ghost.army). * - origin_domain: The domain from which the request originates. * - success_redirect_url: The URL to redirect to upon successful verification. * * Default values (under 'default' key): * The values defined here, are always used if there is no "site ID" override. */ $emblem_config = [ // Site 0 (babescartel.com) 0 => [ 'default' => [ 'property_uuid' => '0199c614-3a3a-713a-8e38-bf0eadcba331', 'origin_domain' => $_SERVER['HTTP_HOST'] ?? 'babescartel.com', 'success_redirect_url' => 'https://'.$_SERVER['HTTP_HOST'].'/avs_confirm_custom.php', 'success_redirect_url_trial' => 'https://'.$_SERVER['HTTP_HOST'].'/trial/avs_confirm_custom.php', 'custom_template_fields' => [ 'sitename' => 'Babes Cartel', 'siteurl' => 'https://babescartel.com', 'toururl' => 'https://babescartel.com', 'site_logo' => 'http://babescartel.com/custom_assets/images/logo.png', 'members_link' => 'https://members.babescartel.com/', 'join_link' => 'https://secure.babescartel.com/signup/signup.php', 'vod_link' => '#', 'vod_login' => '#/odlogin.php', 'vod_join' => '#/register.php', 'support_link' => 'mailto:csdarkreach@gmail.com', ], ], // Subsite-specific overrides 'subsites' => [ // Site Id 0 / Subsite Id 1 (babescartel.com) 1 => [ 'property_uuid' => '0199c614-3a3a-713a-8e38-bf0eadcba331', ], // Site Id 0 / Subsite Id 2 (bustycafe.com) 2 => [ 'property_uuid' => '0199c614-3a62-72d2-bddb-4e0988051a85', 'custom_template_fields' => [ 'sitename' => 'Busty Cafe', 'siteurl' => 'https://'.$_SERVER['HTTP_HOST'], 'toururl' => 'https://'.$_SERVER['HTTP_HOST'], 'site_logo' => '', 'members_link' => 'https://'.$_SERVER['HTTP_HOST'], ], ], // Site Id 0 / Subsite Id 3 (bustymilly.com) 3 => [ 'property_uuid' => '0199df5c-6faa-739f-bf61-4d62fd193e4c', 'custom_template_fields' => [ 'sitename' => 'Busty Milly', 'siteurl' => 'https://'.$_SERVER['HTTP_HOST'], 'toururl' => 'https://'.$_SERVER['HTTP_HOST'], 'site_logo' => '', 'members_link' => 'https://'.$_SERVER['HTTP_HOST'], ], ], // Site Id 0 / Subsite Id 4 (givingahandjob.com) 4 => [ 'property_uuid' => '0199df5c-da69-709d-86ae-ed20c3f97e0d', 'custom_template_fields' => [ 'sitename' => 'Giving a Handjob', 'siteurl' => 'https://givingahandjob.com', 'toururl' => 'https://givingahandjob.com', 'site_logo' => 'https://givingahandjob.com/custom_assets/images/logo.png', 'members_link' => 'https://members.givingahandjob.com/', 'join_link' => 'https://secure.givingahandjob.com/signup/signup.php?nats=MC4wLjY1LjcxLjAuMC4wLjAuMA&step=2', 'vod_link' => '#', 'vod_login' => '#/odlogin.php', 'vod_join' => '#/register.php', 'support_link' => 'mailto:csdarkreach@gmail.com', ], ], // Site Id 0 / Subsite Id 5 (halloffamestars.com) 5 => [ 'property_uuid' => '0199df5d-5c96-7396-b449-7d213231a952', 'success_redirect_url' => 'http://'.$_SERVER['HTTP_HOST'].'/avs_confirm_custom.php', 'custom_template_fields' => [ 'sitename' => 'Hall Of Fame Stars', 'siteurl' => 'http://'.$_SERVER['HTTP_HOST'], 'toururl' => 'http://'.$_SERVER['HTTP_HOST'], 'site_logo' => '', 'members_link' => 'http://'.$_SERVER['HTTP_HOST'], ], ], // Site Id 0 / Subsite Id 6 (honey-chest.com) 6 => [ 'property_uuid' => '0199df5d-c8f1-73e9-a996-4597b6530a6f', 'success_redirect_url' => 'http://'.$_SERVER['HTTP_HOST'].'/avs_confirm_custom.php', 'custom_template_fields' => [ 'sitename' => 'Honey Chest', 'siteurl' => 'http://'.$_SERVER['HTTP_HOST'], 'toururl' => 'http://'.$_SERVER['HTTP_HOST'], 'site_logo' => '', 'members_link' => 'http://'.$_SERVER['HTTP_HOST'], ], ], // Site Id 0 / Subsite Id 7 (honeyschool.com) 7 => [ 'property_uuid' => '0199df5e-35ff-712a-90c5-facec80d1645', 'custom_template_fields' => [ 'sitename' => 'Honey School', 'siteurl' => 'https://'.$_SERVER['HTTP_HOST'], 'toururl' => 'https://'.$_SERVER['HTTP_HOST'], 'site_logo' => '', 'members_link' => 'https://'.$_SERVER['HTTP_HOST'], ], ], // Site Id 0 / Subsite Id 9 (hungarianhoneys.com) 9 => [ 'property_uuid' => '0199c614-37e1-7206-8df4-5a0f4040a12b', 'custom_template_fields' => [ 'sitename' => 'Hungarian Honeys', 'siteurl' => 'https://'.$_SERVER['HTTP_HOST'], 'toururl' => 'https://'.$_SERVER['HTTP_HOST'], 'site_logo' => '', 'members_link' => 'https://'.$_SERVER['HTTP_HOST'], ], ], // Site Id 0 / Subsite Id 10 (pornstarhoneys.com) 10 => [ 'property_uuid' => '0199df5e-95db-7172-8142-d71af7b9ffad', 'custom_template_fields' => [ 'sitename' => 'Pornstar Honeys', 'siteurl' => 'https://'.$_SERVER['HTTP_HOST'], 'toururl' => 'https://'.$_SERVER['HTTP_HOST'], 'site_logo' => '', 'members_link' => 'https://'.$_SERVER['HTTP_HOST'], ], ], // Site Id 0 / Subsite Id 11 (pornstarlegends.com) 11 => [ 'property_uuid' => '0199c614-3802-702f-bf41-143327dcebee', 'custom_template_fields' => [ 'sitename' => 'Pornstar Legends', 'siteurl' => 'https://'.$_SERVER['HTTP_HOST'], 'toururl' => 'https://'.$_SERVER['HTTP_HOST'], 'site_logo' => '', 'members_link' => 'https://'.$_SERVER['HTTP_HOST'], ], ], // Site Id 0 / Subsite Id 12 (watchyoujerk.com) 12 => [ 'property_uuid' => '0199df5f-c5bf-70a0-981b-9ff8ce8cf3f0', 'custom_template_fields' => [ 'sitename' => 'Watch You Jerk', 'siteurl' => 'https://'.$_SERVER['HTTP_HOST'], 'toururl' => 'https://'.$_SERVER['HTTP_HOST'], 'site_logo' => '', 'members_link' => 'https://members.watchyoujerk.com/', 'join_link' => 'https://secure.watchyoujerk.com/signup/signup.php?nats=&step=2', ], ], // Site Id 0 / Subsite Id 13 (cafemilfs.com) 13 => [ 'property_uuid' => '0199df60-3256-7216-9aa7-1b466d9fb6db', 'success_redirect_url' => 'https://'.$_SERVER['HTTP_HOST'].'/members/avs_confirm_custom.php', 'success_redirect_url_trial' => 'https://'.$_SERVER['HTTP_HOST'].'/trial/avs_confirm_custom.php', 'custom_template_fields' => [ 'sitename' => 'Cafe MILFs', 'siteurl' => 'https://'.$_SERVER['HTTP_HOST'], 'toururl' => 'https://'.$_SERVER['HTTP_HOST'], 'site_logo' => '', 'members_link' => 'https://'.$_SERVER['HTTP_HOST'].'/members/', ], ], ], ], // Site 1 (filthyfemdom.com) 1 => [ 'default' => [ 'property_uuid' => '0199c614-3920-7158-8421-fa727647eee0', 'origin_domain' => $_SERVER['HTTP_HOST'] ?? 'filthyfemdom.com', 'success_redirect_url' => 'https://'.$_SERVER['HTTP_HOST'].'/members/avs_confirm_custom.php', 'success_redirect_url_trial' => 'https://'.$_SERVER['HTTP_HOST'].'/trial/avs_confirm_custom.php', 'custom_template_fields' => [ 'sitename' => 'Filthy Femdom', 'siteurl' => 'https://filthyfemdom.com', 'toururl' => 'https://filthyfemdom.com', 'site_logo' => 'https://filthyfemdom.com/custom_assets/uploads/56000000_home-logo-filthyfemdom2.png', 'members_link' => 'https://filthyfemdom.com/members/', 'join_link' => 'https://secure.filthyfemdom.com/signup/signup.php?nats=MC4wLjcxLjc3LjAuMC4wLjAuMA&step=2', 'vod_link' => '#', 'vod_login' => '#/odlogin.php', 'vod_join' => '#/register.php', 'support_link' => 'mailto:csdarkreach@gmail.com', ], ], ], // Site 2 (mybestsexlife.com) 2 => [ 'default' => [ 'property_uuid' => '0199df5a-e983-7320-ba8b-f325c414d2ca', 'origin_domain' => $_SERVER['HTTP_HOST'] ?? 'mybestsexlife.com', 'success_redirect_url' => 'https://'.$_SERVER['HTTP_HOST'].'/members/avs_confirm_custom.php', 'success_redirect_url_trial' => 'https://'.$_SERVER['HTTP_HOST'].'/trial/avs_confirm_custom.php', 'custom_template_fields' => [ 'sitename' => 'My Best Sex Life', 'siteurl' => 'https://mybestsexlife.com', 'toururl' => 'https://mybestsexlife.com', 'site_logo' => 'https://mybestsexlife.com/custom_assets/images/logo.png', 'members_link' => 'https://mybestsexlife.com/members/', 'join_link' => 'https://join.mybestsexlife.com/signup/signup.php?nats=MC4wLjY0LjcwLjAuMC4wLjAuMA&step=2', 'vod_link' => '#', 'vod_login' => '#/odlogin.php', 'vod_join' => '#/register.php', 'support_link' => 'mailto:csdarkreach@gmail.com', ], ], ], // Site 3 (tadpolexstudio.com) 3 => [ 'default' => [ 'property_uuid' => '0199c614-38da-7104-87fe-d94ae383b3fb', 'origin_domain' => $_SERVER['HTTP_HOST'] ?? 'tadpolexstudio.com', 'success_redirect_url' => 'https://'.$_SERVER['HTTP_HOST'].'/members/avs_confirm_custom.php', 'success_redirect_url_trial' => 'https://'.$_SERVER['HTTP_HOST'].'/trial/avs_confirm_custom.php', 'custom_template_fields' => [ 'sitename' => 'Tadpolex Studio', 'siteurl' => 'https://tadpolexstudio.com', 'toururl' => 'https://tadpolexstudio.com', 'site_logo' => 'https://tadpolexstudio.com/custom_assets/images/logo.png', 'members_link' => 'https://tadpolexstudio.com/members/', 'join_link' => 'https://join.tadpolexstudio.com/signup/signup.php?nats=MC4wLjczLjc5LjAuMC4wLjAuMA&step=2', 'vod_link' => '#', 'vod_login' => '#/odlogin.php', 'vod_join' => '#/register.php', 'support_link' => 'mailto:csdarkreach@gmail.com', ], ], ], // Site 4 (jerkygirls.com) 4 => [ 'default' => [ 'property_uuid' => '0199c614-38da-7104-87fe-d94ae383b3fb', 'origin_domain' => $_SERVER['HTTP_HOST'] ?? 'jerkygirls.com', 'success_redirect_url' => 'https://'.$_SERVER['HTTP_HOST'].'/members/avs_confirm_custom.php', 'success_redirect_url_trial' => 'https://'.$_SERVER['HTTP_HOST'].'/trial/avs_confirm_custom.php', 'custom_template_fields' => [ 'sitename' => 'Jerky Girls', 'siteurl' => 'https://jerkygirls.com', 'toururl' => 'https://jerkygirls.com', 'site_logo' => 'https://jerkygirls.com/content/logo.png', 'members_link' => 'https://jerkygirls.com/members/', 'join_link' => 'https://join.jerkygirls.com/signup/signup.php?nats=MC4wLjc5Ljg4LjAuMC4wLjAuMA&step=2', 'vod_link' => '#', 'vod_login' => '#/odlogin.php', 'vod_join' => '#/register.php', 'support_link' => 'mailto:csdarkreach@gmail.com', ], ], ], // Site 5 (college-uniform.com) 5 => [ 'default' => [ 'property_uuid' => '0199c60f-c86c-7251-91e5-5427cc2c17a3', 'origin_domain' => $_SERVER['HTTP_HOST'] ?? 'college-uniform.com', 'success_redirect_url' => 'https://'.$_SERVER['HTTP_HOST'].'/members/avs_confirm_custom.php', 'success_redirect_url_trial' => 'https://'.$_SERVER['HTTP_HOST'].'/trial/avs_confirm_custom.php', 'custom_template_fields' => [ 'sitename' => 'College Uniform', 'siteurl' => 'https://college-uniform.com', 'toururl' => 'https://college-uniform.com', 'site_logo' => 'https://college-uniform.com/images/logoCU.png', 'members_link' => 'https://college-uniform.com/members/', 'join_link' => 'https://join.college-uniform.com/signup/signup.php?nats=&step=2', 'vod_link' => '#', 'vod_login' => '#/odlogin.php', 'vod_join' => '#/register.php', 'support_link' => 'mailto:csdarkreach@gmail.com', ], ], ], // Site 8 (hollyshunnies.com) 8 => [ 'default' => [ 'property_uuid' => '0199df5b-7698-723c-b57e-dc1e327f1435', 'origin_domain' => $_SERVER['HTTP_HOST'] ?? 'hollyshunnies.com', 'success_redirect_url' => 'https://'.$_SERVER['HTTP_HOST'].'/members/avs_confirm_custom.php', 'success_redirect_url_trial' => 'https://'.$_SERVER['HTTP_HOST'].'/trial/avs_confirm_custom.php', 'custom_template_fields' => [ 'sitename' => 'Hollys Hunnies', 'siteurl' => 'https://hollyshunnies.com', 'toururl' => 'https://hollyshunnies.com', 'site_logo' => 'https://hollyshunnies.com/custom_assets/images/logo.png', 'members_link' => 'https://hollyshunnies.com/members/', 'join_link' => 'https://join.hollyshunnies.com/signup/signup.php?nats=MC4wLjc0LjgyLjAuMC4wLjAuMA&step=2', 'vod_link' => '#', 'vod_login' => '#/odlogin.php', 'vod_join' => '#/register.php', 'support_link' => 'mailto:csdarkreach@gmail.com', ], ], ], // Site 9 (yourflightsonly.com) 9 => [ 'default' => [ 'property_uuid' => '0199df5b-f742-70d4-820f-8f3a148f245c', 'origin_domain' => $_SERVER['HTTP_HOST'] ?? 'yourflightsonly.com', 'success_redirect_url' => 'https://'.$_SERVER['HTTP_HOST'].'/members/avs_confirm_custom.php', 'success_redirect_url_trial' => 'https://'.$_SERVER['HTTP_HOST'].'/trial/avs_confirm_custom.php', 'custom_template_fields' => [ 'sitename' => 'Your Flights Only', 'siteurl' => 'https://yourflightsonly.com', 'toururl' => 'https://yourflightsonly.com', 'site_logo' => 'https://yourflightsonly.com/custom_assets/images/logo.png', 'members_link' => 'https://yourflightsonly.com/members/', 'join_link' => 'https://yourflightsonly.com/join.php', 'vod_link' => '#', 'vod_login' => '#/odlogin.php', 'vod_join' => '#/register.php', 'support_link' => 'mailto:csdarkreach@gmail.com', ], ], ], 'default' => [ // Emblem Client API URL 'api_url' => 'https://emblem-avs-api.ghost.army/api/', // Emblem Client API Key 'api_key' => 'y5c4RpVumqaIqvCd1dTRGsohdBD12JQAEvNIstp4D9SwuKC6GHJ3wOOCkipccHdsg56rwx5wxsJkuwJ7', // Emblem Session Name 'session_name' => 'ghostarmy_emblem_avs_uuid', // Emblem Client API UUID (this should be added to your $userInfo array, fallback to the config if not set) 'property_uuid' => '0199c614-3a3a-713a-8e38-bf0eadcba331', // Emblem Client API Group ID 'property_group_id' => 15, // Emblem Client API Origin Domain (must match the domain you registered with in ghost.army) // Leave the PHP logic to make it dynamic 'origin_domain' => isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : 'babescartel.com', // Emblem Client Absolute Path 'emblem_absolute_path' => '/home/httpd/html/babescartel.com/public_html/EmblemAVS/', // Emblem Template 'emblem_template' => 'EmblemAVS.Template.Custom.php', // Enforce Geo, should leave it false unless you wan't the Geo Fence to happen on ghost.army API Side 'enforce_geo' => false, // Success Redirect URL, we will append the UUID to the URL, to something like: members/?emblem_uuid=UUID // (this should be added to your $userInfo array, fallback to the config if not set) 'success_redirect_url' => 'https://'.$_SERVER['HTTP_HOST'].'/avs_confirm_custom.php', // Success Redirect URL (trial), we will append the UUID to the URL, to something like: trial/?emblem_uuid=UUID // (this should be added to your $userInfo array, fallback to the config if not set) 'success_redirect_url_trial' => 'https://'.$_SERVER['HTTP_HOST'].'/trial/avs_confirm_custom.php', // Before AV Message 'avs_message' => '⚠️ This website is restricted to users 18 years or older.', // AV Complete Message 'avs_complete' => 'You have successfully verified your age.', // AV Failed Message 'avs_failed' => 'You have failed to verify your age.', // AV Button Text 'avs_button' => 'Verify My Age', // AV Button Class 'avs_button_class' => 'btn btn-primary btn-lg text-white rounded-pill', // AV Button Text (Completed AVS) 'avs_button_success' => 'Continue to Members-Area', // AV Button Class (Completed AVS) 'avs_button_class_success' => 'btn btn-success btn-lg rounded-pill', ], ];