• DELETE FROM KEYWORDS WHERE ID_DOMAINE=33990669
  • DoneDoneDone

    URL:groups.io

    Connection: keep-alive
    Date: Thu, 23 Jan 2025 20:43:26 GMT
    Content-Length: 145
    Content-Type: text/html
    Location: https://groups.io/
    Server: nginx/1.25.4
    
    
    Location => https://groups.io/
    Status => 302
    <html>
    <head><title>302 Found</title></head>
    

    (vide) Tentative en https

    https://groups.io/

    	
    	<!DOCTYPE html>
    	<html lang="en-US">
    		<head>
    			<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
    			<meta http-equiv="X-UA-Compatible" content="IE=edge">
    			
    				<meta name="viewport" content="width=device-width, initial-scale=1.0">
    			
    			<meta name="pinterest" content="nopin" />
    			<meta name="pinterest" content="nohover" />
    			
    			<meta name="3778517eb4810dfb5d143ed8f1b359b3b5a82923" content="0f56257c3db4a222e91b11bc6871c4df2e263b28" />
    			<link rel="apple-touch-icon" sizes="57x57" href="/img/org.1/favicons/apple-icon-57x57.png">
    			<link rel="apple-touch-icon" sizes="60x60" href="/img/org.1/favicons/apple-icon-60x60.png">
    			<link rel="apple-touch-icon" sizes="72x72" href="/img/org.1/favicons/apple-icon-72x72.png">
    			<link rel="apple-touch-icon" sizes="76x76" href="/img/org.1/favicons/apple-icon-76x76.png">
    			<link rel="apple-touch-icon" sizes="114x114" href="/img/org.1/favicons/apple-icon-114x114.png">
    			<link rel="apple-touch-icon" sizes="120x120" href="/img/org.1/favicons/apple-icon-120x120.png">
    			<link rel="apple-touch-icon" sizes="144x144" href="/img/org.1/favicons/apple-icon-144x144.png">
    			<link rel="apple-touch-icon" sizes="152x152" href="/img/org.1/favicons/apple-icon-152x152.png">
    			<link rel="apple-touch-icon" sizes="180x180" href="/img/org.1/favicons/apple-icon-180x180.png">
    			<link rel="icon" type="image/png" sizes="192x192"  href="/img/org.1/favicons/android-icon-192x192.png">
    			<link rel="icon" type="image/png" sizes="32x32" href="/img/org.1/favicons/favicon-32x32.png">
    			<link rel="icon" type="image/png" sizes="96x96" href="/img/org.1/favicons/favicon-96x96.png">
    			<link rel="icon" type="image/png" sizes="16x16" href="/img/org.1/favicons/favicon-16x16.png">
    			<link rel="manifest" href="/img/org.1/favicons/manifest.json">
    			<meta name="msapplication-TileColor" content="#ffffff">
    			<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
    			
    			
    			
    
    <script>
    /* stubs */
    	const hapticsImpactHeavy = async () => {
    	};
    	const hapticsImpactMedium = async () => {
    	};
    	const hapticsImpactLight = async () => {
    	};
    	const hapticsVibrate = async () => {
    	};
    	const hapticsSelectionStart = async () => {
    	};
    	const hapticsSelectionChanged = async () => {
    	};
    	const hapticsSelectionEnd = async () => {
    	};
    </script>
    
    			
    <script>
    	
    		function setPullToRefresh() {}
    	
    	function gotoURL(inurl) {
    		window.location.href = inurl;
    		return;
    	}
    	function contentLoaded(isHTMX, f, caller = "") {
    		console.log("contentLoaded: " + isHTMX + " " + caller);
    		if (isHTMX == true) {
    			document.body.addEventListener('htmx:afterSettle', f, {once: true});
    		} else {
    			if (document.readyState !== 'loading') {
    				console.log('document is already ready, just execute code here');
    				f();
    			} else {
    				console.log('document was not ready, place code here');
    				document.addEventListener('DOMContentLoaded', f, {once: true});
    			}
    		}
    	}
    
    	function HideAppSidebarOnKeyboard() {
    		console.log("In HideAppSidebarOnKeyboard");
    		
    	}
    	// stub
    	function logError(data, url, linenumber) {
    		console.log(data)
    		return;
    	}
    	var pushSubToken;
    	var ignoreErrors = false;
    	var lastError = "";
    	
    		window.onerror = function(errorMessage, errorUrl, errorLine, errorColumn, errorObj) {
    			let column;
    			let stack;
    			if (console && console.log) {
    				console.log("msg:", errorMessage);
    				console.log("url:", errorUrl);
    				console.log("line:", errorLine);
    				if (errorColumn !== undefined && errorObj != null) {
    					console.log("column:", errorColumn);
    					column = errorColumn;
    				}
    				if (errorObj !== undefined && errorObj != null) {
    					console.log("stack:", errorObj.stack);
    					stack = errorObj.stack;
    				}
    				console.log("client_id:", "web.web08.5812262.1737665007050875045");
    				console.log("last_error:", lastError);
    				console.log("stack:", stack);
    			}
    			if (errorUrl == "" || errorUrl === null) {
    				errorUrl = window.location.href;
    			}
    			if (errorMessage.includes("SecurityError:") == true) {
    				ignoreErrors = true;
    			}
    			if (ignoreErrors == true) {
    				console.log("cookies, disabled, ignoring");
    				lastError = errorMessage;
    				return;
    			}
    			jQuery.ajax({
    				type: 'POST',
    				url: '/jsclienterror',
    				data: {
    					msg: errorMessage,
    					url: errorUrl,
    					line: errorLine,
    					column: column,
    					stack: stack,
    					last_error: lastError,
    					client_id: "web.web08.5812262.1737665007050875045"
    				},
    				success: function() {
    					if (console && console.log) {
    						console.log('JS error report successful.');
    					}
    					lastError = errorMessage;
    				},
    				error: function() {
    					if (console && console.error) {
    						console.error('JS error report submission failed!');
    					}
    					lastError = errorMessage;
    				}
    			});
    			return true;
    		}
    	
    </script>
    			
    			
    			<script src="/tinymce-5.10.9/tinymce.min.js"></script>
    			<script src="/js/browser-image-compression-2.0.2.min.js"></script>
    			<link href="/css/application-df34716411c2f39244dd0e27014688d2.css" rel="stylesheet" id="groupsio-css">
    			<script src="/js/application-9b2c27b802a13063cf8a712fe566f004.js" id="groupsio-js"></script>
    			<script src="/js/run_prettify.js"></script>
    			<title>
    				
    	Groups.io: Powerful Email Groups &amp; Collaboration Platform
    
    			</title>
    			
    
    			
    				
    
    
      
    			
    			
    	<style type="text/css">
    		table {
    		border-collapse: collapse;
    		border-style: hidden;
    		}
    		table td, table th {
    		border: 1px solid #eee;
    		}
    		.table>tbody>tr>td {
    		padding: 40px;
    		}
    		hr {
    		margin-top: 40px;
    		margin-bottom: 40px;
    		}
    	</style>
    
    <script>
    	htmx.config.scrollBehavior = "instant";
    	htmx.config.historyCacheSize = 0;
    	htmx.config.defaultSettleDelay = 0;
    	console.log("FULL PAGE LOAD");
    </script>
    		</head>
    		

    Groups.io: Powerful Email Groups & Collaboration Platform

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='nginx/1.25.4',redirection='https://groups.io/',Status='200',err='',[TITRE]=N' Groups.io: Powerful Email Groups & Collaboration Platform ',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=33990669
  • 0

    Groups.io: Powerful Email Groups & Collaboration Platform

  • 0. Groups.io: (17)
  • --------->0
  • 1. Powerful (8)
  • --------->0
  • 2. Email (5)
  • --------->0
  • 3. Groups (6)
  • --------->0
  • 4. &amp; (5)
  • --------->0
  • 5. Collaboration (13)
  • --------->0
  • 6. Platform (13)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N' Groups.io:',33990669),(N'Powerful',33990669),(N'Email',33990669),(N'Groups',33990669),(N'&',33990669),(N'Collaboration',33990669),(N'Platform ',33990669)