TopGEOYT Posted March 12, 2019 Posted March 12, 2019 (edited) hello guys . i need help . if u know please reply me. i want to set ip limit on my web host files . how can i do it ?? i know it , but not work . look codes : ------------------------------------------------------- # BEGIN Restrict WP-Admin Access To Specific IPs Order Deny,Allow Allow from 123.456.789 --ip example Deny from all # END Block WP-Admin Access To Specific IPs ----------------------------------------------------- it is code for set ip limit for noone see my files . when i will upload files peoples can use loader and they will get my files link . i want that block it . if u know how to do it then reply me. i use web host for control my servers . @noblack , @DarkingCheater , @BadCase , @CmP . . . Edited March 12, 2019 by TopGEOYT
TopGEOYT Posted March 12, 2019 Author Posted March 12, 2019 21 minutes ago, noblack said: lol. why lol ?
TopGEOYT Posted March 12, 2019 Author Posted March 12, 2019 Just now, noblack said: Because of lol. And why because of lol? LoL
TopGEOYT Posted March 12, 2019 Author Posted March 12, 2019 10 minutes ago, noblack said: Cause lol = lol ~= lol =/= olo Huh . In this time u could to explain my question.
noblack Posted March 12, 2019 Posted March 12, 2019 (edited) Answer= OllOllOOOllOllllOllOllOOOOlOOOOOOllOllOOOllOllllOllOllOOOOlOOOOOOllOllOOOllOllllOllOllOOOOlOOOOOOllOlllOOllOllllOlllOOOOOllOOlOl _______________________________________________ added 2 minutes later btw nice account password, lol Edited March 12, 2019 by noblack
BadCase Posted March 12, 2019 Posted March 12, 2019 6 hours ago, TopGEOYT said: hello guys . i need help . if u know please reply me. i want to set ip limit on my web host files . how can i do it ?? i know it , but not work . look codes : ------------------------------------------------------- # BEGIN Restrict WP-Admin Access To Specific IPs Order Deny,Allow Allow from 123.456.789 --ip example Deny from all # END Block WP-Admin Access To Specific IPs ----------------------------------------------------- it is code for set ip limit for noone see my files . when i will upload files peoples can use loader and they will get my files link . i want that block it . if u know how to do it then reply me. i use web host for control my servers . @noblack , @DarkingCheater , @BadCase , @CmP . . . Im pretty sure you are asking how to prevent direct download of the script file, you can store the script in a database instead and have it only return the script when the browser requesting it is a Dalvik one as a small layer of protection but one way or another they can get ahold of the file with packet sniffing and if that is not encrypted well then it defeats the purpose. 1
Administrators Enyby Posted March 12, 2019 Administrators Posted March 12, 2019 Too many overhead. Just embed script into php file, or serve it from php file, while real file placed near with random part in name. It is allow download file only via php script with checks, exclude direct download by name. _______________________________________________ added 0 minutes later Store files in db is very bad practice. 1
TopGEOYT Posted March 12, 2019 Author Posted March 12, 2019 Dear @Enyby and @BadCase thanks for reply . Now don't have any matter I will encrypt file or no bcs new updated gg built in and this new compiler can load all scripts. Bad case also I have decompiled ur script using gg built in . I am stressed huh . All Script is easily to dec now .
Administrators Enyby Posted March 12, 2019 Administrators Posted March 12, 2019 As I already wrote, scripts can be created in such a way that logging will not allow them to be stolen very simply. Logging load does not solve the problem of obfuscation. You can change the code so that it can only be understood by a specialist, of whom there are few and who do not need your code at all. Next, you can use the debug library to get upvalues. This will allow you to create modules that can only be executed from a specific environment. This will avoid simply execute the saved output from the load. And all this is available in the latest versions. It’s like passwords. If your password is 1234567, then it is easy to steal, and if you know what brute force is and use the password MyD@DisBIG942, then this is a completely different matter. 1
TopGEOYT Posted March 12, 2019 Author Posted March 12, 2019 (edited) 3 hours ago, Enyby said: As I already wrote, scripts can be created in such a way that logging will not allow them to be stolen very simply. No . I don't agree it . In 73.10 it is easy to stole scripts. Just load script, it doesn't have any matter it is databased ot not , anyway script will be loaded and garbaged files will be extracted . Then just use unluac_c and full script is decompiled . Edited March 12, 2019 by TopGEOYT
TopGEOYT Posted March 13, 2019 Author Posted March 13, 2019 2 hours ago, DESYROLLERSE said: why are you stressed ... this does not give you money. do not lie to your brain. Do you know how much time I spent mowing my neighbor's lawn? 2 hours. Do you know how much money I earned? US $ 45 dollars. I bought free fire cards for US $ 50 cents the envelope of 3. and I sold them at my school. each envelope for US $ 2 dollars. ----- relatives sent me some sports shoes which were very small. I sold them on the internet for US $ 85 dollars. ----- In my school I sell the works that teachers leave to some classmates for US $ 20. Stress for something that generated you money. and not for absurd fantasies of creating scripts and having many subscribers on youtube. @DESYROLLERSE THANKS FOR REPLY. Im reality I don't care about money. I amnot here for money . Scripting is my hobby. I think I want to be programmer . in future I think I will work for money but now not . It is hobby and I love programming<3 1
TopGEOYT Posted March 13, 2019 Author Posted March 13, 2019 (edited) 3 minutes ago, DESYROLLERSE said: okay. So if money is not a problem. enter a course and create your own app. also buy your own web domain. to store scripts and lots of content. In that way you will program and learn much more every day. A tip: your user list and passwords can be acquired very easily. It is public. put in private. My skills isn't enough in php for doing it . Money isn't problem but I amnot going to spend it bcs if I will buy this domain on webhost I don't know how to use it so . . . I am teaching more and more every day so something will change in future . Edited March 13, 2019 by TopGEOYT
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now