GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   PHP guys, how much are you going to charge me....... (https://gfy.com/showthread.php?t=423227)

Antonio 01-27-2005 05:24 PM

PHP guys, how much are you going to charge me.......
 
I'll need a project done in PHP and MySQL. A guy that I spoke to said that it'll probably take 60-100 hours to code. What are you prices per hour?
I'm not willing to disclose the project's details at this moment, and I don't really want to 'hit you up so we can discuss it". Please post you rates per hour here, or email them to me:

psdotcomus at gmail.com

Thanks ;)

BlueWire 01-27-2005 05:34 PM

20/hr mike at adfrontier.com

sexdwarf 01-27-2005 05:34 PM

my rates are $50 an hour, however it'susually better to discuss the project with someone... a per project price always comes out cheaper for you, and the ammount of hours won't matter... also if you are not willing to disclose information because of confidentiality, you can make someone sign a NDA (non-disclosure agreement) that legally binds them to keeping it hush hush and prevents them from using your idea... and it would be able to go through court etc...

if you are willing to go this route, feel free to icq me... just some advice to you on that part :)

oh and p.s. or whatever... you will find cheaper programmers then me, alot cheaper, but my rate is based on my knowledge and past experience, all vailable for your viewing if you wish...

Antonio 01-27-2005 05:40 PM

Thanks guys

Quote:

Originally Posted by sexdwarf
you can make someone sign a NDA (non-disclosure agreement) that legally binds them to keeping it hush hush and prevents them from using your idea... and it would be able to go through court etc...

lol
I didn't even think of that. Is there specific form for this NDA, or where can I get some moe info about it?

Antonio 01-27-2005 05:45 PM

And since I'm here.
I know that you can encrypt the PHP code so even if you sell it to another webmaster he can not steal the code (I started a thread about this about a week ago), but can I somehow encrypt the data as well?

sexdwarf 01-27-2005 05:45 PM

Quote:

Originally Posted by Antonio
I didn't even think of that. Is there specific form for this NDA, or where can I get some moe info about it?

i'm pretty sure you could find examples online... if not i can send you one of mine as an example...

BlueWire 01-27-2005 05:45 PM

We have NDA agreements ready to go....i sent u an email

fuzebox 01-27-2005 05:46 PM

Quote:

Originally Posted by sexdwarf
my rates are $50 an hour, however it'susually better to discuss the project with someone... a per project price always comes out cheaper for you, and the ammount of hours won't matter... also if you are not willing to disclose information because of confidentiality, you can make someone sign a NDA (non-disclosure agreement) that legally binds them to keeping it hush hush and prevents them from using your idea... and it would be able to go through court etc...

if you are willing to go this route, feel free to icq me... just some advice to you on that part :)

oh and p.s. or whatever... you will find cheaper programmers then me, alot cheaper, but my rate is based on my knowledge and past experience, all vailable for your viewing if you wish...

:thumbsup Well said.

sexdwarf 01-27-2005 05:47 PM

Quote:

Originally Posted by Antonio
And since I'm here.
I know that you can encrypt the PHP code so even if you sell it to another webmaster he can not steal the code (I started a thread about this about a week ago), but can I somehow encrypt the data as well?

encrypted data is somewhat useless; since in the end it will be displaying the unencrypted version... but yeah if you really wanted to you could encrypt it...

Steen2 01-27-2005 05:49 PM

Zend!!! $2,000 I think, but for the people who are serious about their PHP work/IP then it's a good deal.

sexdwarf 01-27-2005 05:52 PM

Quote:

Originally Posted by BlueWire
We have NDA agreements ready to go....i sent u an email

feisty ;)

Quote:

Originally Posted by fuzebox
:thumbsup Well said.

thanks :1orglaugh

Antonio 01-27-2005 05:59 PM

Quote:

Originally Posted by sexdwarf
encrypted data is somewhat useless; since in the end it will be displaying the unencrypted version... but yeah if you really wanted to you could encrypt it...

well, this is not what this project is, but lets say for the sake of this discussion that I have 50 000 gallery links witj descriptions and I want to sell them together with some PHP code. You buy them from me, upload them to your server and get fully functional daily updated TGP, rotating the galleries. If I do that what prevents you from giving the 50 000 urls and descriptions to your buddy, who can easily code some simmilar script?
How can I prevent this from happening?

Thomas1007 01-27-2005 06:01 PM

mxdevelopment.com
thats all you need
:thumbsup

sexdwarf 01-27-2005 06:06 PM

Quote:

Originally Posted by Antonio
well, this is not what this project is, but lets say for the sake of this discussion that I have 50 000 gallery links witj descriptions and I want to sell them together with some PHP code. You buy them from me, upload them to your server and get fully functional daily updated TGP, rotating the galleries. If I do that what prevents you from giving the 50 000 urls and descriptions to your buddy, who can easily code some simmilar script?
How can I prevent this from happening?


yeah in that case you could encrypt the data and the code that decrypts it... but still a simple few line perl data scrubber/miner could compile it's own list... nothing is full proof but you can make it hard as hell...

Antonio 01-27-2005 06:21 PM

Quote:

Originally Posted by sexdwarf
yeah in that case you could encrypt the data and the code that decrypts it... but still a simple few line perl data scrubber/miner could compile it's own list... nothing is full proof but you can make it hard as hell...

thanks for your help
First time I'm dealing with this kinfd of stuff ;)

sexdwarf 01-27-2005 06:22 PM

Quote:

Originally Posted by Antonio
thanks for your help
First time I'm dealing with this kinfd of stuff ;)

no problem, everyone is new at something at some point in their life..

AlienQ - BANNED FOR LIFE 01-27-2005 06:23 PM

There is a script for everything now...

Ya do not need a programmer.

Antonio 01-27-2005 06:24 PM

Thanks to the guys that emailed me too.
I'll have to make up my mind in the next few days ;)

macromind 01-27-2005 06:24 PM

First of all, encrypting your data will just slow down your server. You should keep encryption for credit card numbers. As for the records in the database, make him sign a NDA and a proper development contract including all the deliveables and specifications or just give him the database with 1 fake record. That way, he will be able to code without accessing your data. When he is all done, just transfer the data yourself using your hosting control panel.

:2 cents:

macromind

sexdwarf 01-27-2005 06:29 PM

Quote:

Originally Posted by macromind
You should keep encryption for credit card numbers.

just being nitpicky on this one, but i would never store a credit card number on an online database, encrypted or not... if you have code to decrypt it then getting access to the server gives someone access to both...

Manansala 02-03-2005 08:36 PM

Credit Cards needs a merchant and pre-made PHP scripts are good. Want a custom? I will beat any price. :) ICQ: 41527314


All times are GMT -7. The time now is 03:26 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123