Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #51  
Old 9th October 2008, 20:52
ElemenT^ ElemenT^ is offline
Member
 
Join Date: Oct 2008
Posts: 14
Default
error again
Click image for larger version

Name:	33o386q.jpg
Views:	117
Size:	74.5 KB
ID:	417
help :girl:
Reply With Quote
  #52  
Old 10th October 2008, 14:25
Subzero's Avatar
Subzero Subzero is offline
Coder
 
Join Date: Jul 2008
P2P
Posts: 190
Default
Well Then There's A Msql Missing m8
Reply With Quote
  #53  
Old 10th October 2008, 20:12
ElemenT^ ElemenT^ is offline
Member
 
Join Date: Oct 2008
Posts: 14
Default
and what can I do?
Reply With Quote
  #54  
Old 10th October 2008, 20:19
Dragan3591's Avatar
Dragan3591 Dragan3591 is offline
Senior Member
 
Join Date: Oct 2008
United States
Posts: 168
Default
Add that part of sql in your db
__________________
CLICK HERE FOR IMPORTANT NEWS FROM BVLIST!!

"Always do sober what you said you'd do drunk. That will teach you to keep your mouth shut."
Ernest Hemingway.

"A positive attitude will not solve all your problems, but it will annoy enough people to make it worth the effort."
Herm Albright.
Reply With Quote
  #55  
Old 10th October 2008, 20:40
ElemenT^ ElemenT^ is offline
Member
 
Join Date: Oct 2008
Posts: 14
Default
i rezolved the problem
and now,how create account sysop?

Last edited by ElemenT^; 12th October 2008 at 19:12.
Reply With Quote
  #56  
Old 13th October 2008, 02:20
al_ltoticmat al_ltoticmat is offline
Senior Member
 
Join Date: Oct 2008
Posts: 44
Default
1. How to allow BitComet Client?

2. When my members register and get an email verification from my tracker. They click the link that appears to confirm user.
But they got this page

Not Found

Sorry pal :(

Last edited by al_ltoticmat; 13th October 2008 at 09:45.
Reply With Quote
  #57  
Old 14th October 2008, 08:55
ElemenT^ ElemenT^ is offline
Member
 
Join Date: Oct 2008
Posts: 14
Default
How can I make the sysop?
Reply With Quote
  #58  
Old 14th October 2008, 09:25
Subzero's Avatar
Subzero Subzero is offline
Coder
 
Join Date: Jul 2008
P2P
Posts: 190
Default
Do you mean how do you make a user sysop ? if so has to be done trow the database then go to users then to that username then edit>>>>class and enter the sysop number there
Reply With Quote
  #59  
Old 14th October 2008, 13:23
al_ltoticmat al_ltoticmat is offline
Senior Member
 
Join Date: Oct 2008
Posts: 44
Default
1.How to allow BitComet Client?

2.When my site was close registration, I can provide users in my web site invite their friends.

What is this mod?

3.When I uploaded finish, my torrent doesn't appear at browse.php
My utorrent is red....
And when I seed, I see 0 seeder(s), 0 leecher(s) = 0 peer(s) total only..

Thank you for answer.

Last edited by al_ltoticmat; 15th October 2008 at 17:24.
Reply With Quote
  #60  
Old 7th January 2009, 11:50
soconel soconel is offline
Member
 
Join Date: Jan 2009
Default
Posts: 1
Default ANYONE HEEELP ME


At step 12 i make avrything that say and nothing tell me why look how my script look
Quote:
$lmaxsysop = 4; // How many sysop account on your website? write here..
$lmaxclass = 6; // Max. Class, e.g: mine is: define ("UC_SYSOP", 8);
$lsysopnames = array(ArminVB); // Case sensitive.
$query = mysql_query("SELECT COUNT(id) AS total FROM users WHERE class >= $lmaxclass") or sqlerr(__FILE__, __LINE__); // get total sysops
list($info['maxsysop']) = mysql_fetch_row($query); // list

if ($info['maxsysop'] > $lmaxsysop)
if ($CURUSER['class'] >= $lmaxclass)
if (!in_array($CURUSER["username"], $lsysopnames)){
write_log(htmlstrip($CURUSER['username'])." changed themselves to class ".htmlstrip($CURUSER['class']).". Current page: $_SERVER[PHP_SELF], previous page: $_SERVER[HTTP_REFERER]");
mysql_query("UPDATE users set enabled='no' WHERE id=$CURUSER[id]");
$msg="Fake Account Detected: Username: ."]".$CURUSER["username"]." - UserID: ".$CURUSER["id"]." - UserIP : ".getip();
$subject="Fake account detected, greater than SysOp!";
mysql_query("INSERT INTO messages (poster, sender, receiver, added, msg, subject) VALUES(0, 0, 1, '" . get_date_time() . "', " .sqlesc($msg) . ", ".sqlesc($subject).")") or sqlerr(__FILE__, __LINE__);
stderr("Locked!","We come to believe you are using a fake account, therefore we've logged this action, and disabled your account!"); // die
}
if(get_user_class() >= UC_MODERATOR){
$adminids = array(ArminVB); // put your admins id in here like this (1,1553,956,12414)
if (!in_array($CURUSER['id'], $adminids)){
write_log(htmlstrip($CURUSER['username'])." changed themselves to class ".htmlstrip($CURUSER['class']).". Current page: $_SERVER[PHP_SELF], previous page: $_SERVER[HTTP_REFERER]");
mysql_query("UPDATE users set enabled='no' WHERE id=$CURUSER[id]");
$msg="Fake Account Detected: Username: ."]".$CURUSER["username"]." - UserID: ".$CURUSER["id"]." - UserIP : ".getip();
$subject="Fake account detected, not a Mod+!";
mysql_query("INSERT INTO messages (poster, sender, receiver, added, msg, subject) VALUES(0, 0, 1, '" . get_date_time() . "', " .sqlesc($msg) . ", ".sqlesc($subject).")") or sqlerr(__FILE__, __LINE__);
stderr("Locked!","We come to believe you are using a fake account, therefore we've logged this action, and disabled your account!");
Reply With Quote
Reply

Tags
edition , netmaniack tbdev source , tbdev , tobbies


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
TBDev Music Mania Edition hellix Downloads 43 14th August 2013 12:51
TBDev Modded Edition v1.3? jernej1 Community Cafe 3 29th January 2010 16:35
TBDev v2.0 Yuna Scatari Edition BEST TBDev 0 16th October 2009 19:49
TBDev Catarr Edition Beta 0.1 Mindfreak Downloads 9 30th July 2009 20:18
TBDev Bravo Edition ANDiTKO Community Cafe 17 19th August 2008 23:27



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