Jump to content

filipe

Members
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

1 Neutral

About filipe

  • Rank
    Cabin Boy

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Can you help me solving this? Deprecated: Creation of dynamic property Smarty_Internal_Template::$compiled is deprecated in C:\xampp\htdocs\lib\smarty\sysplugins\smarty_internal_template.php on line 612 Line 612 = $this->$property_name = $value; Block of code: public function __set($property_name, $value) { switch ($property_name) { case 'compiled': case 'cached': case 'compiler': $this->$property_name = $value; return; default: // Smarty property ? if (property_exists($this->smarty, $property_name)) { $this->smarty->$property_name = $value; return; } } throw new SmartyException("invalid template property '$property_name'."); }
  2. OH MAN! YOU ARE A GENIUS! The problem was the 15 character limit.... I changed my DNS and made it smaller, and now it works! Thank you so much for your help to solve this problem!
  3. I did everything you told me, but it doesn't work with the DNS talesofpirates.hopto.org... When i configure the serverset.txt with my public IP (177.***.***.211) it works and I can acess the game outside my local network... But when I put the DNS, I get a "Connection Failed" outside my network... ='( I would like to configure the DNS because my IP is dinamic, not static... so, when my IP changes when i reestart my router, all players would have to reconfigure and recompile the serverset.txt file on their side =/ Any idea how I could solve this?
  4. Everything is OK with the port and IP now. The only problem is that I can't configure my domanin DNS. Any idea on how i could configure the DNS (talesofpirates.hopto.org) as the IP? If i change it in the serverset.txt and IP Changer it doesn't work.
  5. Now its working! There's only one problem: My public IP is dinamic, not static, so, it might change and I would have to update the new IP on Client\scripts\tableServerSet.txt and in the IP CHANGER. I have created a dinamic DNS on noip.com as suggested here, but I cant configure it on Client\scripts\tableServerSet.txt and in the IP CHANGER. When i tried, I got only "Failed to connect" in the game. Any idea on how i could configure the dinamic DNS (talesofpirates.hopto.org) as the IP?
  6. I have configured everything, but when i try to access the game with another PC outside my internal net, it fails. I can't figure out why it's not working. Can somebody help me with this IP configuration thing? If somebody is available, could we talk on Google Meeting, Discord or Microsoft Teams so that I can show you? Thanks in advance!
  7. So, i need to open the ports 1971, 1973, 1975 and 1978, is that right? After that, I configure the .cfg files with my private ip (ex 192.168.0.2), is that right? And in the Client directory, what should i put in IP CHANGER.EXE? My router IP or my host name from noip.com?
×
×
  • Create New...