username public profile information
@warez
Found 182 profiles across 182 platforms.
- Active since
- May 14, 2002
- Last seen
- May 12, 2026
- Verified
- 4 platforms
- Reach
- 1.8K
- Snapshot
- May 14, 2026

<p>Find the latest ideas and tips that will help you out. Join unique warez community and get trusted legal advice, health tips, money-saving tricks, home-based business advice, beauty tips and more! Make Life Easier. Cut Costs. Get Trusted Advice. Find Out Now How To Do More With Less!</p><p><a href="https://uniquewarez.com/" target="_blank" rel="nofollow noopener noreferrer">https://uniquewarez.com/</a></p>
+5 more fields
roles
interests
@warez
Joined: Aug 2, 2017
+6 more fields
+4 more fields
@warez
+2 more fields
Last active: Nov 23, 2021
+5 more fields
+2 more fields
@warez
Location: United States, US
Joined: Nov 12, 2022
+9 more fields
buyer score
seller score

Joined: Apr 3, 2019
Last active: Oct 10, 2025
+4 more fields
@warez
Joined: May 24, 2024
+4 more fields
@warez
+5 more fields
@warez
Joined: May 1, 2014
@warez
+2 more fields
Joined: Feb 20, 2012
+3 more fields
Location: United Kingdom
Joined: Jul 4, 2009
Last active: Jul 4, 2009
+6 more fields
@warez
Joined: Feb 20, 2008
+12 more fields
Joined: Nov 23, 2024
Last active: Jan 26, 2026
+5 more fields
@warez: Instagram, Make your own Beacons page. Featured links: Instagram, Make your own Beacons page. Shop featured products. Email signup available.
+2 more fields
social links
links
@Warez
+2 more fields
@warez
Joined: Feb 3, 2006
+7 more fields
woop woop
Joined: Oct 2, 2012
+7 more fields
+13 more fields
submit stats
Joined: Jul 18, 2009
Last active: Jul 18, 2009
+5 more fields
Yolo
Location: São Paulo, SP
Joined: Jun 18, 2015
+10 more fields
Joined: Nov 12, 2016
+4 more fields

@warez
Joined: Dec 21, 2018
Last active: Feb 22, 2019
+2 more fields
Joined: Feb 20, 2017
Last active: Feb 20, 2017
+7 more fields
genres
skills
@warez
Joined: Sep 9, 2013
+15 more fields

@Warez
Joined: Oct 1, 2015
Last active: Oct 14, 2015
+3 more fields
@warez

Joined: Mar 30, 2023
+6 more fields
Joined: Feb 3, 2024
Last active: Feb 3, 2024
+4 more fields
languages
@warez
Location: fr
Joined: Apr 4, 2014
Last active: Mar 1, 2023
+12 more fields
@Warez
Last active: Nov 25, 2025
+4 more fields
Location: United States
Joined: Jan 29, 2016
+5 more fields
Joined: Sep 3, 2021
+2 more fields
Joined: Jan 22, 2010
Last active: Feb 14, 2017
+3 more fields
@warez
Joined: Sep 25, 2025
+5 more fields
@Warez
Location: France
Joined: Mar 15, 2023
Last active: Mar 16, 2023
+3 more fields
Website: hackforums.net/member.php?action=profile&uid=947940
Joined: Nov 14, 2012
+4 more fields
+1 more fields
Joined: Nov 23, 2023
+5 more fields

