Foro 3DJuegos
Jump to navigation
Jump to search
Foro 3DJuegos | |
URL | https://www.foro3djuegos.com/ |
Status | Closing |
Archiving status | In progress... |
Archiving type | ArchiveBot |
IRC channel | #archiveteam-bs (on hackint) |
Data[how to use] | job:m3i1h75r60oz9vutziq8e23e |
Foro 3DJuegos is a Spanish videogames forum that has been running since 2005. In 2025-01-29 they announced the forum would be shut down at the end of March.
Technical details
The forum appears to be custom software.
Some links are obfuscated with Javascript, which prevents a straightforward Archivebot job. For example, within a forum category, some thread links are regular links:
<div class="tema"> <h3 class="dib"> <a href="https://www.foro3djuegos.com/foros/tema/54322871/0/no-encuentro-este-juego-de-psp-resuelto/" class="url col_hover">No encuentro este juego de PSP [RESUELTO]</a> </h3> </div>
while others appear like this:
<div class="tema"> <h3 class="dib"> <span class="uAr06vA 45CBCBC0C22D1F1FCCCCCC19444FC14F224B4DC3434C4FC219424F4E1F444FC14FC21FCB434E4A1F2A2026262B242C1F201FC24F41C1431E43481E444FC14F1E4DC3434C4FC21E43491E4C434943C14A481E484343C11F url col_hover b">Sobre el foro Juegos en general [Leer]</span> </h3> </div>
Javascript code then replaces this with a proper link. The algorithm is:
- Get elements with class
uAr06vA
- Find the classname that matches
/[0-9A-F]+/
- Map characters
0A12B34C56D78E9F
to0123456789ABCDEF
- Decode the result as hexadecimal
For example 45CBCBC0C22D1F1F43C54A4EC0484319424F4E1F
becomes https://example.com/
.