How to redirect IP addresses to different page

Friday, February 26th, 2010 Posted in Wordpress template | 11 views No Comments »

If you would like to redirect browsers based on their IP the following method can be used to handle multiple IP’s.  You can choose to redirect entire networks or a ... Read more..

Different ways to redirect visitors to any URL

Tuesday, January 26th, 2010 Posted in PHP script | 33 views No Comments »

URL redirection can be used for many purposes. Maybe you have just moved the content of a webpage to another webpage or domain and you want to redirect the frequent ... Read more..

Multi-User File Manager & Uploader with Progress Bar

Saturday, September 19th, 2009 Posted in Java script, PHP script | 339 views 1 Comment »

FileChucker is an AJAX-based web application that lets you accept file uploads on your own website. It's simple to install (just one file), packed with features, fully configurable, nice looking, ... Read more..

PHP Firewall Script 2009

Saturday, September 19th, 2009 Posted in PHP script | 210 views No Comments »

Do you worry about your site's security? Has your site ever been hacked? Worry no more! FireWall Script is a PHP-based configurable firewall. Once installed, you can configure what mischievous ... Read more..

Php youtube grabber

Saturday, September 19th, 2009 Posted in PHP script | 293 views No Comments »

Create a file index.php and upload it on your server. Run it for testing :)). <html> <head> <title>YouTube Ripper</title> <style> body, a, a:link, a:visited, a:hover, td { font-family: verdana, sans-serif; font-size: 8pt; color: black; } a { font-weight: bold; } input ... Read more..

Scraping websites with PHP cURL under proxy

Friday, September 18th, 2009 Posted in PHP script | 486 views 1 Comment »

Scraping websites with PHP cURL is damn easy. Just do it the right way – use a proxy. Here is a simple function that does the job. Simple PHP cURL scraper: <?php ... Read more..

Checking proxy script

Friday, September 18th, 2009 Posted in PHP script | 429 views No Comments »

Finally, the last part of the post. Get ready for some “serious” programming. Include whatismyip.php. Don’t forget to specify URL. Copy getPage function to proxychecker.php or include it as a file. Specify a ... Read more..

IP address checker script

Friday, September 18th, 2009 Posted in PHP script | 458 views No Comments »

You need to know your IP address before checking anonymity. If you have only one server it’s not a problem. Hardcode and forget. But what if you have several servers? ... Read more..

PHP cURL proxy checker

Friday, September 18th, 2009 Posted in PHP script, Script reviews | 1,011 views 1 Comment »

Most of the time I use server-side PHP scripts, because desktop proxy checkers don’t provide much flexibility. You don’t want to check, export and upload a list of proxies every ... Read more..

PHP anonymity checker script

Friday, September 18th, 2009 Posted in PHP script | 576 views No Comments »

PHP class : socks 4, socks 5 and proxy lists validation (based on curl lib). Anonymity is one of my favourites’ interests. This simple PHP 5 class validates Socks4 , Socks5 ... Read more..