Forums Logo

Please Register to access IPBTracker Modification's and for support.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Ibitzy 0.4 BETA BUGFIX, Fixes problem with piratesbay pluggin not working.
beeman
post Today, 12:06 AM
Post #1


Kiss My Stinger
***

Group: Administrators
Posts: 45
Joined: 31-March 06
Member No.: 2



Simply REPLACE your existing class_spider.php with the one attached below

IMPORTANT If your using a modded version of ibitzy please follow the manual instructions below DO NOT upload the attached class_spider.

MANUAL FIX

in class_spider.php
(in the direct_connect function) find (around line 174)

CODE

@fwrite( $fp, "POST {$this->vars->spider_path} HTTP/1.1\r\nHost: {$this->vars->spider_root_addr}\r\n{$this->vars->cookies}Connection: Keep-Alive\r\n\r\n" );


and REPLACE with

CODE

@fwrite( $fp, "POST {$this->vars->spider_path} HTTP/1.1\r\nHost: {$this->vars->spider_root_addr}\r\n{$this->vars->cookies}Connection: Keep-Alive\r\nContent-Length: 0\r\n\r\n" );


Attached File(s)
Attached File  class_spider.php ( 15.79k ) Number of downloads: 4
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 20th June 2007 - 03:45 PM