Jump to content

Recommended Posts

Posted
On 9/1/2024 at 6:03 PM, ocarinas said:

How to fix 502 Bad Gateway when clicking a protocol link from akumu.ru

 

could be blocken by your country, provider or your connection on hosts side. use vpn or proxy to try different regions. should work

  • 3 weeks later...
Posted
On 9/20/2024 at 5:20 PM, Finn said:

 

could be blocken by your country, provider or your connection on hosts side. use vpn or proxy to try different regions. should work

 

Client NA protocol 152  OFFLINE.

Do you have it there?

  • 2 months later...
Posted
On 10/11/2024 at 11:30 AM, L2Lion said:

 

Client NA protocol 152  OFFLINE.

Do you have it there?

 

check big fat Client Library Link to get to Akumus Client Collection Site

  • 2 months later...
Posted
On 2/12/2025 at 11:19 PM, uater said:

And this is not possible?

image.png?ex=67ae6f34&is=67ad1db4&hm=479a0bab7753c22e5a72e7d935f7f4d4b264484811db8b27067e7a0075dbdd37&=

 

image link broken. can't see what u mean

Still looking for this client:

 

cgod2.png

  • 2 months later...
  • 1 month later...
Posted (edited)

Чтобы скачать файлы с сайта Akumu, вы можете использовать этот код на Node.js. Понадобятся два пакета: axios и cheerio.

 

это медленно, но делает свою работу

 

P.S. пропускает файл, если он присутствует и не изменен

 

const axios = require("axios");
const cheerio = require("cheerio");
const fs = require("fs/promises");
const path = require("path");

const BASE_URL = "http://akumu.ru/lineage2/L2NA/P746/";
const OUTPUT_DIR = "./downloaded";

async function delay(ms) {
  return new Promise((res) => setTimeout(res, ms));
}

async function downloadFile(url, filepath) {
  // Skip download if file already exists and was not modified today
  try {
    const stat = await fs.stat(filepath);
    const mtime = stat.mtime;
    const today = new Date();
    if (
      mtime.getFullYear() === today.getFullYear() &&
      mtime.getMonth() === today.getMonth() &&
      mtime.getDate() === today.getDate()
    ) {
      // File was modified today, do not skip
    } else {
      console.log(`File exists, skipping: ${filepath}`);
      return false; // Indicate skipped
    }
  } catch (e) {
    // File does not exist, proceed to download
  }

  const writer = await fs.open(filepath, "w");
  const response = await axios({ url, method: "GET", responseType: "stream" });

  const totalLength = parseInt(response.headers['content-length'], 10);
  let downloadedLength = 0;
  let lastLogged = Date.now();
  let lastDownloaded = 0;

  const lastModified = response.headers["last-modified"];
  const mtime = lastModified ? new Date(lastModified) : new Date();

  return new Promise((resolve, reject) => {
    const stream = writer.createWriteStream();
    response.data.on('data', (chunk) => {
      downloadedLength += chunk.length;
      const now = Date.now();
      if (now - lastLogged > 1000 || downloadedLength === totalLength) {
        const percent = totalLength ? ((downloadedLength / totalLength) * 100).toFixed(2) : 'N/A';
        const speed = ((downloadedLength - lastDownloaded) / ((now - lastLogged) / 1000)) / 1024; // KB/s
        process.stdout.write(`\rDownloading ${path.basename(filepath)}: ${percent}% (${(downloadedLength/1024).toFixed(1)} KB/${totalLength ? (totalLength/1024).toFixed(1) : '?'} KB) ${(speed).toFixed(1)} KB/s   `);
        lastLogged = now;
        lastDownloaded = downloadedLength;
      }
    });
    response.data.pipe(stream);
    response.data.on("end", async () => {
      await writer.close();
      process.stdout.write("\n");
      // Set mtime and atime
      try {
        await fs.utimes(filepath, mtime, mtime);
      } catch (e) {
        console.warn(
          `Failed to set file timestamp for ${filepath}:`,
          e.message
        );
      }
      resolve(true); // Indicate downloaded
    });
    response.data.on("error", async (err) => {
      await writer.close();
      reject(err);
    });
  });
}

async function crawlAndDownload(url, localPath) {
  console.log("Visiting:", url);

  // Ensure local path exists
  await fs.mkdir(localPath, { recursive: true });

  const { data } = await axios.get(url);
  const $ = cheerio.load(data);

  const links = $("tbody a")
    .toArray()
    .map((el) => $(el).attr("href"))
    .filter((href) => href && href !== "../");

  for (const href of links) {
    const fullUrl = new URL(href, url).href;
    const decodedHref = decodeURIComponent(href);
    const targetPath = path.join(localPath, decodedHref);

    if (href.endsWith("/")) {
      // It's a folder, recurse normally
      await crawlAndDownload(fullUrl, targetPath);
    } else {
      // It's a file, retry download indefinitely on failure
      while (true) {
        try {
          console.log("Downloading file:", fullUrl);
          const downloaded = await downloadFile(fullUrl, targetPath);
          if (downloaded) {
            await delay(1000); // Delay only if file was downloaded
          }
          break; // Success or skipped, exit retry loop
        } catch (err) {
          console.error(
            `Failed to download ${fullUrl}, retrying... Error: ${err.message}`
          );
          // Optionally wait before retrying to be gentle on server
          await delay(3000);
        }
      }
    }
  }
}

