How do I set up SA-MP URL Handling - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How do I set up SA-MP URL Handling (
/showthread.php?tid=176983)
How do I set up SA-MP URL Handling -
jonrb - 15.09.2010
Hey guys,
I wondering - How do I set up my server to be able to use the "SAMP://" URL handling. I have looked around but I can't find anything even related to this.
Thanks in advance,
JonRB
P.S. I
have searched for the answer for this question to no avail (On ******, forum.sa-mp.com and wiki.sa-mp.com).
Re: How do I set up SA-MP URL Handling -
Vince - 15.09.2010
It does that automatically ...
Re: How do I set up SA-MP URL Handling -
jonrb - 15.09.2010
Please excuse me for not finding your comment helpful. What do you mean "It does it automatically"? How do I set my server to be able to be connected to from a SAMP:// link, or how do I write the link in question?
Thanks for replying, though
Re: How do I set up SA-MP URL Handling -
Fj0rtizFredde - 15.09.2010
You just put your IP and port
SAMP://1234.567.89:7777
Re: How do I set up SA-MP URL Handling -
jonrb - 15.09.2010
I feel so stupid >_< Thank you so much! Is it possible to link it to my website?
For example:
Normal website =
http://www.website.com
Server Link = SAMP://www.website.com
Thank you for your help!
Re: How do I set up SA-MP URL Handling -
Sneaky_ - 08.03.2014
Hi,
I tried to put this code on my website SAMP:// but it does not connect.. Any config needed?
Re: How do I set up SA-MP URL Handling -
Bingo - 08.03.2014
Quote:
Originally Posted by Fj0rtizFredde
You just put your IP and port
SAMP://1234.567.89:7777
|
This is it mate.
And regards url use only (
www.abcdefghijkl.com)
Re: How do I set up SA-MP URL Handling -
linuxthefish - 08.03.2014
forum code:
PHP Code:
[URL="samp://127.0.0.1"]Click here to join bitch[/URL]
Click here to join bitch
Re: How do I set up SA-MP URL Handling -
Isolated - 08.03.2014
Quote:
Originally Posted by jonrb
I feel so stupid >_< Thank you so much! Is it possible to link it to my website?
For example:
Normal website = http://www.website.com
Server Link = SAMP://www.website.com
Thank you for your help!
|
the SAMP protocol is only for servers. However, you can point an A record to your server for example: server.website.com points to your server IP. then you can do SA:MP://server.website.com