LOOKING for a DEPENDABLE Programmer!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kellie
    Cherry Pimps
    • Aug 2005
    • 1198

    #1

    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]


    Traffic Pimps Webmaster / Content Manager
    Email: [email protected]
    Skype: kellie_az
    ICQ: 216375050
  • dready
    Confirmed User
    • Oct 2002
    • 5247

    #2
    The holy grail.
    ICQ: 91139591

    Comment

    • sortie
      Confirmed User
      • Mar 2007
      • 7771

      #3
      Originally posted by Kellie
      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.

      Comment

      • nAtuRaLbEautY
        Confirmed User
        • May 2006
        • 6107

        #4
        Hi Kellie,

        We are interested to know more about this project.
        E-mail sent. Hope to hear from you!
        Prime Outsourcing│offshore solutions│manual labor│staff leasing│full time employees
        starting at $695.00/month=managed and dedicated
        | icq: 309570461 | live chat

        Comment

        • Kellie
          Cherry Pimps
          • Aug 2005
          • 1198

          #5
          Originally posted by sortie
          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


          Traffic Pimps Webmaster / Content Manager
          Email: [email protected]
          Skype: kellie_az
          ICQ: 216375050

          Comment

          • sortie
            Confirmed User
            • Mar 2007
            • 7771

            #6
            Originally posted by Kellie
            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.

            Comment

            • 2012
              So Fucking What
              • Jul 2006
              • 17189

              #7
              Originally posted by sortie
              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

              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.
              best host: Webair | best sponsor: Kink | best coder: 688218966 | Go Fuck Yourself

              Comment

              • Kellie
                Cherry Pimps
                • Aug 2005
                • 1198

                #8
                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"); 
                }
                ?>
                Last edited by Kellie; 09-16-2008, 01:55 PM.


                Traffic Pimps Webmaster / Content Manager
                Email: [email protected]
                Skype: kellie_az
                ICQ: 216375050

                Comment

                • mona
                  Registered User
                  • Feb 2008
                  • 1940

                  #9
                  Php........

                  Comment

                  • Kellie
                    Cherry Pimps
                    • Aug 2005
                    • 1198

                    #10
                    Originally posted by fartfly
                    When they say script I always assume it's PHP

                    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.


                    Traffic Pimps Webmaster / Content Manager
                    Email: [email protected]
                    Skype: kellie_az
                    ICQ: 216375050

                    Comment

                    • HomerSimpson
                      Too lazy to set a custom title
                      • Sep 2005
                      • 13826

                      #11
                      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)
                      Make a bank with Chaturbate - the best selling webcam program
                      Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

                      PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:

                      Comment

                      Working...