SCRIPT DETAILS
- Script name : PHP cURL Hit Generator
- Release Date : 22 January 2012
- Coding Language : PHP / MySQL / cURL
- File size : 19 Kb
- Archive format : Zip file
- Download link : Download
SCRIPT DESCRIPTION
This script allow the end user to generate fake hit on targeted website using PHP and cURL library. Each hit are send behind a proxy and shall using different proxy on every new request. The end user can also modify the referer or user agent as well. To install the script, first open “config.php” with your favorite text editor and edit the following :
- Line 13 : Server name (Mostly ‘localhost’)
- Line 14 : Database username
- Line 15 : Database password
- Line 16 : Database name
Upload the entire directory “php-hit-generator” to your web server. Upload the SQL tables from the ZIP archive to PHPMyAdmin in the database that you should have created already. To use the script simply load the php-hit-generator/proxies.php to extract and build proxies list or php-hit-generator/execute.php to send the fake it to the targeted website. page ! Your database must already contains some proxies before to run execute.php otherwise the script will not work. If you are running this script on a dedicated server, I may suggest you to set a crontab to run both mentioned files since more you have valid proxies in your database and more you may generate fake hit.
OTHER INFORMATION
This small script use PHP 5.0/MySQL language and cURL library to run the automated task.










Here .. it says : Table ‘test_db.ads_proxies’ doesn’t exist!
If fact on the SQL this does not exist. Is the SQL correct? Can you post a more complete SQL source for the database?
Thanks..
John
A mistake was found in the previous database.sql file ! Rename your table to be ads_proxies instead of proxies or delete it and replace it by the one present in the zip file freshly updated …
I have follow all steps, but I get
Forbidden
You don’t have permission to access /php-hit-generator/execute.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
If you are loading the script from your browser, simply delete the .htaccess and it will work !