| speed test hack [message #4376] |
Sun, 04 July 2010 10:16  |
firefly007  Messages: 79 Registered: May 2010 |
Seeder |
|
|
<?php
/*
*------------------------------phpMyBitTorrent V 2.0.4-------------------------*
*--- The Ultimate BitTorrent Tracker and BMS (Bittorrent Management System) ---*
*-------------- Created By Antonio Anzivino (aka DJ Echelon) --------------*
*------------- http://www.p2pmania.it -------------*
*------------ Based on the Bit Torrent Protocol made by Bram Cohen ------------*
*------------- http://www.bittorrent.com -------------*
*------------------------------------------------------------------------------*
*------------------------------------------------------------------------------*
*-- This program is free software; you can redistribute it and/or modify --*
*-- it under the terms of the GNU General Public License as published by --*
*-- the Free Software Foundation; either version 2 of the License, or --*
*-- (at your option) any later version. --*
*-- --*
*-- This program is distributed in the hope that it will be useful, --*
*-- but WITHOUT ANY WARRANTY; without even the implied warranty of --*
*-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --*
*-- GNU General Public License for more details. --*
*-- --*
*-- You should have received a copy of the GNU General Public License --*
*-- along with this program; if not, write to the Free Software --*
*-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --*
*-- --*
*------------------------------------------------------------------------------*
*------ ©2009 phpMyBitTorrent Development Team ------*
*----------- http://phpmybittorrent.com -----------*
*------------------------------------------------------------------------------*
*----------------- Sunday, September 14, 2008 9:05 PM ---------------------*
*/
if (eregi("main.php",$_SERVER["PHP_SELF"])) die ("You can't access this file directly");
define("IN_PMBT",true);
include("header.php");
OpenTable("Speed test");
?>
<iframe src="********/speedtest/meter.php" width=900 height=1000 align=right>
This is an in-line frame. You can <a href="">framesrc.html</a> and then hit your back arrow to return to the page.
</iframe>';
<?
CloseTable();
include("footer.php");
?>
This is for mybitorrent 2 and up.
call this file speedtest.php
make sure you replace the stars with your site url.
Then download the rar file and copy to root.
then unrar and upload dir keeping the file in the folder
Attachment: speed.rar
(Size: 3.17KB, Downloaded 107 times)

http://www.gower.co.za
[Updated on: Thu, 22 July 2010 23:18] Report message to a moderator
|
|
|
| Re: speed test hack [message #5080 is a reply to message #4376] |
Sun, 21 November 2010 14:47  |
TryHarder  Messages: 18 Registered: April 2010 |
Leecher |
|
|
here's what i use as speedtest.php
<?php
/*
*----------------------------phpMyBitTorrent V 2.0.4---------------------------*
*--- The Ultimate BitTorrent Tracker and BMS (Bittorrent Management System) ---*
*-------------- Created By Antonio Anzivino (aka DJ Echelon) --------------*
*------------------- And Joe Robertson (aka joeroberts) -------------------*
*------------- http://www.p2pmania.it -------------*
*------------ Based on the Bit Torrent Protocol made by Bram Cohen ------------*
*------------- http://www.bittorrent.com -------------*
*------------------------------------------------------------------------------*
*------------------------------------------------------------------------------*
*-- This program is free software; you can redistribute it and/or modify --*
*-- it under the terms of the GNU General Public License as published by --*
*-- the Free Software Foundation; either version 2 of the License, or --*
*-- (at your option) any later version. --*
*-- --*
*-- This program is distributed in the hope that it will be useful, --*
*-- but WITHOUT ANY WARRANTY; without even the implied warranty of --*
*-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --*
*-- GNU General Public License for more details. --*
*-- --*
*-- You should have received a copy of the GNU General Public License --*
*-- along with this program; if not, write to the Free Software --*
*-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --*
*-- --*
*------------------------------------------------------------------------------*
*------ ©2010 phpMyBitTorrent Development Team ------*
*----------- http://phpmybittorrent.com -----------*
*------------------------------------------------------------------------------*
*-------------------- Sunday, May 17, 2009 1:05 AM ------------------------*
*/
if (defined('IN_PMBT'))die ("You can't include this file");
define('IN_PMBT', true);
include("header.php");
OpenTable("SPEEDTEST");
?>
<center>
<iframe src="http://www.speedtest.net/mini/speedtest.swf?v=2.0.7" name="minitest" width="700" height="450" scrolling="no"></iframe>
<center><font size=5>Speed Test requires at least version 7 of Flash. <a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Please update your client<size></center>
</center>
<?
CloseTable();
include ("footer.php");
?>
|
|
|