Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   DHT upload mod (http://www.bvlist.com/showthread.php?t=7801)

Chez 4th April 2012 17:49

DHT upload mod
 
2 Attachment(s)
This mod allows to upload others torrents from other sites to your tracker. I see that most of you want this mod so i decided to post it here to help others!

In SQL/phpmyadmin add this
Quote:

ALTER TABLE torrents ADD `external` blob ;
and in your source add the attached files:

To upload with DHT just run in your browser http://yourtrackerurl/uploaddht.php

That's all...i hope that can help you!:friend::ok::drink:

kapel12 11th May 2012 22:57

Warning: require_once(include/tracker.php) [function.require-once]: failed to open stream: No such file or directory in /home/a5302955/public_html/uploaddht.php on line 2



Fatal error: require_once() [function.require]: Failed opening required 'include/tracker.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a5302955/public_html/uploaddht.php on line 2

Chez 12th May 2012 17:41

Solve
 
Quote:

Originally Posted by kapel12 (Post 34708)
Warning: require_once(include/tracker.php) [function.require-once]: failed to open stream: No such file or directory in /home/a5302955/public_html/uploaddht.php on line 2



Fatal error: require_once() [function.require]: Failed opening required 'include/tracker.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a5302955/public_html/uploaddht.php on line 2

this error is showing because you have bittorrent.php and in uploaddht.php
and takeextern.php at line 2 is tracker.php...just replace tracker.php from uploaddht and takeextern.php with bittorrent.php

kapel12 14th May 2012 22:53

Quote:

Originally Posted by Chez (Post 34717)
this error is showing because you have bittorrent.php and in uploaddht.php
and takeextern.php at line 2 is tracker.php...just replace tracker.php from uploaddht and takeextern.php with bittorrent.php


Fatal error: Call to undefined function stdhead() in /home/a2617642/public_html/uploaddht.php on line 3

sammygo 15th May 2012 08:47

1 Attachment(s)
Take this one.

kapel12 16th May 2012 19:50

//

Bigjoos 16th May 2012 21:28

PHP Code:

scrape_check($id); 

So what happens when that missing function is called ? No much except errors, pays to check scripts over when posting i would say.

kapel12 16th May 2012 22:36

Quote:

Originally Posted by sammygo (Post 34767)
Take this one.


Fatal error: Call to undefined function dbconn() in /home/a2617642/public_html/takeextern.php on line 13

ajax 17th May 2012 01:48

DHT sucks. :sad:

Chez 18th May 2012 15:21

Solve
 
What kind of source you have?


All times are GMT +2. The time now is 08:56.

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