Posts

How to detect proxy IP or real IP

Image
A proxy is called formally an application proxy, or here an HTTP proxy: they only handle the traffic generated by some applications. Motivation of this content, detecting proxy IP which is given by ISP provider somehow. For this reason, we may not access some sites which have forbidden proxy IP. So, we can be checked our IP is that proxy or not. Can be checked through this - N.B- Please attention on highlighted color :- ( Yellow ) ( Red ) Go to IP checker  site   There will show your IP Click on your IP It shows like those picture Through this checking, we can detect our IP problems & geo-location of IP address. There are several ways: Proxy headers, such as  X-Forwarded-For  and X-Client-IP, can be added by non-transparent proxies. Active proxy checking can be used - the target server attempts to connect to the client IP on common proxy ports (e.g. 8080) and flags it as a proxy if it finds such a service running. Servers can check if the request ...

Best way to get the current page url in php

In every website you will have unique address. When you are doing a project sometime we need to access that website for link up my Stylesheet, HTML5, Javascript, PHP etc files. And sometimes you need to dynamically generate the title of a page based on its URL. What will you do? If that page have the HTTP or HTTPS what will happen. How to get HTTP or HTTPS and the base link of website using PHP? Here, you will see the path of code. But you need to give more effort for its security & for more easy way to make that functions. I am not going to tell you because of, A greatest person told that, A teacher can only show the path & maybe give him/her tips of obstacle but you need to decide what to do? and how to do? face with that obstacle. If you want to get current url path what will you do: Here's the code...  PHP: $currentUrl = $_SERVER[SCRIPT_URI]; echo $currentUrl; Get the domain name only with HTTP or HTTPS. PHP: public function url() { $p...

How to secure your website php

Writing a PHP application is very easy. But sometimes they do simple mistake which is very detrimental for application. If you made an application, How users can trust on your application?  In this article, I am going to give you some basic security tips to help you protect your users trust in your application. User likes secure site. Protect your servers Protect your network Protect your application Protect against request forgeries Protect against Cross-Site-Scripting 1. Protect your servers:  The important part of protecting server is Firewall. After establishing your server, must need to set up Firewall.  Keep your web server software up-to-date Use SSH for secure connection & copy your file remotely. SSH will help you to make sure all information goes out and in of the system remains private & protected from third party users(Hacker). Keep your server location secret.  Hackers can know lots of thing by your system servers IP...

How to lock a folder without any third party software

Image
Purpose - we always want to hide something in our computer for being safety purposes or for being guest users. In this situation, we need to hide or lock. For this reason, we may be used some third party software. But now, I am going to show you How to lock folder in PC? or How to hide folder in PC? without using any software or apps. In a word, a folder will be locked or hide with CMD (Command Promote) Now do those steps, its simple. N.B- Please attention on highlighted color :-( Yellow ) ( RED ) Go to any drive where you want to hide.  Create a (New Text Document.txt ) Open it up Paste that code (You can copy the code from end of the article.) On previous picture, highlighted yellow color ( XXXX ), you need to set password whatever you want (Example- 2456). After that you need to go save as option on your (New Text Document.txt). Save it as Locker.bat (highlighted with yellow). Then, you will see you text doc. will be converted into anothe...

How to protect from spyware

I simply had, by botch, a module called Intelligent Explorer join to my program. What a bad dream! Spyware or adware things are constantly contaminating PCs. Most PCs have no security from them. Most unnerving is the recurrence of them. From the InfosecWriters site, "As indicated by a 2004 study by America Online and the National Cyber Security Alliance, 91% of clients addressed knew about the term spyware. Just 53% trusted their PCs were contaminated, yet an output found that 80% of their PCs had some kind of spyware introduced on them." It proceeds to state, "...The normal number of spyware parts per PC was 93 with one PC having admirably finished a thousand." What is Spyware Virus? "The term 'spyware' is comprehensively characterized as any program that gets into your PC without consent and covers up out of sight while it rolls out undesirable improvements to your client encounter. Spyware is for the most part not intended to harm your PC. The ...

How to stop someone from spying

Spyware and Adware are not just a consistently expanding annoyance for PC clients all over the place, yet in addition a blasting industry. As per Webroot Software, Inc., the conveyance of online notices through spyware and adware has turned into a $2

Keep your information secure

What does encryption improve the situation me? Encryption and cryptographic programming has been utilized in a wide range of approaches to make frameworks more secure. This article talks about just a couple of ways that such programming can make your framework more secure, including: 1) Encrypting your email 2) Encrypting your records To programs are specified that will help scramble data. There are numerous more projects out there that will help, yet these projects are great and a decent place to begin as any. They have the additional advantage of both being free with source code accessible. Will encryption prevent individuals from getting to my data? Encryption basically makes it harder for individuals to access essential data, similar to passwords or touchy data in a record. The primary thing you should think about encryption is that the calculation that is utilized to encode can be basic or more perplexing and that influences how safely what you have scrambled is ensured...