Search results

  1. Brad

    PHP help

    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"); ?>
  2. Brad

    2 Plusemu fixes.

    it is for plus :P Just change the enviroment :)
  3. Brad

    2 Plusemu fixes.

    Fly Command fix! Add this to chatcommandhandler.cs #region Fly (:fly) case "fly": { if (Session.GetHabbo().HasCmd("fly")) { Room currentRoom = Session.GetHabbo().CurrentRoom...
  4. Brad

    Call of Duty Twitch/Youtube...

    I think people will only join if you post the link or youtube/twitch name
  5. Brad

    :update_catalogue stopped working

    Ok, try removing the new tables you placed. then see if thats what caused it
  6. Brad

    :update_catalogue stopped working

    Are you using goldtree Emulator?
  7. Brad

    :update_catalogue stopped working

    Show me the tables you recently added
  8. Brad

    :update_catalogue stopped working

    Sounds like theres a error, Restart your emu & the error shall show, then reply on here with the error
  9. Brad

    [PHP] how can i make this pick a random line in the DB?

    Nope, I'll try working around it soon thanks though dude <3_<3
  10. Brad

    [PHP] how can i make this pick a random line in the DB?

    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 =...
  11. Brad

    [PHP] how can i make this pick a random line in the DB?

    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 :)
  12. Brad

    [PHP] how can i make this pick a random line in the DB?

    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 . "')...
  13. Brad

    PlusR2 Adding furniture

    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?
  14. Brad

    PlusR2 Adding furniture

    This ain't a Client Error, its a swf or Furnidata.xml error, which i dont know what to do
  15. Brad

    PlusR2 Adding furniture

    i said adding not fixing..
  16. Brad

    PlusR2 Adding furniture

    I have there in the correct build folder
  17. Brad

    PlusR2 Adding furniture

    Anyone know why when I add furni it there just boxes? thanks in advance
  18. Brad

    Custom-Habbo Edit

    This is just a edit of the one Verse released or something wasn't it? nothing special here but thanks i guess for those that need it.
  19. Brad

    Navicat

    No, most "beginner retro makers" use Xampp which includes PHPmyadmin, Then when they move on to IIS thats when they goto Navivat..
  20. Brad

    [RevCMS] News.php

    its below that
Top