beers, steers, and queers
Joined: Jan 22, 2024
+7 more fields
social links
flags
use warnings; use strict; use 5.010; #Created by WareZ, based on Karel's code. use Fcntl qw(:flock SEEK_END); my $tries_if_wrong=4; #which is the first torrent to try. my $first = 3211593 ; sub ent { my $w = shift; $w =~ s/</</g; $w =~ s/>/>/g; return $w; } use 5.010; sub try_once { my $i = shift; my $page=""; say "pred curl"; $page = `curl -s http://thepiratebay.org/torrent/$i -m 120` while ($page !~ /<!DOCTYPE html/); say "po curl"; my $line = ""; if ($page =~ m{<title>Not Found}) { return undef; } else { my $richXML = ""; my $poorXML = ""; my ($uploaded) = $page =~ /<dt>Uploaded:<\/dt>\s*<dd>(.*?) GMT/s; my ($title) = $page =~ /<div id="title">\s*(.*?)\s*<\/div>/s; my ($size) = $page =~ /<dt>Size:<\/dt>\s*<dd>.*?\((\d*) Bytes\)<\/dd>/s; my ($seeders) = $page =~ /<dt>Seeders:<\/dt>\s*<dd>(\d*)<\/dd>/; my ($leechers) = $page =~ /<dt>Leechers:<\/dt>\s*<dd>(\d*)<\/dd>/; my ($magnet) = $page =~ /magnet:\?xt=urn:btih:(.*?)(&|")/; if (length($magnet)!=40) { return undef; } $poorXML .= "<id>$i</id>\n<title>".ent($title)."</title>\n<magnet>$magnet</magnet>"; $richXML .= $poorXML; $richXML.= "\n<size>$size</size>\n<seeders>$seeders</seeders>\n<leechers>$leechers</leechers>\n"; #this stopped working #my ($up, $down) = $page =~ /<dd id="rating" class="">\s*\+(\d+) \/ -(\d+)/; #$richXML.= "<quality><up>$up</up><down>$down</down></quality>\n"; $richXML.="<uploaded>$uploaded</uploaded>\n"; my ($nfo) = $page =~ /<div class="nfo">\s*<pre>(.*?)\s*<\/pre>/s; $richXML.="<nfo>".ent($nfo)."</nfo>\n"; $richXML.="<comments>\n"; #really hacky stuff with pages my ($compages) = $page =~ /<strong>(\d*)<\/strong>/; if (!$compages) {$compages = 1} for my $compagenu (1..$compages) { my $comurl = 'http://thepiratebay.org/ajax_details_comments.php?id='.$i.'&page='.$compagenu.'&pages=2000'; my $comhtml = ""; #say "curl -s '$comurl' -m 120"; $comhtml = `curl -s '$comurl' -m 120` while ($comhtml !~ /<div/); while ($comhtml =~ /<div id="comment-\d*"><p class="byline">\s*<a href="\/user\/([^\/]*)\/".*?at (.*?) CET:\s*<\/p><div class="comment">\s*(.*?)\s*<\/div>/sg) { my $time = $2; my $com = $3; $richXML .= "<comment><when>".ent($time)."</when><what>".ent($com)."</what></comment>\n"; } } $richXML.="</comments>\n"; return ($richXML, $poorXML); } } say "start"; open my $outf_poor, ">>", "outf_poor.xml" or die $!; open my $outf_rich, ">>", "outf_rich.xml" or die $!; say "opened"; my $i = $first; my $broke = 1; while (1) { $i++; #$pm->start and next; my $done = 0; #will try each 3 times my $tries = 0; while (!$done){ my ($r, $p) = try_once($i); if (defined $r) { $broke=1; say "$i success"; print $outf_poor "<torrent>\n$p\n</torrent>\n"; print $outf_rich "<torrent>\n$r\n</torrent>\n"; $done=1; } else { $tries++; say "$i fail nu $tries"; if ($tries>($tries_if_wrong-1) or (!$broke)) { $done=1; } } } } ============================================================================================================= >Log Started_ Greetings everyone. My name is WareZ. Currently working on music and programming stuff, but recently got interested in drawing. I am from Hungary, and I hope that one day, my drawing skills will improve. Until then, please enjoy your stay! Cheers!
Joined: Jun 12, 2017
+10 more fields
Joined: Aug 31, 2023
+7 more fields
@warez
Joined: Jan 14, 2024
Last active: May 12, 2026
+3 more fields
Location: US
Joined: Dec 10, 2018
+2 more fields
Joined: Jun 8, 2006
Last active: Jun 8, 2006
+16 more fields
membership roles
@WareZ
Last active: May 14, 2024
+8 more fields
Location: Long Beach, CA
Joined: Nov 6, 2017
Last active: Apr 8, 2026
+12 more fields
@warez
Joined: Jul 10, 2018