crawlAndDownload(BASE_URL, OUTPUT_DIR)
  .then(() => console.log("Done!"))
  .catch((err) => console.error("Error:", err));
Edited by AslanG
  • 1 month later...
Posted

Sadly nobody shares any of the missing clients mentioned in the very first post of this topic. There are people in this community who actually have at least some of them, but... 🫠

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • I need that Gucci stuff in my life 😛
    • It is better if you can trade Adena consistently. About 10 people are expected to continue purchasing. I want it at a rate of 1.5$ per 1kk or offer  me 1kk price.   WTB Tallum Heavy Set / Majesty Heavy Set / Soul bow / Halberd   Discord : nhr0711   DM ME
    • Wtb Account in Scryde With olf +8-10 items +12/14-16-18 Gem lvl 3-5 i pay $$ Revolut,send me your Discord. 
    • Yes i found it later its weird that l2off works that way level 9 it should be the top level. Is anybody who has problem with the boss Core? Because it is moving and i try to fix it
    • New arrivals: Reddit accounts Reddit SelfReg Karma Account | 20-100 POST AND COMMENT KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS: 4$ Reddit Karma Old Brute Account | 1+ KARMA | Full access with login: password:cookies: 2$ Reddit SelfReg Old Account | 1+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS: 3$ Ready Reddit accounts with karma and age for fast promotion of posts and comments! Our store’s Reddit account range includes: ➡ Reddit Karma Brute Account | 1 KARMA | Cookies access only (password may be not working) | The cheapest account | Price from: 1$ ➡ Reddit SelfReg Karma Account | 20-100 POST AND COMMENT KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS: 4$ ➡ Reddit Karma Old Brute Account | 1+ KARMA | Full access with login: password:cookies: 2$ ➡ Reddit SelfReg Old Account | 1+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS: 3$ ➡ Reddit Karma Brute Account | 20-100 POST AND COMMENT KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 5$ ➡ Reddit Karma Brute Account | 500-1000 POST AND COMMENT KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 9$ ➡ Reddit Karma Brute Account | 1000 Post Karma and 100 comment karma | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 15$ ➡ Reddit Karma Brute Account | 2000 Post Karma and 100 comment karma | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 20$ ➡ Reddit Karma Brute Account | 3000 Post Karma and 100 comment karma | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 25$ ➡ Reddit Karma Brute Account | 5000 Post Karma and 100 comment karma | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 35$ ➡ Reddit Karma Brute Account | 10000+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS (email is included and working) | Price from: 45$ ➡ Reddit Karma Brute Account | 20000 KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS (email is included and working) | Price from: 60$ ➡ Reddit Karma Brute Account | 50000+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS (email is included and working) | Price from: 90$ ➡ Reddit Karma Brute Account | 100000+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS (email is included and working) | Price from: 149$ Relevant links: Digital goods store (Website): Go Telegram bot for buying Telegram Stars: Go SMM Panel: Go – promotion of your social media accounts. Store Telegram bot: Go Promotions and special offers: 1. Promo code SEPTEMBER2025 (10% discount) for purchases in our store (Website, bot) in September! You can also use promo code for first purchase: SOCNET (15% discount) 2. Get $1 to store balance or 10-20% discount, just write your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." – you need to post it in our forum thread! 3. Get $1 for the first trial launch of SMM Panel: just open a ticket with subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our star-purchase bot! News resources: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ We are actively looking for suppliers for the following product positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old accounts with post and comment karma from 100 to 100,000+ | Full access via email — LinkedIn old accounts with real connections | Geo: Europe/USA | Full access via email + active 2FA password — Instagram old accounts (2010-2023 years) | Full access via email (possibly with active 2FA password) — Facebook old accounts (2010-2023 years) | Full access via email (possibly with active 2FA password) | With or without friends | Geo: Europe/USA/Asia — Threads accounts | Full access via email (possibly with active 2FA password) — TikTok/Facebook/Google ADS Agency advertising accounts Contact us below — let’s discuss terms! We are always open to other partnership offers as well. Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅ Also via these contacts you can: — get consultation on bulk purchases — establish partnership (current partners: https://socnet.bgng.io/partners) — become our supplier SocNet — store of digital goods and premium subscriptions ✅
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock