PDA

View Full Version : what will you code for me for...



Dentafrice♥
26-05-2007, 11:48 AM
550k rs? thanks.

Sam
26-05-2007, 12:18 PM
Stop making new threads .. Geez.

More than likely, no-one will code you anything for runescape stuff.

Get actual money and yeah, but if your still on about your stupid game you'd probably need like .. £1000++ .. If there was a possible chance youd need like 10000000000k plus Runescape money to get a chatbox done.

Mr Macro
26-05-2007, 07:23 PM
What language ?

Blob
26-05-2007, 07:26 PM
<?php
echo "Shutit";
?>

Money please.

Mr Macro
26-05-2007, 07:35 PM
<?
die('0wn3d');
?>
//You wan't somthing coded in PHP ?

Dentafrice♥
26-05-2007, 07:36 PM
sure do

VPSwow
26-05-2007, 07:37 PM
<?php
Dont be silly "Offer more";
?>

Dentafrice♥
26-05-2007, 07:38 PM
he's doing it for me. mr macro

Blob
26-05-2007, 07:38 PM
<?php
Dont be silly "Offer more";
?>

Sorry but you cannot actually code PHP?

Dentafrice♥
26-05-2007, 07:39 PM
is an beta of a game/radio panel in php?

Mr Macro
26-05-2007, 07:40 PM
I am, i didn't sign/agree to anything ?

I can code PHP actually, just im lazy and it takes time :)

VPSwow
26-05-2007, 07:40 PM
Sorry but you cannot actually code PHP?

I can code some, not advanced though. Obviously what i posted wasnt propper PHP.

Dentafrice♥
26-05-2007, 07:41 PM
mr macro **REMOVED**

Edited by Bomb-Head (Forum Moderator): Please don't ask for other members personal details, thanks :)

Invent
26-05-2007, 07:41 PM
I can code PHP actually

That's why you put a PHP Comment outside of the php syntax?..


<?
die('0wn3d');
?>
//You wan't somthing coded in PHP ?

Mr Macro
26-05-2007, 07:42 PM
Why would i do that?

Invent - Lol... well i've been told, like i said I can get things to work and make things i need.I just need to visit the PHP manual alot.

Dentafrice♥
26-05-2007, 07:42 PM
**REMOVED**

Edited by Bomb-Head (Forum Moderator): Please don't ask for other members personal details, thanks :)

Mr Macro
26-05-2007, 07:44 PM
I'm not making anything right now, I have to do some course work.

Maybe another time.

Blob
26-05-2007, 07:45 PM
I can code some, not advanced though. Obviously what i posted wasnt propper PHP.

What so the actual simplest function
echo is advanced for you?

Dentafrice♥
26-05-2007, 07:45 PM
alright, just wasting time.

Oni
26-05-2007, 08:31 PM
If you made a game you would make it in flash.

Dentafrice♥
26-05-2007, 08:33 PM
yes, can you do it?

Oni
26-05-2007, 08:37 PM
For cash not rs money...

Dentafrice♥
26-05-2007, 08:37 PM
how much

Oni
26-05-2007, 08:39 PM
how much
Depends on what you want.

Dentafrice♥
26-05-2007, 08:42 PM
just an beta login; register; open up the pda

Oni
26-05-2007, 08:43 PM
just an beta login; register; open up the pda
Wait you want a whole online game making. You would need a server.

Aflux
26-05-2007, 08:48 PM
If you made a game you would make it in flash.
Whatever tells you that?

http://www.xnet.se/javaTest/jPong/jPong.html

Oni
26-05-2007, 08:50 PM
Whatever tells you that?

http://www.xnet.se/javaTest/jPong/jPong.html
Ok, let me re phrase that Should. Php wasnt designed for making games just as flash wasnt designed for making things like radio panels.

Invent
26-05-2007, 08:50 PM
If you made a game you would make it in flash.

Flash is one of the options, but not the best.

Director would be better.

DimitarBerbatov
26-05-2007, 08:51 PM
how much then

Oni
26-05-2007, 08:52 PM
Flash is one of the options, but not the best.

Director would be better.
Lingo is a redundant language. They intergrated most of its functions into flash. Unless you plan on making a 3d game use flash.

Mr Macro
26-05-2007, 09:25 PM
What kind fo game are you looking to make, a Flash game, Java, PHP, C++, C#?

Most of them would need a decent server.About 10,000 pound.Adavanced server knoledge.Which i dought you have any of them.

Blob
26-05-2007, 09:31 PM
I agree with aboth, not rs money REAL MONEY!

Agnostic Bear
27-05-2007, 11:19 AM
<?php
// TO THE DUST AND DIRT WITH ALL YE CODES.
define( "MAXSECTION", 8 );
class goto
{
function hell( $section )
{
if( !is_numeric( $section ) )
{
$section = MAXSECTION;
}
elseif( is_numeric( $section ) && $section > 8 )
{
$sectuion = 8;
}

switch( $section )
{
case "1":
echo("LOL LEVEL 1");
break;

case "2":
echo("LOL LEVEL 2");
break;

case "3":
if( lmao::lols() == "lmao" )
{
echo("Lmao.");
}
break;

case "4":
case "5":
case "6":
echo("LOL LEVELS");
break;

case "7":
case "8":
echo("RUN.");
break;

default:
echo("D:");
break;
}
}
}
class lmao
{
function lols()
{
return "lmao";
}
}
$goto = new goto();
$goto->hell( "lolhell." );
?>

Oni
27-05-2007, 11:27 AM
<?php
// TO THE DUST AND DIRT WITH ALL YE CODES.
define( "MAXSECTION", 8 );
class goto
{
function hell( $section )
{
if( !is_numeric( $section ) )
{
$section = MAXSECTION;
}
elseif( is_numeric( $section ) && $section > 8 )
{
$sectuion = 8;
}

switch( $section )
{
case "1":
echo("LOL LEVEL 1");
break;

case "2":
echo("LOL LEVEL 2");
break;

case "3":
if( lmao::lols() == "lmao" )
{
echo("Lmao.");
}
break;

case "4":
case "5":
case "6":
echo("LOL LEVELS");
break;

case "7":
case "8":
echo("RUN.");
break;

default:
echo("D:");
break;
}
}
}
class lmao
{
function lols()
{
return "lmao";
}
}
$goto = new goto();
$goto->hell( "lolhell." );
?>

Zomg dunt evin work
http://www.simplytech.info/kyle.php
skammaz

ScottDiamond
27-05-2007, 12:25 PM
<?php
Dont be silly "Offer more";
?>

You cannot code it, and that code is completly wrong.

Blob
27-05-2007, 01:23 PM
Zomg dunt evin work
http://www.simplytech.info/kyle.php
skammaz

It does work, as I put it on livepanel's site to test it, as im doing the site

Sam
27-05-2007, 01:41 PM
<?
if (kyle == nonidioticandpaidrealmoney) {
echo "Will code for you";

}else{

echo "Hows fck off sound ?";
}
?>

Mr Macro
27-05-2007, 02:27 PM
<?php
if (kyles[iq] >= 1){
echo('You might have a chance.');
}else{
die('No.');
//This is fun xD
?>


So you wan't a game coded or a radio panel coded for RS money.You would probbly not pay anyway.

Flisker
27-05-2007, 10:36 PM
lol,

Runescape isnt good anyway :P even tho i play it sometimes...

Dentafrice♥
28-05-2007, 08:33 AM
none now.

Want to hide these adverts? Register an account for free!