@warez
Joined: Oct 10, 2016
Last active: Jul 28, 2019
+8 more fields
@warez
Location: IR
Joined: Aug 12, 2013
Last active: Aug 18, 2013
+3 more fields
ratings
Last active: Dec 28, 2013
+3 more fields
Joined: Jan 2, 2016
+4 more fields
jobs
schools
photos
images-ssl.gotinder.com/568818099b4ca7af6418a6b6/c69b7d78-20a6-48a2-82e5-c03c55fcd182.jpg
images-ssl.gotinder.com/568818099b4ca7af6418a6b6/202c308f-bcdc-4b47-a796-59fca701e0e5.jpg
images-ssl.gotinder.com/568818099b4ca7af6418a6b6/e007cc6c-d229-434e-a1c1-652af251f91b.jpg
images-ssl.gotinder.com/568818099b4ca7af6418a6b6/46842f06-2908-441b-ac43-cf02d9b46baf.jpg
images-ssl.gotinder.com/568818099b4ca7af6418a6b6/e33adfc0-7430-4d13-84e3-3ec1eacaed5d.jpg
Joined: May 2, 2020
Last active: May 2, 2020
+5 more fields
@warez
+1 more fields

Joined: Jan 1, 2007
+2 more fields
@warez
Joined: Nov 19, 2012
+8 more fields
courses
roles
Joined: Aug 24, 2008
+4 more fields
Joined: Apr 1, 2019
+4 more fields
Read the Most Informative Blogs on the daily voice news for Tips & Advice. Get the Help You Need Right Away! Repairs, Health and Other Topics. Drain The Water. Hire a Bookkeeper. Get the Information You Need Now! https://uniquewarez.com/
+3 more fields
@Warez
+3 more fields
@warez
Mouse: Steelseries Sensei Audio: CM Storm Sonuz Pad: Steelseries Qck+ Fnactic Edition Kboard: Tt Challenger Pro Ultimate
Location: Denver, Colorado, United States
Joined: Sep 27, 2007
+4 more fields
Joined: Feb 9, 2012
+4 more fields
just a disk jockey riding the tubes.
+5 more fields
@Warez
Crazy teenager, fan of electronic music and jackass.
Location: Szczecin, Poland
Joined: Aug 18, 2008
+12 more fields
Joined: Jan 31, 2023
+4 more fields
@warez
Location: pt
Joined: Jul 2, 2020
+9 more fields
Joined: Dec 9, 2022
+8 more fields
+1 more fields
@warez
Joined: May 16, 2019
Last active: May 17, 2019
+4 more fields
+4 more fields
Location: IT
+10 more fields

+6 more fields
@warez
+2 more fields
Tenha momentos incríveis com nosso aplicativo de filmes séries e canais ao vivo 559295333643
Joined: Sep 6, 2024
Last active: Sep 6, 2024
@warez
Joined: Mar 1, 2013
+1 more fields
badges
@warez
Joined: Mar 1, 2013
+1 more fields
badges
@warez
Joined: Jun 28, 2013
+5 more fields
@warez
Joined: Mar 1, 2013
+1 more fields
badges
Joined: Nov 29, 2021
+8 more fields
social links
+5 more fields

Location: France
Joined: May 5, 2020
Last active: Aug 30, 2023
+18 more fields
@warez
Joined: Apr 19, 2013
Last active: Jul 5, 2025
+3 more fields
Location: ro
Joined: Mar 6, 2016
+8 more fields
Deleted At 10K
Location: US
Joined: Jun 17, 2016
+8 more fields
social links
Joined: Mar 16, 2011
Last active: Dec 14, 2023
+6 more fields
@Warez
+5 more fields
user ranking

