yes ung dl mo encode mo sa base64 ilagay mo jan sa ''View attachment 3199066yan? blank lang boss?
yes ung dl mo encode mo sa base64 ilagay mo jan sa ''View attachment 3199066yan? blank lang boss?
yung apat o isa lang? hahahayes ung dl mo encode mo sa base64 ilagay mo jan sa ''
isa langyung apat o isa lang? hahaha
wag mo na galawin un dl link yan sa referenceCode jan mo ilagay ung link mo na naka encode sa base64yung apat o isa lang? hahaha
d ko gets bossing hahahawag mo na galawin un dl link yan sa referenceCode jan mo ilagay ung link mo na naka encode sa base64
pd yn sa paypal ahYou do not have permission to view the full content of this post. Log in or register now. baka naman guys gawin nyong 100$ para ma wd ko naor bilhin nyo nalang ng 1kView attachment 3199050
wait ayusin ko ung coded ko gets bossing hahahaView attachment 3199075
nilagay ko isang dl link ko? hahahaView attachment 3199076
tangalin ko ung palamanpalitan lang yung base64 code nya ng own base64 code paps? tama ba?ayusin ko nlng code ahaha para dinyo na kailangan iencode at decode
if yan po gagamitin mong code need mo muna eencode base64 yung link mo saka mo ipaste yung encoded coded ko gets bossing hahahaView attachment 3199075
nilagay ko isang dl link ko? hahahaView attachment 3199076
salamat paps nalito na rin ako hahawait ayusin ko ung codetangalin ko ung palaman
ask lang lods, ilang seconds refresh ng page?<script>
let links = [
"", // Dito ilalagay Direct Link
"", // Dito ilalagay Direct Link
"", // Dito ilalagay Direct Link
"", // Dito ilalagay Direct Link
];
let currentIndex = 0;
let autoNavigateInterval;
function shuffleArray(array) {
for (let i = array.length - 1; i > 0; i--) {
const j = Math.floor(Math.random() * (i + 1));
[array, array[j]] = [array[j], array];
}
}
function refreshPage(interval = 250000) {
setInterval(() => {
location.reload();
}, interval);
}
function getCurrentLink() {
return links[currentIndex];
}
function showLink(index) {
currentIndex = index;
const iframe = document.getElementById("modalIframe");
const modal = document.getElementById("myModal");
const spinner = document.getElementById("spinner");
iframe.src = getCurrentLink();
modal.style.display = "flex";
spinner.style.display = "block";
iframe.onload = () => {
spinner.style.display = "none";
};
clearInterval(autoNavigateInterval);
autoNavigateInterval = setInterval(() => {
navigate(1);
}, Math.floor(Math.random() * (30000 - 20000 + 1) + 20000));
}
function navigate(direction) {
const totalLinks = links.length + 1;
currentIndex = (currentIndex + direction + totalLinks) % totalLinks;
showLink(currentIndex);
}
function goToSite() {
window.open(getCurrentLink(), "_blank");
}
function closeModal() {
document.getElementById("myModal").style.display = "none";
document.getElementById("modalIframe").src = "";
document.getElementById("fallback").style.display = "flex";
clearInterval(autoNavigateInterval);
}
function reopenModal() {
showLink(currentIndex);
}
window.onload = function () {
shuffleArray(links);
refreshPage();
showLink(0);
};
</script>
yung self hosting sa github idol pano yun? hahha<script>
let links = [
"", // Dito ilalagay Direct Link
"", // Dito ilalagay Direct Link
"", // Dito ilalagay Direct Link
"", // Dito ilalagay Direct Link
];
let currentIndex = 0;
let autoNavigateInterval;
function shuffleArray(array) {
for (let i = array.length - 1; i > 0; i--) {
const j = Math.floor(Math.random() * (i + 1));
[array, array[j]] = [array[j], array];
}
}
function refreshPage(interval = 250000) {
setInterval(() => {
location.reload();
}, interval);
}
function getCurrentLink() {
return links[currentIndex];
}
function showLink(index) {
currentIndex = index;
const iframe = document.getElementById("modalIframe");
const modal = document.getElementById("myModal");
const spinner = document.getElementById("spinner");
iframe.src = getCurrentLink();
modal.style.display = "flex";
spinner.style.display = "block";
iframe.onload = () => {
spinner.style.display = "none";
};
clearInterval(autoNavigateInterval);
autoNavigateInterval = setInterval(() => {
navigate(1);
}, Math.floor(Math.random() * (30000 - 20000 + 1) + 20000));
}
function navigate(direction) {
const totalLinks = links.length + 1;
currentIndex = (currentIndex + direction + totalLinks) % totalLinks;
showLink(currentIndex);
}
function goToSite() {
window.open(getCurrentLink(), "_blank");
}
function closeModal() {
document.getElementById("myModal").style.display = "none";
document.getElementById("modalIframe").src = "";
document.getElementById("fallback").style.display = "flex";
clearInterval(autoNavigateInterval);
}
function reopenModal() {
showLink(currentIndex);
}
window.onload = function () {
shuffleArray(links);
refreshPage();
showLink(0);
};
</script>
20-30 secondsask lang lods, ilang seconds refresh ng page?