Quick Search for:  in language:    
Ever,been,board,seen,lots,adult,check,passes,
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Perl Stats

 Code: 75,331. lines
 Jobs: 26. postings

 How to support the site

 
Sponsored by:

 
You are in:
 
Login





Latest Code Ticker for Perl.
Message Sender
By sp on 1/15


Click here to see a screenshot of this code!Mailing List v2.0
By Aaron L. Anderson on 1/7

(Screen Shot)

ShowIMG
By Jeff Mills on 1/5


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Affiliate Sites



 
 
   

Adult Check Checker

Print
Email
 
VB icon
Submitted on: 8/22/2002 1:00:06 PM
By: iron saTan  
Level: Beginner
User Rating: By 8 Users
Compatibility:5.0 (all versions), Active Perl specific, 4.0 (all versions), 3.0 (all versions), Pre 3.0

Users have accessed this code 2553 times.
 
 
     Ever been to a board and seen lots of adult check passes, want to report them but don't want to waste there time with ones they already have down as stolen. Well here this is for you :).
 
code:
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!
 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.

    =**************************************
    = Name: Adult Check Checker
    = Description:Ever been to a board and s
    =     een lots of adult check passes, want to 
    =     report them but don't want to waste ther
    =     e time with ones they already have down 
    =     as stolen. Well here this is for you :).
    =     
    = By: iron saTan
    =
    =This code is copyrighted and has    = limited warranties.Please see http://w
    =     ww.Planet-Source-Code.com/vb/scripts/Sho
    =     wCode.asp?txtCodeId=360&lngWId;=6    =for details.    =**************************************
    
    #!usr\bin\perl
    ####################################
    ## AdultCheck Catcher ##
    ## Copyright iron saTan (C)##
    ## ironsatan@satanshideaway.com##
    ####################################
    use IO::Socket;
    print "Scanning for Adult Check Checker!\n";
    print "By iron saTan(ironsatan@satanshideaway.com\n\n\n";
    open (id,"c:/adultchecks.txt") or die "Can't open quote file";
    @ids=<id>;
    chomp(@ids);
    close id; 
    foreach $id (@ids){
    if ($look = IO::Socket::INET->new(PeerAddr => 'id.adultcheck.com', PeerPort => '80', Proto => "tcp")) {
    print $look "GET /cgi-bin/idsearch.cgi?page=649943&id;=$id HTTP/1.0\n\n";
    }
    while ($ex_data = <$look>) {
    chop($ex_data);
    $bitch .= $ex_data;
    }
    $a = "http://www4.adultcheck.com/cgi-bin/invalid.shtml";
    $b = "http://www4.adultcheck.com/cgi-bin/stolen.shtml";
    $c = "http://www4.adultcheck.com/cgi-bin/expired.shtml";
    open (FOUND,">>c:/double.txt") or die "Can't open log file";
    # Sees if id is valid or invaild or stolen or expired
    if ($bitch =~ /\Q$a\E/i) {
    print "\n$id Not found";
    }
    else
    {
    if ($bitch =~ /\Q$b\E/i){
    print "\n$id has been stolen";
    }
    else
    {
    if ($bitch =~ /\Q$c\E/i){
    print "\n$id has expired";
    }
    else
    {
    print "\n$id is still ok!";
    print FOUND "\n$id";
    }
    }
    }
    $bitch = "";
    }
    print "\nEnd of check!";


Other 1 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Beginner category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
8/22/2002 1:08:24 PM:Robert Wolfe
your a genius, and i now am a happy man 
=D
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/25/2002 9:14:02 PM:Sean
Ok...sure...to report them..got it.   
Glad to see someone so concerned about 
protecting adult sites from illegal 
accesses.  <smirk>  Seems PSC is become 
a script kiddies site..too bad.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/25/2002 10:25:05 PM:Robert Wolfe
Sean, once again you are commenting on 
other peoples code whcih you are not 
finding useful. This code is actually 
very helpful for people wishing to 
learn, if your not goign to use it, 
then dont even worry about it. I havent 
seen our codes on bugtraq or 
packetstorm, so were not script kids.. 
=p
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/26/2002 11:01:42 AM:iron saTan
Umm script kiddie is someone who uses 
other peoples tools to gain there end. 
I use my own tools which I coded hence 
I am not a script kiddie.
Please 
learn phrases before you use them
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/26/2002 2:26:30 PM:Robert Wolfe
Sean has just proved to know absolutly 
nothing. 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/8/2003 2:49:50 AM:Wolfie.
hmms sorry to say adult check is on to 
this form of scanning, very sorry to 
say :( it su.cks lol anyways jus 
thought id tell ya and psc wont even 
let me say su.cks
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Perl Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.