Custom software not really custom.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kmanrox
    aka K-Man
    • Oct 2001
    • 29295

    #1

    Custom software not really custom.

    Am I wrong to be highly pissed that I paid money for a 'custom program' and when I noticed the example 'Webmaster Email template' example. it had the name of another person's affiliate program. Then of course I go to the site and see if has all of the same exact fields, signup forms, stats area etc of my 'custom' program i was just given?

    This took the programmers over 1.5 months to complete because it was 'soooo complex'....

    Am I just a lunatic or would you flip your lid too?

    And no I'm not naming the company that did it or showing you urls.

    Converse.
    Crypto HODLr
    Crypto mining
    Angel investor
  • hydro
    Confirmed User
    • Dec 2003
    • 4216

    #2
    yea i would be pissed

    Comment

    • EviLGuY
      So Fucking Banned
      • Apr 2003
      • 12745

      #3
      I'd be pissed.. especially if I already paid.

      Comment

      • David!
        By the wrath of Agamemnon
        • Apr 2004
        • 6501

        #4
        My degree of being pissed off would be proportionate with the price I would have paid
        .

        Comment

        • Ash@phpFX
          Confirmed User
          • Nov 2003
          • 4292

          #5
          sounds like you got ripped, can you show a url and some specs of what you paid for and how much it costed? it must have been pretty big if it was a 1.5 month job

          Comment

          • TheWildcard
            So Fucking Banned
            • Jun 2004
            • 4759

            #6
            Originally posted by EviLGuY
            I'd be pissed.. especially if I already paid.
            What he said.

            Comment

            • Jamie
              Confirmed User
              • Apr 2001
              • 2517

              #7
              kman, when you need custom scripts hit me up. I have "the guy" to do anything you need. And very reasonable

              1851935
              CelebPay: Promote Celebrity Reviews
              i/c/q - :1851935

              Comment

              • kmanrox
                aka K-Man
                • Oct 2001
                • 29295

                #8
                Originally posted by asher
                sounds like you got ripped, can you show a url and some specs of what you paid for and how much it costed? it must have been pretty big if it was a 1.5 month job
                im not showing any URLS.... it quite possibly is a misunderstanding im hoping... i just have a sever temper problem and i can't get a hold of them since it's a holiday in the usa and i wanted to check with the GFY Psychs to make sure i was justified in throwing my PDA across my house =)
                Crypto HODLr
                Crypto mining
                Angel investor

                Comment

                • kmanrox
                  aka K-Man
                  • Oct 2001
                  • 29295

                  #9
                  well the program was going to be PHP... but i already have some PERL software i like that i'd like a shopping cart modded into it... anyone know any good PERL/CGI programmers that English is their first language?
                  Crypto HODLr
                  Crypto mining
                  Angel investor

                  Comment

                  • raymor
                    Confirmed User
                    • Oct 2002
                    • 3745

                    #10
                    I need a see a fairly likely "other explanation".
                    I also suspect that you are asking all the wrong
                    question.

                    Only an extremely poor programmer would write
                    a big project completely from scratch, coding every
                    line of html and PHP or Perl. Anyone who knew what
                    he/she was doing would use probably 80%-90% library
                    code and 10%-20-% new code, at least if they've been doing
                    it for while and have their own libraries built up.

                    The custom logic would be written fresh, but he or she
                    would have already written scripts before that send
                    out thank you emails and would reuse that code,
                    which is already well tested and hopefully perfected.
                    A couple years ago I had three big "custom" projects -
                    an AVS, a content selling site, and later a content management
                    script for a plugin gallery provider. From my perspective,
                    most of the AVS functions were variations on one of
                    two things - taking information from a web page and
                    putting it in the database, or taking info from the database
                    and putting it on a web page. When a webmaster signed
                    up that was a database insert. When the created a
                    new site it was another database insert from a web form.
                    When they made a sale that was just yet another form
                    putting info into the database. The AVS system was
                    running the same chunk of code most of the time -
                    my library routine to take info from a form and
                    put it into the database. It also often ran the complementary
                    routine, takinfg info from the databbase and displaying
                    it on a page for the links list, the stats, etc.
                    When I started on the content site I saw that it did
                    the same two things, so again I used my library to
                    put info from a web form into the database and
                    display database info on the page. Many of the forms
                    were similar - a webmaster/affiliate signup form,
                    a search form. One searched content sets, the other
                    searched sites, but from a programming perspective
                    the both searched the same thing - the database.
                    To an AVS a webmaster is an affiliate, so I converted
                    the webmaster signup code of the AVS to become the
                    affiliate signup code of the content site. The two sites
                    shared probably 90% of their code, but accomplish two
                    different tasks that to the user seem unrelated.
                    Later a plugin provider wanted a content management
                    script where users could search through the content
                    sets and choose to view sets of blondes, or brunettes,
                    solo or group action, etc. That is exactly the same thing
                    that the content selling site does - provide web based
                    access to a database of content. There were very few
                    changes needed for it to provide exactly what the
                    customer wanted in his content management script.
                    I'd guess that roughly 97% of the content management
                    script code was already on the content sales site, with
                    the content sales site just having additional code to
                    allow one to purchase and download the set after
                    viewing it.

                    In all three cases the client webmasters specified just
                    what they wanted and got exactly what they wanted.
                    (Well, the content management script was just completed
                    and still needs to be reviewed by the client webmaster,
                    but he will get what he wants.) I think the questions to
                    ask are these:
                    Did you clearly and completely specify what you needed the scripts to do?
                    Did the scripts that he/she delivered in fact meet those specifications?
                    If the programmer delivered what was promised than frankly
                    I don't see how it matters to you, or is in fact any of your business,
                    whether they accomplished that by freshly coding each line,
                    my waving a magic wand that generates code, by pulling pieces
                    from various other scripts that they had previously written,
                    or even by making the needed chnages to one similar script
                    that they had done before. As long as whatever they did was
                    legal and you haven't been sold stolen code written by someone
                    else it seems to me that your concern is whether or not you got
                    the functionallity you agreed upon at the price you agreed upon.
                    If your new script does what is was supposed to do be happy,
                    as you are lucky. All too often some newbie programmer wannabe
                    takes advantage of a webmaster looking for a bargain, who ends
                    up with a piece of junk script that totally fails to fulfill the requirements.

                    One last comment regarding those questions - on any custom project
                    there will be areas of misunderstanding and plain old bugs where the
                    script doesn't yet do quite what was needed or specified.
                    If what was delivered seems to roughly match up to what was
                    ordered, though, get in touch with the programmer and point out
                    precisely what you has asked for and precisely how that differs
                    from the scripts current behavior. A good programmer will make
                    those things right, often suprisignly quickly.

                    PS - I've been programming porn for 7 years, doing mostly custom work,
                    so I am definitely familair with these issues.
                    For historical display only. This information is not current:
                    support@bettercgi.com ICQ 7208627
                    Strongbox - The next generation in site security
                    Throttlebox - The next generation in bandwidth control
                    Clonebox - Backup and disaster recovery on steroids

                    Comment

                    • Nathan
                      Confirmed User
                      • Jul 2003
                      • 3108

                      #11
                      Originally posted by kmanrox
                      im not showing any URLS.... it quite possibly is a misunderstanding im hoping... i just have a sever temper problem and i can't get a hold of them since it's a holiday in the usa and i wanted to check with the GFY Psychs to make sure i was justified in throwing my PDA across my house =)
                      Throwing a PDA across your house sounds rather reasonable really. It all depends on the amount of money you spent of course, and if you paid it all already, or what part you paid already ;)

                      Do not want you to give a URL, but since it sounds like a custom affiliate system, and us being in the affiliate system business, I would like to know if you could share a price of what the project had cost you?

                      Also, do not forget, the programmer MIGHT have just used PARTS of previously written software. For example a join form, if he already wrote a system requiring one, it would be stupid to rewrite the whole script, unless you think you learned enough to make the new version better/faster. Also, it might just be that the templates look similar and not the scripts themself, IF he writes using templates of course.

                      I must say I do not fully agree with raymor on the fact that a GOOD programmer would have 80% already written. In my oppinion, far from it. A _GOOD_ programmer would have the honesty to say that he learns new things all the time and advances their skills. Thus they might BASE it on old scripts, but not reuse 100%.
                      "Think about it a little more and you'll agree with me, because you're smart and I'm right."
                      - Charlie Munger

                      Comment

                      Working...