PDA

View Full Version : Doing PHP Commissions


EatRamen
10-02-2007, 03:57 PM
Well, I'm trying to raise some more money for certain things, and I thought since I'm waiting for some other things to be done on my site, I could do some PHP commissions. :D

- Prices will vary, depending on the project.
- I won't have anything to do with your Cpanel. I'm only going to write the script, and send it to you. Reason being I don't want to be liable is your site goes down/doesn't work/has glitches after I install the scripts. :/
- If you have no clue how to create the tables for it in the database: I'll walk you through it the best I can, or if I'm not too busy; give you a query to run off that would create all the tables.
- Payments will be accepted through Paypal.
- Scripts will be secured by use of: htmlspecialchars(strip_tags(mysql_real_escape_stri ng())) on all of the $_POST, $_GET, $_REQUEST, $_COOKIE, $_SESSION and anything else the user comes in contact with.
- Scripts will be basic. No advanced features. (Unless agreed/purchased).
- I don't want to start anything big (Battle, forums, clubs, use items, etc.) but if the price is right, we may be able to work something out.
- Scripts will be made BEFORE payments, then you send the price that we agreed on to my Paypal account, THEN I will send you the scripts that we agreed on. Reason: I want to make sure that I have the scripts made, before you send me the payment. This way if something was to happen, and for some reason I am unable to complete your request, it won't cost you or me anything to send/resend/return any payments that have been made.
- I will test the scripts myself before I send them to you, to make sure it works. But if you get any bugs, I'll check it again to make sure that the bug is not coming from my scripts. If the bug is coming from my scripts, I'll fix it for free, but if the bug is from your site then I'll try to help the best I can to help you sort it out.


<?php
require_once("header.php");

checklogin();
checkuser();

$page = htmlspecialchars(strip_tags(mysql_real_escape_stri ng($_GET['page'])));
if ($page == "") {
$petsquery = mysql_query("SELECT * FROM upets WHERE owner ='$user[username]'");
$petnum = mysql_num_rows($petsquery);
if ($petnum < 1) {
?>
<b>You don't have any pets!</b><br>
Click on 'adopt' on the side bar to get one!
<?php
} else {
?>
<table>
<?php
while ($pets = mysql_fetch_array($query)) {
?>
<td><img src="<php echo ("$pets[img]"); ?>"><br><?php echo ("$pets[name]"); ?></td>
<?php
}
?>
</table>
<?php
}
}

require_once("footer.php");
?>

xD I dunno, little something I just coded on the spot. What it does is list all the pets that the user has. Its not much, but it shows how I code and stuffs.

PM if you have any questions or want to hire me. I will review the messages I receive, and get back to you if I decide to work for you. Remember, I don't have enough time to help everyone, but I'll let you know if I can/can't. Since this is on the side, I can afford to be picky. ;D
Thanks in advance guys.

Current Slots:
1. Taken
2. Taken
3. Open

Viral
10-02-2007, 04:15 PM
Hey Suteneko,

Would you be interested in doing some projects for Lodithia?
Ideas:
- trivia
- simple php games (sort of like dice-a-roo on neopets?)
- "quests" pages
- random events
- trades * (this would be very much appreciated)
- referral script

EatRamen
10-02-2007, 04:49 PM
I JUST sent'cha a PM ;D

(Sorry, it took so long, I had so figure out what dice-a-roo was xD)

Chevy
10-02-2007, 05:15 PM
I don't know how you can stand to code like that Suteneko haha.

To many stop and go's for me (the <?php)

EatRamen
10-02-2007, 05:50 PM
xD Yeah. Sometimes it gets confusing. D:

But to me it looks cleaner than having some areas with single quotes and some areas with double in the documents source. :D

EatRamen
10-03-2007, 07:39 PM
Okay, one more slot open. My prices are usually really cheap...

GodsGal
10-03-2007, 07:42 PM
PMing you

EatRamen
10-05-2007, 08:49 PM
Okay. Anyone else?