Apache
tcp/443 tcp/80
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbab7ac535
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/IliasSyed12345/5.-citibytes.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbab7ac535
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/IliasSyed12345/5.-citibytes.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
Open service 50.6.160.97:80 · www.citibytes.com
2024-11-03 01:44
HTTP/1.1 200 OK Date: Sun, 03 Nov 2024 01:44:18 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=82cb9617496fc5fa4fe67939a8f9e0ad; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · www.citibytes.com
2024-11-02 18:21
HTTP/1.1 200 OK Date: Sat, 02 Nov 2024 18:21:52 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=92af162cff93ca669ee689f2a2827aa4; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-11-02 15:42
HTTP/1.1 200 OK Date: Sat, 02 Nov 2024 15:42:36 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=8b0f42562cca7c89824ffa11f0a53ca2; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-11-02 12:46
HTTP/1.1 200 OK Date: Sat, 02 Nov 2024 12:46:46 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=9262e0116b714ea166091da0bd2c1f37; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-11-02 03:46
HTTP/1.1 200 OK Date: Sat, 02 Nov 2024 03:46:21 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=1ac239462b0ae03e31f3e18712dfd54f; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-11-02 03:46
HTTP/1.1 200 OK Date: Sat, 02 Nov 2024 03:46:17 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=25dc250ec02ed4349bb0be7541b60d88; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · www.citibytes.com
2024-11-01 20:12
HTTP/1.1 200 OK Date: Fri, 01 Nov 2024 20:12:12 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=e7889f0aea45196b8a7251c465ad816c; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · www.citibytes.com
2024-11-01 16:04
HTTP/1.1 200 OK Date: Fri, 01 Nov 2024 16:04:23 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=a95c08fff7a321f0d8650814bc582f32; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-11-01 11:21
HTTP/1.1 200 OK Date: Fri, 01 Nov 2024 11:21:43 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=e6e534681525d0dcb9dfbbd0a643798d; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-11-01 09:09
HTTP/1.1 200 OK Date: Fri, 01 Nov 2024 09:09:07 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=2cddd6c89978185d212377131377ce2a; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-11-01 01:38
HTTP/1.1 200 OK Date: Fri, 01 Nov 2024 01:38:33 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=e86cb947262eba88cbb81cccff58e0d9; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-11-01 01:38
HTTP/1.1 200 OK Date: Fri, 01 Nov 2024 01:38:32 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=4217b27c2c1da98fe7ffe47211bcc95f; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · www.citibytes.com
2024-10-30 22:51
HTTP/1.1 200 OK Date: Wed, 30 Oct 2024 22:51:40 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=b40bd2a989f8c639c01b07191274da4f; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · www.citibytes.com
2024-10-30 21:15
HTTP/1.1 200 OK Date: Wed, 30 Oct 2024 21:15:01 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=5c191dc2147e608e6bfad4b6e23bac83; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-30 10:02
HTTP/1.1 200 OK Date: Wed, 30 Oct 2024 10:02:52 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=b994dac7d897dedfe9d0125f95eff675; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-30 06:46
HTTP/1.1 200 OK Date: Wed, 30 Oct 2024 06:46:45 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=dff78f483d0db651e365cc64b446f503; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-30 02:51
HTTP/1.1 200 OK Date: Wed, 30 Oct 2024 02:51:23 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=86bd322d9462f057d042a6f4f7cee5f0; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-30 02:51
HTTP/1.1 200 OK Date: Wed, 30 Oct 2024 02:51:25 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=81933900df704e291a06d2b108503860; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · www.citibytes.com
2024-10-22 01:53
HTTP/1.1 200 OK Date: Tue, 22 Oct 2024 01:53:46 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=afc1649245666950b49a928012226a7f; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-22 01:27
HTTP/1.1 200 OK Date: Tue, 22 Oct 2024 01:27:29 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=8818d892bf3fb0f726738043272b806f; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-22 01:27
HTTP/1.1 200 OK Date: Tue, 22 Oct 2024 01:27:26 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=62b6e27ee40b4eae2bd1caedbaec02b4; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-20 22:32
HTTP/1.1 200 OK Date: Sun, 20 Oct 2024 22:32:35 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=de663eb476323055813389ab063dc282; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-20 22:32
HTTP/1.1 200 OK Date: Sun, 20 Oct 2024 22:32:36 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=e154daaac4d35d1e17935ac62e9b7d23; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · www.citibytes.com
2024-10-20 22:27
HTTP/1.1 200 OK Date: Sun, 20 Oct 2024 22:27:41 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=7060f7a662c633b1d3b211c18d7405c7; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-20 01:34
HTTP/1.1 200 OK Date: Sun, 20 Oct 2024 01:34:54 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=00a94ea81bdfc8187cdae4b87056f221; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-20 01:34
HTTP/1.1 200 OK Date: Sun, 20 Oct 2024 01:34:48 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=44e722dbfb7ece5c707dcbffa44e8ec0; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · www.citibytes.com
2024-10-20 01:10
HTTP/1.1 200 OK Date: Sun, 20 Oct 2024 01:10:37 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=d63daca1a6e1202c20a46ec73b1b97f8; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · www.citibytes.com
2024-10-19 01:14
HTTP/1.1 200 OK Date: Sat, 19 Oct 2024 01:14:11 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=1038b331744827bc36e5f24249c877d4; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-19 00:49
HTTP/1.1 200 OK Date: Sat, 19 Oct 2024 00:50:01 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=87f0fdfdd050e6e04c47115e16340eda; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-19 00:49
HTTP/1.1 200 OK Date: Sat, 19 Oct 2024 00:50:00 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=acf82114081249a0bb2b5ed0f954836c; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · www.citibytes.com
2024-10-18 20:58
HTTP/1.1 200 OK Date: Fri, 18 Oct 2024 20:58:18 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=0b3e4b6f86716b9cc64c8c97b3a7a6bb; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-18 01:49
HTTP/1.1 200 OK Date: Fri, 18 Oct 2024 01:49:58 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=11dd8447a283dd6551051ae032d87e4e; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-18 01:49
HTTP/1.1 200 OK Date: Fri, 18 Oct 2024 01:49:56 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=0f795532be2be14d22c7c9b71dac6585; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytesYour Trusted Local city information | Jobs listing & weather <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <meta name="description" content="Visit our website for infomation about Katy - Shops, market place, city information, Ads, and weather information."> <meta name="keywords" content="shops, maket place, jobs, weather"> <meta name="author" content="citibytes"> <title>Your Trusted Local city information | Jobs listing & weather</title> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Your Trusted Local website | Jobs listing & weather"> <meta property="og:description" content="Visit our website for city infomation, jobs ,market place and weather."> <meta property="og:image" content="https://www.citibytes.com/images/og-image.jpg"> <meta property="og:url" content="https://www.citibytes.com"> <meta property="og:type" content="website"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · www.citibytes.com
2024-10-17 13:51
HTTP/1.1 200 OK Date: Thu, 17 Oct 2024 13:51:48 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=38f3def286e062c0262bebdb4b798bce; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · www.citibytes.com
2024-10-17 13:51
HTTP/1.1 200 OK Date: Thu, 17 Oct 2024 13:51:51 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=2e52ddac37509fa99ea036bc75b600ef; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-17 13:51
HTTP/1.1 200 OK Date: Thu, 17 Oct 2024 13:51:51 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=fad131645c6924c92c626efe87543da6; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-17 13:51
HTTP/1.1 200 OK Date: Thu, 17 Oct 2024 13:51:48 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=962d6317af2b58f7e292898beb6ab8b7; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-17 03:40
HTTP/1.1 200 OK Date: Thu, 17 Oct 2024 03:40:39 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=e75062383fcde21a5e8e816079e2dbef; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-17 03:14
HTTP/1.1 200 OK Date: Thu, 17 Oct 2024 03:14:16 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=82ced4828ec9e8c0e39014111bb16eb4; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-16 04:09
HTTP/1.1 200 OK Date: Wed, 16 Oct 2024 04:09:46 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=ca460a6c666989edb019e16cb4c7de5f; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-16 04:09
HTTP/1.1 200 OK Date: Wed, 16 Oct 2024 04:09:45 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=ac77c922bbf11299b973e1169fe554f5; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-15 02:12
HTTP/1.1 200 OK Date: Tue, 15 Oct 2024 02:12:25 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=6eba426ec5d0775b136d944aa6c0c523; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-15 02:12
HTTP/1.1 200 OK Date: Tue, 15 Oct 2024 02:12:18 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=4c300169940a0c4219ad0a65fdce4066; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-02 14:40
HTTP/1.1 200 OK Date: Wed, 02 Oct 2024 14:40:04 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=2014baadcccbbafb4f7dcdf88ac77e99; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-02 14:40
HTTP/1.1 200 OK Date: Wed, 02 Oct 2024 14:40:07 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=c40229b425ee03c2c65794dbdaffe298; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-10-02 00:54
HTTP/1.1 200 OK Date: Wed, 02 Oct 2024 00:54:37 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=bcc068319b5319bd45522eddec16bc90; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-10-02 00:54
HTTP/1.1 200 OK Date: Wed, 02 Oct 2024 00:54:38 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=bfcd858f5af25b35783c2c114f34866d; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-09-30 20:42
HTTP/1.1 200 OK Date: Mon, 30 Sep 2024 20:42:22 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=d62433c6ee303daddb5e8ec574d82fdf; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-09-30 20:42
HTTP/1.1 200 OK Date: Mon, 30 Sep 2024 20:42:23 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=83227291f46e4e14eeca6910a57977ba; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-09-30 00:59
HTTP/1.1 200 OK Date: Mon, 30 Sep 2024 00:59:36 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=901435119c0b1e511d8fc674dad95689; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-09-30 00:59
HTTP/1.1 200 OK Date: Mon, 30 Sep 2024 00:59:37 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=59fc5bd0bad695f42a374218fa4aebec; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-09-28 17:53
HTTP/1.1 200 OK Date: Sat, 28 Sep 2024 17:53:27 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=ef1664f99da70556144444db0c4b5cac; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-09-28 17:53
HTTP/1.1 200 OK Date: Sat, 28 Sep 2024 17:53:24 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=5ebff532a440e69c15ee95bf0b50cb97; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:80 · citibytes.com
2024-09-28 00:53
HTTP/1.1 200 OK Date: Sat, 28 Sep 2024 00:53:15 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=cc0d03294dcf3cc8dc6c7925d8bb2449; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>
Open service 50.6.160.97:443 · citibytes.com
2024-09-28 00:53
HTTP/1.1 200 OK Date: Sat, 28 Sep 2024 00:53:18 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=aa65319abe09c6a98032cf94fa8efc3a; path=/ Upgrade: h2,h2c Connection: Upgrade, close Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Page title: Welcome - CitiBytes <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome - CitiBytes</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { background-color: #f8f9fa; } .container { max-width: 500px; margin-top: 50px; } .form-container { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <div class="form-container"> <h1 class="text-center mb-4">Welcome to CitiBytes</h1> <form id="problemForm" method="POST" action="/index.php"> <div class="mb-3"> <label for="problem" class="form-label">We'd love to know what issues or challenges you're experiencing with the city. Your insights can help us address these problems and improve city services. We're here to listen and work on solutions together!</label> <textarea class="form-control" id="problem" name="problem" rows="3" required></textarea> </div> <div class="mb-3"> <label for="zipcode" class="form-label">What is your ZIP code?</label> <input type="text" class="form-control" id="zipcode" name="zipcode" required> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script> document.getElementById('problemForm').addEventListener('submit', function(event) { var zipcode = document.getElementById('zipcode').value; var zipcodeRegex = /^\d{5}$/; if (!zipcodeRegex.test(zipcode)) { event.preventDefault(); alert('Please enter a valid 5-digit ZIP code.'); } }); </script> </body> </html>