Search results

  1. Core

    Arrow.swf or ATM

    Are they all not custom made I didn't realize Habbo had an atm machine? Additionally, I'm pretty sure the creator "stole" the majority of the other files from Habbo or other rp's so it's fine :p
  2. Core

    Urgent Help

    Go to your CMS configuration and change it.
  3. Core

    Need help setting up a retro

    Off topic: DDoS me please you can get my ip by opening cmd hack tools and type ipconfig and it's the default gateway. I hack too so I have multiple ips so my current one will be there. On topic before wess has a fit: You can find guides on the tutorial section of the forum...
  4. Core

    Arrow.swf or ATM

    Just go on an RP which has them already and download it from them -> That's what most people have done already.
  5. Core

    R63B client crash on landing

    You do know chrome has a network tab? I find it funny how you downloaded wireshark to see http traffic :|. Edit: Before Wess has a bitch fit; this is regarding helpful advice - telling him about networking tools on chrome to help him debug in the future and not have to download wireshark.
  6. Core

    Recruiting Development team nbeeded

    Yeah, I respect that and I totally understand anyone who doesn't want to get involved - I do not intend to make any money from this project. It is just for something to do in my spare time and all the profits will likely go to the other developers, the server fee's (limited as likely host on my...
  7. Core

    Locating database tables?

    If you run this query it will get them for you -- REMOVED BY MODERATOR -- P.s. Make sure you back the table up before running it.
  8. Core

    Altering the Chat Codes

    public void RoleplayChat(string Message, ChatBubble BubbleId) { this.Room.SendPacket(new UserNameChangeComposer(this.Room.Id, this.UserData.Id, "*" + this.UserData.Username)); this.Room.SendPacket(new ChatComposer(this.UserData.Id, Message + "*", 0, BubbleId))...
  9. Core

    Recruiting Development team nbeeded

    It is much easier to modify and create user interfaces using HTML rather than having to decompile and recompile the SWF every time you want to make an update. Most compilers will only compile as3 byte code. Additionally, I can not see a suitable method of using rcon as I could either long poll...
  10. Core

    Recruiting Development team nbeeded

    Hello, I am looking for an active development team to work on a RP with me. This will not be a paid position. However, all of the income the RP makes (through VIP sales, etc.) will be split between the developers - if for any reason you do not put your part in then your rate may be reduced or...
  11. Core

    Advice Required

    Have you enabled flash?
  12. Core

    Advice Required

    The fact you have just asked that implies you are not ready to open a hosting company. However, yes this is possible. If you need any assistance in it then message me on skype @ stackoverflow-
  13. Core

    R63B Always a blackscreen!!!???

    Did you enable flash? Have you linked with the swfs correctly?
  14. Core

    Anti-DDoS

    Create a load balancer... 1. Use cloudflare as will provide basic HTTP protection and will hide original IP. 2. Use a 'tcp proxy' for the client.php as it will hide original IP and the majority of them are load balanced servers on strong networks that can handle attacks.
  15. Core

    HoloRP Files Problem in client 76%

    Open the ports :/
  16. Core

    [Err] 1062 - Duplicate entry '1' for key 'PRIMARY'

    Set the column in the table to auto increment and set current increment to last id + 1
  17. Core

    New Catalog Issue

    This was fixed long ago just had to set parents which don't have children to have an Id less than 0. The indentation was related to me not updating my variables. As the build I used was like one of the first ones for this catalog (at the time, currently running latest).
  18. Core

    Daily login rewards?

    Just add a column to the users table titled something like `last_emulator_login` Then store the date in there and just use a timespan to check differences between two dates. If it's one then apply rewards. If it's not zero then don't apply awards because they've already logged on today. If...
  19. Core

    FluxRP CMS & EMU PROXY PROBLEM

    For the emulator you still bind to the servers IP address - which it looks like you're doing so I'm just making sure. game.tcp.port should be your server port as well so let's say 30000. Which is what you'd put onto proxy panel. game.tcp.port.proxy - shouldn't matter so put 30000 as the proxy...
  20. Core

    Failed to execute a MUS command

    Your RCON port is the one you use on your client page and the 'game communication' port is something else. The policy request is sent when connecting to emulator.
Top