Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 07-04-2004, 10:47 AM   #1
kmanrox
aka K-Man
 
kmanrox's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: The Gutter
Posts: 29,292
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
kmanrox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 10:48 AM   #2
hydro
Confirmed User
 
Join Date: Dec 2003
Location: Dirty 3rd
Posts: 4,216
yea i would be pissed
hydro is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 10:49 AM   #3
EviLGuY
So Fucking Banned
 
Join Date: Apr 2003
Location: malta
Posts: 12,745
I'd be pissed.. especially if I already paid.
EviLGuY is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 10:52 AM   #4
David!
By the wrath of Agamemnon
 
David!'s Avatar
 
Industry Role:
Join Date: Apr 2004
Location: Miami
Posts: 6,501
My degree of being pissed off would be proportionate with the price I would have paid
__________________
.
David! is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 10:53 AM   #5
Ash@phpFX
Confirmed User
 
Join Date: Nov 2003
Posts: 4,292
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
Ash@phpFX is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 10:53 AM   #6
TheWildcard
So Fucking Banned
 
Join Date: Jun 2004
Location: The Netherlands
Posts: 4,759
Quote:
Originally posted by EviLGuY
I'd be pissed.. especially if I already paid.
What he said.
TheWildcard is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 10:54 AM   #7
Jamie
Confirmed User
 
Join Date: Apr 2001
Location: CelebPay.com
Posts: 2,517
kman, when you need custom scripts hit me up. I have "the guy" to do anything you need. And very reasonable

1851935
Jamie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 10:56 AM   #8
kmanrox
aka K-Man
 
kmanrox's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: The Gutter
Posts: 29,292
Quote:
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
kmanrox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 10:58 AM   #9
kmanrox
aka K-Man
 
kmanrox's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: The Gutter
Posts: 29,292
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
kmanrox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 01:43 PM   #10
raymor
Confirmed User
 
Join Date: Oct 2002
Posts: 3,745
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
raymor is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 01:52 PM   #11
Nathan
Confirmed User
 
Industry Role:
Join Date: Jul 2003
Posts: 3,108
Quote:
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
Nathan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.