Search results

  1. Data

    R63 Client won't let anyone online

    In the client.php you posted it includes "connection.info.host" : "attackprotect.com", "connection.info.port" : "30643", So that is why is said it might be because you use a proxy.
  2. Data

    R63 Client won't let anyone online

    Another possibility is your proxy IP is banned. Try empty the ban table or just manually remove the proxy IP. Delete entire table: TRUNCATE table bans; Manually remove proxy IP: DELETE * FROM bans WHERE value = '<IP BEING DROPPED HERE>';
  3. Data

    R63 Client won't let anyone online

    It might be because you use a proxy, it might be dropping the connections using the proxy IP. If you use phoenix run these SQLs then reboot the emulator. UPDATE server_settings SET enable_securesessions = '0'; UPDATE server_settings SET enable_antiddos = '1'; UPDATE server_settings SET...
  4. Data

    Looking for CMS CODER

    You should give people more information. Do you mean code the backend of the CMS? Or a theme? Is this a paid job?
  5. Data

    Updating

    Manually change the database structure to work with the emulator you are going to use. It takes about an hour and requires basic SQL knowledge.
  6. Data

    Crossdomain.xml location

    Just change the link as it was entered wrong then it should work? http://https://
  7. Data

    Best RP Emulator & CMS [open-source]

    Gold tree is crap, use Butterfly or Plus. It depends on what you prefer.
  8. Data

    Best RP Emulator & CMS [open-source]

    If you want to code your own custom functions, use a emu normally used for a hotel and implement RP features yourself. Don't use reality if you want stability. You can use any CMS really, just make a small modification to make it work with firstname-lastname.
  9. Data

    PhoenixEmu Connection Dropped

    If you are using a proxy run these SQLs. UPDATE server_settings SET enable_securesessions = '0'; UPDATE server_settings SET enable_antiddos = '1'; UPDATE server_settings SET ip_lastforbans = '1'; NOTE: Your proxy IP might be banned, either unban the Proxy IP via the database or just empty the...
  10. Data

    [RP] One Username?

    It is to do with the query, you just add another field & errors for that field. And the main creation query in the VALUES do something like $_POST['reg_firstname'] . "-" . $_POST['reg_lastname'],
  11. Data

    error?

    It must be the version of RevCMS you use, as I know for sure you can't code lol.
  12. Data

    Client - Language

    Translate the external_flash_texts.txt file, or go to another hotel and replace yours with theres.
  13. Data

    Pulse Cms [Help]

    The MySQL extension has been removed in newer versions of PHP, in your configuration file at the top in the PHP tag add error_reporting(0); to bypass this. Add &size=m to the figure URL. Either the app/tpl/skins/Habbo/hk folder might not exist or the a /ase folder might not exist I think it is...
  14. Data

    Mysql Error [revcms]

    We can't teach you how to do it, you would have to learn PHP in order to change from MySQL to MySQLi. Or use a new CMS, that doesn't use outdated extensions?
  15. Data

    Really need help people!

    If you really need one, you can get one cheap buy one :)
  16. Data

    Really need help people!

    Like @Bruh said, buy one they don't cost much.
  17. Data

    [RP] One Username?

    Since your footer says you are a 'Coder', you will have to modify your CMS's core, to allow firstname-lastname. It is a minute job.
  18. Data

    error?

    I personally don't like IIS, use the setup I used for past hotels. Windows Server - Emulator + MySQL Linux Server: NGINX for your site. Basic steps: - Install PHP-MySQL, PHP-FPM & NGINX on linux server. - Do normal EMU and MySQL setup on windows server. - Allow connections from MySQL to linux...
  19. Data

    Need help with Habbo Retro

    There is a tutorials section for a reason, don't pay people to do basic things. http://devbest.com/forums/habbo-tutorials.37/ Steps: - Install a webserver(Most people use IIS) - Install MySQL(for database). - Choose a CMS, put it in the folder your webserver used(If it is a CMS made in PHP, php...
  20. Data

    RevCMS Player of the week and Room of the week system

    Do the CSS yourself, not hard.
Top