PDA

View Full Version : Looking for work...


Andrew
09-21-2007, 06:38 PM
Hello guys,

In order for me to be able to do somethings I would like to do, like buy me a new iPod since the mower got a hold of my last one I don't want to talk about that... Anyways, I'm hard working and I can usually get the job done quick. I don't require payment upfront. My codes are secure... if someone finds an error I'll fix it free... (Once I ask around or search around on bugs or errors I don't know about.) Once you pay me the coding is yours forever. The coding is original, one of a kind. So heres my information...

Name: Andrew F.
Age: 14 3/4(closer to 15 now..)
State/Country: Missouri/United States of America
Timezone: CST
Email Address: andrew.king601[@]gmail.com
Alternate Email Address: andrew@kwix-host.com
Instant messengers; AIM: Spark6Andrew, MSN: andrew@spark6.net, andrew@sutopets.com
YIM and ICQ is available on request.

Previous work experience:

Site Name: SutoPets
Site URL: http://sutopets.com
Time working there: Approximately 9 months
Job Name: Co-Administrator/Part Time Programmer
Description of Job: At SutoPets I was a co-administrator(basically co-owner) and a programmer part time. I basically over saw the site and made sure that it ran smoothly. Lewis(the owner) was absent for one month and I was in charge, a bad choice on my behalf turned out to be bad for the site and I regret that I made it. Tensions grew between me and Lewis, which settled down. Later due to some issues at home I was forced to resign in April of 2007.

Site Name: Lodithia
Site URL: http://lodithia.com
Time working there: Approximately 6 months
Job Name: Co-Administrator/Programmer
Description of Job: At Lodithia, I'm a co-administrator I over see staff activity's and I do some coding. I currently still work at Lodithia.


My prices are negotiable depending on what you would want.

Thanks for reading,
Andrew

Alan
09-21-2007, 07:04 PM
Wonder how long this will last.

Andrew
09-21-2007, 07:32 PM
Alan, What do you mean? I'm merely there to finish the coding they ask me and pay me to do. It will last until I reach the amount I need.

Andrew

cpvr
09-22-2007, 08:03 PM
Good luck with finding a job, Andrew! :)

Andrew
09-22-2007, 08:04 PM
Thank you cpvr. I'm hoping someone can hire me soon. I have a few things i must get.

GodsGal
09-24-2007, 10:30 PM
Hey, I see you work for some other petsites, you must be pretty good. What are your prices and what exactly can you do? I'm looking for a coder but I'm on a low budget.

jlp09550
09-24-2007, 10:33 PM
Pure coding examples, please?

Andrew
09-25-2007, 10:09 PM
GodsGal, a mail is the most advanced thing I've ever tried... My prices are cheap. I will work around your budget. I am new to the whole getting paid for online work.... at least for clients I don't know personally...

Part of register.php

//Sees if username is took xD
$chec = mysql_query("SELECT * FROM `users` WHERE `username`='$username'");
$check = mysql_fetch_array($chec);
//Tells you if it has
if ($check[username] == $username) {
echo "That username has already been taken.";
} else {
//Inserts into the mysql :)
mysql_query("INSERT INTO `users` (username, password, realname, email, date) VALUES ('$username', '$password', '$realname', '$email', '$the_date')") OR DIE(mysql_error());
//tells you registered xD
echo "You have successfully registered at $sitename!";

Part of give points;


if (empty($usern) || empty($amount) ) {
echo "<font color=red><b>Sorry! You need to fill out the forms.</b></font>";
} else {
if (!is_numeric($amount)) {
echo "<font color=red><b>Sorry, you need to enter a number to give to the user.</b></font>";
}


Part of reply to mail


if ($_GET['action'] == "reply" && $_GET['item'] == "mail") {
$repying = mysql_query("SELECT * FROM `mail` WHERE `id`='$_GET[id]'");
$reply = mysql_fetch_array($replying);
echo "<form action='mail.php?do=send&sender=$userv[id]' method='post'><table cellpadding='0' cellspacing='0' width='500' border='1'>
<tr>
<td>To:</td> <td><input type='text' name='to' value='$reply[from]'></td>
</tr>
<tr>
<td>Title:</td> <td><input type='text' name='title' value='Re: $reply[title]'></td>
</tr>
<tr>
<td>Content:</td> <td><textarea rows='15' cols='20' name='message'>$reply[message]</textarea></td>
</tr>
<tr>
<td colspan='2'> <center><input type='submit' value='Send'></td>
</tr>
</table></form>";
}



Thats some parts of some coding. I uploaded a out dated version of KikiPaws coding online the other day
(www.KikiPaws.info)
Feel free to check it out. But its not nearly as good as the one I haven't uploaded yet. I will encrypt the passwords into the database if i code the basic stuff like login logout, register etc... But really prices are changeable :) Let me know what you'd be wiling to spend and I'll tell you what i can and can't do.

Viral
09-26-2007, 12:00 AM
Code my website, Andrew. :(

GodsGal
11-07-2007, 04:57 PM
Are you willing to be a regular programmer on my site once I get the resources for regular payment?

Andrew
11-07-2007, 05:14 PM
Sure.... thing.... XD

GodsGal
11-07-2007, 05:22 PM
It's just an idea though...I don't know if I could do regular pay. (at least not for a while)

Fly
11-08-2007, 06:00 PM
Good luck finding work.

Brae
12-18-2007, 04:14 AM
Andrew you can't program bro, you have no idea of half of the stuff you talk about lol...

Not trying to be mean but stick to art you'd go further.

emma
12-18-2007, 05:04 AM
Actually andrew can code. XD

You cant really talk Brae considering you told me you could code and scammed me out of my money when you really couldnt code. ;) Not trying to be mean but stick to art you'd go further.

The art board has a rule about not criticising peoples work, im sure it applies here too k.

Andrew
12-18-2007, 06:02 PM
Aw. thanks emma!

Yeah, i think the criticizing should apply here too.

Kilza
12-18-2007, 06:21 PM
How much scripting did you actually do for those sites? Lodithia got hacked and you said you programmed for them and that makes me think your programming isn't secure.

Andrew
12-18-2007, 06:41 PM
I didnt do much for lodithia that they currently use. I only coded there current mail system... I think...

Anyways, it will be secure when i code for people. As some nice people *coughdccough* pointed out an error i have been making... Whoops xD

Kilza
12-18-2007, 07:03 PM
I didnt do much for lodithia that they currently use. I only coded there current mail system... I think...

Anyways, it will be secure when i code for people. As some nice people *coughdccough* pointed out an error i have been making... Whoops xD

So in 6 months you only did a mail system?

Andrew
12-18-2007, 08:13 PM
Noo.. I said that they only use then... they had other versions that i worked on... but the main one was took down...

dc277
12-18-2007, 09:11 PM
Lodithia got hacked and you said you programmed for them and that makes me think your programming isn't secure.

It's possible it may not have even been the coding. When we had the cookie grabber, we changed the FTP password. Well the PhpMyAdmin password wasn't changed. So he may have gotten in that way.

And glad to help Andrew. :p

Andrew
12-18-2007, 09:34 PM
Yeah, thanks for the help again... xD