PDA

View Full Version : [$$]PHP Programmer[$$] For Hire


Kilza
12-08-2007, 12:42 PM
Hi I have about 2 years experience progamming in HTML, CSS, PHP/MySQL and I am looking to program a Virtual Pet Site. I am fairly cheap, fast, and efficient.

I currently own Sorpets (http://www.sorpets.com) and I have included a couple screenshots of Sorpets which is 100% coded by me. If you hire me you will get completly custom coding which will not be used anywhere else.

Sample Prices

Create Pet
- Select Pet with a limit amount of pets on each page
- Select Pet Colour
- Fill out pet information(name, gender, description...etc)
- Check errors and insert information into database
- Add Pet
- Edit Pet
Price: $24.99 CAD
Forums
- View Categories
- View all Topics
- View Topic an Replies
- Add Topic
- Add Reply
- Sticky Topic
- Lock Topic
- Delete Topic
- Add Category
- Edit Category
Price: $34.99 CAD

Examples/Screenshots

http://i16.tinypic.com/6yx99vq.jpg

http://i10.tinypic.com/6ku95yt.jpg

http://i10.tinypic.com/8eucx0h.jpg

*If you want me to design the HTML/CSS tables/looks that will cost extra*

Sample Coding(From Inventory Script)


$select_item = mysql_query("SELECT * FROM users_items WHERE id='$get_id'") or die(mysql_error());
$item = mysql_fetch_array($select_item);

$item_main_id = $item['id'];
$item_id = $item['item_id'];
$item_user_id = $item['user_id'];

$select_item_info = mysql_query("SELECT * FROM items_list WHERE id='$item_id'") or die(mysql_error());
$item_info = mysql_fetch_array($select_item_info);

$item_name = $item_info['name'];
$item_type = $item_info['type'];
$item_desc = $item_info['description'];

if($item_type == 'food'){
$use_words = "Feed to Pet";
}elseif($item_type == 'battle'){
$use_words = "Equip to Pet";
}elseif($item_type == 'book'){
$use_words = "Read to Pet";
}elseif($item_type == 'toy'){
$use_words = "Play with Pet";
}elseif($item_type == 'hygiene'){
$use_words = "Clean Pet";
}

if($get_id == $item_main_id){

if($item_user_id != $user_id){

echo "<center><b>That is not your item to view!</b></center>";

}else{

if($_GET['item'] == 'donate'){

mysql_query("DELETE FROM users_items WHERE item_id='$item_id'") or die(mysql_error());
mysql_query("INSERT INTO donations(user_id, item_id)
VALUES('$user_id', '$item_id')") or die(mysql_error());

echo "<center>
<img src=$site_url/images/items/item{$item_id}.jpg><br>
The item $item_name has been donated to the donation pit!<br>
<a href=$site_url/donation/>Donation Pit</a> | <a href=$site_url/inventory/>Back to Inventory</a></center>";


I accept payments Via Paypal and the currency I use is CAD(Canadian Dollars). I also use PPCalc (http://www.ppcalc.com) to convert the paypal sending fee's.

Note: I will only take one job at a time. Please PM me with your job request and include a email/MSN account. Thanks.

Ajax_Freak
12-10-2007, 04:32 AM
Good luck finding work

Kilza
12-15-2007, 07:58 PM
Thanks. Im still looking for work if anyone is interested.