thru VPN ba pag mag change IP?try mu change ip lods or device or gamit dual app. nag 180 days din sakin.
thru VPN ba pag mag change IP?try mu change ip lods or device or gamit dual app. nag 180 days din sakin.
no need vpn sa pag create ng fb acc.thru VPN ba pag mag change IP?
pabulong naman method mo lodsno need vpn sa pag create ng fb acc.
nakakagawa nga ako ng acc. ng hindi ngpapalit ng ip address, teknik lang din talaga
on off lang data or airplane mode lods no need vpnthru VPN ba pag mag change IP?
pgkacreate mo ng acc., suspend agad?pabulong naman method mo lods
Mas nakaka earn ka ba sa monetag kesa sa adsterra?View attachment 2985902
Maaga pasahod ni MoneTag ngaun.
Grind lang.
next nmn sa ads on reel June 22.
ou lods pero halos same lang sila.Mas nakaka earn ka ba sa monetag kesa sa adsterra?
Madali ma spam at community standard at auto delete ni fb all vidsMas nakaka earn ka ba sa monetag kesa sa adsterra?


,malapit na tlga ma withdraw hahaou lods hha nsanany nalng ako dami na nadelete skinMadali ma spam at community standard at auto delete ni fb all vids
Trending kahapon stuck sa 140kview sad 180click 1usd lang,malapit na tlga ma wí†hdráw haha

