Backend Development

Fake your speedtest result!

Submitted by Ecstasy, , Thread ID: 11735

Thread Closed
Ecstasy
Web Development and Security
Level:
0
Reputation:
107
Posts:
816
Likes:
79
Credits:
252
23-10-2015, 11:16 PM
#1
Would you like to fake your speedtest result? :yus:
Then Donut look anymore!



PHP Code:
<?php
$down 
'999'.'925'// 999 = Mbps . 925 = dcimal
$up '999'.'794'// 999 = Mbps . 794 = dcimal
$ping 16;
$server '3729';
$accuracy 8;
$hash md5("$ping-$up-$down-297aae72");
$headers = Array(
   
'POST /api/api.php HTTP/1.1',
   
'Host: www.speedtest.net',
   
'User-Agent: DrWhat Speedtest',
   
'Content-Type: application/x-www-form-urlencoded',
   
'Origin: http://c.speedtest.net',
   
'Referer: http://c.speedtest.net/flash/speedtest.swf',
   
'Cookie: PLACE YOUR COOKIE HERE',
   
'Connection: Close'
  
);
  
$post "startmode=recommendedselect&promo=&upload=$up&accuracy=$accuracy&recommendedserverid=$server&serverid=$server&ping=$ping&hash=$hash&download=$down";
  
//$post = urlencode($post);
  
$ch curl_init();
  
curl_setopt($chCURLOPT_URL'http://www.speedtest.net/api/api.php');
  
curl_setopt($chCURLOPT_ENCODING"" );
  
curl_setopt($chCURLOPT_POST1);
  
curl_setopt($chCURLOPT_POSTFIELDS$post);
  
curl_setopt($chCURLOPT_HTTPHEADER$headers);
  
curl_setopt($chCURLOPT_RETURNTRANSFER1);
  
curl_setopt($chCURLOPT_FRESH_CONNECT1);
  
$data curl_exec($ch);
  foreach (
explode('&'$data) as $chunk) {
   
$param explode("="$chunk);
   if (
urldecode($param[0])== "resultid"){
   print 
'http://www.speedtest.net/my-result/'.urldecode($param[1]).' Speed test spoof.';
   }
  }
?>
It's Pretty easy to Edit your Up and Down,
Enjoy Smile
Private Investigation Services
Pm / Contact me

RE: Fake your speedtest result!

Addicted
Freak
Divine
Level:
0
Reputation:
105
Posts:
2.77K
Likes:
130
Credits:
9.94K
23-10-2015, 11:21 PM
#2
Cool share, I will try this out.

RE: Fake your speedtest result!

Coin
Level:
0
Reputation:
59
Posts:
1.13K
Likes:
54
Credits:
243
23-10-2015, 11:25 PM
#3
Y would u do it lel?

RE: Fake your speedtest result!

Ecstasy
Web Development and Security
Level:
0
Reputation:
107
Posts:
816
Likes:
79
Credits:
252
OP
23-10-2015, 11:27 PM
#4
23-10-2015, 11:25 PM
Kill Wrote:
Y would u do it lel?

Idk, I thought it was pretty cool to share Tongue I'm sure some people would find a use for it Tongue
Private Investigation Services
Pm / Contact me

RE: Fake your speedtest result!

Addicted
Freak
Divine
Level:
0
Reputation:
105
Posts:
2.77K
Likes:
130
Credits:
9.94K
23-10-2015, 11:29 PM
#5
Is the max you can do for up and down 250.00 ?

RE: Fake your speedtest result!

Ecstasy
Web Development and Security
Level:
0
Reputation:
107
Posts:
816
Likes:
79
Credits:
252
OP
23-10-2015, 11:30 PM
#6
23-10-2015, 11:29 PM
Addicted Wrote:
Is the max you can do for up and down 250.00 ?

$down='999'.'925';//999=Mbps.925=dcimal
$up='999'.'794';//999=Mbps.794=dcimal

I think it's 999
Private Investigation Services
Pm / Contact me

RE: Fake your speedtest result!

Addicted
Freak
Divine
Level:
0
Reputation:
105
Posts:
2.77K
Likes:
130
Credits:
9.94K
23-10-2015, 11:34 PM
This post was last modified: 23-10-2015, 11:36 PM by Addicted
#7
23-10-2015, 11:30 PM
Ecstasy Wrote:
23-10-2015, 11:29 PM
Addicted Wrote:
Is the max you can do for up and down 250.00 ?

$down='999'.'925';//999=Mbps.925=dcimal
$up='999'.'794';//999=Mbps.794=dcimal

I think it's 999

That gives me http://www.speedtest.net/my-result/4771237896

PHP Code:
$down '1999'.'999'// 999 = Mbps . 925 = dcimal
$up '1999'.'999'// 999 = Mbps . 794 = dcimal 

Gives me 250.00

RE: Fake your speedtest result!

Ecstasy
Web Development and Security
Level:
0
Reputation:
107
Posts:
816
Likes:
79
Credits:
252
OP
23-10-2015, 11:58 PM
#8
23-10-2015, 11:34 PM
Addicted Wrote:
23-10-2015, 11:30 PM
Ecstasy Wrote:
23-10-2015, 11:29 PM
Addicted Wrote:
Is the max you can do for up and down 250.00 ?

$down='999'.'925';//999=Mbps.925=dcimal
$up='999'.'794';//999=Mbps.794=dcimal

I think it's 999

That gives me http://www.speedtest.net/my-result/4771237896

PHP Code:
$down '1999'.'999'// 999 = Mbps . 925 = dcimal
$up '1999'.'999'// 999 = Mbps . 794 = dcimal 

Gives me 250.00

I don't think you can go above 999.
Private Investigation Services
Pm / Contact me

RE: Fake your speedtest result!

Faded
Legend
Level:
21
Reputation:
215
Posts:
10.2K
Likes:
1.12K
Credits:
15K
24-10-2015, 12:04 AM
#9
Too bad my internet isn't shit :hurr:
[Image: InZ3hGx.png]

RE: Fake your speedtest result!

Illuminatus
Fulltime Member
Level:
0
Reputation:
62
Posts:
1.57K
Likes:
59
Credits:
95
24-10-2015, 03:55 AM
#10
Why would you fake your speedtest result?
Do not allow the eye to fool the mind.

Users browsing this thread: 1 Guest(s)