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)
-   -   LOOKING for a DEPENDABLE Programmer!! (https://gfy.com/showthread.php?t=855464)

Kellie 09-16-2008 01:54 PM

LOOKING for a DEPENDABLE Programmer!!
 
We are looking for a reliable programmer to modify and create new customizations for a current script. If you can not modify the current script we have, then we will need a new one created to be similar to it.

Our main concern is we need someone very RELIABLE!! Must hit deadline and be dependable. I can't explain enough how important this is. We basically want someone with no BS and can get the job done.

Please contact me on ICQ (216-375-050) for more details or email me at [email protected]

dready 09-16-2008 02:29 PM

The holy grail.

sortie 09-16-2008 02:38 PM

Quote:

Originally Posted by Kellie (Post 14764491)
We are looking for a reliable programmer to modify and create new customizations for a current script. If you can not modify the current script we have, then we will need a new one created to be similar to it.

Our main concern is we need someone very RELIABLE!! Must hit deadline and be dependable. I can't explain enough how important this is. We basically want someone with no BS and can get the job done.

Please contact me on ICQ (216-375-050) for more details or email me at [email protected]


You should list the programming language the script is written in because not
all programmers use the same languages.

nAtuRaLbEautY 09-16-2008 02:41 PM

Hi Kellie,

We are interested to know more about this project.
E-mail sent. Hope to hear from you!

Kellie 09-16-2008 02:43 PM

Quote:

Originally Posted by sortie (Post 14764748)
You should list the programming language the script is written in because not
all programmers use the same languages.

I'm honestly not sure what it is because it was done awhile ago and the original person who created it no longer works online, so basically you would have to look at the existing code and see if its do-able

sortie 09-16-2008 02:46 PM

Quote:

Originally Posted by Kellie (Post 14764792)
I'm honestly not sure what it is because it was done awhile ago and the original person who created it no longer works online, so basically you would have to look at the existing code and see if its do-able

Well, you need to find this out, because if it's written in C and you only have the
binary than nobody can work with it.

Post the first 15 lines of the script if you can.

2012 09-16-2008 02:52 PM

Quote:

Originally Posted by sortie (Post 14764748)
You should list the programming language the script is written in because not
all programmers use the same languages.

When they say script I always assume it's PHP :2 cents:

I think a lot of programmers wouldn't have a problem hitting a deadline. The problem is, usually you get something like "I want a CMS system in 2 weeks." ... here's $200 bucks rock on ! ...

No contract, no benchmarks, no money up front. No clear concise detailed task list ever. Usually the client just plays dumb to get more work out of the "victim". I love the "here's something we have already" ... make it work. This usually means both of you , client and programmer or in for a world of grief. Do yourself a favor and just build a new system. It's a shame most people dislike programmers .. oh well.

Kellie 09-16-2008 02:53 PM

Well its for our affiliate program www.latinteencash.com and the script that runs that. I know its mainly PHP, don't know if there is more, I'm not to savvy with programming languages

Here is some code:

Code:

$wmccbill = $system_ccbill;

if ($_POST["ccbillinput"]) {
$cookie_life = time() + 31536000;
$ccbillid = $_POST["ccbillinput"];
$date = date('Y-m-d');
$_COOKIE["ccbillid"] = $ccbillid;
setcookie('ccbillid', $ccbillid, $cookie_life, '/', ".$system_domain");

//Checking to see if the affiliate has logged in before...
$result = $db_object->query("SELECT count(*) as myCount FROM idtrack WHERE ccbillid = '$ccbillid' ");
$info = $result->fetchRow();
$indatabase = $info["myCount"];

//If the affiliate has not logged in before, create a new record for him/her.
if ($indatabase == "0"){
$add = "INSERT INTO idtrack (ccbillid, firstdate, lastdate) VALUES ('$ccbillid', '$date', '$date')";
$result = $db_object->query($add); } }

if ($_COOKIE["ccbillid"] == ""){$ccbilloutput = "XXXXXX"; }
else if ($_COOKIE["ccbillid"] <> ""){$ccbilloutput = $_COOKIE["ccbillid"]; }?>
<?php
if($_SERVER["QUERY_STRING"]!="bypass"){
require("geo.php");
}
?>


mona 09-16-2008 02:57 PM

Php........

Kellie 09-16-2008 02:57 PM

Quote:

Originally Posted by fartfly (Post 14764841)
When they say script I always assume it's PHP :2 cents:

I think a lot of programmers wouldn't have a problem hitting a deadline. The problem is, usually you get something like "I want a CMS system in 2 weeks." ... here's $200 bucks rock on ! ...

No contract, no benchmarks, no money up front. No clear concise detailed task list ever. Usually the client just plays dumb to get more work out of the "victim". I love the "here's something we have already" ... make it work. This usually means both of you , client and programmer or in for a world of grief. Do yourself a favor and just build a new system. It's a shame most people dislike programmers .. oh well.

Yeah basically we have been burned twice, and on both situations we have drawn up something, and was willing to pay what it would cost to get done. Both times was told it would be no problem, and then *poof* Don't even mind starting something from scratch if they cannot build off what we have, we will will anything that makes the programmer's job easier. Just need to get this project done.

HomerSimpson 09-16-2008 05:25 PM

If you haven't solved this contact me...
I'm really good at php but I'm kind of busy these days...
But this looks simple... so I can take a look...

(my ICQ is in the sig)


All times are GMT -7. The time now is 10:33 AM.

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