GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Fucking Password Sites (https://gfy.com/showthread.php?t=511215)

boldy 09-01-2005 02:50 PM

Fucking Password Sites
 
Can somepost post the biggest password sharing sites out there ?

or email them to boldy [at] remotethumbs.com


Thanks in advance,

B.
ICQ 13 605 110

:thumbsup

Camprovider 09-02-2005 03:44 AM

Hi

most trouble we have with boards and clubs.

I remember this fucker:

http://forum.onecenter.com/brunob/

http://sexdreams.2link.be/

greetings

Andrč

lazycash 09-02-2005 04:18 AM

Just go to www.wt50.com they all seem to be listed there.

Roald 09-02-2005 04:18 AM

why are you bored?

;)))

BIGTYMER 09-02-2005 04:23 AM

Have some free time eh? ;)

fris 09-02-2005 04:49 AM

Quote:

Originally Posted by boldy
Can somepost post the biggest password sharing sites out there ?

or email them to boldy [at] remotethumbs.com


Thanks in advance,

B.
ICQ 13 605 110

:thumbsup

http://www.protectadult.com/f.txt

Turf 09-02-2005 05:06 AM

great the surfers are going to like this..

Dalai lama 09-02-2005 05:07 AM

Strongbox baby :)

Miguel T 09-02-2005 05:09 AM

Whats the point?

Godsmack 09-02-2005 05:11 AM

Quote:

Originally Posted by Dalai lama
Strongbox baby :)

Yep, Strongbox solved all my problems, it is great

fris 09-02-2005 05:46 AM

if people were smart and used rays product and used form logins instead of htaccess, problems would be solved in this industry.

everyone needs to switch from htaccess to forum logins.

simple.

Calvinguy 09-02-2005 11:12 AM

Quote:

Originally Posted by fris
if people were smart and used rays product and used form logins instead of htaccess, problems would be solved in this industry.

everyone needs to switch from htaccess to forum logins.

simple.

You still need to protect the actual members url. Hiding it behind a loginform does not help especially if you accept check as a payment option.

jawanda 09-02-2005 11:19 AM

Here ya go, straight from my .htaccess ... :

RewriteCond %{HTTP_REFERER} ^http://(www\.)?puzo.org.*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?rawpasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passwordoutlet.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?happy-hacker.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?loginaccepted.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?nudepass.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?xss1.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ultrapasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?4passes.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?xxxpws.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passdealer.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pwbz.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?crackdb.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passworduniverse.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passwordoutlet.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?purepasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?xxpasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?o2.cz.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passwordhq.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passxxx.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?dirone.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?df.ru.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?vikingpasses.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?password.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pornuha.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?nejcpass.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?fantasypass.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?uhfpasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pwsportal.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?allpasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?elitecities.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?elitepasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passwordcorp.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?garnetchaney.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?songlyrics4me.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pass-zone.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?4rings.net.*$ [NC]

sorry, too lazy to edit out all the junk. I'm sure there's a lot more big ones out there, but these seems to be the ones that give me the most trouble... although I have capitolized off of their traffic quite a bit as well ;)

-P

QuaWee 09-02-2005 11:30 AM

Quote:

Originally Posted by jawanda
Here ya go, straight from my .htaccess ... :

RewriteCond %{HTTP_REFERER} ^http://(www\.)?puzo.org.*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?rawpasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passwordoutlet.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?happy-hacker.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?loginaccepted.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?nudepass.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?xss1.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ultrapasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?4passes.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?xxxpws.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passdealer.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pwbz.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?crackdb.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passworduniverse.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passwordoutlet.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?purepasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?xxpasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?o2.cz.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passwordhq.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passxxx.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?dirone.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?df.ru.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?vikingpasses.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?password.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pornuha.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?nejcpass.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?fantasypass.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?uhfpasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pwsportal.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?allpasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?elitecities.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?elitepasswords.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passwordcorp.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?garnetchaney.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?songlyrics4me.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pass-zone.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?4rings.net.*$ [NC]

sorry, too lazy to edit out all the junk. I'm sure there's a lot more big ones out there, but these seems to be the ones that give me the most trouble... although I have capitolized off of their traffic quite a bit as well ;)

-P

That might not work. I have seen passes that are posted as "hxxp://blah:[email protected]!/members". Than the leecher just copy, pastes and edit


All times are GMT -7. The time now is 02:39 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123