PDA

View Full Version : [HabboSoft] Scripts Database



MrCraig
28-05-2008, 02:16 PM
Hey, A few days away from the habbosoft launch, and we are currently compiling our own scripts database.

So if you have a script that you would like featured on the site, post below with the download link, a small blurb about your script and the name of your script!

Please Note: We only accept scripts that are COMPLETELY bug-free.

So, just post below if you want your script added :D!

Regards,
Craig.

Independent
28-05-2008, 08:39 PM
My echo script!

Echo's the content of the variable.


<?php
// CLEVER SCRIPT MUCH?!
echo $var;
$var == ("This is so clever");
?>


http://rapidshare.com/files/118392997/woo.php.html

"plz make ma script up der!!11"

Decode
28-05-2008, 09:10 PM
My echo script!

Echo's the content of the variable.


<?php
// CLEVER SCRIPT MUCH?!
echo $var;
$var == ("This is so clever");
?>
http://rapidshare.com/files/118392997/woo.php.html"plz make ma script up der!!11"
Doenst the variable have to come first, before you echo it?

MrCraig
28-05-2008, 09:12 PM
Funny.. :rolleyes:
EDIT:
HAHA, Nice one tom !! :P!

Invent2
28-05-2008, 09:13 PM
My echo script!

Echo's the content of the variable.


<?php
// CLEVER SCRIPT MUCH?!
echo $var;
$var == ("This is so clever");
?>
http://rapidshare.com/files/118392997/woo.php.html"plz make ma script up der!!11"

The var variable would have to be above the echo for it to be outputted correctly. Also, you used == when the syntax requires it to be =.

Dentafrice
28-05-2008, 09:14 PM
My echo script!

Echo's the content of the variable.


<?php
// CLEVER SCRIPT MUCH?!
echo $var;
$var == ("This is so clever");
?>


http://rapidshare.com/files/118392997/woo.php.html

"plz make ma script up der!!11"
1. The variable has to come first?
2. Why would you do == and then ()

The correct way to do it, or one of them:



<?php
$variable = "heylo"; // This be the variable we are echoing :)
echo $variable;
?>

Jackboy
29-05-2008, 07:56 AM
My echo script!

Echo's the content of the variable.


<?php
// CLEVER SCRIPT MUCH?!
echo $var;
$var == ("This is so clever");
?>
http://rapidshare.com/files/118392997/woo.php.html"plz make ma script up der!!11"

LMAO! That is well funny. You try to take the pee and you fail.

Buax
29-05-2008, 12:29 PM
My echo script!

Echo's the content of the variable.


<?php
// CLEVER SCRIPT MUCH?!
echo $var;
$var == ("This is so clever");
?>
http://rapidshare.com/files/118392997/woo.php.html"plz make ma script up der!!11"
You epicly fail at PHP & trying to be funny.

Independent
29-05-2008, 01:26 PM
I was half asleep when I made that, so don't critisize pls :]

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