B0J.com 4 $99 I'm thinking about it.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • interracialtoons
    Confirmed User
    • May 2006
    • 1910

    #1

    B0J.com 4 $99 I'm thinking about it.

    http://cgi.ebay.com/B0J-com-3-letter...QQcmdZViewItem

    Let me know if you snag it before I do, then paypal me $20-$50 for the heads up.
    Done.
  • interracialtoons
    Confirmed User
    • May 2006
    • 1910

    #2
    Oops....that's starting bid with a reserve...sorry.
    Done.

    Comment

    • Boobs
      Confirmed User
      • Aug 2006
      • 7875

      #3
      not bad...

      Join the fucking best in big tit sponsors!!!

      Comment

      • BVF
        Black Vagina Finder
        • Jan 2002
        • 13975

        #4
        that's dumb...I could make up a three character domain off the top of my head and pay 15 bucks for it at directnic...what's wrong with you people?

        Black Pussy
        Click On Mr Cosby..CCbill, 60/40, 136 FHG's....The Cos Loves Black Ghetto Pussy!!

        Comment

        • GAMEFINEST
          Make STACK$
          • Nov 2006
          • 14470

          #5
          reserve must be high
          Compound interest.

          Comment

          • bareskin
            Confirmed User
            • Nov 2006
            • 619

            #6
            Originally posted by BVF
            that's dumb...I could make up a three character domain off the top of my head and pay 15 bucks for it at directnic...what's wrong with you people?
            yeah you go ahead and spend hours to realize there isn't one your an idiot
            Globat.com hosting company has shitty customer service skills :: please be advised::

            Icq# 394599740

            Comment

            • free4porn
              Confirmed User
              • Jun 2005
              • 4654

              #7
              price is probably pretty steep
              Switch To Fling Now! I'm on 1:201 paid signups sending little traffic! Make $$$
              Free Porn

              Comment

              • BVF
                Black Vagina Finder
                • Jan 2002
                • 13975

                #8
                Originally posted by bareskin
                yeah you go ahead and spend hours to realize there isn't one your an idiot
                you're right...I just typed in random 3 characters and I couldn't find jack shit. I stopped after around 12

                Black Pussy
                Click On Mr Cosby..CCbill, 60/40, 136 FHG's....The Cos Loves Black Ghetto Pussy!!

                Comment

                • sextoyking
                  Confirmed User
                  • Dec 2001
                  • 6034

                  #9
                  B - Zero - J, not that sweet but worth some coin I am sure.
                  ICQ: 52344098
                  --------------------------------------
                  50% Commissions on all Product Sales. http://www.wishing.com/money

                  Comment

                  • interracialtoons
                    Confirmed User
                    • May 2006
                    • 1910

                    #10
                    Originally posted by BVF
                    you're right...I just typed in random 3 characters and I couldn't find jack shit. I stopped after around 12
                    You mean you couldn't find a site? The owner could be squatting on the name without parking it.
                    Done.

                    Comment

                    • leming
                      ★ CONFIRMED DESIGNER ★
                      • Apr 2003
                      • 1775

                      #11
                      I think it willl work for you
                      DESIGN ★ BANNERS ★ LOGOS ★ 3D ★ VIDEO-EDITING
                      Portfolio | Telegram | E-mail | Skype:leming_

                      Comment

                      • borked
                        Totally Borked
                        • Feb 2005
                        • 6284

                        #12
                        $20-$50 for the 'heads up'
                        you're a bit of a shark aren't you
                        and that domain is worth around $30 imo

                        For coding work - hit me up on andy // borkedcoder // com
                        (consider figuring out the email as test #1)



                        All models are wrong, but some are useful. George E.P. Box. p202

                        Comment

                        • roly
                          Confirmed User
                          • Aug 2002
                          • 1844

                          #13
                          he's selling it as a 3 letter domain but it's only a 3 character. i wouldn't have thought it was worth even $99

                          Comment

                          • Klen
                            • Aug 2006
                            • 32234

                            #14
                            100$?Not bad prize.

                            Comment

                            • BVF
                              Black Vagina Finder
                              • Jan 2002
                              • 13975

                              #15
                              Originally posted by interracialtoons
                              You mean you couldn't find a site? The owner could be squatting on the name without parking it.
                              I mean i went to a domain selling site and typed in three character domains to see if any were available..I couldn't find any at all...I wouldn't even bother with trying three letter domains...I could blindly type three characters on my keyboard and they were always registered.

                              Black Pussy
                              Click On Mr Cosby..CCbill, 60/40, 136 FHG's....The Cos Loves Black Ghetto Pussy!!

                              Comment

                              • bareskin
                                Confirmed User
                                • Nov 2006
                                • 619

                                #16
                                Originally posted by BVF
                                I mean i went to a domain selling site and typed in three character domains to see if any were available..I couldn't find any at all...I wouldn't even bother with trying three letter domains...I could blindly type three characters on my keyboard and they were always registered.
                                Sorry for being so harsh but believe me I have spent hours trying
                                Globat.com hosting company has shitty customer service skills :: please be advised::

                                Icq# 394599740

                                Comment

                                • MrJackMeHoff
                                  Confirmed User
                                  • Mar 2004
                                  • 4569

                                  #17
                                  I wrote a script to check all possible 3 letter domains (17 thousand plus) and none are available.. Just give up its too late

                                  Comment

                                  • MrJackMeHoff
                                    Confirmed User
                                    • Mar 2004
                                    • 4569

                                    #18
                                    Heres the script
                                    ================================

                                    @letters=("a","b","c","d","e","f","g","h","i","j", "k","l","m","n","o","p","q","r","s","t","u","v","w ","x","y","z");
                                    @hold="";
                                    $uphold=0;
                                    ##generate 3 letter domain names

                                    #$a="";$b="";,$c="";
                                    $first=0;
                                    $second=0;
                                    $third=0;

                                    until ($end) {

                                    $word = "$letters[$first]$letters[$second]$letters[$third]";




                                    $hold[$uphold]="$word.com\n";$uphold++;





                                    $third++;
                                    if ($third > 25) {
                                    $second++; $third=0;
                                    }
                                    if ($second > 25) {
                                    $first++; $second=0;
                                    }


                                    $masscount++;
                                    $updatecount++;
                                    #if ($updatecount == 100) { print "$word\n"; $updatecount=0;}

                                    if ($word eq "zzz") { $end=1; }
                                    }


                                    $sz = @hold;

                                    print "\n\nMade $sz of em \n";

                                    $count=1;
                                    $wrote=0;
                                    mkdir("out", 777);
                                    open(b,">out/section_$count.txt"); ## which is 1
                                    foreach $_ (@hold) {


                                    print b "$_";$wrote++;


                                    if ($wrote == 499) {
                                    close(b);
                                    $count++;
                                    $wrote=0;
                                    open(b,">out/section_$count.txt");
                                    }



                                    }

                                    close(b); ## if open
                                    Last edited by MrJackMeHoff; 01-20-2007, 03:30 PM.

                                    Comment

                                    • chaze
                                      Confirmed User
                                      • Aug 2002
                                      • 9774

                                      #19
                                      I hate the whole reserve thing on ebay.. just start the bidding at the lowest price you will take.
                                      Like the desert needs the rain
                                      We do fully manged WordPress, VPS, and Servers. Adult Host Pro https://adulthostpro.com/ Since 2001

                                      Comment

                                      • baddog
                                        So Fucking Banned
                                        • Apr 2001
                                        • 107089

                                        #20
                                        Originally posted by BVF
                                        that's dumb...I could make up a three character domain off the top of my head and pay 15 bucks for it at directnic...what's wrong with you people?
                                        edit . . . I see you saw the error of your ways
                                        Last edited by baddog; 01-20-2007, 03:35 PM.

                                        Comment

                                        • baddog
                                          So Fucking Banned
                                          • Apr 2001
                                          • 107089

                                          #21
                                          Originally posted by chaze
                                          I hate the whole reserve thing on ebay.. just start the bidding at the lowest price you will take.
                                          yeah, I am not sure I understand the logic . . . .unless they are just testing the waters.

                                          Comment

                                          • woj
                                            <&(©¿©)&>
                                            • Jul 2002
                                            • 47880

                                            #22
                                            it's kinda useless, I can't even imagine what it could be used for...
                                            Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
                                            Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
                                            Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

                                            Comment

                                            • MrJackMeHoff
                                              Confirmed User
                                              • Mar 2004
                                              • 4569

                                              #23
                                              haha I even tried a number version of my script using 3 dig #'s and none were available either.. See other post above.

                                              Comment

                                              • interracialtoons
                                                Confirmed User
                                                • May 2006
                                                • 1910

                                                #24
                                                Originally posted by chaze
                                                I hate the whole reserve thing on ebay.. just start the bidding at the lowest price you will take.
                                                The logic of it is this:

                                                I have in mind what my smallest price is but I know I'm fucking greedy and if there are lower bids I can still decide to sell it for that, even though I have a reserve price.

                                                If I start the bidding off at the reserve price then no one can bid lower.
                                                So I lose my chance to accept a lower price.

                                                Plus the number of bids helps people decide to bid also since they notice that the item is of interest to others therefore probably worth a price.

                                                If you have no bids with a price of $3000, people are wondering if you are just selling shit and don't want to be the sucker.
                                                Done.

                                                Comment

                                                • interracialtoons
                                                  Confirmed User
                                                  • May 2006
                                                  • 1910

                                                  #25
                                                  PS: about bidding and reserve;

                                                  If the bidding is good but the reserve is not met, you can re-list the item and email all those that bid and announce that you will list it again and what time. This is a timed event and you may have simply run out of time before they reached your price. You can also have a private auction just between the big players so they know it's going to sell without bullshit price bumps from idiots and then start the bidding off at the reserve price.
                                                  Done.

                                                  Comment

                                                  • joshll
                                                    Confirmed User
                                                    • Jul 2006
                                                    • 1534

                                                    #26
                                                    Originally posted by bareskin
                                                    yeah you go ahead and spend hours to realize there isn't one your an idiot
                                                    WiredBall
                                                    PinPointsX

                                                    ICQ: 227454293

                                                    Comment

                                                    • SomeCreep
                                                      :glugglug
                                                      • Mar 2003
                                                      • 26118

                                                      #27
                                                      Go for it, live life on the wild side!

                                                      Webair Hosting

                                                      I use and recommend Webair for hosting.

                                                      Comment

                                                      • wtfent
                                                        Confirmed User
                                                        • Nov 2003
                                                        • 3790

                                                        #28
                                                        Originally posted by woj
                                                        it's kinda useless, I can't even imagine what it could be used for...
                                                        No? Are you sure about that? Im sure the Bank of Jamaica, Bank of Japan, Business Opportunities Journal and a lot of other sites would be willing to pay top dollar for that domain name.

                                                        Any 3 letter domain name should never sell for less than $10,000, if you sell it for less than $10,000 you are just an idiot.
                                                        ThisWillShockYou.com DVD Store - TWSY UNCENSORED
                                                        ICQ# 194020367 E-mail: shockingbucks(AT)gmail.com
                                                        Promote something different!! Shocking Bucks

                                                        Comment

                                                        • owntype
                                                          Confirmed User
                                                          • Dec 2006
                                                          • 135

                                                          #29
                                                          Originally posted by wtfent
                                                          No? Are you sure about that? Im sure the Bank of Jamaica, Bank of Japan, Business Opportunities Journal and a lot of other sites would be willing to pay top dollar for that domain name.

                                                          Any 3 letter domain name should never sell for less than $10,000, if you sell it for less than $10,000 you are just an idiot.
                                                          Its true.

                                                          Comment

                                                          • BVF
                                                            Black Vagina Finder
                                                            • Jan 2002
                                                            • 13975

                                                            #30
                                                            fuck this...I'm gonna find a three character domain..I don't care if it takes me all night...It will have to be a combination of letters and numbers...

                                                            Black Pussy
                                                            Click On Mr Cosby..CCbill, 60/40, 136 FHG's....The Cos Loves Black Ghetto Pussy!!

                                                            Comment

                                                            • notabook
                                                              Confirmed User
                                                              • Apr 2006
                                                              • 9748

                                                              #31
                                                              Originally posted by wtfent
                                                              No? Are you sure about that? Im sure the Bank of Jamaica, Bank of Japan, Business Opportunities Journal and a lot of other sites would be willing to pay top dollar for that domain name.

                                                              Any 3 letter domain name should never sell for less than $10,000, if you sell it for less than $10,000 you are just an idiot.
                                                              Right, except it's B 0 (ZERO) J, not BOJ. It's three characters, not three letters.

                                                              Comment

                                                              • interracialtoons
                                                                Confirmed User
                                                                • May 2006
                                                                • 1910

                                                                #32
                                                                Originally posted by BVF
                                                                fuck this...I'm gonna find a three character domain..I don't care if it takes me all night...It will have to be a combination of letters and numbers...


                                                                I like your ambition, if you find one then you will have earned it for sure.
                                                                Done.

                                                                Comment

                                                                • BVF
                                                                  Black Vagina Finder
                                                                  • Jan 2002
                                                                  • 13975

                                                                  #33
                                                                  fuck man it really IS impossible to find one...Almost as hard to find a four character domain...I needed one and thought I would be able to buy one whenever I wanted....I was able to snag m4ma.com

                                                                  Black Pussy
                                                                  Click On Mr Cosby..CCbill, 60/40, 136 FHG's....The Cos Loves Black Ghetto Pussy!!

                                                                  Comment

                                                                  • Lykos
                                                                    Too lazy to set a custom title
                                                                    • Apr 2003
                                                                    • 31027

                                                                    #34
                                                                    so is this b-zero-j.com domain any worth at all?

                                                                    Comment

                                                                    • wtfent
                                                                      Confirmed User
                                                                      • Nov 2003
                                                                      • 3790

                                                                      #35
                                                                      Originally posted by notabook
                                                                      Right, except it's B 0 (ZERO) J, not BOJ. It's three characters, not three letters.
                                                                      lol I thought it was an O, haha. Yea thats a crap domain name then. haha
                                                                      ThisWillShockYou.com DVD Store - TWSY UNCENSORED
                                                                      ICQ# 194020367 E-mail: shockingbucks(AT)gmail.com
                                                                      Promote something different!! Shocking Bucks

                                                                      Comment

                                                                      • interracialtoons
                                                                        Confirmed User
                                                                        • May 2006
                                                                        • 1910

                                                                        #36
                                                                        Originally posted by BVF
                                                                        fuck man it really IS impossible to find one...Almost as hard to find a four character domain...I needed one and thought I would be able to buy one whenever I wanted....I was able to snag m4ma.com
                                                                        b0j.com is going to sell for $125.00 at least, the reserve was met with that bid.

                                                                        I found a couple of deals for you if you still want a three letter domain.


                                                                        http://cgi.ebay.com/gl0-com-3-charac...QQcmdZViewItem

                                                                        http://cgi.ebay.com/sn0-com-3-charac...QQcmdZViewItem



                                                                        Break a brother off sumpin' if you snag 'em.
                                                                        Done.

                                                                        Comment

                                                                        • interracialtoons
                                                                          Confirmed User
                                                                          • May 2006
                                                                          • 1910

                                                                          #37
                                                                          This is a fucking good one!! 5n8.com

                                                                          Probably go for $100.00; at $45 now with 7 bidders so they will be up early tomorrow to try and close this one.

                                                                          http://cgi.ebay.com/5N8-COM-RARE-3-C...QQcmdZViewItem
                                                                          Done.

                                                                          Comment

                                                                          • interracialtoons
                                                                            Confirmed User
                                                                            • May 2006
                                                                            • 1910

                                                                            #38
                                                                            Originally posted by Lykos
                                                                            so is this b-zero-j.com domain any worth at all?
                                                                            To me it's about what can be done with it.

                                                                            I don't type in paypal.com I do x.com

                                                                            it's just easier.

                                                                            So if you are competing with the same content as bigmonstername.com
                                                                            maybe you blow then away with the short name.

                                                                            The best thing is to make sense out of the name as it applies to your site so that the surfer can remember you for ever after just one visit to the site.

                                                                            like B0J (Below Zero Justice) COLD Hearted street justice caught on tape!



                                                                            I bet you fucking like that, don't you?
                                                                            Done.

                                                                            Comment

                                                                            • borked
                                                                              Totally Borked
                                                                              • Feb 2005
                                                                              • 6284

                                                                              #39
                                                                              Originally posted by BVF
                                                                              I mean i went to a domain selling site and typed in three character domains to see if any were available..I couldn't find any at all...I wouldn't even bother with trying three letter domains...I could blindly type three characters on my keyboard and they were always registered.
                                                                              They are always on the expired/dropping list - just grep for them with
                                                                              ^[a-z0-9]{1,3}\.com

                                                                              just because there aren't any doesn't mean they are worth anything. It just means the domain prospectors have snapped them all up

                                                                              For coding work - hit me up on andy // borkedcoder // com
                                                                              (consider figuring out the email as test #1)



                                                                              All models are wrong, but some are useful. George E.P. Box. p202

                                                                              Comment

                                                                              • SleazyDream
                                                                                I'm here for SPORT
                                                                                • Jul 2001
                                                                                • 41470

                                                                                #40
                                                                                Originally posted by BVF
                                                                                that's dumb...I could make up a three character domain off the top of my head and pay 15 bucks for it at directnic...what's wrong with you people?

                                                                                all 3 letter combinations are gone LONG AGO- and most if not all 4 letter combos are too
                                                                                This dog, is dog, a dog, good dog, way dog, to dog, keep dog, an dog, idiot dog, busy dog, for dog, 20 dog, seconds dog!

                                                                                Now read without the word dog.

                                                                                Comment

                                                                                • 69pornlinks
                                                                                  Confirmed User
                                                                                  • Mar 2003
                                                                                  • 5560

                                                                                  #41
                                                                                  Originally posted by BVF
                                                                                  fuck man it really IS impossible to find one...Almost as hard to find a four character domain...I needed one and thought I would be able to buy one whenever I wanted....I was able to snag m4ma.com
                                                                                  i have one LLLL.com and two NNL.com
                                                                                  It IS what it IS

                                                                                  Comment

                                                                                  • DWB
                                                                                    Registered User
                                                                                    • Jul 2003
                                                                                    • 31779

                                                                                    #42
                                                                                    Is that brotha fucking a cartoon Tassy in your sig?

                                                                                    Comment

                                                                                    • madawgz
                                                                                      8.8.8.8
                                                                                      • Mar 2006
                                                                                      • 30509

                                                                                      #43
                                                                                      personally i dont see any value in that domain
                                                                                      TAEMDLRMSKRJIXMRLSMRJ.

                                                                                      Comment

                                                                                      • Scottish Guy
                                                                                        So Fucking Banned
                                                                                        • Dec 2006
                                                                                        • 416

                                                                                        #44
                                                                                        I just registered QTGF.com = cutie girlfriend

                                                                                        What do do think?

                                                                                        Comment

                                                                                        • interracialtoons
                                                                                          Confirmed User
                                                                                          • May 2006
                                                                                          • 1910

                                                                                          #45
                                                                                          Originally posted by Scottish Guy
                                                                                          I just registered QTGF.com = cutie girlfriend

                                                                                          What do do think?
                                                                                          I think it's decent but four letter names are better if they begin with a "k" or a "w" because those are FCC (Federal commmunication Commision) call letters for TV and radio stations like "Krok"(Kay Rock).
                                                                                          Done.

                                                                                          Comment

                                                                                          • borked
                                                                                            Totally Borked
                                                                                            • Feb 2005
                                                                                            • 6284

                                                                                            #46
                                                                                            Originally posted by SleazyDream
                                                                                            all 3 letter combinations are gone LONG AGO- and most if not all 4 letter combos are too
                                                                                            he wasn't talking about 3-letter domains

                                                                                            For coding work - hit me up on andy // borkedcoder // com
                                                                                            (consider figuring out the email as test #1)



                                                                                            All models are wrong, but some are useful. George E.P. Box. p202

                                                                                            Comment

                                                                                            • loreen
                                                                                              myadultdesign.com
                                                                                              • May 2004
                                                                                              • 12558

                                                                                              #47
                                                                                              Originally posted by SleazyDream
                                                                                              all 3 letter combinations are gone LONG AGO- and most if not all 4 letter combos are too
                                                                                              There still are lots of 4 letter domains.. but most of them are kyvj or something and that's not really readable
                                                                                              Banners, logos, headers, peels, FHGs, ads, paysites, photo retouching etc: my adult design portfolio
                                                                                              My logo portfolio: PornLogos.com

                                                                                              Comment

                                                                                              • Jakke PNG
                                                                                                ex-TeenGodFather
                                                                                                • Nov 2001
                                                                                                • 20306

                                                                                                #48
                                                                                                Originally posted by Scottish Guy
                                                                                                I just registered QTGF.com = cutie girlfriend

                                                                                                What do do think?
                                                                                                Queer TeenGodFather
                                                                                                ..and I'm off.

                                                                                                Comment

                                                                                                • borked
                                                                                                  Totally Borked
                                                                                                  • Feb 2005
                                                                                                  • 6284

                                                                                                  #49
                                                                                                  Originally posted by Scottish Guy
                                                                                                  I just registered QTGF.com = cutie girlfriend

                                                                                                  What do do think?
                                                                                                  Quit Telling Girls Fibs?

                                                                                                  For coding work - hit me up on andy // borkedcoder // com
                                                                                                  (consider figuring out the email as test #1)



                                                                                                  All models are wrong, but some are useful. George E.P. Box. p202

                                                                                                  Comment

                                                                                                  • tASSy
                                                                                                    Spread The Pink!
                                                                                                    • Nov 2004
                                                                                                    • 8229

                                                                                                    #50
                                                                                                    Originally posted by DirtyWhiteBoy
                                                                                                    Is that brotha fucking a cartoon Tassy in your sig?

                                                                                                    tassy*PINK
                                                                                                    * ICQ ~ 318*097*066 *


                                                                                                    Comment

                                                                                                    Working...