Search results

  1. josilol

    [TUT] How to make r63b Habbo Retro | IIS | BcStorm |

    How do I change the Habnet logo when loading client?
  2. josilol

    What should i make next?

    What kind of project? Are you looking to make a web application or a desktop application?
  3. josilol

    [Tut] How to make an r63B Habbo retro! [Noob-Friendly]

    I am using "Habbo", the one who is default. But I'll probably just make my own housekeeping.
  4. josilol

    [Tut] How to make an r63B Habbo retro! [Noob-Friendly]

    It's just white. Sure.
  5. josilol

    [Tut] How to make an r63B Habbo retro! [Noob-Friendly]

    The CMS is kinda broken, or is it just me? Missing housekeeping etc.
  6. josilol

    [TUT] How to make r63b Habbo Retro

    You need to use a tool that can decompress a .rar file. You should have downloaded WinRAR like suggested in the tutorial and then you simply install it. Once installed you open the file and can simply drag the folder "swfs" to your root of htdocs, which should be located at something like...
  7. josilol

    The client only works in Chrome

    Removing the CSS file <link rel="stylesheet" href="app/tpl/skins/{skin}/client/client.css" type="text/css" /> is how I solved it. It did more damage than good. And it still looks awesome!
  8. josilol

    [PHP] How to use PDO

    Well you've must misinterpreted something because PDO is as safe as MySQLi. If you make the queries secure that is, by either escaping or using prepared statements.
  9. josilol

    [PHP] How to use PDO

    Could you elaborate on this please? I've been using PDO for a while and I guess the only tricky part is when building dynamic SQL queries.
  10. josilol

    The client only works in Chrome

    I've been following this tutorial: http://devbest.com/threads/tut-how-to-make-r63b-habbo-retro-iis-bcstorm.33940/ The client works and loads perfectly in Chrome, but not in Firefox or Internet Explorer. I've tried the solution proposed in...
  11. josilol

    [TUT] How to make r63b Habbo Retro

    The tutorial was great, the instructions were easy to follow. Any recommendations on other CMS you can use with this database and emulator?
  12. josilol

    What are you listening to now?

  13. josilol

    I'm having a black screen when opening client on a local installment

    Yes, you were right. It was the SWF files. Unfortunately you can't have it in sub-directories without having to modify the files. There is no variable containing a absolute path/url that you can set either, so it's seems like the easiest (and probably smartest...) to not muddle with this and...
  14. josilol

    I'm having a black screen when opening client on a local installment

    I've been following the tutorial "How to make r63b Habbo Retro" by KyleVonnie, which can be found here: http://devbest.com/threads/tut-how-to-make-r63b-habbo-retro.27424/ My problem is as stated in the topic, I am having a black screen when loading the client in Chrome, in Firefox it doesn't...
  15. josilol

    [PHP] How to use PDO

    Nice! PDO is great and we use it on work, in school etc. Here's some pointers and things you could add to make the tutorial even better: Step 1: Change the name $config['PDO']['Data']['Source']['Name'] to be $config['PDO']['dsn'] instead. It's shorter and having an array of an array of an...
  16. josilol

    Introduction Hey folks

    My name is Alpha (That's what they call me on the university at least!) I am studying Web programming on Blekinge Institute of Technology in Sweden which in the end is giving me a Degree of Bachelor of Science. Main field of study: Software Engineering. Oh yeah, I am a freshman. I've always...
Top