Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   phpMyBitTorrent 2.0.4 Gold Release (http://www.bvlist.com/showthread.php?t=3462)

wMan 26th September 2009 08:02

is it posible to remove security code from login leaving it for singup ?

Ashur 26th September 2009 13:01

Quote:

Originally Posted by wolfman (Post 16019)
is it posible to remove security code from login leaving it for singup ?

hey i was about to say that

i would say probably yes but don't want to mess with code
let's wait for Joe he is the best

here is my request of little modification for it ... like in phpbb can we make no need for captcha till user fails to login after x numbers of failures?

thanks wolfman and thank you Joe


EDIT
@krypto
I put up the new English language file on the demo so if I see some stuff missing i hope you and/or joe don't mind to improve the English file

Cheers

joeroberts 26th September 2009 14:03

go to include functions.php and at line 322 add new line before
Code:

$gfx_check = false;

wMan 28th September 2009 01:45

Quote:

Originally Posted by joeroberts (Post 16025)
go to include functions.php and at line 322 add new line before
Code:

$gfx_check = false;

doesn't work for me
PHP Code:

$gfx_check false
        if (
$gfx_check) { 
                
$rnd_code strtoupper(RandomAlpha(5)); 
                
$loginbox .= "<p align=\"center\">"._btsecuritycode."<img src=\"gfxgen.php?code=".base64_encode($rnd_code)."\" alt=\"Security Code\">\n<input type=\"text\" name=\"gfxcode\" size=\"10\" maxlength=\"6\">"
                
$loginbox .= "<input type=\"hidden\" name=\"gfxcheck\" value=\"".md5($rnd_code)."\">\n\n"
        } 
        
$loginbox .= "<p><input type=\"submit\" value=\""._btlogin."\" /></p></form>"
        
$loginbox .= "<a href=\"user.php?op=lostpassword\">"._btlostpassword."</a></p>\n\n"


joeroberts 28th September 2009 02:23

open user.php and find
Code:

        case "login": {
and add same after
Code:

$gfx_check = false;

wMan 28th September 2009 02:32

3 Attachment(s)
can u tell normali what to add where not just add that after that
last time i checked i can't read ur mind
all i needed to do was deleate elseif part from user.php :wallbash:
like this
Code:

case "login": {
                if (!isset($username) OR $username == "" OR !isset($password) OR $password == "") {
                        bterror(_btusrpwdnotset,_btlogin); //missing data
                } else {
                        $result = $db->sql_query("SELECT active FROM ".$db_prefix."_users WHERE username = '".addslashes($username)."' AND password = '".md5($password)."'");
                        if ($db->sql_numrows($result) == 1) {
                                list ($active) = $db->sql_fetchrow($result);
                                if ($active == 1) {

BTW youtube.php still shows 2 videos if u migrate from index
still no generated code for Torrent bar
still have junk like bitbucket and hl.swf

issue with phpBB it uses diferent user session so i get something like (image 1 )
and what happens when i try to login :D (image 2 )

BTW hole theming is fucked for some reason on phpbb works only ur themes those who u have in some themes packages all other return tihis crap
Code:

            template->_tpl_load_file(): File ./styles/prosilver/template/../../../rokbb3.php does not exist or is empty
take a look at image 3 none of those sitles work so tell me please wtf did u changed in phpBB since all those themes work on normal phpBB
http://bildites.lv/images/jnnew2aoiet8i5iykf.png

u know phpBB integration (or it's quality (if u have used php-nuke and seen hove it's phpbb integration looks like u know what i mean ) makes wan't to not use PMBT u know like there is something missing and have to manage + style 2 diferent things and then somehove put them togeather and hope it will look god kinda doesn't work
i hope someday u will atleast integrate something simple because phpBB have torrent tracker mod :lol: this is like u integrated tracker in to tracker some idiots asked me if PMBT is phpBB addon :wallbash: u know what i mean ?

get_fire 11th October 2009 22:23

is not it time to do the assembly with the Russian language?
I am sure that your assembly will be on many servers Russia

joeroberts 11th October 2009 22:47

I don't speak Russian language so I would need help!

get_fire 11th October 2009 23:20

1 Attachment(s)
help me help you, but now you explain to me why I have again error in taketorrent.php?

Code:

Catchable fatal error: Object of class php4DOMDocument could not be converted to string in / usr / local / www / xak / upload / taketorrent.php on line 174
Attachment 1789

TheArcadeMaster 11th October 2009 23:51

help
 
all i get is

Code:

Step 4: Installing Database

Checking files...OK

Creating table addedrequests...
Error executing SQL Query -- phpMyAdmin SQL Dump -- version 2.11.9.4 -- phpMyAdmin -- -- Host: localhost -- Generation Time: Aug 16, 2009 at 03:22 PM -- Server version: 5.0.75 -- PHP Version: 5.2.6-3ubuntu4.1 -- -- Database: `phpMyBitTorrent` -- -- -------------------------------------------------------- -- -- Table structure for table `addedrequests` -- CREATE TABLE `phpmybittorrent_addedrequests` ( `id` int(10) unsigned NOT NULL auto_increment, `requestid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`id`), KEY `userid` (`userid`) ) ENGINE=MyISAM ;
Error ID:
Error Message:

A fatal error occurred during setup. Please fix the above error and try running Setup again, or refreshing your browser.

and cant go no further with set up


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

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