AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Is there any safer ways than write on scripting files? (https://forums.alliedmods.net/showthread.php?t=171533)

Starbish 11-07-2011 08:37

Is there any safer ways than write on scripting files?
 
The reason why i want to know is my project.
It requires Main Server's IP / MySQL Databases Access Authority(ID, Pass)
In order to succeed my project, the main server's IP must be not exposured.
so i wrote that on scripting files but, the decompiler had been released.
if a project's user can get a main server's ip, MySQL Information by doing that.

Is there any ideas to represent it?

Sry for my bad eng :grrr:

Powerlord 11-07-2011 09:31

Re: Is there any safer ways than write on scripting files?
 
Put that information in your server's addons/sourcemod/configs/databases.cfg

Unless you're trying to hide it from everyone, including admins that use your plugin.

Starbish 11-08-2011 17:34

Re: Is there any safer ways than write on scripting files?
 
Quote:

Originally Posted by Powerlord (Post 1591863)
Put that information in your server's addons/sourcemod/configs/databases.cfg

Unless you're trying to hide it from everyone, including admins that use your plugin.

I didn't explain something.
I can't share databases.cfg with others.
so, i wrote scripting files on it.
the files will be shared but decompiler has been released.
so, the informations of them can be exposured by decompiling.

necavi 11-08-2011 17:59

Re: Is there any safer ways than write on scripting files?
 
Check the lysis thread, we explained the best method for you.

psychonic 11-08-2011 19:05

Re: Is there any safer ways than write on scripting files?
 
Quote:

Originally Posted by Starbish (Post 1592944)
so, i wrote scripting files on it.
the files will be shared but decompiler has been released.
so, the informations of them can be exposured by decompiling.

You were never allowed to share smx files without the source so there is no difference.

Starbish 11-09-2011 00:36

Re: Is there any safer ways than write on scripting files?
 
Quote:

Originally Posted by necavi (Post 1592961)
Check the lysis thread, we explained the best method for you.

Really Thanks!

Starbish 11-09-2011 00:37

Re: Is there any safer ways than write on scripting files?
 
Quote:

Originally Posted by psychonic (Post 1593007)
You were never allowed to share smx files without the source so there is no difference.

I know what you want to say.
if my project's user want to get a source, I'll give it him without my IP, MySQL Info.

psychonic 11-09-2011 00:54

Re: Is there any safer ways than write on scripting files?
 
Quote:

Originally Posted by Starbish (Post 1593117)
I know what you want to say.
if my project's user want to get a source, I'll give it him without my IP, MySQL Info.

No, you would have to give source that could recompile the same logical binary.

berni 11-09-2011 18:09

Re: Is there any safer ways than write on scripting files?
 
Nothing has changed with decompiler anyway, If you would have given me the plugin, I could just open it in notepad and find out the IP in 5 secs, doesn't even need a hex editor.
There is no way to hide something. Compiled doesn't mean it's hidden.

psychonic 11-09-2011 19:19

Re: Is there any safer ways than write on scripting files?
 
Quote:

Originally Posted by berni (Post 1593562)
I could just open it in notepad and find out the IP in 5 secs

When did notepad get gunzip capability?


All times are GMT -4. The time now is 21:57.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.