How to know your Proxy/Site is blocked?

Just go to

http://sitereview.bluecoat.com/sitereview.jsp
and type your website/proxy and click on submit button
You get something like this…
The page you want reviewed is http://www.a1001.co.nr/ (Check another site)
This page is currently categorized as Proxy Avoidance
Last Time Rated/Reviewed: > 7 days
For one of my sites www.a1001.co.nr I got it as Proxy avoidance which means it [...]



Passing Javascript variables to Php

Here is a tutorial which will explain how to pass Javascript variables to Php.This tutorial works only for files under the same server

Aim:To pass document.referrer variable to Php and to write the referrer variable on a text file;
First let us create two file called 1a.html and 2a.html
1a.html will contain a link to 2a.html
and 2a.html will [...]



Review of Tata indicom Plug to Surf

I have been using Tata indicom Plug to Surf for the last 5 months.At first I was very happy to be connected to internet at any cost as getting an internet connection (Boradband) you need permanent Residence proof etc., and a whole lot of things .As you can’t get a broadband connection living in your [...]



Php and Javascript

I just found a new way of calling a php file
You have heard about this
<script type=”text/javascript” src=”java2.js”>
</script>
The good thing is that you can also call a php file using this SRC attribute javascript just replace “java2.js” with “java2.php” like this
<script type=”text/javascript” src=”java2.php”>
</script>
The good thing is you do n’t have to mess with the design of [...]



Monetize your blog

I just signed up for get paid to blog.Their approval system is very fast and they usually approve the blog within 2-3 business days which is remarkable when compared to others and also they have also reduced the minimum no of posts to 10 and life of the blog should be atleast 30 [...]



Blocking unwanted countries by a php code

Owning a network of proxies I was always meddling around trying to find ways to decrease the bandwidth usage on my sites. Then I came across GeoIP. Simply placing two files(geoip.dat and geoip.inc) in the same folder that contains index.inc.php, and then adding a snippet of code to the top of your main index file(in [...]