Ngiiidelikado bato amitin sa official fb acc mga lods?
New fb account ka nag po post lods?up to 3 page mga account ko lods minsan kasi hirap gumwa acc kya hanggang 3page ako.
diko pa na try nag ask muna ako baka ma block hahahaNew fb account ka nag po post lods?
Yung mga links ni monetag?Madali ma spam at community standard at auto delete ni fb all vids
Trending kahapon stuck sa 140kview sad 180click 1usd lang,malapit na tlga ma wí†hdráw haha
Oo, kase may chance na ma-disable yung account na gamit mo.delikado bato amitin sa official fb acc mga lods?
ako din, ngtyatyaga para makumpleto yung min. payout. hahaMadali ma spam at community standard at auto delete ni fb all vids
Trending kahapon stuck sa 140kview sad 180click 1usd lang,malapit na tlga ma wí†hdráw haha
wag na wag mo gagamitin main account mo sa farming haha baka magsisi ka madali lang gumawa ng new accdelikado bato amitin sa official fb acc mga lods?
nagpost na ko nyan dito about sa tangled, meron narin akong thread na ginawa dito. Di ko alam if yung iba trnypampaganaa
may tangled pala sino na nakakapag farm dun kano kaya per day
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Movies on Reels</title>
<meta name="description" content="Movies on Reels - Your go-to place for free movie streaming with a vast library of movies, TV shows, and documentaries.">
<meta name="keywords" content="movies, streaming, free movies, TV shows, documentaries">
<meta name="author" content="Movies on Reels">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<style>
body, html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
background-color: #141414;
font-family: 'Arial', sans-serif;
color: #fff;
}
.header {
width: 100%;
padding: 15px 20px;
background-color: #111;
text-align: center;
font-size: 26px;
font-weight: bold;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
z-index: 1000;
cursor: pointer;
}
.navbar {
width: 100%;
display: flex;
justify-content: center;
padding: 10px 0;
margin-top: 60px; /* Adjusted for header height */
background-color: #222;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.navbar a {
color: #fff;
text-decoration: none;
margin: 0 20px;
font-size: 18px;
}
.navbar a:hover {
text-decoration: underline;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
width: 90%;
max-width: 800px;
margin-top: 80px; /* Adjusted for header and navbar height */
}
.movie-title {
margin: 10px 0;
font-size: 28px;
text-align: center;
font-weight: bold;
color: #ff0000;
}
.video-player {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
background: #000;
border: 2px solid #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
margin-bottom: 20px;
}
.video-player img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
cursor: pointer;
}
.middle-play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
background: url('https://img.icons8.com/ios-filled/100/ffffff/play--v1.png') no-repeat center center;
background-size: 80px 80px;
cursor: pointer;
}
.video-controls {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
box-sizing: border-box;
}
.play-button {
width: 30px;
height: 30px;
background: url('https://img.icons8.com/ios-filled/50/ffffff/play--v1.png') no-repeat center center;
background-size: contain;
cursor: pointer;
}
.progress-bar {
flex: 1;
height: 5px;
margin: 0 10px;
background: #444;
cursor: pointer;
position: relative;
top: 5px; /* Adjust alignment */
}
.progress-filled {
height: 100%;
background: #ff0000;
width: 0;
}
.fullscreen-button {
width: 30px;
height: 30px;
background: url('https://img.icons8.com/ios-filled/50/ffffff/full-screen.png') no-repeat center center;
background-size: contain;
cursor: pointer;
}
.download-buttons {
display: flex;
justify-content: center;
margin: 20px 0;
}
.download-button {
padding: 10px 20px;
margin: 0 10px;
background-color: #ff0000;
color: #fff;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
text-decoration: none;
}
.download-button:hover {
background-color: #cc0000;
}
.description {
margin: 20px 0;
font-size: 16px;
text-align: center;
line-height: 1.6;
max-width: 700px;
}
.footer {
width: 100%;
padding: 20px 0;
background-color: #111;
text-align: center;
margin-top: auto; /* Move footer to the bottom */
font-size: 14px;
color: #777;
}
@media (max-width: 480px) {
.middle-play-button {
width: 60px;
height: 60px;
background-size: 60px 60px;
}
.play-button, .fullscreen-button {
width: 25px;
height: 25px;
}
.header {
font-size: 22px;
}
.navbar a {
margin: 0 10px;
font-size: 16px;
}
.download-button {
padding: 8px 16px;
font-size: 14px;
}
}
@media (max-width: 320px) {
.middle-play-button {
width: 50px;
height: 50px;
background-size: 50px 50px;
}
.play-button, .fullscreen-button {
width: 20px;
height: 20px;
}
.header {
font-size: 20px;
}
.navbar a {
margin: 0 5px;
font-size: 14px;
}
.download-button {
padding: 6px 12px;
font-size: 12px;
}
}
</style>
</head>
<body>
<div class="header" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Movies on Reels</div>
<div class="navbar">
<a href="#" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Home</a>
<a href="#" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Movies</a>
<a href="#" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Series</a>
<a href="#" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">My List</a>
</div>
<div class="container">
<div class="movie-title">Trending Movie 2024</div>
<div class="video-player">
<img src="https://i.postimg.cc/wvQKV082/maxresdefault.jpg" alt="Video Thumbnail" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">
<div class="middle-play-button" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'"></div>
<div class="video-controls">
<div class="play-button" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'"></div>
<div class="progress-bar">
<div class="progress-filled"></div>
</div>
<div class="fullscreen-button"></div>
</div>
</div>
<div class="download-buttons">
<a href="https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39" class="download-button">Download 720p</a>
<a href="https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39" class="download-button">Download 1080p</a>
</div>
<div class="description">
Movies on Reels is a free movie streaming website that offers a vast library of movies, TV shows for you to enjoy from the comfort of your own home.
<br><br>
<a href="#" class="download-button" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Start Watching Now</a>
</div>
</div>
<div class="footer">
<p>© 2024 Movies on Reels. All rights reserved.</p>
</div>
</body>
</html>
change nyo nalang yung mga "ashamefin" sa direct link nyokamiss naman mag code hahahaha naiintindihan ko yang codes na yan hahahaHTML:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Movies on Reels</title> <meta name="description" content="Movies on Reels - Your go-to place for free movie streaming with a vast library of movies, TV shows, and documentaries."> <meta name="keywords" content="movies, streaming, free movies, TV shows, documentaries"> <meta name="author" content="Movies on Reels"> <link rel="icon" href="favicon.ico" type="image/x-icon"> <style> body, html { margin: 0; padding: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; background-color: #141414; font-family: 'Arial', sans-serif; color: #fff; } .header { width: 100%; padding: 15px 20px; background-color: #111; text-align: center; font-size: 26px; font-weight: bold; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); position: fixed; top: 0; z-index: 1000; cursor: pointer; } .navbar { width: 100%; display: flex; justify-content: center; padding: 10px 0; margin-top: 60px; /* Adjusted for header height */ background-color: #222; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } .navbar a { color: #fff; text-decoration: none; margin: 0 20px; font-size: 18px; } .navbar a:hover { text-decoration: underline; } .container { display: flex; flex-direction: column; align-items: center; width: 90%; max-width: 800px; margin-top: 80px; /* Adjusted for header and navbar height */ } .movie-title { margin: 10px 0; font-size: 28px; text-align: center; font-weight: bold; color: #ff0000; } .video-player { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; /* 16:9 aspect ratio */ background: #000; border: 2px solid #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); margin-bottom: 20px; } .video-player img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; cursor: pointer; } .middle-play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background: url('https://img.icons8.com/ios-filled/100/ffffff/play--v1.png') no-repeat center center; background-size: 80px 80px; cursor: pointer; } .video-controls { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); display: flex; justify-content: space-between; align-items: center; padding: 10px; box-sizing: border-box; } .play-button { width: 30px; height: 30px; background: url('https://img.icons8.com/ios-filled/50/ffffff/play--v1.png') no-repeat center center; background-size: contain; cursor: pointer; } .progress-bar { flex: 1; height: 5px; margin: 0 10px; background: #444; cursor: pointer; position: relative; top: 5px; /* Adjust alignment */ } .progress-filled { height: 100%; background: #ff0000; width: 0; } .fullscreen-button { width: 30px; height: 30px; background: url('https://img.icons8.com/ios-filled/50/ffffff/full-screen.png') no-repeat center center; background-size: contain; cursor: pointer; } .download-buttons { display: flex; justify-content: center; margin: 20px 0; } .download-button { padding: 10px 20px; margin: 0 10px; background-color: #ff0000; color: #fff; border: none; border-radius: 5px; font-size: 16px; cursor: pointer; text-decoration: none; } .download-button:hover { background-color: #cc0000; } .description { margin: 20px 0; font-size: 16px; text-align: center; line-height: 1.6; max-width: 700px; } .footer { width: 100%; padding: 20px 0; background-color: #111; text-align: center; margin-top: auto; /* Move footer to the bottom */ font-size: 14px; color: #777; } @media (max-width: 480px) { .middle-play-button { width: 60px; height: 60px; background-size: 60px 60px; } .play-button, .fullscreen-button { width: 25px; height: 25px; } .header { font-size: 22px; } .navbar a { margin: 0 10px; font-size: 16px; } .download-button { padding: 8px 16px; font-size: 14px; } } @media (max-width: 320px) { .middle-play-button { width: 50px; height: 50px; background-size: 50px 50px; } .play-button, .fullscreen-button { width: 20px; height: 20px; } .header { font-size: 20px; } .navbar a { margin: 0 5px; font-size: 14px; } .download-button { padding: 6px 12px; font-size: 12px; } } </style> </head> <body> <div class="header" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Movies on Reels</div> <div class="navbar"> <a href="#" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Home</a> <a href="#" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Movies</a> <a href="#" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Series</a> <a href="#" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">My List</a> </div> <div class="container"> <div class="movie-title">Trending Movie 2024</div> <div class="video-player"> <img src="https://i.postimg.cc/wvQKV082/maxresdefault.jpg" alt="Video Thumbnail" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'"> <div class="middle-play-button" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'"></div> <div class="video-controls"> <div class="play-button" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'"></div> <div class="progress-bar"> <div class="progress-filled"></div> </div> <div class="fullscreen-button"></div> </div> </div> <div class="download-buttons"> <a href="https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39" class="download-button">Download 720p</a> <a href="https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39" class="download-button">Download 1080p</a> </div> <div class="description"> Movies on Reels is a free movie streaming website that offers a vast library of movies, TV shows for you to enjoy from the comfort of your own home. <br><br> <a href="#" class="download-button" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Start Watching Now</a> </div> </div> <div class="footer"> <p>© 2024 Movies on Reels. All rights reserved.</p> </div> </body> </html>
Landing page baka may gusto wala Ako website ehchange nyo nalang yung mga "ashamefin" sa direct link nyo
Di ko pa natry gamitin to haha
You do not have permission to view the full content of this post. Log in or register now.View attachment 2987038
wow maraming salamat po dito!HTML:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Movies on Reels</title> <meta name="description" content="Movies on Reels - Your go-to place for free movie streaming with a vast library of movies, TV shows, and documentaries."> <meta name="keywords" content="movies, streaming, free movies, TV shows, documentaries"> <meta name="author" content="Movies on Reels"> <link rel="icon" href="favicon.ico" type="image/x-icon"> <style> body, html { margin: 0; padding: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; background-color: #141414; font-family: 'Arial', sans-serif; color: #fff; } .header { width: 100%; padding: 15px 20px; background-color: #111; text-align: center; font-size: 26px; font-weight: bold; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); position: fixed; top: 0; z-index: 1000; cursor: pointer; } .navbar { width: 100%; display: flex; justify-content: center; padding: 10px 0; margin-top: 60px; /* Adjusted for header height */ background-color: #222; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } .navbar a { color: #fff; text-decoration: none; margin: 0 20px; font-size: 18px; } .navbar a:hover { text-decoration: underline; } .container { display: flex; flex-direction: column; align-items: center; width: 90%; max-width: 800px; margin-top: 80px; /* Adjusted for header and navbar height */ } .movie-title { margin: 10px 0; font-size: 28px; text-align: center; font-weight: bold; color: #ff0000; } .video-player { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; /* 16:9 aspect ratio */ background: #000; border: 2px solid #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); margin-bottom: 20px; } .video-player img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; cursor: pointer; } .middle-play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background: url('https://img.icons8.com/ios-filled/100/ffffff/play--v1.png') no-repeat center center; background-size: 80px 80px; cursor: pointer; } .video-controls { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); display: flex; justify-content: space-between; align-items: center; padding: 10px; box-sizing: border-box; } .play-button { width: 30px; height: 30px; background: url('https://img.icons8.com/ios-filled/50/ffffff/play--v1.png') no-repeat center center; background-size: contain; cursor: pointer; } .progress-bar { flex: 1; height: 5px; margin: 0 10px; background: #444; cursor: pointer; position: relative; top: 5px; /* Adjust alignment */ } .progress-filled { height: 100%; background: #ff0000; width: 0; } .fullscreen-button { width: 30px; height: 30px; background: url('https://img.icons8.com/ios-filled/50/ffffff/full-screen.png') no-repeat center center; background-size: contain; cursor: pointer; } .download-buttons { display: flex; justify-content: center; margin: 20px 0; } .download-button { padding: 10px 20px; margin: 0 10px; background-color: #ff0000; color: #fff; border: none; border-radius: 5px; font-size: 16px; cursor: pointer; text-decoration: none; } .download-button:hover { background-color: #cc0000; } .description { margin: 20px 0; font-size: 16px; text-align: center; line-height: 1.6; max-width: 700px; } .footer { width: 100%; padding: 20px 0; background-color: #111; text-align: center; margin-top: auto; /* Move footer to the bottom */ font-size: 14px; color: #777; } @media (max-width: 480px) { .middle-play-button { width: 60px; height: 60px; background-size: 60px 60px; } .play-button, .fullscreen-button { width: 25px; height: 25px; } .header { font-size: 22px; } .navbar a { margin: 0 10px; font-size: 16px; } .download-button { padding: 8px 16px; font-size: 14px; } } @media (max-width: 320px) { .middle-play-button { width: 50px; height: 50px; background-size: 50px 50px; } .play-button, .fullscreen-button { width: 20px; height: 20px; } .header { font-size: 20px; } .navbar a { margin: 0 5px; font-size: 14px; } .download-button { padding: 6px 12px; font-size: 12px; } } </style> </head> <body> <div class="header" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Movies on Reels</div> <div class="navbar"> <a href="#" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Home</a> <a href="#" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Movies</a> <a href="#" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Series</a> <a href="#" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">My List</a> </div> <div class="container"> <div class="movie-title">Trending Movie 2024</div> <div class="video-player"> <img src="https://i.postimg.cc/wvQKV082/maxresdefault.jpg" alt="Video Thumbnail" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'"> <div class="middle-play-button" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'"></div> <div class="video-controls"> <div class="play-button" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'"></div> <div class="progress-bar"> <div class="progress-filled"></div> </div> <div class="fullscreen-button"></div> </div> </div> <div class="download-buttons"> <a href="https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39" class="download-button">Download 720p</a> <a href="https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39" class="download-button">Download 1080p</a> </div> <div class="description"> Movies on Reels is a free movie streaming website that offers a vast library of movies, TV shows for you to enjoy from the comfort of your own home. <br><br> <a href="#" class="download-button" onclick="window.location.href='https://ashamefin.com/dp6cu5dc?key=440d488f8886cce2aea93ad0d567db39'">Start Watching Now</a> </div> </div> <div class="footer"> <p>© 2024 Movies on Reels. All rights reserved.</p> </div> </body> </html>
Landing page baka may gusto wala Ako website ehchange nyo nalang yung mga "ashamefin" sa direct link nyo
Di ko pa natry gamitin to haha
You do not have permission to view the full content of this post. Log in or register now.View attachment 2987038