Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Need some help installing? (http://www.bvlist.com/showthread.php?t=8726)

KnightRaider 6th January 2013 08:09

Need some help installing?
 
Hello there guys and gals at BV list, I need some help installing PHPmybittorrent, as I am using the latest Xampp 1.8.1 and have it all port forwarded, but when I go to /setup/index.php I get nothing but a white blank page and no installation or nothing? So please help?

-KnightRaider.

Bump: bump please help :).

x360zone 6th January 2013 10:35

hi
 
not the best way to test a tracker as most will say
one reason i offer cheap hosting cpanel from 0.50p per month great for testing and getting your tracker ready to go live

joeroberts 7th January 2013 00:59

this is caused by the new release of php
open 2 files
include/config.php
setup/index.php
find and replace
Code:

if (!ini_get("register_globals")) {
    @import_request_variables("GPC");
}

with
Code:

if (!ini_get("register_globals")) {
  extract($_REQUEST, EXTR_PREFIX_SAME,'GPS');
}


wMan 7th January 2013 01:41

that should do it joe that never cost 0,50:drink:


All times are GMT +2. The time now is 14:05.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.