Posts Tagged ‘PHP script’

AlstraSoft EPal Pro (Send Money Orders Using Paypal) 1.0

AlstraSoft EPal Pro (Send Money Orders Using Paypal) 1.0

AlstraSoft EPal Pro (Send Money Orders Using Paypal) is Unix compatible. EPal Pro is a full featured software which rides on the widely adopted e-payment facility – Paypal. Currently Paypal takes care of payment transactions on an account-to-account basis only. EPal Pro complements Paypal by extending the payment service from e-payment to ‘physical’ money delivery. [...]

PayPal Donate Script 2.0

PayPal Donate Script 2.0

The PayPal Donate Script is an easy to use PHP based script that can be easily integrated into any website. Use on WordPress, Joomla, oSCommerce or other template based websites. A nice progress bar shows the percentage of raised amount. Fully customize the front-end look – goal description, change paypal button, progress bar with custom [...]

How to redirect IP addresses to different page

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 single ip. Its working well. Done …!

Different ways to redirect visitors to any URL

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 visitors of your website to the new webpage automatically. The knowledge of technique of redirecting URL is also useful if you want to shorten a [...]

Multi-User File Manager & Uploader with Progress Bar

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, and very handy for when you want to share files with anyone. And during uploads FileChucker shows a progress bar & table, so the user [...]

PHP Firewall Script 2009

PHP Firewall Script 2009

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 things you want to be on the lookout for and let FireWall Script do the rest. With the logging functionality included, you can also go [...]

Php youtube grabber

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 { font-family: verdana, sans-serif; font-size: 8pt; border: black 2px solid; padding: 2px; } #vid [...]

Scraping websites with PHP cURL under proxy

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: &lt;?php function getPage($proxy, $url, $referer, $agent, $header, $timeout) {$ch = curl_init();   curl_setopt($ch, CURLOPT_URL, $url);   curl_setopt($ch, CURLOPT_HEADER, $header);   curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);   [...]

Checking proxy script

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 time limit. Write getProxies() function. Write deleteProxy($proxy) function. Specify badvars.php URL. Specify sleep intervals. Test and fix proxychecker.php. You don’t need to [...]

IP address checker script

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? As I said before, automation is the king. Say thank you to people who cares about us. Grab URL(s) you like, extract IP and be [...]