antiblock
Cyphriun

Leaderboard


Popular Content

Showing content with the highest reputation on 10/10/2022 in all areas

  1. 1 point
    Share4you

    Avenor2 | Uma nova geração!

    Boa tarde fliick. Depois de testar mais 1h de jogo, continua-se na mesma. Sem equipes e sem a possibilidade de ficar com eles. Tentei com 18kk meter o escudo, botas, colar e brincos a +9...falhou tudo e fiquei sem yang. Quanto ao upar, depois de 1h a tentar upar, lá consegui numa hora no V2, ganhar 6%... Dou como concluída a minha experiencia no servidor. Não está explicito numa FAQ como se joga/dropar os itens. O que mais me impressionou: -A visão do cliente em si. -Mapas bem definidos e com moobs e metins suficientes e boss ´ s. O que menos me impressionou: -Não ter equipes e não dar para os dropar. Para se ter um colar ou outra coisa, no mapa do fogo que so la vais a lvl 50, mas como não tens equipes, morres sempre sem dropar 1 merda. -No mapa do gelo, aguentas bem, mas depois de 50 metins partidas, só dropei lixo e equipes nem ve-los. -Por exemplo: para melhorar um item de loja.. imaginem de loja, é preciso itens que saem nos mapas que não consigo lá ir pelo nível -Confuso nas missões para melhoramento. - Um SA Luís que em 3 dias diferentes que teve online, nunca me respondeu às perguntas. -Falha em 90% no melhoramento dos itens da loja, quando eles te custam 1,5kk e so consegues dropar em 1h 12kk. -Mapas impossíveis de upar com os equipes que existem/adquirir. -Cada "roda" que faças nos itens, ficas sem 5.000 yang, quando para sair 30DM numa arma, gasta-te 20-30kk. Penso que, poderia melhorar em muito, mas não foi feito nada em relação a isso. Quando quis comentar aqui, não foi para criticar ou dizer mal. Como disse, estou a testar, não estou a jogar. Mas podia-se ter testado tudo. Daí sabes que o resultado disso, está, infelizmente, à vista. Cumprimentos.
  2. 1 point
    Karbust

    Cloudflare R2 as a Patcher CDN

    Boas pessoal Desculpem o tutorial estar em inglês mas, não me apeteceu perder tempo a reescrever tudo em português. So, now that Cloudflare R2 is in general availability, it's time to talk about it and how it can improve your metin2 servers, more specifically, the patcher. Tradicional CDNs and block storage are expensive and charge a lot for egress bandwidth, but Clouldflare, as always, doesn't charge for bandwidth, at all. Here is the pricing: https://developers.cloudflare.com/r2/platform/pricing/ Storage: 10GB/month (free), then $0.015/GB-month Class A Operations: 1 million requests/month, then $4.50/million requests Class B Operations: 10 million requests/month, then $0.36/million requests On Class A, the more important operations for the patcher are: PutObject, and, if you use cloudflare's dashboard, ListBuckets and ListObjects (or the equivalent AWS S3 commands on the script at the bottom). On Class B, the more important operations for the patcher are: GetObject, and, again, if you use cloudflare's dashboard, UsageSummary (or the equivalent AWS S3 commands on the script at the bottom). I made a small PowerShell script to download a lot of files from the storage: For ($i = 0; $i -lt 1000; $i++) { $ProgressPreference = 'SilentlyContinue' $combinedVariable = "C:\Users\Karbust\Desktop\test\metin2_$i.exe" $Response = Invoke-Webrequest -Uri https://<my custom domain>/metin2.exe -OutFile $combinedVariable } This was the usage metrics: They barely change, the 20 class B requests are basically all from UsageSummary (refreshing the page), and the Class A are ListBuckets and ListObjects. Why is that? Because by using a custom domain it will cache the requests. This is good to prevent GetObject flooding requests. Cloudflare, on free accounts (until Enterprise), can cache up to 512MB per file. Instead of relying on the default cache rules, you can change them, to something like this: When you make an update, you need to purge the cache, either purge it all or just the files you want. Tutorial Go to your cloudflare dashboard and access the R2 tab: There you will be asked to enable it. You will need to have a payment setup in the account. Then, after that's done, create a bucket, you can call it whatever you want: Then go you Settings and scroll down to the Domain Access section and add one: The domain must be in the same cloudflare account as the bucket. Now you can use that domain to access the files in the bucket. If you change the cache settings, you must do it on the domain you added. When you upload a file (or a folder), it will be something like this: To access that file, you do https://<domain>/metin2.exe, like this: https://r2-tests.karbust.com/metin2.exe If you have folders, just do https://<domain>/folder_name/file_name. If you use my patcher: You just need to edit this variables: export const patchlistUrl = 'https://<domain>/files.json' export const patchlistFolder = 'https://<domain>/files/' export const patchSliderUrl = 'https://<domain>/slider.json' export const patchSliderImages = 'https://<domain>/slider/' Since you can't upload more than 100 files at the same time with the dashboard, I made a script in typescript to help with that: https://github.com/Karbust/Cloudflare_R2_Upload The instructions are in the repository, but I will say this, add the files inside the uploads folder, then run the script. If try to upload a file which already exists and the MD5 hash matches, it will not be uploaded and will return a http error code 412. The end I decided to make this tutorial since many servers use either one or multiple VPS to have more bandwidth, and downloads can become slow if many players are downloading at the same time, and because Cloudflare doesn't charge for used bandwidth, and has a generous free tier can is more than enough for almost all server owners. Enjoy
  3. 1 point
    xFallen.dev

    Luso2 Leaked Website (Full)

    Bom Afinal pessoal, então eu tenho um site que usa o script metin2cms já está likead por luso2.pt legitimamente configurado por mim ---------------------- Presentation: https://mega.nz/file/j2hi1AAY#5ea5njnPROKJSQdVSXvDZOMe9vLmEQTQsg-qRMa_GMk VirusTotal: https://www.virustotal.com/gui/file/5f6ddb2c537762a2773d826c780b958faab6456d6e70f0581e22e82895298173/detection Website https://mega.nz/file/j3xThTzL#lm2r49ddFL8L9zejOGhQUbceQh61Gds9M5_B35pQ1U0 VirusTotal: https://www.virustotal.com/gui/file/ef874a258c668dd30330b1b13646212a0b54ebe9398d7a4b18fd1509967b7684/detection se precisa de algo pls certifique-se de me msg para obter mais informações
This leaderboard is set to Lisbon/GMT+01:00