How can I tell? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: How can I tell? (
/showthread.php?tid=296081)
How can I tell? -
seanny - 09.11.2011
How can I tell if someone will release my Server Gamemode or steal it?
Re: How can I tell? -
Scenario - 09.11.2011
You could add something to the script which will send you an email each time someone runs the server and then perhaps obtain the server IP and send it to you. That way, you have proof that someone else is using your script and where.
Re: How can I tell? -
=WoR=G4M3Ov3r - 09.11.2011
Just don't give it away, plus have proof that you actually created it, so anytime you spot someone, take evidence and forward this to the SAMP team.
Re: How can I tell? -
Kostas' - 09.11.2011
Quote:
Originally Posted by RealCop228
You could add something to the script which will send you an email each time someone runs the server and then perhaps obtain the server IP and send it to you. That way, you have proof that someone else is using your script and where. ![Wink](images/smilies/wink.png)
|
How is this possible!
I would like to know
Re: How can I tell? -
Flyfishes - 09.11.2011
Don't ever upload the .pwn to any host, it's hard to steal the .pwn from there but it's possible!
Re: How can I tell? - [03]Garsino - 09.11.2011
Quote:
Originally Posted by Flyfishes
Don't ever upload the .pwn to any host, it's hard to steal the .pwn from there but it's possible!
|
As hard as finding a fruit-tree, standing there alone, and grabbing its' fruits.
Re: How can I tell? -
seanny - 09.11.2011
Quote:
Originally Posted by RealCop228
You could add something to the script which will send you an email each time someone runs the server and then perhaps obtain the server IP and send it to you. That way, you have proof that someone else is using your script and where. ![Wink](images/smilies/wink.png)
|
How can we do that?
Re: How can I tell? -
Scenario - 09.11.2011
Quote:
Originally Posted by Kostas'
How is this possible!
I would like to know ![Wink](images/smilies/wink.png)
|
Quote:
Originally Posted by seanny
How can we do that?
|
This always works for me:
http://forum.sa-mp.com/showthread.ph...ght=mailer.inc
It isn't very advanced, but it does the job!
Re: How can I tell? -
seanny - 09.11.2011
Quote:
Originally Posted by RealCop228
|
Well, Do I need to own a PHP Server to use that?
Re: How can I tell? - [L3th4l] - 09.11.2011
I have my gamemode connected to mysql. Each time that its started, it sends a query into my DB telling me all info about the server being hosted on. ( except for localhost ofc.. ). This way I get the Server IP, Port, ( Pretty much everything in server.cfg, which is all its needed ).