Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #111  
Old 2nd June 2010, 13:45
darksone darksone is offline
Member
 
Join Date: May 2010
P2P
Posts: 6
Default
Click the image to open in full size.

how to make active torrents???
how to add in headbar "Invites : 10"???
help please
Reply With Quote
  #112  
Old 2nd June 2010, 15:28
hywel hywel is offline
Member
 
Join Date: Apr 2010
P2P
Posts: 5
Default
@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:
<font color=blue>Invites:</font><font color=white><?php echo htmlspecialchars($CURUSER['invites']);?></font>
thats it
Reply With Quote
  #113  
Old 2nd June 2010, 15:47
darksone darksone is offline
Member
 
Join Date: May 2010
P2P
Posts: 6
Default
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!"

Last edited by darksone; 2nd June 2010 at 17:28.
Reply With Quote
  #114  
Old 2nd June 2010, 21:41
hywel hywel is offline
Member
 
Join Date: Apr 2010
P2P
Posts: 5
Default
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.
Reply With Quote
  #115  
Old 3rd June 2010, 08:51
darksone darksone is offline
Member
 
Join Date: May 2010
P2P
Posts: 6
Default
Why, when a user approves showed me this:

Click the image to open in full size.
Reply With Quote
  #116  
Old 5th June 2010, 07:56
RaZoRandrey RaZoRandrey is offline
Member
 
Join Date: May 2009
P2P
Posts: 8
Exclamation
Hi

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 and I appreciate.
Reply With Quote
  #117  
Old 25th June 2010, 16:58
darksone darksone is offline
Member
 
Join Date: May 2010
P2P
Posts: 6
Default Register
I Using netmaniack 1.6 and when someone problem,when someone is doing its account, not to send her confirmation
Reply With Quote
  #118  
Old 26th June 2010, 14:51
extremervd extremervd is offline
Member
 
Join Date: Jun 2010
P2P
Posts: 4
Default
I don't see the header,it's replaced by the text: "Home"
How to solve this?
Reply With Quote
  #119  
Old 30th June 2010, 18:16
COR72Z COR72Z is offline
Member
 
Join Date: Jun 2010
P2P
Posts: 4
Default Tbdev netmaniack 1.6
How i can change the classes?

Reply With Quote
  #120  
Old 30th June 2010, 19:22
Subzero's Avatar
Subzero Subzero is offline
Coder
 
Join Date: Jul 2008
P2P
Posts: 190
Default
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
Reply With Quote
Reply

Tags
netmaniack , v16


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Netmaniack v1.6 Strikey TBDev 6 8th August 2009 21:49
[Netmaniack 1.5] TBDev error Rockstarinsh TBDev 5 14th January 2009 17:46
Netmaniack 1.4 Problem BlOoDyio Community Cafe 1 5th January 2009 13:22
Iso Torrents By Netmaniack Subzero Downloads 9 10th October 2008 09:28
NetManiack v1.6 remove TTL darknirvana TBDev 0 23rd July 2008 07:52



All times are GMT +2. The time now is 23:21. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.