Need a PHP programmer for a simple task

Status
Not open for further replies.

jpgaga

BANNED
Joined
Aug 19, 2010
Messages
61
Reaction score
3
Hi:

I need a PHP programmer that can do the next:

I need a form to send text to an email. The form must have the following: 1.) A field for the email subject, 2.) A text field where people write the message but with a text editor like tinymce so that people can customize the text by changing the font size, color, inserting links, etc. 3.) A format captcha to avoid spam and 4.) a system that prevents more than one query is sent per day checking ip addresses.

This form should then be able to join even in a blogger blog.

I appreciate if someone can let me a quotation here in the thread.

If the candidate speaks spanish it will be better.
 
Last edited:
I can do this job for you ! My Qoute : 35$

Skype : ikseo1604
 
After your last PM I try to contact you again but your inbox is full and don't allow me to send you a message. For this reason I contact to ikseo 1604 and made an arrangement with a low cost for me. Thanks anyway for your interest.

Sending you a PM
 
I showed you the demo page ! can make the customized code but can't start working on it without an advance of 10$ ! if you are interested let me know i'll PM you my PAYPAL id else you can hire someone else... but i don't think anyone would like to spend time on your project without an advance payment !

Good luck
 
I showed you the demo page ! can make the customized code but can't start working on it without an advance of 10$ ! if you are interested let me know i'll PM you my PAYPAL id else you can hire someone else... but i don't think anyone would like to spend time on your project without an advance payment !

Good luck

Oh no, don't be a liar. You show me a "DEMO" that you make with a sample code that I sent you and I have the proof and you expect that I give you $10 in advance... "No way Jose". Don't try to cheat me. And to be honest with you I'm not interested in your services and the convocatory is open again.

And to resolving any doubt here I place the emails I sent this person and the answers I received

SOME INSTRUCTIONS BEFORE TO START.

I'm not a programmer but I know that a contact form works with php to send the message, but in my case the contact form must be inserted in a blogger blog. As you maybe know, blogger don't accept php, only html, that means that the contact form must be made in "two parts". One coded in php, the part that assure that the message arrives correctly to their destiny and the other part (the form itself) in html to let that this form can be added to a blogger blog.

As an example, I have a simple code for a contact form.

This is the php part that goes in a paid hosting (I got one).

<?php
$to = "[email protected]";
$subject = stripslashes($_POST['subject']);
$message = stripslashes($_POST["message"]);
$mailsend = mail ($to, $subject, $message);
if ($mailsend) {
echo "The entry has been created properly." ;
} else {
echo "Oops an error has occured. try again...";
}
?>

And this is the html part that goes in the blog or in the web or wherever...

<html>
<head><title>Some Title Here</title></head>
<body>
<link href="http://somehosting.com" rel="stylesheet" type="text/css" /> <script language="JavaScript" type="text/javascript">
<!--
function chkpass(){
largopass = document.myform.texto.value.length;
if(largopass < 5){
alert("The title must have at least 5 characters.");
document.myform.texto.focus();
return(false);
}}
-->
</script>
<br />
Subject <br />
<form onsubmit="return chkpass()" method="post" name="myform" id="myform" action="http://somehosting.com/form/sent.php">
<script>var tit = '';</script> <input type="text" name="subject" class="text2" id="texto" onblur="if(this.value == '') this.value = tit;" onclick="if(this.value == tit) this.value = '';" maxlength="400" autocomplete="off" /> <script>var d = document.getElementById('texto');d.value = tit;function checkfields(){if(d == '' || d == tit) return false; return true;}</script> <br />
<br />
<br />
Write your text here <br />
<textarea name="message" rows="10" cols="74" style=""></textarea> <br />
<input type="submit" class="boton" style="float: left;" value="Submit your Question" onclick="if(d.value == tit) return false;" />
</form>
</body></html>

Please take in count all my requirements.

I need that the contact form allow that the people edit the text (color, size, etc), insert links and even send pictures. The contact form must have captcha and block users that want to send more that one message per day with their ip address.

If you are agree and can do this, just let me know. When you show me the contact form working in a blogger blog I'll pay you your $35 via Paypal. Please allow that the form send their messages to this address: XXXXXXXXXXX With this I can check that the text and everything else arrives correctly.


And here is the answer of this guy Ikseo1604 and my responses:

quote_icon.png
Originally Posted by jpgaga
C'mon, this is the exactly form that I send you. How can I send you $10 if you are not show me nothing different ?. I can do the form that you show me in your blog. In fact I do the code of the form that I send you as an example but my PHP and html knowledge don't let me don something more complex like the form that I want.

quote_icon.png
Originally Posted by ikseo1604
Here is the link to the demo page http://clearplasticshotglasses.blogspot.in/p/contact-us.html it will send email to your account Secondly i will add the feature that you told me only after i receive some payment 10$ in paypal not before that sorry !

quote_icon.png
Originally Posted by jpgaga

Ok, I want to see the demo working in a blogger blog and sending messages to my address XXXXXXXXXX Another thing... I want that the contact form be like the form that is used to create blogger entries, I mean, in this form you can write and format the text and accompanied by images simultaneously.

quote_icon.png
Originally Posted by ikseo1604
Your Code is ready let me know if you want to see the DEMO

I have a screen capture of the form that you send me to prove if is necesary that you try to sell me the same thing that I give you as an example.

Then I ask you... who is lying here ?.

Don't try to be smart with me. Maybe I don't write so good in english but I'm not a fool.

Have a nice day sir.
 
Last edited:
hello mate.
I m PHP web developer with over 2 years of experience.
We can provide you a quality work in competitive price.
please add me on Skype (ashish.kushwaha4)
Thanks
 
What happen with the PHP programmers in this forum ?.

Nobody want to work ?.

I'm willing to pay but only to serious people that really want to work and not to jokers that only want "easy money".

The convocatory still open.
 
@jpgaga DUDE IF YOU THINK ASKING AN ADVANCE MEANS SCAMMING THEN I WONDER IF ANYONE WOULD EVEN TALK TO YOU REGARDING THE PROJECT !
 
@jpgaga DUDE IF YOU THINK ASKING AN ADVANCE MEANS SCAMMING THEN I WONDER IF ANYONE WOULD EVEN TALK TO YOU REGARDING THE PROJECT !

Look I have the proof of all that I say and you don't have nothing. Let's see the people with the time on who's gonna believe.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top