KICKBOT.GG:215891253726806026
+3 more fields
Blazing Internet Speeds
Joined: Jun 18, 2021
Last active: Jun 18, 2021
+5 more fields
@warez
Location: Lorraine, France
+10 more fields
satisfaction
interested in
+7 more fields
lifetime stats
last 7 days
last 30 days
Location: Corrientes, Argentina
Joined: Sep 17, 2012
+3 more fields
@warez
+15 more fields
@warez
+5 more fields
installed apps
@warez
Joined: Oct 7, 2015
+5 more fields
Location: Istanbul, Turkey
Joined: Feb 15, 2010
Last active: May 14, 2010
+5 more fields
My Funny Collection
Joined: Nov 25, 2010
Last active: Nov 3, 2021
+5 more fields
Location: Aizawl, India
Joined: Nov 5, 2008
+2 more fields
Joined: Jul 5, 2018
+4 more fields
@warez
+3 more fields
+10 more fields
Joined: Sep 3, 2015
Last active: Sep 3, 2015
+2 more fields
research interests
social links
Joined: Jan 21, 2026
+8 more fields
social links
@WareZ
Last active: Aug 6, 2018
+4 more fields

Cyberdyne ltd
Location: Čakovec, Croatia
+6 more fields
+5 more fields
main org
Location: Le Vésinet
+6 more fields
experience
education
@warez
+3 more fields
@Warez
Joined: Dec 1, 2014
+4 more fields
Joined: May 14, 2002
+4 more fields
@Warez
Joined: Jan 6, 2012
Last active: Jan 6, 2012
+2 more fields
anime stats
manga stats

Joined: Mar 13, 2026
+8 more fields
social links
connections
achievements
+13 more fields
genres
aliases
@warez
Joined: Mar 23, 2013

+4 more fields
stats
Joined: Sep 30, 2024
Last active: Apr 6, 2026
+12 more fields
clips
Location: London
Joined: Apr 29, 2007
+10 more fields
Location: RO
+4 more fields
payment methods
mobile payment types
@WAREZ
Joined: Feb 26, 2009
+11 more fields
@WareZ
Joined: Apr 16, 2020
+19 more fields
Location: Japan
+4 more fields
trophies
@Warez
Last active: Jan 22, 2024
+7 more fields
Joined: Feb 14, 2022
+2 more fields
@warez
Email: [email protected]
Last active: Aug 3, 2007
+1 more fields
achievements

@warez
+6 more fields
Last active: Nov 10, 2008
+2 more fields
@Warez
Joined: Jan 13, 2011
Last active: Jul 27, 2014
+3 more fields

@WaReZ
Chill and friendly place!
Location: Minsk, Belarus
+9 more fields
Joined: Nov 14, 2013
Last active: Dec 23, 2013
+16 more fields
Joined: Mar 13, 2020
Last active: Aug 18, 2025
+3 more fields
Joined: Apr 5, 2022
Last active: Apr 23, 2022
+4 more fields
@Warez
+4 more fields
@warez
Joined: Jul 27, 2017
Last active: Mar 30, 2018
+10 more fields

@warez
16 years old EDM producter from France.
Location: Guingamp, FR
+7 more fields
genres
@Warez
Location: Duhok, DA
Joined: Dec 6, 2025
+2 more fields
Experienced developer with a huge background of developing projects in different languages
Location: MDA
Joined: Apr 8, 2019
Last active: Nov 3, 2025
+5 more fields
tracks
@Warez
+6 more fields
Location: Spain
+2 more fields
favorite styles
I make software, sometimes.
Joined: Sep 9, 2022
Last active: Sep 9, 2022
+2 more fields
tags
@warez
Email: [email protected]
Email: [email protected]
+7 more fields
@warez
Location: Gdynia, Poland
Joined: May 10, 2006
+2 more fields
Last active: Nov 30, 2020
+6 more fields
@warez
Joined: Feb 2, 2016
+4 more fields
Location: Krasnodar
+7 more fields
personal info
@Warez
Joined: Jun 30, 2016
+6 more fields
awards
Run your own search
Search any username across 400+ platforms instantly with Fingerprint.