Showing posts with label Latest Release. Show all posts
Showing posts with label Latest Release. Show all posts

Tuesday, 14 May 2013

20+ .htaccess Hacks Every Web Developer Should Know About


Apache's .htaccess(hypertext access) configuration file can be a very powerful tool in a web developer's toolkit if used properly. It can be found in the webroot of your server and can be easily edited using any text editor. In this article I'm going to show you 20 .htaccess hacks and how to use them.
Before I start with this article I'd like to start by saying that abusing the .htaccess file will hurt the performance of your website. The .htaccess file should only be used if you have no other way to achieve certain things.
Make sure to back up your current .htaccess file before applying any of the following hacks.

1. Prevent Hotlinking

Tired of people using your bandwidth by putting the images hosted on your server on their website? Add the following code at the bottom of your .htaccess file to prevent hotlinking.
1Options +FollowSymlinks
2#Protect against hotlinking
3RewriteEngine On
4RewriteCond %{HTTP_REFERER} !^$
5RewriteCond %{HTTP_REFERER} !^http://(www.)?domainname.com/ [nc]
6RewriteRule .*.(gif|jpg|png)$http://domainname.com/img/stop_stealing_bandwidth.gif[nc]
NOTE: The following article explains better methods to "prevent" hotlinking:
Link building secrets by Maurizio Petrone

Wednesday, 20 June 2012

DDNS - Dynamic Domain Name System | What is DDNS , DNS

DDNS - Dynamic Domain Name System
We Know All before sending anything to his mail server, he will read the database from the public server for the latest ip address of mail server and put it as destination address.. But twas a small problem, at times after fetching the latest public ip of mail server, ISP DHCP renews the IP lease of mail server, hence the message lost.

Again after some time I started thinking about a vpn connectivity from an office which doesn't have public address, so the idea of DDNS came,

Before explaining DDNS, I hope you all have a good idea about DNS, For those who dont know, DNS is the one to one mapping between name to ip address. But in DNS its will not get updated dynamically and it may take even more than 24 hrs to get updated in the root DNS servers. Here come DDNS.

Monday, 18 June 2012

Checkpoint - Log File Corrupted



When log files get corrupted and we get the following error in the SmartView Tracker : "Failed to read record number" …
Note: "To repare the log file we need to know the log file name and then from the CLI on the CLM/CMA or from the Smartcenter "


Then use the following command :

[Expert@mlm]# fw repairlog


******************************************************************************************************
****************************************************************************************************** 

Download Google Chrome Extension in CRX Format | How to Download Google Chrome CRX File





I wondered how to do this too. I always tried to download Google Chrome Extension (.CRX File) for Backup .But Its Always Download and Install , No Options for Backup Downloads.But After Some Time I tried this small Tricks and I wondered that Its Works...........
  1. Find the ID of the extension you’re interested in. When on the details page of the extension, it will be something like
    bfbmjmiodbnnpllbbbfblcplfjjepjdn
    after
    https://chrome.google.com/webstore/detail/

Friday, 15 June 2012

The PING of Death and Other DoS Network Attacks



What is known as Denial-of-Service (DoS) Attacks.?? Do You Prevent it or Not.? This Question Is Very Difficult.!!
I’m very disappointed to admit that in our days this type of attack is one of the most common attacks found in the network community. The intention of the attacker in this case is to stress the victim with a tremendous amount of spurious traffic so that the network has no more free resources to process normal legitimate traffic.
Learning about these types of network attacks — learning your enemy — will help you be prepared for the worst. Once you understand your enemy’s behavior and the different types of network threats we’ll move on to specific solutions and how to protect your network.

DoS Attacks - Denial-of-Service Attack

Denial of Service Attacks can take many forms. The most important ones are:
  • SYN Flood
  • UDP Flood
  • ICMP Flood
  • Land Attack
  • Teardrop Attack
All these attacks have one thing in common which is nothing else than making their victim unable to serve legitimate traffic by filling up its session table with malicious connection attempts.

Friday, 27 April 2012

How To Get Your Own Domain For Free Website ???



Hi all users, today I will tell you a website which provides a .IN domains for free with a free hosting site. It costs zero dollar yes you heard right and it doesn't ask for any credit or debit card details. I've tried this trick personally and it worked 100%  for me so I thought of share this with our users.

Wednesday, 25 April 2012

Google Drive Is Live With 5GB Of Free Storage And Google Docs Hookup

Google Drive Is Live With 5GB Of Free Storage with 10 GB GMAIL Space.



You can now try Google Drive, Google’s Dropbox competitor, google.com Drive.

UPDATE – The app is now available for download and I installed it, creating a folder on my computer that acts as a GDrive sync area. All of my Google Docs appeared as “icons” in the folder.

Tuesday, 24 April 2012

Unlocker 1.9.1 - (Remove File which are used by System)


If you've ever been unable to delete a file in Windows, and can't figure out what program's using it, Unlocker is the solution.

Read Your PDF Files With Nice Flipping Effect





Hi all users, as you know that PDF is the most common file format for sharing documents in the world of the Internet. Most of the e-Books too come in PDF format. To read the PDF documents Adobe PDF reader is a popular one. Most preferred Adobe PDF reader than any other light weight reader. Adobe PDF reader is lack in visual effects like flipping. If you want to put fun with you reading experience and want to use a more convenient, user friendly PDF reader you use the Flipping PDF Reader.

Wednesday, 18 April 2012

Free Windows 8 Download - Direct Link


Free Windows 8 Download - Direct Link

Hi all users, here we've collected together some Official + Mirror Direct Links to Download Windows 8 DVD .ISO 32-bit & 64-bit Installation Image (Dev Preview Edition) – After getting some leaked editions previously, finally an official Developer Preview edition has been made available for download.

As the next generation to continue the success of Windows 7, Microsoft Windows 8 system requirements are quite similar to Windows 7. It means, as long as your PC can run Windows 7 smoothly, then you should be able to install Windows 8 on your current specs. Some minimum specs for Windows 8 are: 1GHz Processor with 1 GB of RAM, 16 GB of free hard drive space and a DirectX 9 graphics card with WDDM 1.0 or higher driver.

Wednesday, 4 April 2012

EASEUS Partition Master 9.1.1 Full Download(Crack Inside)



EASEUS Partition Master v9.1.1 Professional Edition-rG | 81 Mb

INFO : 

EASEUS Partition Master is an all-in-one to work with partitions and drives. The program will allow you to extend a system partition, to solve problems with insufficient disk space, as well as to manage free space on the MBR and GPT disks, where the operating systems Windows 2000 / XP / Vista / Windows 7 (as x86, and x64). The program includes several tools for working with partitions: Partition Manager, Master Copy disks and partitions and partition recovery wizard. In addition, you can create a bootable CD / DVD drives in the event of a failed system boot. 

Sunday, 8 January 2012

Paros Proxy-Web Application Security Assessment



Paros proxy is a web application security assessment tool used to measure the security of a web application. It allows you to see what data exactly do you submit with your HTML form with Post method?

Just like other web application security tools paros can be used to find out the SQL-injection and XSS (Cross site scripting) vulnerability on a web application.

Paros is a Java based HTTP/HTTPS proxy for assessing web application vulnerability. It supports editing/viewing HTTP messages on-the-fly. Other featuers include spiders, client certificate, proxy-chaining, intelligent scanning for XSS and SQL injections etc.