Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   TBDev Tobbies Edition (http://www.bvlist.com/showthread.php?t=794)

ElemenT^ 9th October 2008 20:52

1 Attachment(s)
error again:wallbash:
Attachment 417
help :girl:

Subzero 10th October 2008 14:25

Well Then There's A Msql Missing m8

ElemenT^ 10th October 2008 20:12

and what can I do?

Dragan3591 10th October 2008 20:19

Add that part of sql in your db

ElemenT^ 10th October 2008 20:40

i rezolved the problem
and now,how create account sysop?

al_ltoticmat 13th October 2008 02:20

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 :(

ElemenT^ 14th October 2008 08:55

How can I make the sysop?

Subzero 14th October 2008 09:25

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

al_ltoticmat 14th October 2008 13:23

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.

soconel 7th January 2009 11:50

ANYONE HEEELP ME
 
:sos::sos::sos::sos::sos::sos:

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!");


All times are GMT +2. The time now is 11:31.

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