Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #11  
Old 26th September 2009, 08:02
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
is it posible to remove security code from login leaving it for singup ?
Reply With Quote
  #12  
Old 26th September 2009, 13:01
Ashur's Avatar
Ashur Ashur is offline
Senior Member
 
Join Date: Jun 2008
Posts: 523
Default
Quote:
Originally Posted by wolfman View Post
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
__________________
Say NO to private tracking
Running TorrentHoster 2.5 on IraqiGate.org
Reply With Quote
  #13  
Old 26th September 2009, 14:03
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
go to include functions.php and at line 322 add new line before
Code:
$gfx_check = false;
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #14  
Old 28th September 2009, 01:45
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
Quote:
Originally Posted by joeroberts View Post
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."<br><img src=\"gfxgen.php?code=".base64_encode($rnd_code)."\" alt=\"Security Code\"><br>\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"
Reply With Quote
  #15  
Old 28th September 2009, 02:23
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
open user.php and find
Code:
        case "login": {
and add same after
Code:
$gfx_check = false;
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #16  
Old 28th September 2009, 02:32
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
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
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
Click the image to open in full size.

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 this is like u integrated tracker in to tracker some idiots asked me if PMBT is phpBB addon u know what i mean ?
Attached Thumbnails
Ekranattels-1.png   Ekranattels.png  

Last edited by wMan; 1st October 2009 at 14:02.
Reply With Quote
  #17  
Old 11th October 2009, 22:23
get_fire's Avatar
get_fire get_fire is offline
Member
 
Join Date: Aug 2009
Russia
Posts: 10
Default
is not it time to do the assembly with the Russian language?
I am sure that your assembly will be on many servers Russia
Reply With Quote
  #18  
Old 11th October 2009, 22:47
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
I don't speak Russian language so I would need help!
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #19  
Old 11th October 2009, 23:20
get_fire's Avatar
get_fire get_fire is offline
Member
 
Join Date: Aug 2009
Russia
Posts: 10
Default
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
Click image for larger version

Name:	Безымянный.PNG
Views:	59
Size:	112.7 KB
ID:	1789
Reply With Quote
  #20  
Old 11th October 2009, 23:51
TheArcadeMaster TheArcadeMaster is offline
xBTiT
 
Join Date: Oct 2008
Posts: 32
Default 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
Reply With Quote
Reply

Tags
gold , phpmybittorrent , release

Thread Tools

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
What is the best release AT THE MOMENT ? fen7azy Yuna Scatari Edition (YSE) 5 5th February 2010 21:09
[xBTiT]HACK - Gold silver torrents by Losmi bewithuu2 xBTiT 0 31st January 2010 12:28
New Release but not version joeroberts BT.Manager (phpMyBitTorrent) 5 9th January 2010 22:44
Release bad torrentID The Analyzer Yuna Scatari Edition (YSE) 2 29th November 2008 16:40
Final release? icecore Yuna Scatari Edition (YSE) 2 16th August 2008 17:54



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