Jesus Christ, are you here?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Antonio
    Too lazy to set a custom title
    • Oct 2001
    • 14136

    #1

    Jesus Christ, are you here?

    I'm not looking for God, I'm looking for the guy with that nick, or anyone that can help for that matter.


    I'm collecting emails from one of my websites, and they come in this format in a text file :

    ----------------------
    "name" <[email protected]>

    REMOTE IP : 000.00.0.0
    DATE/TIME : 2004-12-21 20:47:43
    ----------------------

    What is the easiest way to 'extract' the emails only. Any ideas?
  • psili
    Confirmed User
    • Apr 2003
    • 5526

    #2
    Use my website for answers. It has an "Ask Jesus" section:

    http://www.confesstojesus.com/

    Otherwise, I haven't seen the nick you speak of in quite some time.
    Your post count means nothing.

    Comment

    • Antonio
      Too lazy to set a custom title
      • Oct 2001
      • 14136

      #3
      Originally posted by psili
      Use my website for answers. It has an "Ask Jesus" section:

      http://www.confesstojesus.com/

      Otherwise, I haven't seen the nick you speak of in quite some time.
      Shouldn't you be praying for the Pope right now, they took him to the hospital again?

      Comment

      • wargames
        Kliris
        • May 2003
        • 10423

        #4
        What the...
        ICQ 212-115-582
        Email Steve at Vas Media Group .com

        Comment

        • Doctor Hung
          Confirmed User
          • Jan 2005
          • 211

          #5
          no jesus does not troll porn message boards

          Comment

          • JFPdude
            Confirmed User
            • Jan 2002
            • 4027

            #6
            whois confesstojesus.com


            Name Servers:
            ns1.bitchhost.com
            ns2.bitchhost.com

            LMFAO

            Comment

            • psili
              Confirmed User
              • Apr 2003
              • 5526

              #7
              Originally posted by Antonio
              Shouldn't you be praying for the Pope right now, they took him to the hospital again?
              Apologies.

              How about a regular expression as you scan the file. It's ghey, but here's some sudo code;

              emails = "";
              foreach(line in file)
              {
              match('/(".*?" \<.*?\>/',line, matched);
              emails .= matched[0]."\n";
              }

              -- granted my regular expression sucks, but the idea is there.
              Your post count means nothing.

              Comment

              • Antonio
                Too lazy to set a custom title
                • Oct 2001
                • 14136

                #8
                Originally posted by psili
                Apologies.

                How about a regular expression as you scan the file. It's ghey, but here's some sudo code;

                emails = "";
                foreach(line in file)
                {
                match('/(".*?" \<.*?\>/',line, matched);
                emails .= matched[0]."\n";
                }

                -- granted my regular expression sucks, but the idea is there.
                that's why I'm looking for that guy, he recommended a good 'find replace' kind of program, and I'm sure I can use to extract the emails
                Something like: get all the text b/n < and >
                because all the emails are in this format:
                <[email protected]>

                Comment

                • rickholio
                  Confirmed User
                  • Jan 2004
                  • 1914

                  #9
                  Originally posted by Doctor Hung
                  no jesus does not troll porn message boards
                  JC is totally down with the adult industry.

                  He usedta hang out with Mary Magdolene, after all... and apparently she was quite the choice peice of ass back in the day.
                  ~

                  Comment

                  Working...