This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Google Tag Manager --> | |
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | |
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | |
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | |
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | |
})(window,document,'script','dataLayer','GTM-T3PT6QJ6');</script> | |
<!-- End Google Tag Manager --> | |
<!-- Google Tag Manager (noscript) --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------- | |
Translated Report (Full Report Below) | |
------------------------------------- | |
Process: BoltAI [32052] | |
Path: /Applications/BoltAI.app/Contents/MacOS/BoltAI | |
Identifier: co.podzim.BoltGPT | |
Version: 1.11.0 (29) | |
Code Type: X86-64 (Native) | |
Parent Process: launchd [1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Google Tag Manager --> | |
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | |
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | |
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | |
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | |
})(window,document,'script','dataLayer','GTM-KSH8PW3Z');</script> | |
<!-- End Google Tag Manager --> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User-Agent: * | |
Disallow: /wp-admin/ | |
Allow: /wp-admin/admin-ajax.php | |
Sitemap: https://example.com/sitemap_index.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Learndash Reports functions | |
* | |
* @since 2.3.0 | |
* | |
* @package LearnDash\Reports | |
*/ | |
if ( ! defined( 'ABSPATH' ) ) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo site urjashah.iideed.us -wp | |
sudo site sandeepreddynaini.iideed.us -wp | |
sudo site amankhurana.iideed.us -wp | |
sudo site vidhigupta.iideed.us -wp | |
sudo site sameekshajain.iideed.us -wp | |
sudo site mehakbhutani.iideed.us -wp | |
sudo site aashnabothra.iideed.us -wp | |
sudo site gurkomalsinghdhaliwal.iideed.us -wp | |
sudo site avichalkhurana.iideed.us -wp | |
sudo site narayanans.iideed.us -wp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo site sahejpreetkaurbakshi.iide.space -wp | |
sudo site palakjain.iide.space -wp | |
sudo site dhanashreevitkar.iide.space -wp | |
sudo site abhishekjaiswal.iide.space -wp | |
sudo site palaksavla.iide.space -wp | |
sudo site rizwanab.iide.space -wp | |
sudo site yaminikuntal.iide.space -wp | |
sudo site rajdeepchatterjee.iide.space -wp | |
sudo site rohitbutola.iide.space -wp | |
sudo site hardikkotak.iide.space -wp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"deal_id": 123456, | |
"deal_name": "freshsales", | |
"deal_amount": 123.45, | |
"deal_currency_name": "freshsales", | |
"deal_base_currency_amount": 123.45, | |
"deal_expected_deal_value": 123.45, | |
"deal_expected_close": "19-10-2021", | |
"deal_closed_date": "19-10-2021", | |
"deal_probability": 123.45, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
TEXT_RESET='\e[0m' | |
TEXT_YELLOW='\e[0;33m' | |
TEXT_RED_B='\e[1;31m' | |
sudo apt update | |
echo -e $TEXT_YELLOW | |
echo 'APT update finished...' | |
echo -e $TEXT_RESET |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine On | |
RewriteCond %{HTTPS} off | |
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] |