Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Help me (http://www.bvlist.com/showthread.php?t=1056)

Grom 25th September 2008 18:50

i have instalied TBDev v1.7 - [07.08.2008] - Tobbies edition based on netmaniack and how disabled NFO file REQUIRED...sory my bad english

and how disabled activation account

Did have some that knows that we help

Fynnon 26th September 2008 21:44

To disable the Account Activation you could try and use the NoMail AddOn from Nemaniack

You can find that here:
http://bvlist.com/tbdev-source/1-netmaniack-v1-6-a.html#post1

I don`t know how you could disable the NFO~

Kotafi 26th September 2008 21:49

Making NFO Optional ;)

In upload.php find the old line :

Code:

tr("NFO file", "(Required. Can only be viewed by power users.)\n", 1);
replace it with :
Code:

tr("NFO file", "(optional. Can only be viewed by power users)\n", 1);
In takeupload.php comment the lines out , so should look like this :

Code:

$nfofile = $_FILES['nfo'];
//if ($nfofile['name'] == '')
  /*bark("No NFO!");*/

//if ($nfofile['size'] == 0)
 /* bark("0-byte NFO");*/

if ($nfofile['size'] > 65535)
  bark("NFO is too big! Max 65,535 bytes.");

$nfofilename = $nfofile['tmp_name'];

//if (@!is_uploaded_file($nfofilename))
 // bark("NFO upload failed");



Taken from here: Board Message

Grom 26th September 2008 21:56

NFO good working...thank you very much my brother...


All times are GMT +2. The time now is 22:45.

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