Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Friday at 7:43 PM
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Thursday at 9:24 AM
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Wednesday at 9:58 PM
Ad icon
Video Content Creator
pramukag
Updated:
Jun 28, 2026
Ad icon
QA Engineer Intern
pramukag
Updated:
Jun 28, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
Machanla mee web traffic gana
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="~&gt;කුරුමිට්ටා&lt;~" data-source="post: 10767451" data-attributes="member: 367451"><p><strong> UHits – PHP proxy hits generator</strong></p><p></p><p> </p><p></p><p> This scripts uses free proxies to generate fake hits to specified website.</p><p> <strong>Script Files</strong></p><p></p><p> </p><ul> <li data-xf-list-type="ul"><strong>proxy.txt</strong> – is a text file containing all proxy information</li> <li data-xf-list-type="ul"><strong>proxy.php</strong> – does all the work of generating scripts</li> </ul><p>Both files need to be saved in the same directory on your server.</p><p> <strong>proxy.txt</strong></p><p></p><p> Create a text file called proxy.txt and add one proxy address with port number per line:</p><p> <a href="http://www.emirplicanic.com/php/uhits-php-proxy-hits-generator#" target="_blank">?</a></p><p>1</p><p>2</p><p>3</p><p>207.156.32.23:80</p><p>203.156.35.123:8080</p><p>154.166.32.23:444</p><p></p><p></p><p></p><p> Make sure to save this file in the same directory as <strong>proxy.php</strong>. Script is ran using Cron-jobs, so you’ll need to know how to set one up on your server.</p><p> <strong>proxy.php</strong></p><p></p><p> <a href="http://www.emirplicanic.com/php/uhits-php-proxy-hits-generator#" target="_blank">?</a></p><p>1</p><p>2</p><p>3</p><p>4</p><p>5</p><p>6</p><p>7</p><p>8</p><p>9</p><p>10</p><p>11</p><p>12</p><p>13</p><p>14</p><p>15</p><p>16</p><p>17</p><p>18</p><p>19</p><p>20</p><p>21</p><p>22</p><p>23</p><p>24</p><p>25</p><p>26</p><p>27</p><p>28</p><p>29</p><p>30</p><p>31</p><p>32</p><p>33</p><p>34</p><p>35</p><p>36</p><p>37</p><p>38</p><p>39</p><p>40</p><p>41</p><p>42</p><p>43</p><p>44</p><p>45</p><p>46</p><p>47</p><p>//Let's make sure no warrnings are displayed by PHP</p><p>error_reporting(0);</p><p>// Specify url that shoud receive hits</p><p>// make sure to include trailing slash "/" at the end of folders</p><p>$url_1 = "<a href="http://www.yourdomain.com/" target="_blank">http://www.yourdomain.com/</a>";</p><p> </p><p>// Specify your server and port</p><p>$myserver = "yourdomain.com:80";</p><p> </p><p>// Specify how many hits to receive every time the script is run</p><p>// Selecting more then 5 may not work</p><p>$randnr = 2;</p><p> </p><p>//read proxy file</p><p>$proxies = file("proxy.txt");</p><p>//now we will get a random proxy address from the proxies.txt file</p><p> $getrand = array_rand($proxies, $randnr);</p><p> for($x=0;$x<$randnr; $x++){</p><p>//setting time limit to zero will ensure the script doesn't get timed out</p><p> set_time_limit(0);</p><p>//now we will separate proxy address from the port</p><p> $PROXY_URL=$proxies[$getrand[$x]];</p><p> $proxyarr = explode(":", $PROXY_URL);</p><p> $address = trim($proxyarr[0]);</p><p> $port = trim($proxyarr[1]);</p><p>//following code generates the header file</p><p> $headerinfo =array(</p><p> 'User-Agent' => 'UHits/1.0 ('.$myserver.')',</p><p> 'Accept' => 'image/gif, image/x-xbitmap, image/jpeg, image/png, */*',</p><p> 'Pragma' => 'no-cache',</p><p> 'Connection' => 'keep-alive');</p><p> reset($headerinfo);</p><p>//now we are ready to reach our website through the proxy</p><p> $fp=fsockopen($address,$port);</p><p> if($fp) {</p><p> fputs($fp,"GET $url_1 HTTP/1.1rn");</p><p> fputs($fp,"Host: $myserverrn");</p><p> reset($headerinfo);</p><p> while(list($header,$value)=each($headerinfo)) {</p><p> fputs($fp,"$header: $valuern");</p><p> //let's give the script some time to execute</p><p> sleep(2);</p><p> } //end while</p><p> fputs($fp,"rn");</p><p> fclose($fp);</p><p> } //end if</p><p> } //end for</p><p></p><p></p><p></p><p> <strong>Cron Job</strong></p><p></p><p> Using cron jobs you can set up the script to execute every hour or minute or every 3 minutes. Here are some cron job examples.</p><p>GET http://yourdomain.com/proxy.php> /dev/null</p><p>or</p><p>wget -q http://yourdomain.com/proxy.php> /dev/null</p></blockquote><p></p>
[QUOTE="~>කුරුමිට්ටා<~, post: 10767451, member: 367451"] [B] UHits – PHP proxy hits generator[/B] This scripts uses free proxies to generate fake hits to specified website. [B]Script Files[/B] [LIST] [*][B]proxy.txt[/B] – is a text file containing all proxy information [*][B]proxy.php[/B] – does all the work of generating scripts [/LIST] Both files need to be saved in the same directory on your server. [B]proxy.txt[/B] Create a text file called proxy.txt and add one proxy address with port number per line: [URL="http://www.emirplicanic.com/php/uhits-php-proxy-hits-generator#"]?[/URL] 1 2 3 207.156.32.23:80 203.156.35.123:8080 154.166.32.23:444 Make sure to save this file in the same directory as [B]proxy.php[/B]. Script is ran using Cron-jobs, so you’ll need to know how to set one up on your server. [B]proxy.php[/B] [URL="http://www.emirplicanic.com/php/uhits-php-proxy-hits-generator#"]?[/URL] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 //Let's make sure no warrnings are displayed by PHP error_reporting(0); // Specify url that shoud receive hits // make sure to include trailing slash "/" at the end of folders $url_1 = "[URL]http://www.yourdomain.com/[/URL]"; // Specify your server and port $myserver = "yourdomain.com:80"; // Specify how many hits to receive every time the script is run // Selecting more then 5 may not work $randnr = 2; //read proxy file $proxies = file("proxy.txt"); //now we will get a random proxy address from the proxies.txt file $getrand = array_rand($proxies, $randnr); for($x=0;$x<$randnr; $x++){ //setting time limit to zero will ensure the script doesn't get timed out set_time_limit(0); //now we will separate proxy address from the port $PROXY_URL=$proxies[$getrand[$x]]; $proxyarr = explode(":", $PROXY_URL); $address = trim($proxyarr[0]); $port = trim($proxyarr[1]); //following code generates the header file $headerinfo =array( 'User-Agent' => 'UHits/1.0 ('.$myserver.')', 'Accept' => 'image/gif, image/x-xbitmap, image/jpeg, image/png, */*', 'Pragma' => 'no-cache', 'Connection' => 'keep-alive'); reset($headerinfo); //now we are ready to reach our website through the proxy $fp=fsockopen($address,$port); if($fp) { fputs($fp,"GET $url_1 HTTP/1.1rn"); fputs($fp,"Host: $myserverrn"); reset($headerinfo); while(list($header,$value)=each($headerinfo)) { fputs($fp,"$header: $valuern"); //let's give the script some time to execute sleep(2); } //end while fputs($fp,"rn"); fclose($fp); } //end if } //end for [B]Cron Job[/B] Using cron jobs you can set up the script to execute every hour or minute or every 3 minutes. Here are some cron job examples. GET http://yourdomain.com/proxy.php> /dev/null or wget -q http://yourdomain.com/proxy.php> /dev/null [/QUOTE]
Insert quotes…
Verification
Payakata winadi keeyak tibeda?
Post reply
Top
Bottom