this doesn't seem to echo the included file any help? heres the code
<?PHP
if($rank<5){
echo "<!-- LOL -->";
}
else
include("/furni/assets/showtools.php");
?>
Fly Command fix!
Add this to chatcommandhandler.cs
#region Fly (:fly)
case "fly":
{
if (Session.GetHabbo().HasCmd("fly"))
{
Room currentRoom = Session.GetHabbo().CurrentRoom...
Heres a preview
http://prntscr.com/3amzye
And here is the full code
<?php
$n1 = dbquery("SELECT * FROM lottery_tickets WHERE username = '" . TICKET . "'"); ?>
<?php
$getSettings = dbquery("SELECT * FROM users WHERE username = '" . USER_NAME . "'");
$userAccount =...
I'll explain a user buys a lottery ticket, then it stores their usersname and ticket number in the database, I want that to pick a random winner :P thanks ill take a look :)
Ok so I've created a automatic feature like lottery were it should pick a random ticket number or username but seems not to show anything
<?php
$n1 = dbquery("SELECT * FROM lottery_tickets WHERE username = '" . TICKET . "'"); ?>
<?php
if(isset($_POST['pick']))
{
$N1 = rand('" . TICKET . "')...
Make sure you are using the updated SWF, and not for pre-update.a
As by "Make sure you are using the updated SWF, and not for pre-update." what do you mean?