Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   Dutch Source (http://www.bvlist.com/showthread.php?t=315)

venco 28th December 2009 17:28

Can someone post a modded version of "Dutch Source" here ?

Edgein 30th December 2009 11:30

Just get my post http://bvlist.com/8553-post11.html

and start with modding

grtzz edgein

hawaii22 24th September 2010 13:23

hello
 
I have 2 problems ?

The tracker says:

Code:

tracker sending null data
and when i download a torrent from my site u torrent limewire bittorrent says:

Code:

invalid torrent file

honeybeeman 15th November 2011 00:21

problem with source
 
hello

i have installed the dutch source with nzb and i have vars and secret filt with my information.

but i see white page if i go to my site with the massage 404

what do i wrong ?????

greetings Honeybee

ps sorry for my bad English i,am dutch

urliks 15th November 2011 00:28

Quote:

Originally Posted by Fynnon (Post 1223)
A TBDev based source !

Put in your root everything inside the Upload folder

Import the database form the Database folder

Edit vars.php locaded in /include folder.

Edit secrets.php

(for XAMPP installers go tho localhost/phpmyadmin - table users - make youreselfe level 8)

Good luck!

This source is in Dutch !
(Netherlands aka Holland)

-needs translation to english-


Make a screen from tracker

Timisoreanul 16th November 2011 02:40

1 Attachment(s)
Quote:

Originally Posted by urliks (Post 31178)
Make a screen from tracker

A screenshot with mod panel.

Edgein 16th November 2011 07:38

Quote:

i have installed the dutch source with nzb and i have vars and secret filt with my information.

but i see white page if i go to my site with the massage 404

what do i wrong ?????
fil in the bittorrent.php

grtzz Edgein

honeybeeman 3rd December 2011 04:14

the bittorrent.php cant not changed in this script

i have fill in the vars.php and the secrets.php but the site is blank on my server.

i think this script dont work anymore

otherwise i dont now wath i do wrong ???

Edgein 3rd December 2011 13:49

Quote:

Originally Posted by honeybeeman (Post 31476)
the bittorrent.php cant not changed in this script

i have fill in the vars.php and the secrets.php but the site is blank on my server.

i think this script dont work anymore

otherwise i dont now wath i do wrong ???


@bittorrent.php

PHP Code:

// ----- Global variables for NZB Mod - you must change these!
// Your site name as it will appear in the names of the nzb files - DON'T use spaces & keep it as short as poss! Recommended format is in the example
$SITENAME4FILE "MyMintSite.com";
// Your site's slogan - added into the comment in NZB's
$SITESLOGAN "NZB slogan";
// Your NZB retention - how long in days you will keep NZB's on the site for (goes from the date of posting on Usenet) - maximum I'd recommend is 70 days
$SITENZBRETENTION 70;
// Path to your NZB Directory, no leading or trailing slashes
$SITENZBDIR "nzbs";
// Maximum NZB size allowed to be uploaded (in bytes), example is 15MB
$MAXNZBSIZE 15000000;
// ----- End NZB Global variables

$SITE_ONLINE true;
$SITE_ONLINE_MSG "Wij zijn bezig met een kortstondig onderhoud aan de server, duurt enkele minuten.";

$DONOR_ADMIN 1;

//$ONDERHOUD = "Er wordt momenteel onderhoud gepleegd aan de server en de site, ons excuus voor eventueel ongemak.";

$krediet_groot 4;
//error_reporting(0);
$donatie_klein 1.5*1024*1024*1024;
$donatie_groot 7.5*1024*1024*1024;
$donatie_maanden 35*1024*1024*1024;
$ratio_klein 3*1024*1024*1024;
$ratio_groot 15*1024*1024*1024;

$max_torrent_size 1000000;
$max_cover_size 10*1024*1024;
$announce_interval 2800;

$signup_timeout 86400 14;
$minvotes 1;
$max_dead_torrent_time 24 3600;

$maxusers 14000;
$invites 15000;

$torrent_dir "torrents";
$cover_dir "covers";
$screens_dir "screens";
$avatar_dir "avatar";

$announce_urls = array();
$announce_urls[] = "http://jou site/announce.php";
$announce_site "http://jou site/announce.php";

if (
$_SERVER["HTTP_HOST"] == "")
    
$_SERVER["HTTP_HOST"] = $_SERVER["SERVER_NAME"];

$BASEURL "http://" $_SERVER["HTTP_HOST"];

//if ($BASEURL != http://jou site")
//    header("Refresh: 0; url=http://jou site/error_pages/goto.php");

$DEFAULTBASEURL "http://jou site";
$PEERLIMIT 50000;
$SITEEMAIL "";
$TORRENTEMAIL "";
$RECOVEREMAIL "";
$SITE_NAME "jou site naam";
$pic_base_url "/pic/"


honeybeeman 3rd December 2011 13:56

thnx Edgein fot your help

the script is running now finaly

i have only one ask ?

how can i put a massage line(berichtenbalk) on top of the site
is that a script ore what?


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

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