Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   NetManiack v1.6 (http://www.bvlist.com/showthread.php?t=1)

darksone 2nd June 2010 13:45

http://img404.imageshack.us/img404/8734/81101613.png

how to make active torrents???
how to add in headbar "Invites : 10"???
help please

hywel 2nd June 2010 15:28

@darksone

well if you want to make the torrents active then you have to start seeding the torrent first

to add the invites in the statusbar you have to have the invite mod first then you can add this code:

Code:

Invites:
thats it:drink:

darksone 2nd June 2010 15:47

Code:

"Please redownload torrent and start seeding. Note that the  torrent won't be visible until you do that!"
How to seeding torrent for my tracker....
my tracker is http://86.123.185.93

why I still show even if you upload a torrent that gave seeds "Please redownload torrent and start seeding. Notes that the visible torrent Will not Be Until you do that!"

hywel 2nd June 2010 21:41

ok listen darksone after you upload any torrent file to your site you must redownload that torrent file because the info hash is added to the torrent file . and once you start seeding that torrent then only it will be visible in the browse page hope you get what i mean.:drink:

darksone 3rd June 2010 08:51

Why, when a user approves showed me this:

http://img714.imageshack.us/img714/9120/72737031.png

RaZoRandrey 5th June 2010 07:56

Hi:drink:

I use this source and it`s very good, but i still have a problem with all torrents, are make red and in utorrent client i see it
PHP Code:

http://tracker.com/announce.php?passkey=20db9a12bae41f47120e150ae6770942    HTTP Error 503 

Please some help, please :wild: and I appreciate.

darksone 25th June 2010 16:58

Register
 
I Using netmaniack 1.6 and when someone problem,when someone is doing its account, not to send her confirmation

extremervd 26th June 2010 14:51

I don't see the header,it's replaced by the text: "Home"
How to solve this? :sos:

COR72Z 30th June 2010 18:16

Tbdev netmaniack 1.6
 
How i can change the classes?

:sos:

Subzero 30th June 2010 19:22

If you don't know how to change the user classes i really wouldn't recommend this code (untill you have some php & Mysql knowledge behind you) as said before it has security holes everywhere.

But far be it for me to stop you lol.

so here you are

Go to include >> Global.php

find
PHP Code:

define ('UC_USER'0);
define ('UC_POWER_USER'1);
define ('UC_VIP'2);
define ('UC_UPLOADER'3);
define ('UC_GOLD'4);
define ('UC_MODERATOR'5);
define ('UC_ADMINISTRATOR'6);
define ('UC_SYSOP'7);

function 
get_user_class()
{
  global 
$CURUSER;
  return 
$CURUSER["class"];
}

function 
get_user_class_name($class)
{
  switch (
$class)
  {
    case 
UC_USER: return "User";

    case 
UC_POWER_USER: return "Power user";

    case 
UC_VIP: return "VIP";

    case 
UC_UPLOADER: return "Uploader";
    
    case 
UC_GOLD: return "Gold";

    case 
UC_MODERATOR: return "Moderator";

    case 
UC_ADMINISTRATOR: return "Administrator";

    case 
UC_SYSOP: return "SysOp";
  }
  return 
"";


and change as you like :ok:


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

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