SA-MP Forums Archive
About server ip - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: About server ip (/showthread.php?tid=612906)



About server ip - MayaEU - 22.07.2016

Hello, i have seen some servers having a server ip

like servername:7777 How to make that?

instead of 25.255.255.255:7777


Re: About server ip - Freaksken - 22.07.2016

A-records


Re: About server ip - MayaEU - 22.07.2016

Quote:
Originally Posted by Freaksken
Посмотреть сообщение
So i will need a web domain?


Re: About server ip - Vince - 22.07.2016

Obviously.


Re: About server ip - evan69 - 22.07.2016

Yeah! You would need a registered domain, in order to point your domain towards the server IP. The principle is somewhat or you can say completely same.

In order to connect to any server(Which is also a computer!), you simply require IP and Port number.
Since it is difficult to remember numeric IP Addresses, They came up with idea of 'Domains' which are pretty much human-brain friendly thing(Easy to remember!).
Domain does the work of pointing/redirecting the request towards the actual destination IP of the server.


I pretty much simplified things for you, Hope your query was resolved!