How to protect your gamemode
#1

How can I protect my gamemode in SAMP hosting, to not provide the hoster to download / steal my gamemode?
Reply
#2

Easy get a vps, It is the only way to prevent people from accessing your server files
Reply
#3

I mean, when you upload something in filezilla, how can I make sure that hosting server won't have acces to it?
Reply
#4

1. Use AntiDeAMX()
2. Let the whole code start only running on your payed IP, nowhere else.
3. Upload AMX only.
Reply
#5

Paid hosting companies will not need to steal your beautiful gm. Just upload .AMX but don't be so confident that you won't lose the whole thing if your hard disk fails.
Reply
#6

who needs your/anyone else's AMX file, huh?
just choose a good hosting that doesn't steal customers stuff
Reply
#7

I think if you install ip tables on your vps you can make it so only your ip can access your server
Reply
#8

Upload .amx file and have backups of your files on different hard disks.
Reply
#9

1.) Upload your .amx file to your private host or a payed host.

2.) When scripting with others request snippets, and provide code as needed.

3.) For extra security, keep it on an external hard drive with a encryption key.
Reply
#10

Good host / VPS, upload only the AMX and use a method of obfuscation such as Anti-DeAMX.
Reply
#11

Quote:
Originally Posted by Variable™
View Post
Paid hosting companies will not need to steal your beautiful gm. Just upload .AMX but don't be so confident that you won't lose the whole thing if your hard disk fails.
That's what git repositories are for.
Reply
#12

How to protect your gamemmode?

Never release or share the script.
Reply
#13

Make the repository private bismillāh
Reply
#14

https://sampforum.blast.hk/showthread.php?tid=455815
Search first
Reply
#15

Protect your gamemode?

1. Buy a VPS.
2. Upload your script, pwn, amx or amx only it doesn't matter.
2. Set a permissions to: chmod -R 750 directory-name/

info:
PHP Code:
Owner/User Full permissions
Group 
read and execute permissions
Other
/Everyone no access to the file whatsoever 
or

PHP Code:
Owner/User Full permissions
Group 
read and execute permissions
Other
/Everyone no access to the file whatsoever 
Still want to protect your gamemode?, just dont release it.
if you release it, change to be stealed is 10000000% XDXD
Reply
#16

Quote:
Originally Posted by NoahF
View Post
Good host / VPS, upload only the AMX and use a method of obfuscation such as Anti-DeAMX.
I agree with you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)