Open Letter for Rodder7, Please Read And Be Careful

Discussion in 'General Chat' started by porsche, Jun 19, 2009.

Thread Status:
Not open for further replies.
  1. #1
    Rodder7 ==> jona deepa <jonadeepa@gmail.com>
    Me ==> Budy Superyadi <budysuperyadi@yahoo.com>

    Starting on this thread:
    http://forums.digitalpoint.com/showthread.php?p=11727815

    Based on this email:
    Make first revision:
    Last Revision:

    Finish Project can be seen on:
    Replied:
    First asking for the mistaken:
    Second asking for the mistaken:
    The last:
    I'm writing on his thread, because he never replied my email to show his good attitude.
    Anyone can tell me which part of my job that is wrong?
    I think this guy is only want have free script from cheating somebody
    If I create wrongly, especially the result is wrong, I'd say appologize to him, and you can get the scrip freely.
    But if what I've done is correct, I suggest you all DP member to be carefull from this guy.

    Before the project started, I was asking him for 30% DP, and he replied:
    Now, we can see this guy don't have money/he only wanna cheat you.

    This thread can also be found on my post on http://forums.digitalpoint.com/showthread.php?p=11727815#post11727815
     
    porsche, Jun 19, 2009 IP
  2. Rodder7

    Rodder7 Active Member

    Messages:
    451
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    88
    #2
    guys,

    the above url to that script is not any of the 3 scripts he sent and the project is still not completed.

    he got assistance to complete what he provided and put it in this thread and another thread, but i really don't care. if he can complete the project, that's what counts.

    the only thing that's really important is not who can 'spit' the the longest, but completing the project.

    i have had 1 new itrader today and will have one tomorrow. check my profile and you can see i do a good job here.

    for porche: by <charge in dollars and cents>, i don't mean $__5___ and __.4__ cents ... I mean $5.40 so it looks like the charge in currency.
     
    Rodder7, Jun 21, 2009 IP
  3. porsche

    porsche Banned

    Messages:
    125
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Rodder7 wrote: he got assistance
    porsche : who? you saw on the header: "amazehosting.com"? it's not somebody else, but me. It's owned by me.

    I've revised, please check http://budy.superyadi.web.id/taxi-fare.html
    Script is here:
    <html>
    <head>
    <title>Taxi Fare Calculation</title>
    <meta name="author" content="Amazehosting.com" />
    <meta name="copyright" content="Amazehosting.com" />
    <meta name="creator" content="Amazehosting.com" />
    <style type="text/css">
      fieldset{
        width: 180px;
        height: 200px;
      }
      legend{
        font-weight: bold;
        font-size: 20px;
      }
    </style>
    <script language="JavaScript">
    <!--
    
    function add()
    {
        var num1, num2, num3, total;
        num1 = 1.95;
        num2 = 2.1;
        num3 = parseInt(document.calcForm.num3.value);
    
    	var sum = (num1+(num2*num3));
      
        document.calcForm.output.value = sum.toFixed(2);
    }
      
    </script>
    </head>
    
    <body>
    <fieldset>
        <legend>Taxi Fare Calculation</legend>
    <form name="calcForm">
    
    <p align="center">Enter the distance:</p>
    
    <p align="center"><input type="text" name="num3" size="5" align="center"></p>
    
    <p align="center"><input type="button" value="Submit" onClick="add()"></p>
    <hr />
    
    <p align="center">Your Charge:</p>
    <p align="center">  $ <input type="text" name="output"size="10"  style="border:0" readonly></p>
    
    </form>
    </fieldset>
    
    </body>
    </html>
    
    HTML:
     
    porsche, Jun 21, 2009 IP
  4. porsche

    porsche Banned

    Messages:
    125
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Prolem solved and Payment Received
    It's just misunderstanding​


    Mods: Please close the thread.
    Thanks all
     
    porsche, Jun 21, 2009 IP
Thread Status:
Not open for further replies.