Search results

  1. thewicard

    Swift Emu, disconnect!

    When the emulator is finished loading, the user gets thisconnected, and this message appears in the emulator-terminal: » [Sindre] logged in [0][0][0]¨[0]²[0][0]♀·[0][6]Sindre[0]Msh-290-110.cc-3007-64-64.ch-215-62.wa-2001 -67.hd-3092-3.lg-285-91.hr-155-1356[0][1]M[0]§Velkommen til Habold![0]...
  2. thewicard

    BCStorm client errors - HELP!

    I am getting loads of errors when using BcStorm, btrstrm> System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffe r& number, NumberFormatInfo info, Boolean parseDecimal) at...
  3. thewicard

    BcStorm, dbchecker

    Just a small php for flaws in your database, More will be added if asked for. Save it as whatever.php, configure it, and enter it through through a browser. <?php //Configuration mysql_connect("localhost","root","password"); //Mysql details mysql_select_db('dbname'); //Database $password =...
  4. thewicard

    Horse improvements - BcStorm

    When double clicking on any horse improvement, it doesn't pop up any form of "apply" above the horses in the room, any way to enable this?
  5. thewicard

    Change in-client group path?

    I have coded group forums but I can't figure out how to edit the in-client path to the group pages. etc, now the path is: http://url.com/groups/%groupid%/id And I need it to be: http://url.com/groups?id=%groupid% In the external_flash_texts I corrected the "group.homepage.url" path, but no...
  6. thewicard

    [TUT] Limit site access to domain! (Hotel Security Guide 2)

    Want to minimize your risk when running a hotel? Well I'm going to show you how to host a website without your serverprovider seeing it when accessing ip in url bar. What do you need? Any site that uses either XAMPP or IIS. (1) XAMPP (Tested with 1.7.3) Step 1: 1) Open up the file...
  7. thewicard

    [TUT] Create your own TCP Proxy!

    Want to minimize your risk when running a hotel? Well I'm going to show how you can run a server ON-Shore without ever have to worry about Sulake taking it down. What are you going to need? A second windows server including the server you have. About any cheap OFF-Shore server will do. Step...
  8. thewicard

    BcStorm - Trade

    None of the users in my hotel is able to trade eachother, any idea how to fix this?
  9. thewicard

    BcStorm - Move furniture into eachother

    It's possible to move all furniture into eachother in BcStorm? How do I fix this? As I can see it works like it should in Leensters hotel.
  10. thewicard

    [RevCMS] LIMITED furniture sales in CMS [Phoenix]

    So, I used a few hours figuring this out xP Hope you enjoy. Sorry about insanely long code. Price is now configured in DB. What does this code do? It allows you to sell furniture in limited quantities. Is it secure? It has double money-in-pocket check (1 in whatever page it's placed in AND 1...
  11. thewicard

    HABBO Copyright, in exactly what jurisdictions?

    HABBO is a registered trademark of Sulake Corporation Oy in the European Union, the USA, Japan, the People's Republic of China and various other jurisdictions. All rights reserved. © 2008 - 2010 Sulake Corporation Oy. So, anyone have the complete list over what jurisdictions?
  12. thewicard

    BcStorm bed fix?

    Any fix so you can't lay down on every 'route' of a bed?
  13. thewicard

    HabboPHP - user_info FIX

    Add code just below "require 'init.php';" in me.php $my_id = $user->id; $regdate = $user->account_created; $regstamp = strtotime($regdate); $userinfo = mysql_query("SELECT user_id FROM user_info WHERE user_id = '".$my_id."'") or die(mysql_error()); $userinfo_num = mysql_num_rows($userinfo)...
  14. thewicard

    MySQL Error - BcStorm - Items won't save

    Hey, I'm having this issue that saved furni disappear (not pets) The error occurred after I tried to move the server over to a VPS. (Using other emulator edits doesn't help) I would guess it's something wrong in the database, any idea how to fix this? From Logs>MySQLerrors.txt Error in...
  15. thewicard

    BCStorm clothes change d/c

    Hey, I just have downloaded BC-storm, but when I try to change clothes the right window pop-ups, but I get d/c 1/4 a second later, anyone know a soulution to this?
  16. thewicard

    [PHP] Auto logout when ip-banned, what's wrong wit hthe code?

    Hey, I try to make a code that makes people automaticly logout if ip-banned, (made for Phoenix, RevCMS) It won't work and I don't see what's wrong with it? <?php $my_id = $_SESSION['user']['id']; $is_reg_banned = mysql_query("SELECT ip_last FROM users WHERE id = '".$my_id."'") or...
  17. thewicard

    MySQL - Too many connections

    I am getting the Too many connections error in mysql when having above 30-40 online in my hotel, tried to edit max_connections in my.ini to 5000 but that resulted in that mysql refused to start, (it starts fine now) How do I increase the number of max_connections or how do I disable the limit...
  18. thewicard

    Catalogue issue (Phoenix)

    Newest phoenix - not cracked, just to mention.
Top