[Help Needed] R63 RevCMS Retro Doesn't Work On Hamachi! [Help Needed]

Results 1 to 4 of 4
  1. #1
    Member Loudzers is offline
    MemberRank
    Jan 2014 Join Date
    Singapore, SingLocation
    29Posts

    [Help Needed] R63 RevCMS Retro Doesn't Work On Hamachi! [Help Needed]

    Hi,

    I have a problem with my R63 RevCMS Habbo Retro. Everything works fine, my client, cms, everything. But, when I change my URL in the config from 127.0.0.1 to my Hamachi IP, it doesn't work. When I enter 127.0.0.1 (with url in config as hamachi ip) the url on the bar shows: 127.0.0.1/26.47.137.280/index (it's a hamachi IP i made up, not wanting to show my hamachi ip). So, what do I do? When I set it back to 127.0.0.1 I can access the site. Please help, it's been my all-time dream to make a RevCMS Retro. I'll be super grateful. :D

    <?phpif(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
    #Please fill this all out.


    #NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.


    /*
    *
    * MySQL management
    *
    */


    $_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.


    $_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host - Localhost, Hamachi IP, VPS or Dedi's IP


    $_CONFIG['mysql']['username'] = 'root'; //Phpmyadmin username


    $_CONFIG['mysql']['password'] = 'root123'; //Phpmyadmin password


    $_CONFIG['mysql']['database'] = 'revcms_db'; //Phpmyadmin database name


    $_CONFIG['mysql']['port'] = '3306'; //MySQL's port


    /*
    *
    * Hotel management - All URLs do not end with an "/"
    *
    */


    $_CONFIG['hotel']['server_ip'] = '26.47.137.280'; //Localhost, Hamachi IP, VPS or Dedi's IP


    $_CONFIG['hotel']['url'] = '26.47.137.280'; //URL to your hotel, does not end with a "/"


    $_CONFIG['hotel']['name'] = 'RevCMS 1.9.9.9'; // Your Hotel's Name


    $_CONFIG['hotel']['desc'] = 'Swf Pack & CMS pack by Delirious'; //Hotel's description


    $_CONFIG['hotel']['email'] = 'delirious_gaming@hotmail.com'; //Email for users to submit help requests to


    $_CONFIG['hotel']['in_maint'] = false; //false for no maintenance mode & true for maintenance mode


    $_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Starting motto for new users


    $_CONFIG['hotel']['credits'] = 0; //How many coins new users get


    $_CONFIG['hotel']['pixels'] = 0; //How many pixels new users get


    $_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.


    $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/2283'; //Web_Build


    $_CONFIG['hotel']['external_vars'] = '26.47.137.280/gordon/external_variables.txt'; //External Vars [Don't edit]


    $_CONFIG['hotel']['external_texts'] = '26.47.137.280/gordon/external_flash_texts.txt'; //External Flash Texts [Don't edit]


    $_CONFIG['hotel']['product_data'] = '26.47.137.280/gordon/productdata.txt'; //Product Data [Don't edit]


    $_CONFIG['hotel']['furni_data'] = '26.47.137.280/gordon/furnidata.txt'; //Furni Data [Don't edit]


    $_CONFIG['hotel']['swf_folder'] = '26.47.137.280/gordon/swf'; //SWF Folder [Don't edit]


    /*
    *
    * Templating management - Pick one of our default styles or make yours by following our examples!
    *
    */


    #RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.


    $_CONFIG['template']['style'] = 'Mango';


    /*
    *
    * Other topsites.. thing
    *
    */


    $_CONFIG['thehabbos']['username'] = 'Kryptos';
    $_CONFIG['retro_top']['user'] = 'Kryptos';


    /*
    *
    * Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
    *
    */


    $_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
    $_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';




    /*
    *
    * Social Networking stuff
    *
    */


    $_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account


    $_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account


    ?>
    Please help.


  2. #2
    Sorcerer Supreme Lewislol is offline
    Member +Rank
    Jul 2013 Join Date
    498Posts

    Re: [Help Needed] R63 RevCMS Retro Doesn't Work On Hamachi! [Help Needed]

    Try opening port 80 & 30000 in your firewall, if your dream is to make a RevCMS retro why don't you buy a VPS and do it on the VPS? Hamachi is shit.

  3. #3
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,613Posts

    Re: [Help Needed] R63 RevCMS Retro Doesn't Work On Hamachi! [Help Needed]

    Quote Originally Posted by Lewislol View Post
    Try opening port 80 & 30000 in your firewall, if your dream is to make a RevCMS retro why don't you buy a VPS and do it on the VPS? Hamachi is shit.
    Hamachi has no firewall and people use Hamachi as it doesnt require portforwarding, which can be a pain in the ass for some people.

    Also hamachi retros will be slow and always limited to the ammount of networks you are running. Loading client, site and playing the game will be really slow.

  4. #4
    Newbie XenonS is offline
    MemberRank
    Jan 2013 Join Date
    SNOWLANDLocation
    18Posts

    Re: [Help Needed] R63 RevCMS Retro Doesn't Work On Hamachi! [Help Needed]

    $_CONFIG['hotel']['url'] = '26.47.137.280'; //URL to your hotel, does not end with a "/"
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    $_CONFIG['hotel']['url'] = 'http://26.47.137.280'; //URL to your hotel, does not end with a "/" <- WORK!



Advertisement