PDA

View Full Version : Looking for small work (programmer).


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.

Lewis
09-24-2007, 02:22 AM
Hmm, Lewis wants to hire you. I'll PM you.

webbdh2003
09-24-2007, 05:38 AM
Crescio is interested in your help. Would you like me to PM you or you PM me? and Lewis, my last name is Lewis. :D A kid in my class first name is Lewis. So many Lewis's. :D

dc277
09-24-2007, 05:51 AM
Wow, I didn't know people would action want my help... (YES!). Sky, and both of you contacted me.

Is it possible to start with one small project and move to the next?

(Remember...
I don't want to become a staff member (except for sites that I'm already working at).
The two sites are Herupets and Destopets.)



Sky was first.

webbdh2003
09-24-2007, 06:51 AM
So I'm second correct? Want me to pm you now?

emma
09-24-2007, 07:11 AM
Would you be able to code me a little script?

I could probably find it free off google if you cant, but what i need is a script that shows a differnt random bit of text (chosen from a list i have made) when you refresh or go to another page with that script on it. Not sure how else to explain it.

For example:

"This is emma"

-refresh-

"This isnt emma but a different sentence"

XD

dc277
09-24-2007, 03:23 PM
So basically a random sentence script?


Would this include Database? Or not?

(Both are easy)

Database: It would include a Admin Panel Sentence Script. (Where you can add sentences, edit, and delete.

No Database: You would need to manually edit the file.

If this isn't it, then please explain a bit more.l

So I'm second correct? Want me to pm you now?

It's up to you when you PM me.

And your third.

List:
Sky - PMed me
Lewis - Posted
webbdh - Posted
Emma - Posted = Wes Hijacked the request.
Compaqxp - MSNed

WOW, I never thought I would get this many people.

Wes
09-24-2007, 05:19 PM
Emma, check your PM inbox ;)

dc277, do you have other examples?

dc277
09-24-2007, 05:37 PM
Wes, mod or not, please make your own post if you want to do codes, don't take my requests.

webbdh2003
09-24-2007, 05:42 PM
ok, tell me when to pm you. :) you can either message me here or e-mail me, webbdh2003[at]gmail[dot]com replacing whats in the brackets with what the words in it correspond to.

dc277
09-24-2007, 05:52 PM
Feel free to PM me now, so I can get a head start, but once Sky replies back to my e-mail I'll start to work on that project.

Wes
09-24-2007, 10:34 PM
Wes, mod or not, please make your own post if you want to do codes, don't take my requests.
Er, I was just trying to help. You should worry more about the bigger scripts. I don't want to do codes, but I was trying to help Emma out.

dc277
09-25-2007, 05:58 AM
UPDATE:

Sky's Request has been finished.

Registration System.

As being the first request, I also added some security (Like SQL Injections), and I added comments to their news.
---------
Lewis your next. (Webbh, you can PM me now), until I get a request from either of you to, I will work on compaq's request.

dc277
09-30-2007, 08:30 AM
Grr... Cant' edit (Hates the Edit Limit)...

Sorry for taking long on some of your requests, I've recently been grounded, so it might take me a bit.

But don't worry, I"m still working as hard as I can.

webbdh2003
09-30-2007, 10:49 AM
okie, take your time, no need to rush, you're doing us a favor by doing it free. :)