dc277
09-23-2007, 08:54 PM
CLOSED
(Keep it open tough)
Problem:
I've been getting really bored lately, so I've decided to make this post.
Info:
I'm one of those not noticed people, so I bet like 2% of people know that I can program PHP.
I'm a PHP programmer, and I'm looking for some small jobs.
Requirements:
I don't want to become a staff member (except for sites that I'm already working at).
Small jobs are anything from Using phpinfo(); to a PM system.
If you don't know if something is small (to me), then feel free to post or PM me.
Examples:
Your probably wondering if I have any Examples... I don't know if my examples are good enough, but I have a few.
Part of a PM script: URL (http://desto.100webspace.net/mail.php)
print '</td>
<td><a href="mail.php?act=delete&id=' . $row['id'] . '">Delete</a></td>
</tr>';
}
print '</table>';
} else {
if ($a == 'send') {
if ($_POST['submit']) {
$to = mysql_real_escape_string($_POST['to']);
$text = mysql_real_escape_string($_POST['text']);
$subject = mysql_real_escape_string($_POST['subject']);
$query = "INSERT INTO `demail` (too, fromm, text, subject, date) VALUES ('$to', '$user', '$text', '$subject', NOW())";
if (@mysql_query($query)) {
print 'The Message was sent!';
} else {
print 'Could not send message' . mysql_error() . '';
}
}// Submit End SEND
print '<form action="mail.php?act=send" method="post">
<b>To:</b> <input type="text" name="to" value="' . $_GET['to'] . '"><br />
<b>Subject:</b> <input type="text" name="subject" value="' . $_GET['subject'] . '"><br />
<b>Body:</b> <textarea name="text"></textarea><br />
<input type="submit" name="submit" value="Send Message!"></form>';
} // Send end
if ($a == 'view') {
if ($id) {
$update = "UPDATE demail SET status='Read' WHERE id='$id'";
News Script: URL (http://desto.100webspace.net/news.php)
<img src="' . $avatar . '" height="75" width="75"><br />
<center>By:</center><center> <a href="/userlookup.php?user=' . $row['creator'] . '">' . $row['creator'] . '</a></font></center></b><br /><center>' . $rank3 . '</font><br><br>
<a href="news.php?id=' . $row['id'] . '">Comment</a><br>#';
$neid = $row['id'];
$count = mysql_query("SELECT * FROM newscmt WHERE nid='$neid'");
$ct = mysql_num_rows($count);
print '' . $ct . '';
print '</td>
<td height=20 width=302>
<p align=center><font size=2 color=black><center>' . $row['text'] . '</center></font></td>
</tr>
<tr>
<td height=8 width=367 colspan=2 bordercolordark=#000000>
<p align=center><font size=2 color=black><b>News Posted:</b> ' . $row['date_entered'] . '';
I don't know if these examples are good enough (they are random codes from random scripts).
Pricing:
For those who already know me (as a programmer), know that I work for FREE!
So You won't have to pay.
Other Info:
I've been programming for 5-6 Months (not much, but I'm usually a fast learner). I work(ed) at DestoPets (http://desto.100webspace.net) and KinoIsle (http://kinoisle.neo-host.org) as programmers.
If you need somebody to say something about me, talk to the DestoPets Owner "Shaun".
LIST:
Sky - PMed me - Fixed Registration.
Lewis - Posted
webbdh - Posted
Emma - Posted = Wes did the request.
Compaqxp - MSNed
Blue = Done
Underline = Haven't recieved instructions.
(Keep it open tough)
Problem:
I've been getting really bored lately, so I've decided to make this post.
Info:
I'm one of those not noticed people, so I bet like 2% of people know that I can program PHP.
I'm a PHP programmer, and I'm looking for some small jobs.
Requirements:
I don't want to become a staff member (except for sites that I'm already working at).
Small jobs are anything from Using phpinfo(); to a PM system.
If you don't know if something is small (to me), then feel free to post or PM me.
Examples:
Your probably wondering if I have any Examples... I don't know if my examples are good enough, but I have a few.
Part of a PM script: URL (http://desto.100webspace.net/mail.php)
print '</td>
<td><a href="mail.php?act=delete&id=' . $row['id'] . '">Delete</a></td>
</tr>';
}
print '</table>';
} else {
if ($a == 'send') {
if ($_POST['submit']) {
$to = mysql_real_escape_string($_POST['to']);
$text = mysql_real_escape_string($_POST['text']);
$subject = mysql_real_escape_string($_POST['subject']);
$query = "INSERT INTO `demail` (too, fromm, text, subject, date) VALUES ('$to', '$user', '$text', '$subject', NOW())";
if (@mysql_query($query)) {
print 'The Message was sent!';
} else {
print 'Could not send message' . mysql_error() . '';
}
}// Submit End SEND
print '<form action="mail.php?act=send" method="post">
<b>To:</b> <input type="text" name="to" value="' . $_GET['to'] . '"><br />
<b>Subject:</b> <input type="text" name="subject" value="' . $_GET['subject'] . '"><br />
<b>Body:</b> <textarea name="text"></textarea><br />
<input type="submit" name="submit" value="Send Message!"></form>';
} // Send end
if ($a == 'view') {
if ($id) {
$update = "UPDATE demail SET status='Read' WHERE id='$id'";
News Script: URL (http://desto.100webspace.net/news.php)
<img src="' . $avatar . '" height="75" width="75"><br />
<center>By:</center><center> <a href="/userlookup.php?user=' . $row['creator'] . '">' . $row['creator'] . '</a></font></center></b><br /><center>' . $rank3 . '</font><br><br>
<a href="news.php?id=' . $row['id'] . '">Comment</a><br>#';
$neid = $row['id'];
$count = mysql_query("SELECT * FROM newscmt WHERE nid='$neid'");
$ct = mysql_num_rows($count);
print '' . $ct . '';
print '</td>
<td height=20 width=302>
<p align=center><font size=2 color=black><center>' . $row['text'] . '</center></font></td>
</tr>
<tr>
<td height=8 width=367 colspan=2 bordercolordark=#000000>
<p align=center><font size=2 color=black><b>News Posted:</b> ' . $row['date_entered'] . '';
I don't know if these examples are good enough (they are random codes from random scripts).
Pricing:
For those who already know me (as a programmer), know that I work for FREE!
So You won't have to pay.
Other Info:
I've been programming for 5-6 Months (not much, but I'm usually a fast learner). I work(ed) at DestoPets (http://desto.100webspace.net) and KinoIsle (http://kinoisle.neo-host.org) as programmers.
If you need somebody to say something about me, talk to the DestoPets Owner "Shaun".
LIST:
Sky - PMed me - Fixed Registration.
Lewis - Posted
webbdh - Posted
Emma - Posted = Wes did the request.
Compaqxp - MSNed
Blue = Done
Underline = Haven't recieved instructions.