• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Blixmo

    Windows Global save not working properly

    Hello, I'm using the global server save system in TFS and I've a problem. It should shutdown the server and SS at 07:00 CET and it's working for some days, others not. Example: Yesterday it worked, today it didn't. No server save, no shutdown, no errors in console and no errors in logs. Just...
  2. Blixmo

    Windows {Solved}

    Your second image at your first post says: Accessible from internet = No. Are you sure you restarted Apache/Uniserv after your edited php.ini?
  3. Blixmo

    Windows {Solved}

    Ok, then try to reboot it from your routers control panel to see if that's needed to kick in the changes. If you don't find any option there then remove the power cable and re-place it.
  4. Blixmo

    Windows {Solved}

    Ah sorry, didnt see that. Well, here is a working example: Looks like you're doing it the right way and again, you're sure it's the correct local IP address (check it in cmd.exe as I wrote above)? The last thing then is to restart your router to make sure the port forwarding take changes...
  5. Blixmo

    Windows {Solved}

    Kk, if the port scanner time outs then it's your ports for sure. The LAN IP, is it the same as if you run cmd.exe and type: ipconfig then check your Ipv4 Address? 1. Try to forward by only filling Option 1 in your picture, leave the Option 2 (optional) completly empty, including the ports. 2...
  6. Blixmo

    Windows {Solved}

    The error you get at pic 1 is probably your problem. Are you getting the same error if you write your no-ip domain instead? And are you sure that you're using your correct global IP address? http://www.whatsmyip.org/port-scanner/ //Here can you check if your port is open (from the same computer...
  7. Blixmo

    Windows {Solved}

    1. Have you tried to ping your no-ip to make sure it's pointing to your global IP address? 2. When you start your server, is it binding to your global IP address? 3. Are you 100% sure that your ports are forwarded correctly? I think it's either your no-ip address that's pointing wrong or your...
  8. Blixmo

    Linux website buged.

    Is it config.lua or serverconfig.lua you've pasted above? Make sure to set sqlType = "mysql" in both.
  9. Blixmo

    Strange symbols in database

    Have you changed the column to int instead of varchar? There is something wrong in your code somewhere that inserts strange values. The only thing you/we can do is to locate those errors and correct them. To find those errors you could try what I and others suggested, else there is nothing we...
  10. Blixmo

    Bought Domain website reachable only through localhost :o?

    To allow Internet or Intranet access, edit file .htaccess located in the root folder wwwH): 1. Locate these lines: Order Deny,Allow Deny from all Allow from 127.0.0.1 2. Disable local only access by commenting each line with an hash "#" as shown #Order Deny,Allow #Deny from all #Allow from...
  11. Blixmo

    Strange symbols in database

    Change the "value" column to an int, instead of varchar as someone already suggested. If you do this SQL can't insert non number values into the database and instead throw an error. With this error can you see which files you've thats inserting the strange symbols and fix them.
  12. Blixmo

    Windows Best Server Requirements VPS or DS?

    I've tested DDG's "lowest" Windows solution, with 3GB ram etc. Working really good with a 30mb~ map and 100~ players. Could be some memory problems when you're using some other software but 4GB memory will do the trick. During those 3 months there have been two serious downtimes, one was...
  13. Blixmo

    Bought Domain website reachable only through localhost :o?

    And you're 100% sure that port 80 is forwarded correctly? Did the port scanner told you status "open"?
  14. Blixmo

    Windows Best Server Requirements VPS or DS?

    I'm using DDG's hosting service. There have been some small issues latley but over the last 3 months I've used it I'm kinda pleased with it, you won't get anything better for that price, so depends on how much you're willing to pay.
  15. Blixmo

    Windows Best Server Requirements VPS or DS?

    Are you running Linux or Windows? Are you using the same server for ex. Apache and MySQL? Then 2GB minimum, trust me mate.
  16. Blixmo

    Bought Domain website reachable only through localhost :o?

    I can ping the domain and it's pointing to: 77.182.62.174. Is this the correct IP? If it is, enter this page from the same machine that's hosting the home page: http://www.whatsmyip.org/port-scanner/ and enter port 80 to see if it's open. If it is open then it must be something in your web...
  17. Blixmo

    Bought Domain website reachable only through localhost :o?

    Hello, Are you pointing the domain to your global IP address? Make sure you're NOT poiting it to your local one. Also make sure that the web server listens on your global IP (or domain) and not the local one. You also have to check ports so they are forwarded correctly, port 80 is probably...
Back
Top