Inactive SecureServer.TV / Killstream.TV - ALL PAYPIGS DOXED BY RALPH on October 15th, 2021.

Iirc zoom helped with it and had access to the backend but didn't say anything about leaks or anything negative about it himself.
wrong, remember @2020Suicide said that and argued with null and null was so fed up he made a video explaining in detail that zoom had nothing to do with it. and the only way zoom knew dick was because dick had his personal phone number on np2 for people to call if they had problems or wanted to shoot the shit.
 
wrong, remember @2020Suicide said that and argued with null and null was so fed up he made a video explaining in detail that zoom had nothing to do with it. and the only way zoom knew dick was because dick had his personal phone number on np2 for people to call if they had problems or wanted to shoot the shit.
regardless that was the theory iirc, not zoom himself trying to explain np2 was messed up, it seemed like an attempt by that poster to associate people with zoom, though tbf i didnt follow zoom during that time.
 
In short, you have to allow secureserver.tv to track you before you can access any of their sites, even if you just want to look at fucking pictures
Pretty banner is worth being tracked

also

Does this DB seriously have Roku device IDs and tokens? Lmfao.

@ Everyone - what’s the easiest way to filter by site? I’m a retard and only used SQL like twice in my life.
 
:story:
That could explain the off-time which lasted for about an hour when I was putting the shitty table together. A prompt said there was a scheduled maintenance, about 18 hours ago from the time of this post.

Why the fuck would they store a the Stripe private key on a fucking public (now compromised) server? :story::story:
Did they outsource the database infrastructure to New Delhi?
Because they used fucking bindis to do the needful, sahib.
 
Pretty banner is worth being tracked

also

Does this DB seriously have Roku device IDs and tokens? Lmfao.

@ Everyone - what’s the easiest way to filter by site? I’m a retard and only used SQL like twice in my life.
Code:
SELECT *
FROM site s, user u
WHERE u.SiteID = s.SiteID
AND s.SiteName = 'Killstream';

What you trying to do my dude? The site table id is used as a foreign key in a lot of tables. Just change the sitename in this query to check other sites.

If you don't want to learn joins, just query the site table by column SiteName, find the SiteId number, then query other tables by those digits.
 
Code:
SELECT *
FROM site s, user u
WHERE u.SiteID = s.SiteID
AND s.SiteName = 'Killstream';

What you trying to do my dude? The site table id is used as a foreign key in a lot of tables. Just change the sitename in this query to check other sites.

If you don't want to learn joins, just query the site table by column SiteName, find the SiteId number, then query other tables by those digits.
I just wanted to divide the users by site ID/website. For example, all of the people for jordansather.tv in one separate file, etc.
 
SQL:
SELECT s.siteName, u.Username, u.LName, u.FName
FROM site s, user u
WHERE u.SiteID = s.SiteID
ORDER BY 1, 2, 3, 4;
REEEEEEEEEEEEEEEEEEEEEEEE
@Symalsa, this is the correct way, for those who don't have oracle brain
Code:
SELECT s.siteName, u.Username, u.LName, u.FName
FROM site s
JOIN user u
     ON u.SiteID = s.SiteID
ORDER BY s.siteName, u.Username;
 
REEEEEEEEEEEEEEEEEEEEEEEE
@Symalsa, this is the correct way, for those who don't have oracle brain
Code:
SELECT s.siteName, u.Username, u.LName, u.FName
FROM site s
JOIN user u
     ON u.SiteID = s.SiteID
ORDER BY s.siteName, u.Username;
This is my favorite post on this site. You got me: I'm infected with Oracle brain due to many years of working with it.
 
Updated to 03/10/2021 data. Decrypted most passwords from AES
1633383837100.png
lol
 
Can people not just explain instead of doing cryptic spooky anon shit
 
Back