unix pagerank thingy

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • igneus
    Registered User
    • Jul 2003
    • 77

    #1

    unix pagerank thingy

    i remember someone saying they wanted to be kept posted about a unix one of these when i mentioned it in michaelw's thread about his windows program, and i didn't wanna spam my (partially requested) crap in his thread, soooo

    indirectly requested (triple opt-in?) spam:

    i finally got around to doing a c++ one that runs from the command line on *nix. it goes quite fast (300+/sec with 50 threads on my cable--350mhz p2 box) and probably gets you banned from google quite quickly--though i've done about 150k and nothing has happened yet.

    judging from all the pagerank related posts on gfy lately, i'm guessing all this pagerank stuff is pretty much dead or useless--but i figured i'd spam it anyway

    *puts on flame retardant jumpsuit and helmet*

    be gentle
    icq: 201430673
  • WiredGuy
    Pounding Googlebot
    • Aug 2002
    • 34515

    #2
    Can I have it?
    WG
    I play with Google.

    Comment

    • igneus
      Registered User
      • Jul 2003
      • 77

      #3
      hrm maybe not, lol

      just ran it on a list of 500k domains and it went so fast i had to reset my router (router dies when i make a bunch of quick connections to something for some reason)

      but i checked the list it came up with and its all there--sooo 500k in under 3mins is like 2777/sec

      think i'll stop using this before the google police come and take me away 8-(
      icq: 201430673

      Comment

      • Marc P
        Confirmed User
        • Aug 2002
        • 154

        #4
        Can't you slow it down, make it pause very now and then for a while, and make it query at random intervals?

        The funny thing is we built the part that acts like a human "talking" to a web server, but the PR part of it we have not tried yet, it looks like quite a bit of work. We built it in java though.

        Maybe we could help one another? Let me know if you're interested.

        icq: 151902982

        Comment

        • igneus
          Registered User
          • Jul 2003
          • 77

          #5
          hmm yes, i'll have it pause...i was too busy doubting and trying to disprove the 2777/sec to start trying to slow it down hehe

          all that time getting it to go fast, now i gotta work on making it slower, lol
          icq: 201430673

          Comment

          • WiredGuy
            Pounding Googlebot
            • Aug 2002
            • 34515

            #6
            Why not just use it with lots and lots of proxies and spread the load over and reduce the number of threads to slow it down?

            WG
            I play with Google.

            Comment

            • igneus
              Registered User
              • Jul 2003
              • 77

              #7
              another good option hehe

              what i meant was "using it at these same settings"

              proxies might slow it down too much, but ill look at it when i get back from my first awesome class of the fall semester, woo!! education
              icq: 201430673

              Comment

              • WiredGuy
                Pounding Googlebot
                • Aug 2002
                • 34515

                #8
                Originally posted by igneus
                another good option hehe

                what i meant was "using it at these same settings"

                proxies might slow it down too much, but ill look at it when i get back from my first awesome class of the fall semester, woo!! education
                How about you forward me that source code and I'll fix it up for ya

                I'll even port it to perl for ya
                WG
                I play with Google.

                Comment

                • goBigtime
                  Confirmed User
                  • Nov 2002
                  • 7761

                  #9
                  Raises hand to offer the php port

                  Comment

                  • Marc P
                    Confirmed User
                    • Aug 2002
                    • 154

                    #10
                    I'm interested in licencing your application (when it works safely), I sent you an ICQ request about it.

                    Comment

                    • igneus
                      Registered User
                      • Jul 2003
                      • 77

                      #11
                      Originally posted by goBigtime
                      Raises hand to offer the php port
                      i did the php version first, hehe...was quite slow 8-/

                      i'll get back to you when i get home Marc P, i'm in my awesome class right...NOW (gotta love computer classes and all the learning you do in them)
                      icq: 201430673

                      Comment

                      • igneus
                        Registered User
                        • Jul 2003
                        • 77

                        #12
                        i didn't get your message Marc P (probably trillian's fault), so can you send again? i'm back on icq now
                        icq: 201430673

                        Comment

                        • TheJimmy
                          ICQ- five seven 0 2 5 5 0
                          • Jan 2001
                          • 10747

                          #13
                          Originally posted by WiredGuy


                          How about you forward me that source code and I'll fix it up for ya

                          I'll even port it to perl for ya
                          WG


                          what he said
                          Investor with 5m - 15m USD to invest. Do you have a site or network of sites earning 50k - 200k a month income? Email your contact and preliminary data to: domain.cashventures (at) gmail.com....Please...no tire kickers...serious offers and inquiries only.

                          Comment

                          • sacX
                            Confirmed User
                            • Dec 2002
                            • 2998

                            #14
                            make sure it's unreasonably expensive please.
                            Have Asian Language Traffic?

                            Comment

                            • igneus
                              Registered User
                              • Jul 2003
                              • 77

                              #15
                              alright, added in the pausing and even with a tiny pause it still slows it down a lot:

                              [chris ~/pagerank/c]$./load.sh split_\* 0; sleep 60; wc -l ranksplit_0*; killall pagerank
                              164201 total

                              [chris ~/pagerank/c]$./load.sh split_\* 10; sleep 60; wc -l ranksplit_0*; killall pagerank
                              72805 total

                              [chris ~/pagerank/c]$./load.sh split_\* 250; sleep 60; wc -l ranksplit_0*; killall pagerank
                              6215 total
                              (starts 50 processes, waits a minute then sees how many domains are in the output file--i tried 0ms, 10ms and 250)

                              even 250ms brings it down to about 100/sec, so i think it should be fine now
                              icq: 201430673

                              Comment

                              • Lane
                                Will code for food...
                                • Apr 2001
                                • 8496

                                #16
                                did u have to crack the encoding?

                                Comment

                                • igneus
                                  Registered User
                                  • Jul 2003
                                  • 77

                                  #17
                                  converted the checksum code from the toolbar disassembly to c++, yeah..but i did that a while ago with the windows version hehe
                                  icq: 201430673

                                  Comment

                                  • fnet
                                    Confirmed User
                                    • Jul 2002
                                    • 1721

                                    #18
                                    hey congrats
                                    the sound of one hand googlewhacking

                                    Comment

                                    • Marc P
                                      Confirmed User
                                      • Aug 2002
                                      • 154

                                      #19
                                      I'll be the first one to support the "make it unreasonably expensive" comment.

                                      Comment

                                      • WiredGuy
                                        Pounding Googlebot
                                        • Aug 2002
                                        • 34515

                                        #20
                                        Still haven't received that email
                                        Hehehe, just playing with ya man, congrats on breaking their algo.

                                        WG
                                        I play with Google.

                                        Comment

                                        • nuclei
                                          old school fart
                                          • May 2001
                                          • 1015

                                          #21
                                          did someone say unix page ranker?

                                          bet this is gonna piss some people off:

                                          http://4retards.com/pagerank
                                          The next generation of SEO

                                          Comment

                                          • nuclei
                                            old school fart
                                            • May 2001
                                            • 1015

                                            #22
                                            igneus: question: how did you get around the fact that googles checksum uses diff starting digits for some major sites such as yahoo, altavista etc?
                                            The next generation of SEO

                                            Comment

                                            • nuclei
                                              old school fart
                                              • May 2001
                                              • 1015

                                              #23
                                              igneus? =)
                                              The next generation of SEO

                                              Comment

                                              • igneus
                                                Registered User
                                                • Jul 2003
                                                • 77

                                                #24
                                                gfy moves too fast..didnt see 8-)

                                                newest version of the toolbar only uses 6..unlike 5 and 6 on the older one

                                                also gives 10 ranks if you do it without the info: before the url. not sure if that was always there..never tried 8-)
                                                icq: 201430673

                                                Comment

                                                • nuclei
                                                  old school fart
                                                  • May 2001
                                                  • 1015

                                                  #25
                                                  Originally posted by igneus
                                                  gfy moves too fast..didnt see 8-)

                                                  newest version of the toolbar only uses 6..unlike 5 and 6 on the older one

                                                  also gives 10 ranks if you do it without the info: before the url. not sure if that was always there..never tried 8-)

                                                  yahoo and others still start out with 1's.

                                                  But it does look like I need to port this entire app to C. Even in perl with the checksum calc in C it is too slow for my taste. Ahh well, a release will out in days.
                                                  The next generation of SEO

                                                  Comment

                                                  • JamesK
                                                    hi
                                                    • Jun 2002
                                                    • 16731

                                                    #26
                                                    Originally posted by TheJimmy




                                                    what he said
                                                    what he said
                                                    M3Server - NATS Hosting

                                                    Comment

                                                    • igneus
                                                      Registered User
                                                      • Jul 2003
                                                      • 77

                                                      #27
                                                      Originally posted by nuclei
                                                      yahoo and others still start out with 1's.

                                                      But it does look like I need to port this entire app to C. Even in perl with the checksum calc in C it is too slow for my taste. Ahh well, a release will out in days.
                                                      how do you get 1? mine still uses 6 on yahoo

                                                      http://www.google.com/search?client=...www.yahoo.com/
                                                      icq: 201430673

                                                      Comment

                                                      Working...